Trace number 1780837

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) 3979.4 1000.06

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_14_UNSAT.cnf
MD5SUM6d69d175921d14f1c2600aaedc59f514
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 variables2940
Number of clauses300446
Sum of the clauses size896973
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24737
Number of clauses of size 3295678
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.11/0.16	c ==============================================================================
0.11/0.16	c |           |     ORIGINAL     |              LEARNT              |          |
0.11/0.16	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.11/0.16	c ==============================================================================
0.11/0.16	c |         0 |  300446   896973 |   90133       0        0     nan |  0.000 % |
3.01/3.05	c |         0 |  298711  1313786 |      --       0       --      -- |     --   | -1735/416813
3.01/3.05	c ==============================================================================
3.01/3.05	c Result  :   #vars: 1877   #clauses: 298711   #literals: 1313786
3.01/3.05	c CPU time:   3.02 s
3.01/3.05	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-1780837-1243537460/watcher-1780837-1243537460 -o /tmp/evaluation-result-1780837-1243537460/solver-1780837-1243537460 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780837-1243537460.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.40 4.60 4.52 3/97 20786
/proc/meminfo: memFree=2780316/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2416 CPUtime=0
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1107883296 2473984 273 4294967295 134512640 135169312 3218432160 3218430696 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20786/statm: 604 273 231 161 0 43 0
[pid=20787] ppid=20786 vsize=1476 CPUtime=0
/proc/20787/stat : 20787 (SatElite) R 20786 20786 21691 0 -1 4202496 287 0 0 0 0 0 0 0 18 0 1 0 1107883296 1511424 224 4294967295 134512640 135034092 3218167840 3218164184 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20787/statm: 369 225 49 128 0 239 0

[startup+0.093698 s]
/proc/loadavg: 4.40 4.60 4.52 3/97 20786
/proc/meminfo: memFree=2780316/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2416 CPUtime=0
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1107883296 2473984 273 4294967295 134512640 135169312 3218432160 3218430696 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20786/statm: 604 273 231 161 0 43 0
[pid=20787] ppid=20786 vsize=9664 CPUtime=0.09
/proc/20787/stat : 20787 (SatElite) R 20786 20786 21691 0 -1 4202496 2279 0 0 0 7 2 0 0 18 0 1 0 1107883296 9895936 2216 4294967295 134512640 135034092 3218167840 3218163832 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20787/statm: 2416 2218 49 128 0 2286 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12080

[startup+0.113697 s]
/proc/loadavg: 4.40 4.60 4.52 3/97 20786
/proc/meminfo: memFree=2780316/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2416 CPUtime=0
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1107883296 2473984 273 4294967295 134512640 135169312 3218432160 3218430696 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20786/statm: 604 273 231 161 0 43 0
[pid=20787] ppid=20786 vsize=10984 CPUtime=0.11
/proc/20787/stat : 20787 (SatElite) R 20786 20786 21691 0 -1 4202496 2660 0 0 0 9 2 0 0 18 0 1 0 1107883296 11247616 2597 4294967295 134512640 135034092 3218167840 3218164184 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20787/statm: 2746 2597 49 128 0 2616 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13400

[startup+0.313681 s]
/proc/loadavg: 4.40 4.60 4.52 3/97 20786
/proc/meminfo: memFree=2780316/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2416 CPUtime=0
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1107883296 2473984 273 4294967295 134512640 135169312 3218432160 3218430696 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20786/statm: 604 273 231 161 0 43 0
[pid=20787] ppid=20786 vsize=23952 CPUtime=0.31
/proc/20787/stat : 20787 (SatElite) R 20786 20786 21691 0 -1 4202496 5709 0 0 0 28 3 0 0 18 0 1 0 1107883296 24526848 5646 4294967295 134512640 135034092 3218167840 3218163708 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20787/statm: 5988 5647 67 128 0 5858 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 26368

