Trace number 1780834

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 (4 threads)? (TO) 3980.2 1000.05

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.17	c ==============================================================================
0.11/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.11/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.11/0.17	c ==============================================================================
0.11/0.17	c |         0 |  300446   896973 |   90133       0        0     nan |  0.000 % |
3.00/3.06	c |         0 |  298711  1313786 |      --       0       --      -- |     --   | -1735/416813
3.00/3.06	c ==============================================================================
3.00/3.06	c Result  :   #vars: 1877   #clauses: 298711   #literals: 1313786
3.00/3.06	c CPU time:   2.99 s
3.00/3.06	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-1780834-1243537277/watcher-1780834-1243537277 -o /tmp/evaluation-result-1780834-1243537277/solver-1780834-1243537277 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780834-1243537277.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): 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.08 4.49 4.51 3/99 26807
/proc/meminfo: memFree=2781980/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2416 CPUtime=0
/proc/26806/stat : 26806 (manysat.sh) R 26804 26806 28360 0 -1 4194304 334 0 0 0 0 0 0 0 25 0 1 0 935304491 2473984 274 4294967295 134512640 135169312 3214456016 3214454492 3085293428 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/26806/statm: 604 274 231 161 0 43 0
[pid=26807] ppid=26806 vsize=2416 CPUtime=0
/proc/26807/stat : 26807 (manysat.sh) R 26806 26806 28360 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 1 0 935304491 2473984 43 4294967295 134512640 135169312 3214456016 3214454492 3085293428 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/26807/statm: 604 43 0 161 0 43 0

[startup+0.085319 s]
/proc/loadavg: 4.08 4.49 4.51 3/99 26807
/proc/meminfo: memFree=2781980/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2416 CPUtime=0.01
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 350 0 0 0 1 0 0 0 25 0 1 0 935304491 2473984 274 4294967295 134512640 135169312 3214456016 3214454552 3085291246 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26806/statm: 604 274 231 161 0 43 0
[pid=26807] ppid=26806 vsize=8740 CPUtime=0.08
/proc/26807/stat : 26807 (SatElite) R 26806 26806 28360 0 -1 4202496 2015 0 0 0 7 1 0 0 18 0 1 0 935304491 8949760 1951 4294967295 134512640 135034092 3218341968 3218338312 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26807/statm: 2185 1951 49 128 0 2055 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11156

[startup+0.105317 s]
/proc/loadavg: 4.08 4.49 4.51 3/99 26807
/proc/meminfo: memFree=2781980/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2416 CPUtime=0.01
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 350 0 0 0 1 0 0 0 25 0 1 0 935304491 2473984 274 4294967295 134512640 135169312 3214456016 3214454552 3085291246 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26806/statm: 604 274 231 161 0 43 0
[pid=26807] ppid=26806 vsize=10196 CPUtime=0.1
/proc/26807/stat : 26807 (SatElite) R 26806 26806 28360 0 -1 4202496 2420 0 0 0 9 1 0 0 18 0 1 0 935304491 10440704 2356 4294967295 134512640 135034092 3218341968 3218338312 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26807/statm: 2549 2357 49 128 0 2419 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 12612

[startup+0.305301 s]
/proc/loadavg: 4.08 4.49 4.51 3/99 26807
/proc/meminfo: memFree=2781980/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2416 CPUtime=0.01
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 350 0 0 0 1 0 0 0 25 0 1 0 935304491 2473984 274 4294967295 134512640 135169312 3214456016 3214454552 3085291246 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26806/statm: 604 274 231 161 0 43 0
[pid=26807] ppid=26806 vsize=23824 CPUtime=0.3
/proc/26807/stat : 26807 (SatElite) R 26806 26806 28360 0 -1 4202496 5667 0 0 0 25 5 0 0 18 0 1 0 935304491 24395776 5603 4294967295 134512640 135034092 3218341968 3218337952 134569611 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26807/statm: 5956 5603 67 128 0 5826 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 26240

