Trace number 1773226

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20? (MO) 2725.34 1381.82

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1440.74
Satisfiable
(Un)Satisfiability was proved
Number of variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data

0.00/0.00	c Parsing...
2.09/2.13	c ==============================================================================
2.09/2.13	c |           |     ORIGINAL     |              LEARNT              |          |
2.09/2.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.09/2.13	c ==============================================================================
2.09/2.14	c |         0 | 2465730  7141422 |  739718       0        0     nan |  0.000 % |
22.78/22.84	c |         0 | 2391111  7388117 |      --       0       --      -- |     --   | -74473/249552
22.78/22.84	c ==============================================================================
22.78/22.84	c Result  :   #vars: 120317   #clauses: 2391111   #literals: 7388117
22.78/22.84	c CPU time:   22.3976 s
22.78/22.84	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773226-1241287037/watcher-1773226-1241287037 -o /tmp/evaluation-result-1773226-1241287037/solver-1773226-1241287037 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773226-1241287037.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.48 1.86 1.31 3/64 29836
/proc/meminfo: memFree=1133864/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=0
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 235 195 169 0 50 0
[pid=29837] ppid=29836 vsize=1232 CPUtime=0
/proc/29837/stat : 29837 (SatElite) R 29836 29836 29733 0 -1 4194304 225 0 0 0 0 0 0 0 18 0 1 0 156732596 1261568 209 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29837/statm: 308 210 51 127 0 178 0

[startup+0.083535 s]
/proc/loadavg: 3.48 1.86 1.31 3/64 29836
/proc/meminfo: memFree=1133864/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=0
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 235 195 169 0 50 0
[pid=29837] ppid=29836 vsize=7500 CPUtime=0.07
/proc/29837/stat : 29837 (SatElite) R 29836 29836 29733 0 -1 4194304 1708 0 0 0 6 1 0 0 18 0 1 0 156732596 7680000 1692 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29837/statm: 1875 1693 51 127 0 1745 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12856

[startup+0.102537 s]
/proc/loadavg: 3.48 1.86 1.31 3/64 29836
/proc/meminfo: memFree=1133864/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=0
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 235 195 169 0 50 0
[pid=29837] ppid=29836 vsize=9068 CPUtime=0.09
/proc/29837/stat : 29837 (SatElite) R 29836 29836 29733 0 -1 4194304 2024 0 0 0 8 1 0 0 18 0 1 0 156732596 9285632 2008 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29837/statm: 2267 2008 51 127 0 2137 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14424

[startup+0.301574 s]
/proc/loadavg: 3.48 1.86 1.31 3/64 29836
/proc/meminfo: memFree=1133864/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=0
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 235 195 169 0 50 0
[pid=29837] ppid=29836 vsize=22704 CPUtime=0.28
/proc/29837/stat : 29837 (SatElite) R 29836 29836 29733 0 -1 4194304 5438 0 0 0 25 3 0 0 19 0 1 0 156732596 23248896 5422 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29837/statm: 5676 5422 51 127 0 5546 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28060

[startup+0.70265 s]
/proc/loadavg: 3.48 1.86 1.31 3/64 29836
/proc/meminfo: memFree=1133864/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=0
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 235 195 169 0 50 0
[pid=29837] ppid=29836 vsize=55808 CPUtime=0.69
/proc/29837/stat : 29837 (SatElite) R 29836 29836 29733 0 -1 4194304 12248 0 0 0 61 8 0 0 23 0 1 0 156732596 57147392 12232 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29837/statm: 13952 12232 51 127 0 13822 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61164

[startup+1.5018 s]
/proc/loadavg: 3.28 1.85 1.30 2/66 29838
/proc/meminfo: memFree=1064536/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=0
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 235 195 169 0 50 0
[pid=29837] ppid=29836 vsize=102448 CPUtime=1.48
/proc/29837/stat : 29837 (SatElite) R 29836 29836 29733 0 -1 4194304 25209 0 0 0 131 17 0 0 25 0 1 0 156732596 104906752 25193 1992294400 134512640 135034092 4294956112 18446744073709551615 134522751 0 0 4096 3 0 0 0 17 1 0 0
/proc/29837/statm: 25612 25193 51 127 0 25482 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107804