[startup+0.71365 s]
/proc/loadavg: 4.40 4.60 4.52 3/97 20786
/proc/meminfo: memFree=2780316/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2416 CPUtime=0
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1107883296 2473984 273 4294967295 134512640 135169312 3218432160 3218430696 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20786/statm: 604 273 231 161 0 43 0
[pid=20787] ppid=20786 vsize=28236 CPUtime=0.71
/proc/20787/stat : 20787 (SatElite) R 20786 20786 21691 0 -1 4202496 6473 0 0 0 67 4 0 0 18 0 1 0 1107883296 28913664 6410 4294967295 134512640 135034092 3218167840 3218163784 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20787/statm: 7059 6410 67 128 0 6929 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 30652

[startup+1.51359 s]
/proc/loadavg: 4.40 4.60 4.52 2/99 20788
/proc/meminfo: memFree=2749828/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2416 CPUtime=0
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1107883296 2473984 273 4294967295 134512640 135169312 3218432160 3218430696 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20786/statm: 604 273 231 161 0 43 0
[pid=20787] ppid=20786 vsize=32740 CPUtime=1.51
/proc/20787/stat : 20787 (SatElite) R 20786 20786 21691 0 -1 4202496 7468 0 0 0 147 4 0 0 20 0 1 0 1107883296 33525760 7405 4294967295 134512640 135034092 3218167840 3218164144 134569613 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20787/statm: 8185 7405 67 128 0 8055 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 35156

[startup+3.11347 s]
/proc/loadavg: 4.40 4.60 4.52 2/99 20788
/proc/meminfo: memFree=2749732/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2416 CPUtime=0
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1107883296 2473984 273 4294967295 134512640 135169312 3218432160 3218430696 3085602542 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20786/statm: 604 273 231 161 0 43 0
[pid=20787] ppid=20786 vsize=29824 CPUtime=3.11
/proc/20787/stat : 20787 (SatElite) R 20786 20786 21691 0 -1 4202496 7469 0 0 0 307 4 0 0 25 0 1 0 1107883296 30539776 6813 4294967295 134512640 135034092 3218167840 3218162716 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20787/statm: 7456 6813 67 128 0 7326 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 32240

[startup+6.31323 s]
/proc/loadavg: 4.37 4.59 4.51 5/102 20792
/proc/meminfo: memFree=2685260/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=119428 CPUtime=9.67
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 23368 0 0 0 960 7 0 0 20 0 4 0 1107883643 122294272 23303 4294967295 134512640 135305190 3214863648 3214861824 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 29857 23303 79 194 0 29661 0
[pid=20789/tid=20790] ppid=20786 vsize=119428 CPUtime=2.29
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 1211 0 0 0 229 0 0 0 21 0 4 0 1107883696 122294272 23303 4294967295 134512640 135305190 3214863648 3079703744 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=119428 CPUtime=2.27
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 1371 0 0 0 225 2 0 0 23 0 4 0 1107883696 122294272 23303 4294967295 134512640 135305190 3214863648 3071315136 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=119428 CPUtime=2.28
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 1099 0 0 0 227 1 0 0 20 0 4 0 1107883696 122294272 23303 4294967295 134512640 135305190 3214863648 3062926528 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 121848

[startup+12.7127 s]
/proc/loadavg: 4.34 4.58 4.51 5/102 20792
/proc/meminfo: memFree=2656688/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=145572 CPUtime=35.21
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 29962 0 0 0 3507 14 0 0 25 0 4 0 1107883643 149065728 29897 4294967295 134512640 135305190 3214863648 3214861824 134528252 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 36393 29897 79 194 0 36197 0
[pid=20789/tid=20790] ppid=20786 vsize=145572 CPUtime=8.68
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 2631 0 0 0 864 4 0 0 25 0 4 0 1107883696 149065728 29897 4294967295 134512640 135305190 3214863648 3079703744 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=145572 CPUtime=8.66
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 3852 0 0 0 861 5 0 0 25 0 4 0 1107883696 149065728 29897 4294967295 134512640 135305190 3214863648 3071315080 134839991 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=145572 CPUtime=8.67
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 2333 0 0 0 866 1 0 0 25 0 4 0 1107883696 149065728 29897 4294967295 134512640 135305190 3214863648 3062926528 134528480 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.69
Current children cumulated vsize (KiB) 147992

