Trace number 1781017

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 2/2009-03-20 (4 threads)? (TO) 3988.15 1000.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.04/0.04	c ==============================================================================
0.04/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.04/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.04/0.04	c ==============================================================================
0.04/0.04	c |         0 |   87044   258924 |   26113       0        0     nan |  0.000 % |
0.62/0.61	c |         0 |   86161   373261 |      --       0       --      -- |     --   | -883/114337
0.62/0.61	c ==============================================================================
0.62/0.61	c Result  :   #vars: 871   #clauses: 86161   #literals: 373261
0.62/0.61	c CPU time:   0.62 s
0.62/0.61	c ==============================================================================

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1781017-1243540209/watcher-1781017-1243540209 -o /tmp/evaluation-result-1781017-1243540209/solver-1781017-1243540209 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1781017-1243540209.cnf aimd 2 

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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.30 4.46 4.43 4/100 28118
/proc/meminfo: memFree=2954024/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2412 CPUtime=0
/proc/28117/stat : 28117 (manysat.sh) R 28115 28117 19648 0 -1 4194304 333 0 0 0 0 0 0 0 23 0 1 0 1118685283 2469888 273 4294967295 134512640 135169312 3216129648 3216128124 3085698932 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/28117/statm: 603 273 231 161 0 42 0
[pid=28118] ppid=28117 vsize=1588 CPUtime=0.01
/proc/28118/stat : 28118 (SatElite) R 28117 28117 19648 0 -1 4202496 352 0 0 0 1 0 0 0 23 0 1 0 1118685283 1626112 289 4294967295 134512640 135034092 3218473072 3218469416 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28118/statm: 397 289 49 128 0 267 0

[startup+0.034762 s]
/proc/loadavg: 4.30 4.46 4.43 4/100 28118
/proc/meminfo: memFree=2954024/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2412 CPUtime=0
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1118685283 2469888 273 4294967295 134512640 135169312 3216129648 3216128184 3085696750 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/28117/statm: 603 273 231 161 0 42 0
[pid=28118] ppid=28117 vsize=4324 CPUtime=0.04
/proc/28118/stat : 28118 (SatElite) R 28117 28117 19648 0 -1 4202496 970 0 0 0 4 0 0 0 25 0 1 0 1118685283 4427776 907 4294967295 134512640 135034092 3218473072 3218469416 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28118/statm: 1081 907 49 128 0 951 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6736

[startup+0.114742 s]
/proc/loadavg: 4.30 4.46 4.43 4/100 28118
/proc/meminfo: memFree=2954024/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2412 CPUtime=0
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1118685283 2469888 273 4294967295 134512640 135169312 3216129648 3216128184 3085696750 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/28117/statm: 603 273 231 161 0 42 0
[pid=28118] ppid=28117 vsize=8132 CPUtime=0.12
/proc/28118/stat : 28118 (SatElite) R 28117 28117 19648 0 -1 4202496 1960 0 0 0 12 0 0 0 25 0 1 0 1118685283 8327168 1897 4294967295 134512640 135034092 3218473072 3218469068 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28118/statm: 2033 1897 67 128 0 1903 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10544

[startup+0.314722 s]
/proc/loadavg: 4.30 4.46 4.43 4/100 28118
/proc/meminfo: memFree=2954024/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2412 CPUtime=0
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1118685283 2469888 273 4294967295 134512640 135169312 3216129648 3216128184 3085696750 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/28117/statm: 603 273 231 161 0 42 0
[pid=28118] ppid=28117 vsize=9980 CPUtime=0.32
/proc/28118/stat : 28118 (SatElite) R 28117 28117 19648 0 -1 4202496 2401 0 0 0 32 0 0 0 25 0 1 0 1118685283 10219520 2338 4294967295 134512640 135034092 3218473072 3218469472 134571772 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28118/statm: 2495 2338 67 128 0 2365 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 12392