[startup+3.10129 s]
/proc/loadavg: 3.28 1.85 1.30 2/66 29838
/proc/meminfo: memFree=975832/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=0
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 235 195 169 0 50 0
[pid=29837] ppid=29836 vsize=202028 CPUtime=3.09
/proc/29837/stat : 29837 (SatElite) R 29836 29836 29733 0 -1 4194304 49474 0 0 0 278 31 0 0 25 0 1 0 156732596 206876672 44238 1992294400 134512640 135034092 4294956112 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 0 0 0
/proc/29837/statm: 50507 44238 68 127 0 50377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 207384

[startup+6.30189 s]
/proc/loadavg: 3.28 1.85 1.30 2/66 29838
/proc/meminfo: memFree=944600/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=0
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 235 195 169 0 50 0
[pid=29837] ppid=29836 vsize=226412 CPUtime=6.29
/proc/29837/stat : 29837 (SatElite) R 29836 29836 29733 0 -1 4194304 52879 0 0 0 593 36 0 0 25 0 1 0 156732596 231845888 47643 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/29837/statm: 56603 47643 68 127 0 56473 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 231768

[startup+12.7011 s]
/proc/loadavg: 2.93 1.82 1.30 2/66 29838
/proc/meminfo: memFree=914664/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=0
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 235 195 169 0 50 0
[pid=29837] ppid=29836 vsize=263752 CPUtime=12.68
/proc/29837/stat : 29837 (SatElite) R 29836 29836 29733 0 -1 4194304 59854 0 0 0 1228 40 0 0 25 0 1 0 156732596 270082048 54059 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/29837/statm: 65938 54059 68 127 0 65808 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 269108

[startup+25.5025 s]
/proc/loadavg: 2.63 1.79 1.30 2/66 29838
/proc/meminfo: memFree=890600/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=0
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732596 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 235 195 169 0 50 0
[pid=29837] ppid=29836 vsize=232396 CPUtime=25.48
/proc/29837/stat : 29837 (SatElite) R 29836 29836 29733 0 -1 4194304 65254 0 0 0 2487 61 0 0 25 0 1 0 156732596 237973504 49071 1992294400 134512640 135034092 4294956112 18446744073709551615 134755426 0 0 4096 3 0 0 0 17 0 0 0
/proc/29837/statm: 58099 49071 69 127 0 57969 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 237752

[startup+51.1024 s]
/proc/loadavg: 2.79 1.89 1.34 5/69 29842
/proc/meminfo: memFree=522768/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=612280 CPUtime=44.9
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 138350 0 0 0 4409 81 0 0 18 0 4 0 156735181 626974720 138263 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29839/statm: 153070 138263 83 193 0 152874 0
[pid=29839/tid=29840] ppid=29836 vsize=612280 CPUtime=9.44
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 1871 0 0 0 942 2 0 0 18 0 4 0 156735721 626974720 138263 1992294400 134512640 135305190 4294956160 18446744073709551615 134531174 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29841] ppid=29836 vsize=612280 CPUtime=11.03
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 2057 0 0 0 1100 3 0 0 18 0 4 0 156735721 626974720 138263 1992294400 134512640 135305190 4294956160 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=612280 CPUtime=9.71
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 1793 0 0 0 969 2 0 0 18 0 4 0 156735721 626974720 138263 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.72
Current children cumulated vsize (KiB) 617636