[startup+0.705269 s]
/proc/loadavg: 4.08 4.49 4.51 3/99 26807
/proc/meminfo: memFree=2781980/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2416 CPUtime=0.01
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 350 0 0 0 1 0 0 0 25 0 1 0 935304491 2473984 274 4294967295 134512640 135169312 3214456016 3214454552 3085291246 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26806/statm: 604 274 231 161 0 43 0
[pid=26807] ppid=26806 vsize=28108 CPUtime=0.7
/proc/26807/stat : 26807 (SatElite) R 26806 26806 28360 0 -1 4202496 6447 0 0 0 64 6 0 0 18 0 1 0 935304491 28782592 6383 4294967295 134512640 135034092 3218341968 3218337984 134560974 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26807/statm: 7027 6383 67 128 0 6897 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 30524

[startup+1.50521 s]
/proc/loadavg: 4.08 4.49 4.51 2/100 26808
/proc/meminfo: memFree=2751640/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2416 CPUtime=0.01
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 350 0 0 0 1 0 0 0 25 0 1 0 935304491 2473984 274 4294967295 134512640 135169312 3214456016 3214454552 3085291246 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26806/statm: 604 274 231 161 0 43 0
[pid=26807] ppid=26806 vsize=32744 CPUtime=1.49
/proc/26807/stat : 26807 (SatElite) R 26806 26806 28360 0 -1 4202496 7471 0 0 0 143 6 0 0 20 0 1 0 935304491 33529856 7407 4294967295 134512640 135034092 3218341968 3218338272 134569526 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26807/statm: 8186 7407 67 128 0 8056 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 35160

[startup+3.10508 s]
/proc/loadavg: 4.08 4.49 4.51 2/100 26808
/proc/meminfo: memFree=2751284/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2416 CPUtime=0.01
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 350 0 0 0 1 0 0 0 25 0 1 0 935304491 2473984 274 4294967295 134512640 135169312 3214456016 3214454552 3085291246 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/26806/statm: 604 274 231 161 0 43 0
[pid=26807] ppid=26806 vsize=29828 CPUtime=3.09
/proc/26807/stat : 26807 (SatElite) R 26806 26806 28360 0 -1 4202496 7472 0 0 0 303 6 0 0 25 0 1 0 935304491 30543872 6815 4294967295 134512640 135034092 3218341968 3218336852 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26807/statm: 7457 6815 67 128 0 7327 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 32244

[startup+6.30484 s]
/proc/loadavg: 4.07 4.48 4.51 7/104 26831
/proc/meminfo: memFree=2687056/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=119944 CPUtime=9.55
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 23324 0 0 0 951 4 0 0 19 0 4 0 935304839 122822656 23257 4294967295 134512640 135305190 3219712448 3219710568 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/26809/statm: 29986 23258 79 194 0 29790 0
[pid=26809/tid=26810] ppid=26806 vsize=119944 CPUtime=2.26
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 1216 0 0 0 226 0 0 0 21 0 4 0 935304892 122822656 23258 4294967295 134512640 135305190 3219712448 3080236224 134528248 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=119944 CPUtime=2.24
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 1403 0 0 0 224 0 0 0 20 0 4 0 935304892 122822656 23258 4294967295 134512640 135305190 3219712448 3071847616 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=119944 CPUtime=2.27
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 1036 0 0 0 227 0 0 0 21 0 4 0 935304892 122822656 23258 4294967295 134512640 135305190 3219712448 3063459008 134528289 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 13.03
Current children cumulated vsize (KiB) 122364

[startup+12.7043 s]
/proc/loadavg: 4.07 4.47 4.51 5/103 26997
/proc/meminfo: memFree=2658836/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=145428 CPUtime=34.91
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 29964 0 0 0 3483 8 0 0 25 0 4 0 935304839 148918272 29897 4294967295 134512640 135305190 3219712448 3219710568 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/26809/statm: 36357 29897 79 194 0 36161 0
[pid=26809/tid=26810] ppid=26806 vsize=145428 CPUtime=8.55
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 2632 0 0 0 855 0 0 0 25 0 4 0 935304892 148918272 29897 4294967295 134512640 135305190 3219712448 3080236224 134528256 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=145428 CPUtime=8.63
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 3929 0 0 0 863 0 0 0 25 0 4 0 935304892 148918272 29897 4294967295 134512640 135305190 3219712448 3071847616 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=145428 CPUtime=8.61
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 2250 0 0 0 860 1 0 0 25 0 4 0 935304892 148918272 29897 4294967295 134512640 135305190 3219712448 3063459008 134528242 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 147848

