Trace number 1772746

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? (TO) 10000 5015.22

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-19-u.cnf
MD5SUM3be331331884289c55e55acdeed55dc7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables208002
Number of clauses986543
Sum of the clauses size2288164
Maximum clause length10
Minimum clause length1
Number of clauses of size 117318
Number of clauses of size 2753529
Number of clauses of size 3176796
Number of clauses of size 44320
Number of clauses of size 517280
Number of clauses of size over 517300

Solver Data

0.00/0.00	c Parsing...
0.78/0.85	c ==============================================================================
0.78/0.85	c |           |     ORIGINAL     |              LEARNT              |          |
0.78/0.85	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.78/0.85	c ==============================================================================
0.78/0.85	c |         0 |  969225  2270846 |  290767       0        0     nan |  0.000 % |
6.49/6.55	c |         0 |  424864  1140718 |      --       0       --      -- |     --   | -338304/-664362
6.49/6.55	c ==============================================================================
6.49/6.55	c Result  :   #vars: 68615   #clauses: 424864   #literals: 1140718
6.49/6.55	c CPU time:   6.30604 s
6.49/6.55	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-1772746-1241285313/watcher-1772746-1241285313 -o /tmp/evaluation-result-1772746-1241285313/solver-1772746-1241285313 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1772746-1241285313.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: 0.92 0.98 0.99 3/64 26254
/proc/meminfo: memFree=1931264/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=0
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156564667 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 235 195 169 0 50 0
[pid=26255] ppid=26254 vsize=1140 CPUtime=0
/proc/26255/stat : 26255 (SatElite) R 26254 26254 26217 0 -1 4194304 208 0 0 0 0 0 0 0 19 0 1 0 156564668 1167360 192 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/26255/statm: 285 194 50 127 0 155 0