[startup+0.714684 s]
/proc/loadavg: 4.30 4.46 4.43 4/100 28118
/proc/meminfo: memFree=2954024/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2412 CPUtime=0
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1118685283 2469888 273 4294967295 134512640 135169312 3216129648 3216128184 3085696750 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/28117/statm: 603 273 231 161 0 42 0
[pid=28118] ppid=28117 vsize=9280 CPUtime=0.72
/proc/28118/stat : 28118 (SatElite) R 28117 28117 19648 0 -1 4202496 2403 0 0 0 72 0 0 0 25 0 1 0 1118685283 9502720 2169 4294967295 134512640 135034092 3218473072 3218467956 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28118/statm: 2320 2169 68 128 0 2190 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 11692

[startup+1.51461 s]
/proc/loadavg: 4.30 4.46 4.43 5/104 28124
/proc/meminfo: memFree=2928712/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=55568 CPUtime=2.59
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 7186 0 0 0 252 7 0 0 18 0 4 0 1118685356 56901632 7119 4294967295 134512640 135305190 3213362112 3213360160 134857151 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/28121/statm: 13892 7119 79 194 0 13696 0
[pid=28121/tid=28122] ppid=28117 vsize=55568 CPUtime=0.62
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 397 0 0 0 61 1 0 0 19 0 4 0 1118685370 56901632 7119 4294967295 134512640 135305190 3213362112 3085135040 134528777 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=55568 CPUtime=0.6
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 389 0 0 0 60 0 0 0 19 0 4 0 1118685370 56901632 7119 4294967295 134512640 135305190 3213362112 3076746432 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=55568 CPUtime=0.6
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 379 0 0 0 58 2 0 0 18 0 4 0 1118685370 56901632 7119 4294967295 134512640 135305190 3213362112 3068357824 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 57984

[startup+3.11446 s]
/proc/loadavg: 4.28 4.45 4.43 6/104 28124
/proc/meminfo: memFree=2923532/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=60112 CPUtime=8.99
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 8460 0 0 0 892 7 0 0 20 0 4 0 1118685356 61554688 8393 4294967295 134512640 135305190 3213362112 3213360288 134528548 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/28121/statm: 15028 8393 79 194 0 14832 0
[pid=28121/tid=28122] ppid=28117 vsize=60112 CPUtime=2.22
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 586 0 0 0 221 1 0 0 21 0 4 0 1118685370 61554688 8393 4294967295 134512640 135305190 3213362112 3085135040 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=60112 CPUtime=2.2
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 917 0 0 0 220 0 0 0 23 0 4 0 1118685370 61554688 8393 4294967295 134512640 135305190 3213362112 3076746432 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=60112 CPUtime=2.2
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 771 0 0 0 218 2 0 0 20 0 4 0 1118685370 61554688 8393 4294967295 134512640 135305190 3213362112 3068357824 134528402 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 62528

[startup+6.31416 s]
/proc/loadavg: 4.28 4.45 4.43 6/104 28125
/proc/meminfo: memFree=2914284/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=68260 CPUtime=21.78
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 10382 0 0 0 2167 11 0 0 25 0 4 0 1118685356 69898240 10315 4294967295 134512640 135305190 3213362112 3213360288 134528506 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/28121/statm: 17065 10315 79 194 0 16869 0
[pid=28121/tid=28122] ppid=28117 vsize=68260 CPUtime=5.41
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 908 0 0 0 540 1 0 0 25 0 4 0 1118685370 69898240 10315 4294967295 134512640 135305190 3213362112 3085135040 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=68260 CPUtime=5.4
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 1490 0 0 0 540 0 0 0 25 0 4 0 1118685370 69898240 10315 4294967295 134512640 135305190 3213362112 3076746432 134528571 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=68260 CPUtime=5.4
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 1366 0 0 0 536 4 0 0 25 0 4 0 1118685370 69898240 10315 4294967295 134512640 135305190 3213362112 3068357824 134528341 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.51
Current children cumulated vsize (KiB) 70676