[startup+25.5033 s]
/proc/loadavg: 4.05 4.45 4.50 6/103 26997
/proc/meminfo: memFree=2632640/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=170348 CPUtime=86.07
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 35905 0 0 0 8593 14 0 0 25 0 4 0 935304839 174436352 35838 4294967295 134512640 135305190 3219712448 3219710624 134528418 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/26809/statm: 42587 35838 79 194 0 42391 0
[pid=26809/tid=26810] ppid=26806 vsize=170348 CPUtime=21.35
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 3874 0 0 0 2135 0 0 0 25 0 4 0 935304892 174436352 35838 4294967295 134512640 135305190 3219712448 3080236224 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=170348 CPUtime=21.43
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 6069 0 0 0 2140 3 0 0 25 0 4 0 935304892 174436352 35838 4294967295 134512640 135305190 3219712448 3071847616 134528237 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=170348 CPUtime=21.4
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 3826 0 0 0 2138 2 0 0 25 0 4 0 935304892 174436352 35838 4294967295 134512640 135305190 3219712448 3063459008 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 89.55
Current children cumulated vsize (KiB) 172768

[startup+51.1112 s]
/proc/loadavg: 4.10 4.43 4.49 5/103 27000
/proc/meminfo: memFree=2594560/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=208104 CPUtime=188.4
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 45323 0 0 0 18803 37 0 0 25 0 4 0 935304839 213098496 45256 4294967295 134512640 135305190 3219712448 3219710624 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/26809/statm: 52026 45256 79 194 0 51830 0
[pid=26809/tid=26810] ppid=26806 vsize=208104 CPUtime=46.95
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 5823 0 0 0 4694 1 0 0 25 0 4 0 935304892 213098496 45256 4294967295 134512640 135305190 3219712448 3080236224 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=208104 CPUtime=47.04
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 8831 0 0 0 4696 8 0 0 25 0 4 0 935304892 213098496 45256 4294967295 134512640 135305190 3219712448 3071847616 134528224 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=208104 CPUtime=47.01
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 6097 0 0 0 4687 14 0 0 25 0 4 0 935304892 213098496 45256 4294967295 134512640 135305190 3219712448 3063459008 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 191.88
Current children cumulated vsize (KiB) 210524

[startup+102.317 s]
/proc/loadavg: 4.25 4.42 4.48 5/103 27190
/proc/meminfo: memFree=2550672/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=253328 CPUtime=392.69
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 56160 0 0 0 39208 61 0 0 25 0 4 0 935304839 259407872 56093 4294967295 134512640 135305190 3219712448 3219710624 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/26809/statm: 63332 56093 79 194 0 63136 0
[pid=26809/tid=26810] ppid=26806 vsize=253328 CPUtime=97.95
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 8374 0 0 0 9788 7 0 0 25 0 4 0 935304892 259407872 56093 4294967295 134512640 135305190 3219712448 3080236224 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=253328 CPUtime=98.22
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 12177 0 0 0 9807 15 0 0 25 0 4 0 935304892 259407872 56093 4294967295 134512640 135305190 3219712448 3071847616 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=253328 CPUtime=98.15
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 8798 0 0 0 9792 23 0 0 25 0 4 0 935304892 259407872 56093 4294967295 134512640 135305190 3219712448 3063459008 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 396.17
Current children cumulated vsize (KiB) 255748