[startup+25.5117 s]
/proc/loadavg: 4.26 4.55 4.50 5/102 20794
/proc/meminfo: memFree=2631144/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=170388 CPUtime=86.23
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 35808 0 0 0 8596 27 0 0 25 0 4 0 1107883643 174477312 35743 4294967295 134512640 135305190 3214863648 3214861824 134528872 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 42597 35743 79 194 0 42401 0
[pid=20789/tid=20790] ppid=20786 vsize=170388 CPUtime=21.48
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 3833 0 0 0 2142 6 0 0 25 0 4 0 1107883696 174477312 35743 4294967295 134512640 135305190 3214863648 3079703744 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=170388 CPUtime=21.46
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 5888 0 0 0 2139 7 0 0 25 0 4 0 1107883696 174477312 35743 4294967295 134512640 135305190 3214863648 3071315136 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=170388 CPUtime=21.42
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 3943 0 0 0 2135 7 0 0 25 0 4 0 1107883696 174477312 35743 4294967295 134512640 135305190 3214863648 3062926528 134528418 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 89.71
Current children cumulated vsize (KiB) 172808

[startup+51.1098 s]
/proc/loadavg: 4.49 4.58 4.51 5/102 20979
/proc/meminfo: memFree=2592440/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=207888 CPUtime=188.33
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 45251 0 0 0 18796 37 0 0 25 0 4 0 1107883643 212877312 45186 4294967295 134512640 135305190 3214863648 3214861824 134528252 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 51972 45186 79 194 0 51776 0
[pid=20789/tid=20790] ppid=20786 vsize=207888 CPUtime=47.03
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 5745 0 0 0 4694 9 0 0 25 0 4 0 1107883696 212877312 45186 4294967295 134512640 135305190 3214863648 3079703744 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=207888 CPUtime=47.05
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 8601 0 0 0 4695 10 0 0 25 0 4 0 1107883696 212877312 45186 4294967295 134512640 135305190 3214863648 3071315136 134528536 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=207888 CPUtime=46.85
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 6403 0 0 0 4676 9 0 0 25 0 4 0 1107883696 212877312 45186 4294967295 134512640 135305190 3214863648 3062926528 134528248 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 191.81
Current children cumulated vsize (KiB) 210308

[startup+102.316 s]
/proc/loadavg: 4.39 4.54 4.50 5/102 21166
/proc/meminfo: memFree=2547056/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=252224 CPUtime=392.52
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 56250 0 0 0 39191 61 0 0 25 0 4 0 1107883643 258277376 56185 4294967295 134512640 135305190 3214863648 3214861824 134528319 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/20789/statm: 63056 56185 79 194 0 62860 0
[pid=20789/tid=20790] ppid=20786 vsize=252224 CPUtime=98.16
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 8340 0 0 0 9801 15 0 0 25 0 4 0 1107883696 258277376 56185 4294967295 134512640 135305190 3214863648 3079703744 134528501 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=252224 CPUtime=98.26
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 12292 0 0 0 9808 18 0 0 25 0 4 0 1107883696 258277376 56185 4294967295 134512640 135305190 3214863648 3071315136 134528536 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=252224 CPUtime=97.84
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 8932 0 0 0 9772 12 0 0 25 0 4 0 1107883696 258277376 56185 4294967295 134512640 135305190 3214863648 3062926528 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 396
Current children cumulated vsize (KiB) 254644