[startup+12.7135 s]
/proc/loadavg: 4.24 4.44 4.43 5/104 28126
/proc/meminfo: memFree=2899212/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=82640 CPUtime=47.37
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 13937 0 0 0 4722 15 0 0 25 0 4 0 1118685356 84623360 13870 4294967295 134512640 135305190 3213362112 3213360288 134528402 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/28121/statm: 20660 13870 79 194 0 20464 0
[pid=28121/tid=28122] ppid=28117 vsize=82640 CPUtime=11.8
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 1719 0 0 0 1176 4 0 0 25 0 4 0 1118685370 84623360 13870 4294967295 134512640 135305190 3213362112 3085135040 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=82640 CPUtime=11.8
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 2483 0 0 0 1180 0 0 0 25 0 4 0 1118685370 84623360 13870 4294967295 134512640 135305190 3213362112 3076746432 134528418 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=82640 CPUtime=11.8
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 2065 0 0 0 1176 4 0 0 25 0 4 0 1118685370 84623360 13870 4294967295 134512640 135305190 3213362112 3068357824 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.1
Current children cumulated vsize (KiB) 85056

[startup+25.5123 s]
/proc/loadavg: 4.28 4.44 4.43 5/104 28126
/proc/meminfo: memFree=2885960/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=95996 CPUtime=98.47
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 17173 0 0 0 9828 19 0 0 25 0 4 0 1118685356 98299904 17103 4294967295 134512640 135305190 3213362112 3213360288 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/28121/statm: 23999 17103 79 194 0 23803 0
[pid=28121/tid=28122] ppid=28117 vsize=95996 CPUtime=24.5
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 2694 0 0 0 2446 4 0 0 25 0 4 0 1118685370 98299904 17103 4294967295 134512640 135305190 3213362112 3085135040 134528388 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=95996 CPUtime=24.6
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 3423 0 0 0 2459 1 0 0 25 0 4 0 1118685370 98299904 17103 4294967295 134512640 135305190 3213362112 3076746432 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=95996 CPUtime=24.59
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 2915 0 0 0 2455 4 0 0 25 0 4 0 1118685370 98299904 17103 4294967295 134512640 135305190 3213362112 3068357816 134570422 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.2
Current children cumulated vsize (KiB) 98412

[startup+51.1099 s]
/proc/loadavg: 4.32 4.43 4.42 5/104 28315
/proc/meminfo: memFree=2873080/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=109300 CPUtime=200.37
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 20227 0 0 0 20009 28 0 0 25 0 4 0 1118685356 111923200 20157 4294967295 134512640 135305190 3213362112 3213360288 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28121/statm: 27325 20157 79 194 0 27129 0
[pid=28121/tid=28122] ppid=28117 vsize=109300 CPUtime=49.89
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 3904 0 0 0 4983 6 0 0 25 0 4 0 1118685370 111923200 20157 4294967295 134512640 135305190 3213362112 3085135040 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=109300 CPUtime=50.13
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 3637 0 0 0 5011 2 0 0 25 0 4 0 1118685370 111923200 20157 4294967295 134512640 135305190 3213362112 3076746432 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=109300 CPUtime=50.18
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 3660 0 0 0 5010 8 0 0 25 0 4 0 1118685370 111923200 20157 4294967295 134512640 135305190 3213362112 3068357824 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.1
Current children cumulated vsize (KiB) 111716

[startup+102.315 s]
/proc/loadavg: 4.45 4.44 4.42 6/105 28360
/proc/meminfo: memFree=2851460/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=132080 CPUtime=405.01
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 25520 0 0 0 40459 42 0 0 25 0 4 0 1118685356 135249920 25450 4294967295 134512640 135305190 3213362112 3213360288 134528392 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28121/statm: 33020 25450 79 194 0 32824 0
[pid=28121/tid=28122] ppid=28117 vsize=132080 CPUtime=101.09
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 5318 0 0 0 10100 9 0 0 25 0 4 0 1118685370 135249920 25450 4294967295 134512640 135305190 3213362112 3085135040 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=132080 CPUtime=101.2
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 4476 0 0 0 10116 4 0 0 25 0 4 0 1118685370 135249920 25450 4294967295 134512640 135305190 3213362112 3076746432 134528350 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=132080 CPUtime=101.38
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 4914 0 0 0 10127 11 0 0 25 0 4 0 1118685370 135249920 25450 4294967295 134512640 135305190 3213362112 3068357824 134528402 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 405.74
Current children cumulated vsize (KiB) 134496