[startup+162.312 s]
/proc/loadavg: 4.28 4.40 4.47 6/103 27379
/proc/meminfo: memFree=2500960/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=303044 CPUtime=631.97
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 68550 0 0 0 63103 94 0 0 25 0 4 0 935304839 310317056 68483 4294967295 134512640 135305190 3219712448 3219710416 134547909 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/26809/statm: 75761 68483 79 194 0 75565 0
[pid=26809/tid=26810] ppid=26806 vsize=303044 CPUtime=157.73
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 11447 0 0 0 15759 14 0 0 25 0 4 0 935304892 310317056 68483 4294967295 134512640 135305190 3219712448 3080236224 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=303044 CPUtime=158.12
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 15922 0 0 0 15792 20 0 0 25 0 4 0 935304892 310317056 68483 4294967295 134512640 135305190 3219712448 3071847616 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=303044 CPUtime=158.03
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 12401 0 0 0 15766 37 0 0 25 0 4 0 935304892 310317056 68483 4294967295 134512640 135305190 3219712448 3063459008 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 635.45

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

/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 26725 0 0 0 51664 79 0 0 25 0 4 0 935304892 525787136 119541 4294967295 134512640 135305190 3219712448 3063459008 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2072.82
Current children cumulated vsize (KiB) 515884

[startup+582.309 s]
/proc/loadavg: 4.80 4.53 4.48 6/103 28702
/proc/meminfo: memFree=2292744/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=517096 CPUtime=2309.03
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 120390 0 0 0 230624 279 0 0 25 0 4 0 935304839 529506304 120323 4294967295 134512640 135305190 3219712448 3219710624 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/26809/statm: 129274 120323 79 194 0 129078 0
[pid=26809/tid=26810] ppid=26806 vsize=517096 CPUtime=577.28
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 25178 0 0 0 57667 61 0 0 25 0 4 0 935304892 529506304 120323 4294967295 134512640 135305190 3219712448 3080236224 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=517096 CPUtime=577.01
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 29237 0 0 0 57647 54 0 0 25 0 4 0 935304892 529506304 120323 4294967295 134512640 135305190 3219712448 3071847616 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=517096 CPUtime=577.42
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 26777 0 0 0 57646 96 0 0 25 0 4 0 935304892 529506304 120323 4294967295 134512640 135305190 3219712448 3063459008 134528688 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2312.51
Current children cumulated vsize (KiB) 519516

[startup+642.314 s]
/proc/loadavg: 4.62 4.52 4.48 6/103 28890
/proc/meminfo: memFree=2241700/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=568640 CPUtime=2548.57
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 133348 0 0 0 254547 310 0 0 25 0 4 0 935304839 582287360 133275 4294967295 134512640 135305190 3219712448 3219710624 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/26809/statm: 142160 133275 79 194 0 141964 0
[pid=26809/tid=26810] ppid=26806 vsize=568640 CPUtime=637.11
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 29359 0 0 0 63639 72 0 0 25 0 4 0 935304892 582287360 133275 4294967295 134512640 135305190 3219712448 3080236224 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=568640 CPUtime=636.75
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 32292 0 0 0 63610 65 0 0 25 0 4 0 935304892 582287360 133275 4294967295 134512640 135305190 3219712448 3071847616 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=568640 CPUtime=637.38
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 30867 0 0 0 63636 102 0 0 25 0 4 0 935304892 582287360 133275 4294967295 134512640 135305190 3219712448 3063459008 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2552.05
Current children cumulated vsize (KiB) 571060

[startup+702.309 s]
/proc/loadavg: 4.62 4.54 4.49 5/103 29077
/proc/meminfo: memFree=2227820/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=580680 CPUtime=2788.08
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 136396 0 0 0 278472 336 0 0 25 0 4 0 935304839 594616320 136323 4294967295 134512640 135305190 3219712448 3219710624 134528319 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/26809/statm: 145170 136323 79 194 0 144974 0
[pid=26809/tid=26810] ppid=26806 vsize=580680 CPUtime=696.87
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 30107 0 0 0 69608 79 0 0 25 0 4 0 935304892 594616320 136323 4294967295 134512640 135305190 3219712448 3080236224 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=580680 CPUtime=696.73
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 33302 0 0 0 69594 79 0 0 25 0 4 0 935304892 594616320 136323 4294967295 134512640 135305190 3219712448 3071847616 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=580680 CPUtime=697.22
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 32042 0 0 0 69616 106 0 0 25 0 4 0 935304892 594616320 136323 4294967295 134512640 135305190 3219712448 3063459008 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2791.56
Current children cumulated vsize (KiB) 583100