[startup+162.311 s]
/proc/loadavg: 4.45 4.53 4.50 5/102 21357
/proc/meminfo: memFree=2503160/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=298136 CPUtime=631.97
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 67151 0 0 0 63109 88 0 0 25 0 4 0 1107883643 305291264 67086 4294967295 134512640 135305190 3214863648 3214861824 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/20789/statm: 74534 67086 79 194 0 74338 0
[pid=20789/tid=20790] ppid=20786 vsize=298136 CPUtime=158.09
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 10732 0 0 0 15788 21 0 0 25 0 4 0 1107883696 305291264 67086 4294967295 134512640 135305190 3214863648 3079703744 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=298136 CPUtime=158.25
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 16286 0 0 0 15798 27 0 0 25 0 4 0 1107883696 305291264 67086 4294967295 134512640 135305190 3214863648 3071315136 134528341 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=298136 CPUtime=157.51
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 11809 0 0 0 15733 18 0 0 25 0 4 0 1107883696 305291264 67086 4294967295 134512640 135305190 3214863648 3062926528 134528861 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 635.45

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

/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 25929 0 0 0 57532 71 0 0 25 0 4 0 1107883696 538583040 121552 4294967295 134512640 135305190 3214863648 3062926528 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2311.89
Current children cumulated vsize (KiB) 528380

[startup+642.314 s]
/proc/loadavg: 4.61 4.64 4.54 5/102 22687
/proc/meminfo: memFree=2270176/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=542664 CPUtime=2547.86
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 125836 0 0 0 254498 288 0 0 25 0 4 0 1107883643 555687936 125738 4294967295 134512640 135305190 3214863648 3214861824 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 135666 125739 79 194 0 135470 0
[pid=20789/tid=20790] ppid=20786 vsize=542664 CPUtime=637.54
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 25018 0 0 0 63682 72 0 0 25 0 4 0 1107883696 555687936 125739 4294967295 134512640 135305190 3214863648 3079703688 134839991 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=542664 CPUtime=636.94
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 29163 0 0 0 63634 60 0 0 25 0 4 0 1107883696 555687936 125739 4294967295 134512640 135305190 3214863648 3071315136 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=542664 CPUtime=635.87
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 27434 0 0 0 63508 79 0 0 25 0 4 0 1107883696 555687936 125739 4294967295 134512640 135305190 3214863648 3062926472 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2551.34
Current children cumulated vsize (KiB) 545084

[startup+702.31 s]
/proc/loadavg: 4.81 4.70 4.57 5/102 22874
/proc/meminfo: memFree=2217940/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=595396 CPUtime=2787.38
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 138850 0 0 0 278419 319 0 0 25 0 4 0 1107883643 609685504 138752 4294967295 134512640 135305190 3214863648 3214861824 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 148849 138752 79 194 0 148653 0
[pid=20789/tid=20790] ppid=20786 vsize=595396 CPUtime=697.52
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 28964 0 0 0 69668 84 0 0 25 0 4 0 1107883696 609685504 138752 4294967295 134512640 135305190 3214863648 3079703744 134528402 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=595396 CPUtime=696.92
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 32278 0 0 0 69624 68 0 0 25 0 4 0 1107883696 609685504 138752 4294967295 134512640 135305190 3214863648 3071315136 134528418 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=595396 CPUtime=695.66
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 31908 0 0 0 69483 83 0 0 25 0 4 0 1107883696 609685504 138752 4294967295 134512640 135305190 3214863648 3062926528 134528268 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2790.86
Current children cumulated vsize (KiB) 597816

[startup+762.315 s]
/proc/loadavg: 4.63 4.67 4.57 5/102 23064
/proc/meminfo: memFree=2214196/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=598200 CPUtime=3026.95
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 139523 0 0 0 302352 343 0 0 25 0 4 0 1107883643 612556800 139425 4294967295 134512640 135305190 3214863648 3214861824 134528248 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 149550 139425 79 194 0 149354 0
[pid=20789/tid=20790] ppid=20786 vsize=598200 CPUtime=757.48
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 29021 0 0 0 75660 88 0 0 25 0 4 0 1107883696 612556800 139425 4294967295 134512640 135305190 3214863648 3079703744 134530561 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=598200 CPUtime=756.91
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 32639 0 0 0 75615 76 0 0 25 0 4 0 1107883696 612556800 139425 4294967295 134512640 135305190 3214863648 3071315136 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=598200 CPUtime=755.54
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 32060 0 0 0 75464 90 0 0 25 0 4 0 1107883696 612556800 139425 4294967295 134512640 135305190 3214863648 3062926528 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3030.43
Current children cumulated vsize (KiB) 600620