[startup+162.309 s]
/proc/loadavg: 4.47 4.47 4.43 7/105 28545
/proc/meminfo: memFree=2835196/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73

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

/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 11355 0 0 0 51946 70 0 0 25 0 4 0 1118685370 234319872 47678 4294967295 134512640 135305190 3213362112 3068357824 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2081.41
Current children cumulated vsize (KiB) 231244

[startup+582.309 s]
/proc/loadavg: 4.40 4.52 4.47 5/104 29831
/proc/meminfo: memFree=2742484/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=251252 CPUtime=2320.18
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 53001 0 0 0 231801 217 0 0 25 0 4 0 1118685356 257282048 52791 4294967295 134512640 135305190 3213362112 3213360016 134557370 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/28121/statm: 62813 52791 79 194 0 62617 0
[pid=28121/tid=28122] ppid=28117 vsize=251252 CPUtime=579.83
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 12510 0 0 0 57943 40 0 0 25 0 4 0 1118685370 257282048 52791 4294967295 134512640 135305190 3213362112 3085135040 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=251252 CPUtime=580.46
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 9809 0 0 0 58009 37 0 0 25 0 4 0 1118685370 257282048 52791 4294967295 134512640 135305190 3213362112 3076746376 134839991 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=251252 CPUtime=579.84
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 12505 0 0 0 57912 72 0 0 25 0 4 0 1118685370 257282048 52791 4294967295 134512640 135305190 3213362112 3068357824 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2320.91
Current children cumulated vsize (KiB) 253668

[startup+642.314 s]
/proc/loadavg: 4.40 4.50 4.46 6/104 30018
/proc/meminfo: memFree=2716964/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=278868 CPUtime=2559.69
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 59465 0 0 0 255719 250 0 0 25 0 4 0 1118685356 285560832 59255 4294967295 134512640 135305190 3213362112 3213360288 134528777 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/28121/statm: 69717 59255 79 194 0 69521 0
[pid=28121/tid=28122] ppid=28117 vsize=278868 CPUtime=639.73
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 13905 0 0 0 63923 50 0 0 25 0 4 0 1118685370 285560832 59255 4294967295 134512640 135305190 3213362112 3085135040 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=278868 CPUtime=640.46
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 11619 0 0 0 63994 52 0 0 25 0 4 0 1118685370 285560832 59255 4294967295 134512640 135305190 3213362112 3076746112 134554919 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=278868 CPUtime=639.48
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 14470 0 0 0 63872 76 0 0 25 0 4 0 1118685370 285560832 59255 4294967295 134512640 135305190 3213362112 3068357824 134528410 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2560.42
Current children cumulated vsize (KiB) 281284

[startup+702.308 s]
/proc/loadavg: 4.30 4.46 4.44 5/104 30206
/proc/meminfo: memFree=2687972/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=310344 CPUtime=2799.11
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 66696 0 0 0 279646 265 0 0 25 0 4 0 1118685356 317792256 66486 4294967295 134512640 135305190 3213362112 3213360288 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/28121/statm: 77586 66486 79 194 0 77390 0
[pid=28121/tid=28122] ppid=28117 vsize=310344 CPUtime=699.62
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 15358 0 0 0 69907 55 0 0 25 0 4 0 1118685370 317792256 66486 4294967295 134512640 135305190 3213362112 3085135040 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=310344 CPUtime=700.2
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 14618 0 0 0 69962 58 0 0 25 0 4 0 1118685370 317792256 66486 4294967295 134512640 135305190 3213362112 3076746432 134528455 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=310344 CPUtime=699.32
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 16110 0 0 0 69853 79 0 0 25 0 4 0 1118685370 317792256 66486 4294967295 134512640 135305190 3213362112 3068357824 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2799.84
Current children cumulated vsize (KiB) 312760