[startup+0.083709 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26254
/proc/meminfo: memFree=1931264/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=0
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156564667 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 235 195 169 0 50 0
[pid=26255] ppid=26254 vsize=20128 CPUtime=0.07
/proc/26255/stat : 26255 (SatElite) R 26254 26254 26217 0 -1 4194304 3627 0 0 0 6 1 0 0 19 0 1 0 156564668 20611072 3611 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/26255/statm: 5032 3612 50 127 0 4902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25484

[startup+0.101712 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26254
/proc/meminfo: memFree=1931264/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=0
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156564667 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 235 195 169 0 50 0
[pid=26255] ppid=26254 vsize=21844 CPUtime=0.08
/proc/26255/stat : 26255 (SatElite) R 26254 26254 26217 0 -1 4194304 4611 0 0 0 7 1 0 0 19 0 1 0 156564668 22368256 4595 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26255/statm: 5461 4597 50 127 0 5331 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27200

[startup+0.301733 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26254
/proc/meminfo: memFree=1931264/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=0
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156564667 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 235 195 169 0 50 0
[pid=26255] ppid=26254 vsize=51908 CPUtime=0.29
/proc/26255/stat : 26255 (SatElite) R 26254 26254 26217 0 -1 4194304 11014 0 0 0 24 5 0 0 21 0 1 0 156564668 53153792 10998 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/26255/statm: 12977 11000 50 127 0 12847 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57264

[startup+0.701779 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26254
/proc/meminfo: memFree=1931264/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=0
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156564667 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 235 195 169 0 50 0
[pid=26255] ppid=26254 vsize=80544 CPUtime=0.68
/proc/26255/stat : 26255 (SatElite) R 26254 26254 26217 0 -1 4194304 18743 0 0 0 58 10 0 0 25 0 1 0 156564668 82477056 18727 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26255/statm: 20136 18727 51 127 0 20006 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85900

[startup+1.50187 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26256
/proc/meminfo: memFree=1839792/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=0
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156564667 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 235 195 169 0 50 0
[pid=26255] ppid=26254 vsize=105588 CPUtime=1.49
/proc/26255/stat : 26255 (SatElite) R 26254 26254 26217 0 -1 4194304 26509 0 0 0 135 14 0 0 25 0 1 0 156564668 108122112 24357 1992294400 134512640 135034092 4294956112 18446744073709551615 134566433 0 0 4096 3 0 0 0 17 0 0 0
/proc/26255/statm: 26397 24357 68 127 0 26267 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110944

[startup+3.10105 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26256
/proc/meminfo: memFree=1826992/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=0
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156564667 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 235 195 169 0 50 0
[pid=26255] ppid=26254 vsize=110076 CPUtime=3.09
/proc/26255/stat : 26255 (SatElite) R 26254 26254 26217 0 -1 4194304 27839 0 0 0 294 15 0 0 25 0 1 0 156564668 112717824 25528 1992294400 134512640 135034092 4294956112 18446744073709551615 134566294 0 0 4096 3 0 0 0 17 0 0 0
/proc/26255/statm: 27519 25528 68 127 0 27389 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115432

[startup+6.30142 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26256
/proc/meminfo: memFree=1822192/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=0
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156564667 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 235 195 169 0 50 0
[pid=26255] ppid=26254 vsize=118036 CPUtime=6.29
/proc/26255/stat : 26255 (SatElite) R 26254 26254 26217 0 -1 4194304 35473 0 0 0 608 21 0 0 25 0 1 0 156564668 120868864 26002 1992294400 134512640 135034092 4294956112 18446744073709551615 134566359 0 0 4096 3 0 0 0 17 0 0 0
/proc/26255/statm: 29509 26002 68 127 0 29379 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123392

[startup+12.7012 s]
/proc/loadavg: 1.18 1.03 1.01 5/69 26260
/proc/meminfo: memFree=1799520/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=153864 CPUtime=9.57
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 29404 0 0 0 930 27 0 0 17 0 4 0 156565380 157556736 29371 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26257/statm: 38466 29371 83 193 0 38270 0
[pid=26257/tid=26258] ppid=26254 vsize=153864 CPUtime=2.3
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 580 0 0 0 226 4 0 0 16 0 4 0 156565498 157556736 29371 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26259] ppid=26254 vsize=153864 CPUtime=2.38
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 547 0 0 0 236 2 0 0 17 0 4 0 156565498 157556736 29371 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26260] ppid=26254 vsize=153864 CPUtime=1.95
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 564 0 0 0 189 6 0 0 17 0 4 0 156565498 157556736 29371 1992294400 134512640 135305190 4294956160 18446744073709551615 134547414 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.66
Current children cumulated vsize (KiB) 159220

[startup+25.5016 s]
/proc/loadavg: 1.54 1.11 1.04 5/69 26260
/proc/meminfo: memFree=1799456/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=154032 CPUtime=35.12
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 29467 0 0 0 3484 28 0 0 20 0 4 0 156565380 157728768 29434 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26257/statm: 38508 29434 83 193 0 38312 0
[pid=26257/tid=26258] ppid=26254 vsize=154032 CPUtime=8.93
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 594 0 0 0 889 4 0 0 17 0 4 0 156565498 157728768 29434 1992294400 134512640 135305190 4294956160 18446744073709551615 134551945 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26259] ppid=26254 vsize=154032 CPUtime=8.44
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 562 0 0 0 842 2 0 0 22 0 4 0 156565498 157728768 29434 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26260] ppid=26254 vsize=154032 CPUtime=9.79
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 587 0 0 0 973 6 0 0 20 0 4 0 156565498 157728768 29434 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.21
Current children cumulated vsize (KiB) 159388

[startup+51.1016 s]
/proc/loadavg: 2.38 1.34 1.11 5/69 26260
/proc/meminfo: memFree=1798752/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=154512 CPUtime=86.18
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 29701 0 0 0 8589 29 0 0 17 0 4 0 156565380 158220288 29668 1992294400 134512640 135305190 4294956160 18446744073709551615 134528201 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26257/statm: 38628 29668 83 193 0 38432 0
[pid=26257/tid=26258] ppid=26254 vsize=154512 CPUtime=23.77
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 619 0 0 0 2373 4 0 0 17 0 4 0 156565498 158220288 29668 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26259] ppid=26254 vsize=154512 CPUtime=17.64
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 660 0 0 0 1761 3 0 0 17 0 4 0 156565498 158220288 29668 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26260] ppid=26254 vsize=154512 CPUtime=23.32
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 637 0 0 0 2326 6 0 0 17 0 4 0 156565498 158220288 29668 1992294400 134512640 135305190 4294956160 18446744073709551615 134557697 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.27
Current children cumulated vsize (KiB) 159868

[startup+102.305 s]
/proc/loadavg: 3.35 1.79 1.28 5/69 26260
/proc/meminfo: memFree=1792608/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=160980 CPUtime=188.36
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 31201 0 0 0 18804 32 0 0 21 0 4 0 156565380 164843520 31168 1992294400 134512640 135305190 4294956160 18446744073709551615 134557557 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26257/statm: 40245 31168 83 193 0 40049 0
[pid=26257/tid=26258] ppid=26254 vsize=160980 CPUtime=47.34
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 818 0 0 0 4729 5 0 0 19 0 4 0 156565498 164843520 31168 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26259] ppid=26254 vsize=160980 CPUtime=40.05
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 1100 0 0 0 4002 3 0 0 20 0 4 0 156565498 164843520 31168 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26260] ppid=26254 vsize=160980 CPUtime=51.08
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 1144 0 0 0 5101 7 0 0 20 0 4 0 156565498 164843520 31168 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 195.45
Current children cumulated vsize (KiB) 166336