[startup+762.314 s]
/proc/loadavg: 4.66 4.56 4.49 5/103 29266
/proc/meminfo: memFree=2224644/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=585312 CPUtime=3027.53
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 137518 0 0 0 302402 351 0 0 25 0 4 0 935304839 599359488 137445 4294967295 134512640 135305190 3219712448 3219710624 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/26809/statm: 146328 137445 79 194 0 146132 0
[pid=26809/tid=26810] ppid=26806 vsize=585312 CPUtime=756.75
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 30671 0 0 0 75595 80 0 0 25 0 4 0 935304892 599359488 137445 4294967295 134512640 135305190 3219712448 3080236224 134528777 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=585312 CPUtime=756.73
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 33504 0 0 0 75587 86 0 0 25 0 4 0 935304892 599359488 137445 4294967295 134512640 135305190 3219712448 3071847616 134528399 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=585312 CPUtime=757.1
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 32360 0 0 0 75601 109 0 0 25 0 4 0 935304892 599359488 137445 4294967295 134512640 135305190 3219712448 3063459008 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3031.01
Current children cumulated vsize (KiB) 587732

[startup+822.319 s]
/proc/loadavg: 4.60 4.56 4.50 5/103 29453
/proc/meminfo: memFree=2201016/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=611588 CPUtime=3267.23
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 143682 0 0 0 326353 370 0 0 25 0 4 0 935304839 626266112 143609 4294967295 134512640 135305190 3219712448 3219710624 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/26809/statm: 152897 143609 79 194 0 152701 0
[pid=26809/tid=26810] ppid=26806 vsize=611588 CPUtime=816.76
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 32432 0 0 0 81587 89 0 0 25 0 4 0 935304892 626266112 143609 4294967295 134512640 135305190 3219712448 3080236224 134528410 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=611588 CPUtime=816.71
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 34974 0 0 0 81582 89 0 0 25 0 4 0 935304892 626266112 143609 4294967295 134512640 135305190 3219712448 3071847616 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=611588 CPUtime=816.97
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 34158 0 0 0 81585 112 0 0 25 0 4 0 935304892 626266112 143609 4294967295 134512640 135305190 3219712448 3063459008 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3270.71
Current children cumulated vsize (KiB) 614008

[startup+882.315 s]
/proc/loadavg: 4.39 4.51 4.48 5/103 29645
/proc/meminfo: memFree=2178600/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=633616 CPUtime=3506.82
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 148825 0 0 0 350301 381 0 0 25 0 4 0 935304839 648822784 148752 4294967295 134512640 135305190 3219712448 3219710624 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/26809/statm: 158404 148752 79 194 0 158208 0
[pid=26809/tid=26810] ppid=26806 vsize=633616 CPUtime=876.62
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 33797 0 0 0 87570 92 0 0 25 0 4 0 935304892 648822784 148752 4294967295 134512640 135305190 3219712448 3080236224 134528344 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=633616 CPUtime=876.64
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 35676 0 0 0 87574 90 0 0 25 0 4 0 935304892 648822784 148752 4294967295 134512640 135305190 3219712448 3071847616 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=633616 CPUtime=876.89
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 35801 0 0 0 87575 114 0 0 25 0 4 0 935304892 648822784 148752 4294967295 134512640 135305190 3219712448 3063458672 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3510.3
Current children cumulated vsize (KiB) 636036