[startup+762.312 s]
/proc/loadavg: 4.37 4.44 4.44 5/104 30395
/proc/meminfo: memFree=2679284/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=319228 CPUtime=3038.65
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 68782 0 0 0 303576 289 0 0 25 0 4 0 1118685356 326889472 68572 4294967295 134512640 135305190 3213362112 3213360288 134528559 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/28121/statm: 79807 68572 79 194 0 79611 0
[pid=28121/tid=28122] ppid=28117 vsize=319228 CPUtime=759.52
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 15871 0 0 0 75886 66 0 0 25 0 4 0 1118685370 326889472 68572 4294967295 134512640 135305190 3213362112 3085135040 134528777 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=319228 CPUtime=759.88
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 15102 0 0 0 75920 68 0 0 25 0 4 0 1118685370 326889472 68572 4294967295 134512640 135305190 3213362112 3076746432 134528265 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=319228 CPUtime=759.28
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 16877 0 0 0 75848 80 0 0 25 0 4 0 1118685370 326889472 68572 4294967295 134512640 135305190 3213362112 3068357616 134547909 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.38
Current children cumulated vsize (KiB) 321644

[startup+822.316 s]
/proc/loadavg: 4.38 4.43 4.43 5/104 30581
/proc/meminfo: memFree=2676192/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=322832 CPUtime=3278.15
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 69540 0 0 0 327505 310 0 0 25 0 4 0 1118685356 330579968 69330 4294967295 134512640 135305190 3213362112 3213360288 134528503 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/28121/statm: 80708 69330 79 194 0 80512 0
[pid=28121/tid=28122] ppid=28117 vsize=322832 CPUtime=819.35
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 16153 0 0 0 81861 74 0 0 25 0 4 0 1118685370 330579968 69330 4294967295 134512640 135305190 3213362112 3085135040 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=322832 CPUtime=819.71
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 15379 0 0 0 81899 72 0 0 25 0 4 0 1118685370 330579968 69330 4294967295 134512640 135305190 3213362112 3076746432 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=322832 CPUtime=819.23
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 16911 0 0 0 81839 84 0 0 25 0 4 0 1118685370 330579968 69330 4294967295 134512640 135305190 3213362112 3068357824 134528256 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3278.88
Current children cumulated vsize (KiB) 325248

[startup+882.311 s]
/proc/loadavg: 4.27 4.40 4.42 5/104 30774
/proc/meminfo: memFree=2669772/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=329768 CPUtime=3517.65
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 71179 0 0 0 351434 331 0 0 25 0 4 0 1118685356 337682432 70969 4294967295 134512640 135305190 3213362112 3213360288 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/28121/statm: 82442 70969 79 194 0 82246 0
[pid=28121/tid=28122] ppid=28117 vsize=329768 CPUtime=879.35
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 16771 0 0 0 87856 79 0 0 25 0 4 0 1118685370 337682432 70969 4294967295 134512640 135305190 3213362112 3085134984 134839991 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=329768 CPUtime=879.4
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 15846 0 0 0 87858 82 0 0 25 0 4 0 1118685370 337682432 70969 4294967295 134512640 135305190 3213362112 3076746432 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=329768 CPUtime=879.11
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 17362 0 0 0 87823 88 0 0 25 0 4 0 1118685370 337682432 70969 4294967295 134512640 135305190 3213362112 3068357824 134528388 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3518.38
Current children cumulated vsize (KiB) 332184