[startup+102.305 s]
/proc/loadavg: 3.52 2.24 1.49 5/69 29842
/proc/meminfo: memFree=495376/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=639056 CPUtime=146.99
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 145186 0 0 0 14610 89 0 0 23 0 4 0 156735181 654393344 145099 1992294400 134512640 135305190 4294956160 18446744073709551615 134543956 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29839/statm: 159764 145099 83 193 0 159568 0
[pid=29839/tid=29840] ppid=29836 vsize=639056 CPUtime=30.86
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 2916 0 0 0 3082 4 0 0 16 0 4 0 156735721 654393344 145099 1992294400 134512640 135305190 4294956160 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29841] ppid=29836 vsize=639056 CPUtime=29.69
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 5530 0 0 0 2963 6 0 0 21 0 4 0 156735721 654393344 145099 1992294400 134512640 135305190 4294956160 18446744073709551615 134570412 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=639056 CPUtime=35.13
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 2624 0 0 0 3509 4 0 0 15 0 4 0 156735721 654393344 145099 1992294400 134512640 135305190 4294956160 18446744073709551615 134843311 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.81
Current children cumulated vsize (KiB) 644412

[startup+162.302 s]
/proc/loadavg: 3.82 2.56 1.65 5/69 29842
/proc/meminfo: memFree=453136/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=682452 CPUtime=266.72
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 155768 0 0 0 26568 104 0 0 17 0 4 0 156735181 698830848 155681 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29839/statm: 170613 155681 83 193 0 170417 0
[pid=29839/tid=29840] ppid=29836 vsize=682452 CPUtime=58.6
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 4209 0 0 0 5853 7 0 0 22 0 4 0 156735721 698830848 155681 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29841] ppid=29836 vsize=682452 CPUtime=60.37
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 12035 0 0 0 6024 13 0 0 21 0 4 0 156735721 698830848 155681 1992294400 134512640 135305190 4294956160 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=682452 CPUtime=64.58
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 3992 0 0 0 6452 6 0 0 25 0 4 0 156735721 698830848 155681 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 292.54
Current children cumulated vsize (KiB) 687808

[startup+222.303 s]
/proc/loadavg: 4.01 2.84 1.79 6/71 29844
/proc/meminfo: memFree=377728/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=756848 CPUtime=386.45
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 174555 0 0 0 38521 124 0 0 24 0 4 0 156735181 775012352 174468 1992294400 134512640 135305190 4294956160 18446744073709551615 134542034 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29839/statm: 189212 174468 83 193 0 189016 0
[pid=29839/tid=29840] ppid=29836 vsize=756848 CPUtime=89.87
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 5825 0 0 0 8978 9 0 0 17 0 4 0 156735721 775012352 174468 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29841] ppid=29836 vsize=756848 CPUtime=87.98
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 27044 0 0 0 8772 26 0 0 18 0 4 0 156735721 775012352 174468 1992294400 134512640 135305190 4294956160 18446744073709551615 134551757 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29842] ppid=29836 vsize=756848 CPUtime=88.08
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 4742 0 0 0 8801 7 0 0 17 0 4 0 156735721 775012352 174468 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 412.27

################
# More data... #
################

/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 9718 0 0 0 40585 18 0 0 19 0 4 0 156735721 1404739584 327094 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1848.86
Current children cumulated vsize (KiB) 1377172

[startup+1002.3 s]
/proc/loadavg: 4.08 3.99 3.06 5/69 29848
/proc/meminfo: memFree=15760/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=1438308 CPUtime=1942.75
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 343575 0 0 0 193956 319 0 0 17 0 4 0 156735181 1472827392 343488 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29839/statm: 359577 343488 83 193 0 359381 0
[pid=29839/tid=29840] ppid=29836 vsize=1438308 CPUtime=482.23
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 22905 0 0 0 48188 35 0 0 25 0 4 0 156735721 1472827392 343488 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1438308 CPUtime=470.76
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 158926 0 0 0 46915 161 0 0 25 0 4 0 156735721 1472827392 343488 1992294400 134512640 135305190 4294956160 18446744073709551615 134563883 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1438308 CPUtime=432.93
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 10364 0 0 0 43274 19 0 0 25 0 4 0 156735721 1472827392 343488 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1968.57
Current children cumulated vsize (KiB) 1443664