[startup+162.301 s]
/proc/loadavg: 3.76 2.19 1.45 5/69 26260
/proc/meminfo: memFree=1785376/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=169072 CPUtime=308.1
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 33000 0 0 0 30775 35 0 0 25 0 4 0 156565380 173129728 32967 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26257/statm: 42268 32967 83 193 0 42072 0
[pid=26257/tid=26258] ppid=26254 vsize=169072 CPUtime=77.49
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 1092 0 0 0 7744 5 0 0 22 0 4 0 156565498 173129728 32967 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26259] ppid=26254 vsize=169072 CPUtime=68.96
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 1756 0 0 0 6892 4 0 0 20 0 4 0 156565498 173129728 32967 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26260] ppid=26254 vsize=169072 CPUtime=79.66
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 1577 0 0 0 7958 8 0 0 25 0 4 0 156565498 173129728 32967 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 315.19
Current children cumulated vsize (KiB) 174428

[startup+222.301 s]
/proc/loadavg: 3.91 2.51 1.60 5/69 26260
/proc/meminfo: memFree=1776608/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09

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

/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 19634 0 0 0 228097 47 0 0 25 0 4 0 156565498 500617216 108245 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9056.27
Current children cumulated vsize (KiB) 494240

[startup+4602.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26270
/proc/meminfo: memFree=1479584/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=490708 CPUtime=9168.93
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 108660 0 0 0 916712 181 0 0 25 0 4 0 156565380 502484992 108627 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26257/statm: 122677 108627 83 193 0 122481 0
[pid=26257/tid=26258] ppid=26254 vsize=490708 CPUtime=2276.07
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 19824 0 0 0 227564 43 0 0 25 0 4 0 156565498 502484992 108627 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26259] ppid=26254 vsize=490708 CPUtime=2260.66
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 22603 0 0 0 226025 41 0 0 25 0 4 0 156565498 502484992 108627 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26260] ppid=26254 vsize=490708 CPUtime=2310.47
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 19640 0 0 0 231000 47 0 0 25 0 4 0 156565498 502484992 108627 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9176.02
Current children cumulated vsize (KiB) 496064

[startup+4662.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26270
/proc/meminfo: memFree=1476512/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=494852 CPUtime=9288.67
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 109414 0 0 0 928683 184 0 0 25 0 4 0 156565380 506728448 109381 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26257/statm: 123713 109381 83 193 0 123517 0
[pid=26257/tid=26258] ppid=26254 vsize=494852 CPUtime=2306.05
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20080 0 0 0 230561 44 0 0 23 0 4 0 156565498 506728448 109381 1992294400 134512640 135305190 4294956160 18446744073709551615 134528356 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26259] ppid=26254 vsize=494852 CPUtime=2290.54
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 22743 0 0 0 229013 41 0 0 25 0 4 0 156565498 506728448 109381 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26260] ppid=26254 vsize=494852 CPUtime=2340.44
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 19981 0 0 0 233995 49 0 0 25 0 4 0 156565498 506728448 109381 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9295.76
Current children cumulated vsize (KiB) 500208