[startup+942.315 s]
/proc/loadavg: 4.69 4.51 4.46 5/104 30961
/proc/meminfo: memFree=2651888/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=349260 CPUtime=3757.26
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 75579 0 0 0 375366 360 0 0 25 0 4 0 1118685356 357642240 75369 4294967295 134512640 135305190 3213362112 3213360288 134528397 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/28121/statm: 87315 75369 79 194 0 87119 0
[pid=28121/tid=28122] ppid=28117 vsize=349260 CPUtime=939.35
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 17742 0 0 0 93851 84 0 0 25 0 4 0 1118685370 357642240 75369 4294967295 134512640 135305190 3213362112 3085135040 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=349260 CPUtime=939.23
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 17337 0 0 0 93834 89 0 0 25 0 4 0 1118685370 357642240 75369 4294967295 134512640 135305190 3213362112 3076746432 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=349260 CPUtime=938.93
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 18930 0 0 0 93798 95 0 0 25 0 4 0 1118685370 357642240 75369 4294967295 134512640 135305190 3213362112 3068357824 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3757.99
Current children cumulated vsize (KiB) 351676



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.48 4.48 4.45 5/104 31150
/proc/meminfo: memFree=2647424/3368532 swapFree=1953580/1959888
[pid=28117] ppid=28115 vsize=2416 CPUtime=0.73
/proc/28117/stat : 28117 (manysat.sh) S 28115 28117 19648 0 -1 4194304 370 2407 0 0 0 0 73 0 18 0 1 0 1118685283 2473984 275 4294967295 134512640 135169312 3216129648 3216125864 3085696750 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/28117/statm: 604 275 231 161 0 43 0
[pid=28121] ppid=28117 vsize=353780 CPUtime=3987.42
/proc/28121/stat : 28121 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202496 76666 0 0 0 398359 383 0 0 25 0 4 0 1118685356 362270720 76435 4294967295 134512640 135305190 3213362112 3213360288 134528402 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/28121/statm: 88445 76435 79 194 0 88249 0
[pid=28121/tid=28122] ppid=28117 vsize=353780 CPUtime=996.95
/proc/28121/task/28122/stat : 28122 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 17914 0 0 0 99605 90 0 0 25 0 4 0 1118685370 362270720 76435 4294967295 134512640 135305190 3213362112 3085135040 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28121/tid=28123] ppid=28117 vsize=353780 CPUtime=996.82
/proc/28121/task/28123/stat : 28123 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 17677 0 0 0 99589 93 0 0 25 0 4 0 1118685370 362270720 76435 4294967295 134512640 135305190 3213362112 3076746432 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28121/tid=28124] ppid=28117 vsize=353780 CPUtime=996.42
/proc/28121/task/28124/stat : 28124 (manysat1.1_stat) R 28117 28117 19648 0 -1 4202560 19311 0 0 0 99541 101 0 0 25 0 4 0 1118685370 362270720 76435 4294967295 134512640 135305190 3213362112 3068357824 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3988.15
Current children cumulated vsize (KiB) 356196

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

Real time (s): 1000.04
CPU time (s): 3988.15
CPU user time (s): 3984.32
CPU system time (s): 3.83
CPU usage (%): 398.799
Max. virtual memory (cumulated for all children) (KiB): 356196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.73
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2777
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= 4
involuntary context switches= 3

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 21:50:09
IDJOB=1781017
IDBENCH=71089
IDSOLVER=626
FILE ID=/1781017-1243540209
PBS_JOBID=
Free space on /tmp= 15883 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1781017-1243540209/watcher-1781017-1243540209 -o /tmp/evaluation-result-1781017-1243540209/solver-1781017-1243540209 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1781017-1243540209.cnf aimd 2

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED= 394828635

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2954616 kB
Buffers:         35752 kB
Cached:         298724 kB
SwapCached:       2424 kB
Active:         112724 kB
Inactive:       232308 kB
HighTotal:     2489216 kB
HighFree:      2176964 kB
LowTotal:       879316 kB
LowFree:        777652 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            2904 kB
Writeback:           0 kB
AnonPages:       10060 kB
Mapped:           4948 kB
Slab:            58704 kB
SReclaimable:    50444 kB
SUnreclaim:       8260 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93920 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15881 MiB
End job on  at 2009-05-28 22:06:51