[startup+1062.3 s]
/proc/loadavg: 4.03 3.99 3.12 5/69 29848
/proc/meminfo: memFree=15248/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=1492232 CPUtime=2062.46
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 357291 0 0 0 205913 333 0 0 25 0 4 0 156735181 1528045568 357204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29839/statm: 373058 357204 83 193 0 372862 0
[pid=29839/tid=29840] ppid=29836 vsize=1492232 CPUtime=516.52
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 23890 0 0 0 51615 37 0 0 25 0 4 0 156735721 1528045568 357204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1492232 CPUtime=497.23
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 170527 0 0 0 49553 170 0 0 25 0 4 0 156735721 1528045568 357204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528554 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1492232 CPUtime=459.87
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 10741 0 0 0 45967 20 0 0 25 0 4 0 156735721 1528045568 357204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2088.28
Current children cumulated vsize (KiB) 1497588

[startup+1122.3 s]
/proc/loadavg: 4.01 3.99 3.17 5/69 29848
/proc/meminfo: memFree=15312/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=1578848 CPUtime=2182.13
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 378952 0 0 0 217860 353 0 0 19 0 4 0 156735181 1616740352 378865 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29839/statm: 394712 378865 83 193 0 394516 0
[pid=29839/tid=29840] ppid=29836 vsize=1578848 CPUtime=538.49
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 24117 0 0 0 53811 38 0 0 17 0 4 0 156735721 1616740352 378865 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1578848 CPUtime=526.32
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 190910 0 0 0 52445 187 0 0 25 0 4 0 156735721 1616740352 378865 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1578848 CPUtime=490.7
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 11080 0 0 0 49049 21 0 0 25 0 4 0 156735721 1616740352 378865 1992294400 134512640 135305190 4294956160 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2207.95
Current children cumulated vsize (KiB) 1584204

[startup+1182.3 s]
/proc/loadavg: 3.93 3.97 3.21 5/69 29848
/proc/meminfo: memFree=15184/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=1670592 CPUtime=2301.82
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 401542 0 0 0 229807 375 0 0 25 0 4 0 156735181 1710686208 401455 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29839/statm: 417648 401455 83 193 0 417452 0
[pid=29839/tid=29840] ppid=29836 vsize=1670592 CPUtime=562.95
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 24930 0 0 0 56255 40 0 0 18 0 4 0 156735721 1710686208 401455 1992294400 134512640 135305190 4294956160 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1670592 CPUtime=557.23
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 210891 0 0 0 55519 204 0 0 25 0 4 0 156735721 1710686208 401455 1992294400 134512640 135305190 4294956160 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1670592 CPUtime=518.42
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 11661 0 0 0 51820 22 0 0 22 0 4 0 156735721 1710686208 401455 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2327.64
Current children cumulated vsize (KiB) 1675948

[startup+1242.3 s]
/proc/loadavg: 3.97 3.97 3.26 5/69 29848
/proc/meminfo: memFree=14992/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=1729620 CPUtime=2421.47
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 416237 0 0 0 241755 392 0 0 19 0 4 0 156735181 1771130880 416150 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29839/statm: 432405 416150 83 193 0 432209 0
[pid=29839/tid=29840] ppid=29836 vsize=1729620 CPUtime=594.01
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 25678 0 0 0 59360 41 0 0 19 0 4 0 156735721 1771130880 416150 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1729620 CPUtime=586.71
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 224143 0 0 0 58454 217 0 0 24 0 4 0 156735721 1771130880 416150 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1729620 CPUtime=544.87
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 11951 0 0 0 54464 23 0 0 25 0 4 0 156735721 1771130880 416150 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2447.29
Current children cumulated vsize (KiB) 1734976

[startup+1302.3 s]
/proc/loadavg: 3.99 3.97 3.30 5/69 29848
/proc/meminfo: memFree=16336/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=1774000 CPUtime=2541.07
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 427157 0 0 0 253703 404 0 0 17 0 4 0 156735181 1816576000 427070 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29839/statm: 443500 427070 83 193 0 443304 0
[pid=29839/tid=29840] ppid=29836 vsize=1774000 CPUtime=626.81
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 26081 0 0 0 62639 42 0 0 19 0 4 0 156735721 1816576000 427070 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1774000 CPUtime=611.4
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 234148 0 0 0 60913 227 0 0 18 0 4 0 156735721 1816576000 427070 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1774000 CPUtime=573
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 12229 0 0 0 57277 23 0 0 16 0 4 0 156735721 1816576000 427070 1992294400 134512640 135305190 4294956160 18446744073709551615 134529363 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2566.89
Current children cumulated vsize (KiB) 1779356