[startup+4722.31 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26270
/proc/meminfo: memFree=1474784/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=496704 CPUtime=9408.42
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 109868 0 0 0 940657 185 0 0 25 0 4 0 156565380 508624896 109835 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26257/statm: 124176 109835 83 193 0 123980 0
[pid=26257/tid=26258] ppid=26254 vsize=496704 CPUtime=2335.95
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20257 0 0 0 233551 44 0 0 25 0 4 0 156565498 508624896 109835 1992294400 134512640 135305190 4294956160 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26259] ppid=26254 vsize=496704 CPUtime=2320.41
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 22831 0 0 0 232000 41 0 0 25 0 4 0 156565498 508624896 109835 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26260] ppid=26254 vsize=496704 CPUtime=2370.33
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20139 0 0 0 236984 49 0 0 25 0 4 0 156565498 508624896 109835 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9415.51
Current children cumulated vsize (KiB) 502060

[startup+4782.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26270
/proc/meminfo: memFree=1472864/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=498760 CPUtime=9528.16
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 110327 0 0 0 952630 186 0 0 25 0 4 0 156565380 510730240 110294 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26257/statm: 124690 110294 83 193 0 124494 0
[pid=26257/tid=26258] ppid=26254 vsize=498760 CPUtime=2370.8
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20455 0 0 0 237036 44 0 0 17 0 4 0 156565498 510730240 110294 1992294400 134512640 135305190 4294956160 18446744073709551615 134538286 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26259] ppid=26254 vsize=498760 CPUtime=2350.28
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 22877 0 0 0 234987 41 0 0 25 0 4 0 156565498 510730240 110294 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26260] ppid=26254 vsize=498760 CPUtime=2400.23
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20175 0 0 0 239974 49 0 0 25 0 4 0 156565498 510730240 110294 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9535.25
Current children cumulated vsize (KiB) 504116

[startup+4842.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26270
/proc/meminfo: memFree=1472416/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=499336 CPUtime=9647.9
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 110437 0 0 0 964603 187 0 0 25 0 4 0 156565380 511320064 110404 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26257/statm: 124834 110404 83 193 0 124638 0
[pid=26257/tid=26258] ppid=26254 vsize=499336 CPUtime=2409.32
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20455 0 0 0 240887 45 0 0 25 0 4 0 156565498 511320064 110404 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26259] ppid=26254 vsize=499336 CPUtime=2376.24
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 22950 0 0 0 237582 42 0 0 25 0 4 0 156565498 511320064 110404 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26260] ppid=26254 vsize=499336 CPUtime=2430.01
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20175 0 0 0 242952 49 0 0 25 0 4 0 156565498 511320064 110404 1992294400 134512640 135305190 4294956160 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9654.99
Current children cumulated vsize (KiB) 504692

[startup+4902.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26270
/proc/meminfo: memFree=1472096/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=499696 CPUtime=9767.64
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 110498 0 0 0 976577 187 0 0 25 0 4 0 156565380 511688704 110465 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26257/statm: 124924 110465 83 193 0 124728 0
[pid=26257/tid=26258] ppid=26254 vsize=499696 CPUtime=2439.19
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20455 0 0 0 243874 45 0 0 25 0 4 0 156565498 511688704 110465 1992294400 134512640 135305190 4294956160 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26259] ppid=26254 vsize=499696 CPUtime=2405.43
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 22991 0 0 0 240501 42 0 0 25 0 4 0 156565498 511688704 110465 1992294400 134512640 135305190 4294956160 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26260] ppid=26254 vsize=499696 CPUtime=2460.79
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20176 0 0 0 246030 49 0 0 25 0 4 0 156565498 511688704 110465 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9774.73
Current children cumulated vsize (KiB) 505052