[startup+942.31 s]
/proc/loadavg: 4.62 4.54 4.48 5/103 29833
/proc/meminfo: memFree=2175004/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=637756 CPUtime=3746.42
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 149756 0 0 0 374246 396 0 0 25 0 4 0 935304839 653062144 149683 4294967295 134512640 135305190 3219712448 3219710624 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/26809/statm: 159439 149683 79 194 0 159243 0
[pid=26809/tid=26810] ppid=26806 vsize=637756 CPUtime=936.4
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 33935 0 0 0 93541 99 0 0 25 0 4 0 935304892 653062144 149683 4294967295 134512640 135305190 3219712448 3080236224 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=637756 CPUtime=936.64
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 36023 0 0 0 93571 93 0 0 25 0 4 0 935304892 653062144 149683 4294967295 134512640 135305190 3219712448 3071847616 134528458 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=637756 CPUtime=936.86
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 35870 0 0 0 93570 116 0 0 25 0 4 0 935304892 653062144 149683 4294967295 134512640 135305190 3219712448 3063459008 134528399 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3749.9
Current children cumulated vsize (KiB) 640176



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.57 4.54 4.49 5/103 30023
/proc/meminfo: memFree=2160044/3368532 swapFree=1959840/1959888
[pid=26806] ppid=26804 vsize=2420 CPUtime=3.48
/proc/26806/stat : 26806 (manysat.sh) S 26804 26806 28360 0 -1 4194304 370 7476 0 0 1 0 339 8 18 0 1 0 935304491 2478080 275 4294967295 134512640 135169312 3214456016 3214452232 3085291246 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/26806/statm: 605 275 231 161 0 44 0
[pid=26809] ppid=26806 vsize=653816 CPUtime=3976.72
/proc/26809/stat : 26809 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202496 153759 0 0 0 397239 433 0 0 25 0 4 0 935304839 669507584 153686 4294967295 134512640 135305190 3219712448 3219710624 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/26809/statm: 163454 153686 79 194 0 163258 0
[pid=26809/tid=26810] ppid=26806 vsize=653816 CPUtime=994.01
/proc/26809/task/26810/stat : 26810 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 35214 0 0 0 99292 109 0 0 25 0 4 0 935304892 669507584 153686 4294967295 134512640 135305190 3219712448 3080236224 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=26809/tid=26811] ppid=26806 vsize=653816 CPUtime=994.31
/proc/26809/task/26811/stat : 26811 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 36557 0 0 0 99328 103 0 0 25 0 4 0 935304892 669507584 153686 4294967295 134512640 135305190 3219712448 3071847560 134840070 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=26809/tid=26812] ppid=26806 vsize=653816 CPUtime=994.43
/proc/26809/task/26812/stat : 26812 (manysat1.1_stat) R 26806 26806 28360 0 -1 4202560 37508 0 0 0 99317 126 0 0 25 0 4 0 935304892 669507584 153686 4294967295 134512640 135305190 3219712448 3063459008 134528501 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3980.2
Current children cumulated vsize (KiB) 656236

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

Real time (s): 1000.05
CPU time (s): 3980.2
CPU user time (s): 3975.79
CPU system time (s): 4.41
CPU usage (%): 398.002
Max. virtual memory (cumulated for all children) (KiB): 656236

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-28 21:01:17
IDJOB=1780834
IDBENCH=71071
IDSOLVER=623
FILE ID=tipi39/1780834-1243537277
PBS_JOBID=
Free space on /tmp= 5739 MiB

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

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED= 291203076

Linux tipi39 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.067
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.067
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.067
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.067
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:       2781980 kB
Buffers:         51972 kB
Cached:         428856 kB
SwapCached:          0 kB
Active:          46408 kB
Inactive:       450664 kB
HighTotal:     2489216 kB
HighFree:      2045828 kB
LowTotal:       879316 kB
LowFree:        736152 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            6460 kB
Writeback:           0 kB
AnonPages:       16352 kB
Mapped:           6296 kB
Slab:            79076 kB
SReclaimable:    68104 kB
SUnreclaim:      10972 kB
PageTables:        524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    95164 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5731 MiB
End job on tipi39 at 2009-05-28 21:18:00