[startup+822.31 s]
/proc/loadavg: 4.61 4.67 4.57 5/102 23253
/proc/meminfo: memFree=2211244/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=601764 CPUtime=3266.46
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 140363 0 0 0 326288 358 0 0 25 0 4 0 1107883643 616206336 140265 4294967295 134512640 135305190 3214863648 3214861824 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 150441 140265 79 194 0 150245 0
[pid=20789/tid=20790] ppid=20786 vsize=601764 CPUtime=817.48
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 29115 0 0 0 81651 97 0 0 25 0 4 0 1107883696 616206336 140265 4294967295 134512640 135305190 3214863648 3079703744 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=601764 CPUtime=816.88
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 33002 0 0 0 81610 78 0 0 25 0 4 0 1107883696 616206336 140265 4294967295 134512640 135305190 3214863648 3071315136 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=601764 CPUtime=815.34
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 32077 0 0 0 81443 91 0 0 25 0 4 0 1107883696 616206336 140265 4294967295 134512640 135305190 3214863648 3062926528 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3269.94
Current children cumulated vsize (KiB) 604184

[startup+882.316 s]
/proc/loadavg: 4.84 4.72 4.59 5/102 23446
/proc/meminfo: memFree=2187628/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=627272 CPUtime=3506.01
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 146538 0 0 0 350209 392 0 0 25 0 4 0 1107883643 642326528 146440 4294967295 134512640 135305190 3214863648 3214861824 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 156818 146440 79 194 0 156622 0
[pid=20789/tid=20790] ppid=20786 vsize=627272 CPUtime=877.48
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 30064 0 0 0 87645 103 0 0 25 0 4 0 1107883696 642326528 146440 4294967295 134512640 135305190 3214863648 3079703744 134528402 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=627272 CPUtime=876.87
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 34546 0 0 0 87600 87 0 0 25 0 4 0 1107883696 642326528 146440 4294967295 134512640 135305190 3214863648 3071315136 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=627272 CPUtime=875.28
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 34733 0 0 0 87427 101 0 0 25 0 4 0 1107883696 642326528 146440 4294967295 134512640 135305190 3214863648 3062926528 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3509.49
Current children cumulated vsize (KiB) 629692

[startup+942.311 s]
/proc/loadavg: 4.70 4.71 4.59 6/102 23633
/proc/meminfo: memFree=2158420/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=656752 CPUtime=3745.53
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 153720 0 0 0 374137 416 0 0 25 0 4 0 1107883643 672514048 153622 4294967295 134512640 135305190 3214863648 3214861824 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 164188 153622 79 194 0 163992 0
[pid=20789/tid=20790] ppid=20786 vsize=656752 CPUtime=937.48
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 31008 0 0 0 93641 107 0 0 25 0 4 0 1107883696 672514048 153622 4294967295 134512640 135305190 3214863648 3079703744 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=656752 CPUtime=936.72
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 36561 0 0 0 93582 90 0 0 25 0 4 0 1107883696 672514048 153622 4294967295 134512640 135305190 3214863648 3071315136 134528341 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=656752 CPUtime=935.02
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 38242 0 0 0 93388 114 0 0 25 0 4 0 1107883696 672514048 153622 4294967295 134512640 135305190 3214863648 3062926528 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3749.01
Current children cumulated vsize (KiB) 659172



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.82 4.76 4.62 5/102 23820
/proc/meminfo: memFree=2155320/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=659420 CPUtime=3975.92
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 154330 0 0 0 397162 430 0 0 25 0 4 0 1107883643 675246080 154232 4294967295 134512640 135305190 3214863648 3214861824 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 164855 154232 79 194 0 164659 0
[pid=20789/tid=20790] ppid=20786 vsize=659420 CPUtime=995.17
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 31106 0 0 0 99407 110 0 0 25 0 4 0 1107883696 675246080 154232 4294967295 134512640 135305190 3214863648 3079703744 134528777 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=659420 CPUtime=994.23
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 36938 0 0 0 99331 92 0 0 25 0 4 0 1107883696 675246080 154232 4294967295 134512640 135305190 3214863648 3071315136 134528256 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=659420 CPUtime=992.5
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 38243 0 0 0 99132 118 0 0 25 0 4 0 1107883696 675246080 154232 4294967295 134512640 135305190 3214863648 3062926528 134528410 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3979.4
Current children cumulated vsize (KiB) 661840

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

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