[startup+4962.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26270
/proc/meminfo: memFree=1471264/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=500764 CPUtime=9887.38
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 110696 0 0 0 988551 187 0 0 25 0 4 0 156565380 512782336 110663 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26257/statm: 125191 110663 83 193 0 124995 0
[pid=26257/tid=26258] ppid=26254 vsize=500764 CPUtime=2469.06
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20455 0 0 0 246861 45 0 0 25 0 4 0 156565498 512782336 110663 1992294400 134512640 135305190 4294956160 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26259] ppid=26254 vsize=500764 CPUtime=2435.43
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 23151 0 0 0 243501 42 0 0 25 0 4 0 156565498 512782336 110663 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26260] ppid=26254 vsize=500764 CPUtime=2490.77
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20178 0 0 0 249028 49 0 0 25 0 4 0 156565498 512782336 110663 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9894.47
Current children cumulated vsize (KiB) 506120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5015.2 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 26270
/proc/meminfo: memFree=1469856/2055920 swapFree=4180632/4192956
[pid=26254] ppid=26252 vsize=5356 CPUtime=7.09
/proc/26254/stat : 26254 (manysat.sh) S 26252 26254 26217 0 -1 4194304 313 42192 0 0 0 0 680 29 19 0 1 0 156564667 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26254/statm: 1339 238 195 169 0 50 0
[pid=26257] ppid=26254 vsize=502328 CPUtime=9992.96
/proc/26257/stat : 26257 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194304 111032 0 0 0 999108 188 0 0 25 0 4 0 156565380 514383872 110999 1992294400 134512640 135305190 4294956160 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26257/statm: 125582 110999 83 193 0 125386 0
[pid=26257/tid=26258] ppid=26254 vsize=502328 CPUtime=2495.42
/proc/26257/task/26258/stat : 26258 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20600 0 0 0 249497 45 0 0 25 0 4 0 156565498 514383872 110999 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26257/tid=26259] ppid=26254 vsize=502328 CPUtime=2461.88
/proc/26257/task/26259/stat : 26259 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 23245 0 0 0 246146 42 0 0 25 0 4 0 156565498 514383872 110999 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26257/tid=26260] ppid=26254 vsize=502328 CPUtime=2517.21
/proc/26257/task/26260/stat : 26260 (manysat1.1_stat) R 26254 26254 26217 0 -1 4194368 20239 0 0 0 251672 49 0 0 25 0 4 0 156565498 514383872 110999 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 507684

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 26254 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=810964
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=298954
# CPU time returned by wait4() is 7.10992
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5015.22
CPU time (s): 10000
CPU user time (s): 9997.88
CPU system time (s): 2.17
CPU usage (%): 199.394
Max. virtual memory (cumulated for all children) (KiB): 507684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.81096
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42505
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= 16

runsolver used 4.87826 second user time and 13.445 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-02 19:28:34
IDJOB=1772746
IDBENCH=20381
IDSOLVER=612
FILE ID=node20/1772746-1241285313
PBS_JOBID= 9225070
Free space on /tmp= 66480 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-19-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772746-1241285313/watcher-1772746-1241285313 -o /tmp/evaluation-result-1772746-1241285313/solver-1772746-1241285313 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1772746-1241285313.cnf aimd 1

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

MD5SUM BENCH= 3be331331884289c55e55acdeed55dc7
RANDOM SEED=1203874848

node20.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.214
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	: 5931.00
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.214
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:       1931744 kB
Buffers:          3924 kB
Cached:          58000 kB
SwapCached:       5872 kB
Active:          31856 kB
Inactive:        37596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931744 kB
SwapTotal:     4192956 kB
SwapFree:      4180632 kB
Dirty:           19428 kB
Writeback:           0 kB
Mapped:          13372 kB
Slab:            40752 kB
Committed_AS:   789456 kB
PageTables:       1396 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= 66464 MiB
End job on node20 at 2009-05-02 20:52:12