[startup+1362.3 s]
/proc/loadavg: 3.99 3.97 3.34 5/69 29848
/proc/meminfo: memFree=15824/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=1817804 CPUtime=2660.66
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 438192 0 0 0 265647 419 0 0 18 0 4 0 156735181 1861431296 438105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29839/statm: 454451 438105 83 193 0 454255 0
[pid=29839/tid=29840] ppid=29836 vsize=1817804 CPUtime=655.9
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 27351 0 0 0 65546 44 0 0 25 0 4 0 156735721 1861431296 438105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1817804 CPUtime=632.3
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 241926 0 0 0 62994 236 0 0 25 0 4 0 156735721 1861431296 438105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1817804 CPUtime=608.04
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 13023 0 0 0 60779 25 0 0 25 0 4 0 156735721 1861431296 438105 1992294400 134512640 135305190 4294956160 18446744073709551615 134541969 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2686.48
Current children cumulated vsize (KiB) 1823160



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1381.8 s]
/proc/loadavg: 3.99 3.97 3.36 5/69 29848
/proc/meminfo: memFree=16016/2055920 swapFree=4181168/4192956
[pid=29836] ppid=29834 vsize=5356 CPUtime=25.82
/proc/29836/stat : 29836 (manysat.sh) S 29834 29836 29733 0 -1 4194304 313 65257 0 0 0 0 2517 65 16 0 1 0 156732596 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29836/statm: 1339 238 195 169 0 50 0
[pid=29839] ppid=29836 vsize=1838136 CPUtime=2699.52
/proc/29839/stat : 29839 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194304 443071 0 0 0 269526 426 0 0 25 0 4 0 156735181 1882251264 442984 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29839/statm: 459534 442984 83 193 0 459338 0
[pid=29839/tid=29840] ppid=29836 vsize=1838136 CPUtime=666.35
/proc/29839/task/29840/stat : 29840 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 28078 0 0 0 66590 45 0 0 18 0 4 0 156735721 1882251264 442984 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29839/tid=29841] ppid=29836 vsize=1838136 CPUtime=641.17
/proc/29839/task/29841/stat : 29841 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 245373 0 0 0 63876 241 0 0 25 0 4 0 156735721 1882251264 442984 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29839/tid=29842] ppid=29836 vsize=1838136 CPUtime=617
/proc/29839/task/29842/stat : 29842 (manysat1.1_stat) R 29836 29836 29733 0 -1 4194368 13250 0 0 0 61675 25 0 0 25 0 4 0 156735721 1882251264 442984 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2725.34
Current children cumulated vsize (KiB) 1843492

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29836 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=179172
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=657899
# CPU time returned by wait4() is 25.8371
# while last known CPU time is 2725.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1381.82
CPU time (s): 2725.34
CPU user time (s): 2720.43
CPU system time (s): 4.91
CPU usage (%): 197.228
Max. virtual memory (cumulated for all children) (KiB): 1843492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.1792
system time used= 0.657899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65570
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 104

runsolver used 1.35279 second user time and 3.73243 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-02 19:57:20
IDJOB=1773226
IDBENCH=20575
IDSOLVER=612
FILE ID=node37/1773226-1241287037
PBS_JOBID= 9225088
Free space on /tmp= 66496 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773226-1241287037/watcher-1773226-1241287037 -o /tmp/evaluation-result-1773226-1241287037/solver-1773226-1241287037 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773226-1241287037.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 79c983ee7a6671238604da3040f85341
RANDOM SEED=27020150

node37.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1134280 kB
Buffers:         76080 kB
Cached:         749680 kB
SwapCached:       5608 kB
Active:         122504 kB
Inactive:       711128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1134280 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:           52376 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            74068 kB
Committed_AS:   811472 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node37 at 2009-05-02 20:20:24