[startup+1000.02 s]
/proc/loadavg: 4.82 4.76 4.62 5/102 23820
/proc/meminfo: memFree=2155320/3368532 swapFree=1952996/1959888
[pid=20786] ppid=20784 vsize=2420 CPUtime=3.48
/proc/20786/stat : 20786 (manysat.sh) S 20784 20786 21691 0 -1 4194304 370 7473 0 0 0 0 343 5 18 0 1 0 1107883296 2478080 275 4294967295 134512640 135169312 3218432160 3218428376 3085602542 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20786/statm: 605 275 231 161 0 44 0
[pid=20789] ppid=20786 vsize=659420 CPUtime=3975.92
/proc/20789/stat : 20789 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202496 154330 0 0 0 397162 430 0 0 25 0 4 0 1107883643 675246080 154232 4294967295 134512640 135305190 3214863648 3214861824 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20789/statm: 164855 154232 79 194 0 164659 0
[pid=20789/tid=20790] ppid=20786 vsize=659420 CPUtime=995.17
/proc/20789/task/20790/stat : 20790 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 31106 0 0 0 99407 110 0 0 25 0 4 0 1107883696 675246080 154232 4294967295 134512640 135305190 3214863648 3079703744 134528777 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20789/tid=20791] ppid=20786 vsize=659420 CPUtime=994.23
/proc/20789/task/20791/stat : 20791 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 36938 0 0 0 99331 92 0 0 25 0 4 0 1107883696 675246080 154232 4294967295 134512640 135305190 3214863648 3071315136 134528256 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20789/tid=20792] ppid=20786 vsize=659420 CPUtime=992.5
/proc/20789/task/20792/stat : 20792 (manysat1.1_stat) R 20786 20786 21691 0 -1 4202560 38243 0 0 0 99132 118 0 0 25 0 4 0 1107883696 675246080 154232 4294967295 134512640 135305190 3214863648 3062926528 134528410 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3979.4
Current children cumulated vsize (KiB) 661840

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20786 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=430000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=60000
# CPU time returned by wait4() is 3.49
# while last known CPU time is 3979.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.06
CPU time (s): 3979.4
CPU user time (s): 3975.05
CPU system time (s): 4.35
CPU usage (%): 397.917
Max. virtual memory (cumulated for all children) (KiB): 661840

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

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-28 21:04:20
IDJOB=1780837
IDBENCH=71071
IDSOLVER=626
FILE ID=tipi45/1780837-1243537460
PBS_JOBID=
Free space on /tmp= 15497 MiB

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

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED= 578813920

Linux tipi45 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.081
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.41
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.081
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.10
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.081
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.081
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2780316 kB
Buffers:        145076 kB
Cached:         335328 kB
SwapCached:       2100 kB
Active:         123004 kB
Inactive:       366524 kB
HighTotal:     2489216 kB
HighFree:      2141164 kB
LowTotal:       879316 kB
LowFree:        639152 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:            6456 kB
Writeback:           0 kB
AnonPages:        8180 kB
Mapped:           3520 kB
Slab:            85648 kB
SReclaimable:    74732 kB
SUnreclaim:      10916 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    89604 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15489 MiB
End job on tipi45 at 2009-05-28 21:21:03