Trace number 1781182

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.02 1000.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_11_UNKNOWN.cnf
MD5SUMe0639bbed56c8b8c34616f8cb99c381c
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 variables1740
Number of clauses114011
Sum of the clauses size339448
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22792
Number of clauses of size 3111196
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.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  114011   339448 |   34203       0        0     nan |  0.000 % |
0.80/0.81	c |         0 |  113182   490657 |      --       0       --      -- |     --   | -829/151209
0.80/0.81	c ==============================================================================
0.80/0.81	c Result  :   #vars: 1091   #clauses: 113182   #literals: 490657
0.80/0.81	c CPU time:   0.78 s
0.80/0.81	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-1781182-1243543986/watcher-1781182-1243543986 -o /tmp/evaluation-result-1781182-1243543986/solver-1781182-1243543986 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1781182-1243543986.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.33 4.60 4.56 3/115 28085
/proc/meminfo: memFree=2921316/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2416 CPUtime=0
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1119078457 2473984 273 4294967295 134512640 135169312 3218510000 3218508536 3085631214 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/28085/statm: 604 273 231 161 0 43 0
[pid=28086] ppid=28085 vsize=1332 CPUtime=0
/proc/28086/stat : 28086 (SatElite) R 28085 28085 12261 0 -1 4202496 263 0 0 0 0 0 0 0 18 0 1 0 1119078458 1363968 200 4294967295 134512640 135034092 3216926448 3216922792 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28086/statm: 333 200 49 128 0 203 0

[startup+0.108077 s]
/proc/loadavg: 4.33 4.60 4.56 3/115 28085
/proc/meminfo: memFree=2921316/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2416 CPUtime=0
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1119078457 2473984 273 4294967295 134512640 135169312 3218510000 3218508536 3085631214 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/28085/statm: 604 273 231 161 0 43 0
[pid=28086] ppid=28085 vsize=9544 CPUtime=0.1
/proc/28086/stat : 28086 (SatElite) R 28085 28085 12261 0 -1 4202496 2323 0 0 0 8 2 0 0 18 0 1 0 1119078458 9773056 2260 4294967295 134512640 135034092 3216926448 3216922444 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28086/statm: 2386 2260 67 128 0 2256 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11960

[startup+0.208139 s]
/proc/loadavg: 4.33 4.60 4.56 3/115 28085
/proc/meminfo: memFree=2921316/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2416 CPUtime=0
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1119078457 2473984 273 4294967295 134512640 135169312 3218510000 3218508536 3085631214 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/28085/statm: 604 273 231 161 0 43 0
[pid=28086] ppid=28085 vsize=11188 CPUtime=0.2
/proc/28086/stat : 28086 (SatElite) R 28085 28085 12261 0 -1 4202496 2624 0 0 0 17 3 0 0 18 0 1 0 1119078458 11456512 2561 4294967295 134512640 135034092 3216926448 3216922444 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28086/statm: 2797 2561 67 128 0 2667 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13604

[startup+0.308069 s]
/proc/loadavg: 4.33 4.60 4.56 3/115 28085
/proc/meminfo: memFree=2921316/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2416 CPUtime=0
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1119078457 2473984 273 4294967295 134512640 135169312 3218510000 3218508536 3085631214 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/28085/statm: 604 273 231 161 0 43 0
[pid=28086] ppid=28085 vsize=13664 CPUtime=0.3
/proc/28086/stat : 28086 (SatElite) R 28085 28085 12261 0 -1 4202496 3049 0 0 0 27 3 0 0 18 0 1 0 1119078458 13991936 2986 4294967295 134512640 135034092 3216926448 3216922752 134569526 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28086/statm: 3416 2986 67 128 0 3286 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16080

[startup+0.708053 s]
/proc/loadavg: 4.33 4.60 4.56 3/115 28085
/proc/meminfo: memFree=2921316/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2416 CPUtime=0
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1119078457 2473984 273 4294967295 134512640 135169312 3218510000 3218508536 3085631214 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/28085/statm: 604 273 231 161 0 43 0
[pid=28086] ppid=28085 vsize=13664 CPUtime=0.7
/proc/28086/stat : 28086 (SatElite) R 28085 28085 12261 0 -1 4202496 3049 0 0 0 67 3 0 0 18 0 1 0 1119078458 13991936 2986 4294967295 134512640 135034092 3216926448 3216922752 134569526 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28086/statm: 3416 2986 67 128 0 3286 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 16080

[startup+1.50803 s]
/proc/loadavg: 4.33 4.60 4.56 2/117 28088
/proc/meminfo: memFree=2893936/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=61816 CPUtime=1.4
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 8686 0 0 0 138 2 0 0 18 0 4 0 1119078555 63299584 8618 4294967295 134512640 135305190 3221150496 3221148616 134840070 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 15454 8618 79 194 0 15258 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 64236

[startup+3.10796 s]
/proc/loadavg: 4.33 4.60 4.56 6/120 28091
/proc/meminfo: memFree=2879528/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=73272 CPUtime=7.8
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 11601 0 0 0 777 3 0 0 20 0 4 0 1119078555 75030528 11533 4294967295 134512640 135305190 3221150496 3221148616 134839991 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 18318 11533 79 194 0 18122 0
[pid=28088/tid=28089] ppid=28085 vsize=73272 CPUtime=1.92
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 949 0 0 0 192 0 0 0 21 0 4 0 1119078575 75030528 11533 4294967295 134512640 135305190 3221150496 3082656688 134557478 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=73272 CPUtime=1.89
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 1253 0 0 0 189 0 0 0 23 0 4 0 1119078575 75030528 11533 4294967295 134512640 135305190 3221150496 3074268352 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=73272 CPUtime=1.87
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 980 0 0 0 186 1 0 0 19 0 4 0 1119078575 75030528 11533 4294967295 134512640 135305190 3221150496 3065879744 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 75692

[startup+6.30784 s]
/proc/loadavg: 4.38 4.60 4.56 5/120 28091
/proc/meminfo: memFree=2864864/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=84668 CPUtime=20.6
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 14631 0 0 0 2054 6 0 0 25 0 4 0 1119078555 86700032 14563 4294967295 134512640 135305190 3221150496 3221148672 134528392 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 21167 14563 79 194 0 20971 0
[pid=28088/tid=28089] ppid=28085 vsize=84668 CPUtime=5.12
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 1648 0 0 0 512 0 0 0 24 0 4 0 1119078575 86700032 14563 4294967295 134512640 135305190 3221150496 3082656960 134528771 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=84668 CPUtime=5.09
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 1908 0 0 0 509 0 0 0 25 0 4 0 1119078575 86700032 14563 4294967295 134512640 135305190 3221150496 3074268224 134857151 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=84668 CPUtime=5.07
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 1748 0 0 0 504 3 0 0 25 0 4 0 1119078575 86700032 14563 4294967295 134512640 135305190 3221150496 3065879744 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.57
Current children cumulated vsize (KiB) 87088

[startup+12.7076 s]
/proc/loadavg: 4.35 4.59 4.55 5/120 28091
/proc/meminfo: memFree=2847600/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=101100 CPUtime=46.2
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 18345 0 0 0 4610 10 0 0 25 0 4 0 1119078555 103526400 18277 4294967295 134512640 135305190 3221150496 3221148672 134528392 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 25275 18277 79 194 0 25079 0
[pid=28088/tid=28089] ppid=28085 vsize=101100 CPUtime=11.51
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 2495 0 0 0 1151 0 0 0 25 0 4 0 1119078575 103526400 18277 4294967295 134512640 135305190 3221150496 3082656960 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=101100 CPUtime=11.49
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 2778 0 0 0 1147 2 0 0 25 0 4 0 1119078575 103526400 18277 4294967295 134512640 135305190 3221150496 3074268352 134528421 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=101100 CPUtime=11.47
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 2680 0 0 0 1144 3 0 0 25 0 4 0 1119078575 103526400 18277 4294967295 134512640 135305190 3221150496 3065879744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.17
Current children cumulated vsize (KiB) 103520

[startup+25.5071 s]
/proc/loadavg: 4.27 4.56 4.54 5/120 28092
/proc/meminfo: memFree=2833964/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=114588 CPUtime=97.34
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 21616 0 0 0 9722 12 0 0 25 0 4 0 1119078555 117338112 21548 4294967295 134512640 135305190 3221150496 3221148672 134528392 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 28647 21548 79 194 0 28451 0
[pid=28088/tid=28089] ppid=28085 vsize=114588 CPUtime=24.28
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 3038 0 0 0 2427 1 0 0 25 0 4 0 1119078575 117338112 21548 4294967295 134512640 135305190 3221150496 3082656960 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=114588 CPUtime=24.29
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 3583 0 0 0 2427 2 0 0 25 0 4 0 1119078575 117338112 21548 4294967295 134512640 135305190 3221150496 3074268296 134839991 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=114588 CPUtime=24.26
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 3455 0 0 0 2422 4 0 0 25 0 4 0 1119078575 117338112 21548 4294967295 134512640 135305190 3221150496 3065879744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 98.31
Current children cumulated vsize (KiB) 117008

[startup+51.1061 s]
/proc/loadavg: 4.30 4.55 4.54 5/120 28096
/proc/meminfo: memFree=2811752/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=136628 CPUtime=199.61
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 27021 0 0 0 19939 22 0 0 25 0 4 0 1119078555 139907072 26953 4294967295 134512640 135305190 3221150496 3221148672 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 34157 26953 79 194 0 33961 0
[pid=28088/tid=28089] ppid=28085 vsize=136628 CPUtime=49.83
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 3968 0 0 0 4980 3 0 0 25 0 4 0 1119078575 139907072 26953 4294967295 134512640 135305190 3221150496 3082656960 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=136628 CPUtime=49.89
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 4896 0 0 0 4984 5 0 0 25 0 4 0 1119078575 139907072 26953 4294967295 134512640 135305190 3221150496 3074268352 134528402 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=136628 CPUtime=49.79
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 5088 0 0 0 4972 7 0 0 25 0 4 0 1119078575 139907072 26953 4294967295 134512640 135305190 3221150496 3065879744 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 200.58
Current children cumulated vsize (KiB) 139048

[startup+102.304 s]
/proc/loadavg: 4.69 4.61 4.56 6/120 28281
/proc/meminfo: memFree=2780900/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=169488 CPUtime=404.07
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 34784 0 0 0 40363 44 0 0 25 0 4 0 1119078555 173555712 34713 4294967295 134512640 135305190 3221150496 3221148672 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 42372 34713 79 194 0 42176 0
[pid=28088/tid=28089] ppid=28085 vsize=169488 CPUtime=100.93
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 5074 0 0 0 10089 4 0 0 25 0 4 0 1119078575 173555712 34713 4294967295 134512640 135305190 3221150496 3082656960 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=169488 CPUtime=101.1
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 8082 0 0 0 10101 9 0 0 25 0 4 0 1119078575 173555712 34713 4294967295 134512640 135305190 3221150496 3074268352 134528418 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=169488 CPUtime=100.76
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 6461 0 0 0 10064 12 0 0 25 0 4 0 1119078575 173555712 34713 4294967295 134512640 135305190 3221150496 3065879744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405.04
Current children cumulated vsize (KiB) 171908

[startup+162.312 s]
/proc/loadavg: 4.52 4.58 4.55 5/120 28469
/proc/meminfo: memFree=2760068/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=191832 CPUtime=643.54
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 39825 0 0 0 64278 76 0 0 25 0 4 0 1119078555 196435968 39754 4294967295 134512640 135305190 3221150496 3221148672 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 47958 39754 79 194 0 47762 0
[pid=28088/tid=28089] ppid=28085 vsize=191832 CPUtime=160.85

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

/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 18050 0 0 0 57921 72 0 0 25 0 4 0 1119078575 315916288 67004 4294967295 134512640 135305190 3221150496 3065879744 134528418 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2320.72
Current children cumulated vsize (KiB) 310932

[startup+642.302 s]
/proc/loadavg: 4.63 4.62 4.57 7/121 29976
/proc/meminfo: memFree=2641580/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=317596 CPUtime=2559.13
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 69398 0 0 0 255663 250 0 0 25 0 4 0 1119078555 325218304 69283 4294967295 134512640 135305190 3221150496 3221148672 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 79399 69283 79 194 0 79203 0
[pid=28088/tid=28089] ppid=28085 vsize=317596 CPUtime=639.9
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 14813 0 0 0 63937 53 0 0 25 0 4 0 1119078575 325218304 69283 4294967295 134512640 135305190 3221150496 3082656960 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=317596 CPUtime=640.03
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 12901 0 0 0 63957 46 0 0 25 0 4 0 1119078575 325218304 69283 4294967295 134512640 135305190 3221150496 3074268352 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=317596 CPUtime=639.68
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 18601 0 0 0 63886 82 0 0 25 0 4 0 1119078575 325218304 69283 4294967295 134512640 135305190 3221150496 3065879536 134547978 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2560.1
Current children cumulated vsize (KiB) 320016

[startup+702.31 s]
/proc/loadavg: 4.56 4.58 4.56 8/121 30126
/proc/meminfo: memFree=2633576/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=325680 CPUtime=2798.75
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 71254 0 0 0 279609 266 0 0 25 0 4 0 1119078555 333496320 71139 4294967295 134512640 135305190 3221150496 3221148672 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 81420 71139 79 194 0 81224 0
[pid=28088/tid=28089] ppid=28085 vsize=325680 CPUtime=699.76
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 15148 0 0 0 69915 61 0 0 25 0 4 0 1119078575 333496320 71139 4294967295 134512640 135305190 3221150496 3082656960 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=325680 CPUtime=700.01
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 13372 0 0 0 69952 49 0 0 25 0 4 0 1119078575 333496320 71139 4294967295 134512640 135305190 3221150496 3074268352 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=325680 CPUtime=699.65
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 19201 0 0 0 69881 84 0 0 25 0 4 0 1119078575 333496320 71139 4294967295 134512640 135305190 3221150496 3065879744 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2799.72
Current children cumulated vsize (KiB) 328100

[startup+762.308 s]
/proc/loadavg: 4.69 4.61 4.57 8/121 30271
/proc/meminfo: memFree=2626360/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=335676 CPUtime=3038.32
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 73193 0 0 0 303554 278 0 0 25 0 4 0 1119078555 343732224 73078 4294967295 134512640 135305190 3221150496 3221148672 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 83919 73078 79 194 0 83723 0
[pid=28088/tid=28089] ppid=28085 vsize=335676 CPUtime=759.74
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 16013 0 0 0 75909 65 0 0 25 0 4 0 1119078575 343732224 73078 4294967295 134512640 135305190 3221150496 3082656960 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=335676 CPUtime=760.01
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 13963 0 0 0 75949 52 0 0 25 0 4 0 1119078575 343732224 73078 4294967295 134512640 135305190 3221150496 3074268252 134828990 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=335676 CPUtime=759.41
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 19231 0 0 0 75854 87 0 0 25 0 4 0 1119078575 343732224 73078 4294967295 134512640 135305190 3221150496 3065879744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3039.29
Current children cumulated vsize (KiB) 338096

[startup+822.305 s]
/proc/loadavg: 4.44 4.57 4.55 6/121 30385
/proc/meminfo: memFree=2612508/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=351684 CPUtime=3277.92
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 76829 0 0 0 327493 299 0 0 25 0 4 0 1119078555 360124416 76714 4294967295 134512640 135305190 3221150496 3221148672 134528536 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 87921 76714 79 194 0 87725 0
[pid=28088/tid=28089] ppid=28085 vsize=351684 CPUtime=819.52
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 16446 0 0 0 81885 67 0 0 25 0 4 0 1119078575 360124416 76714 4294967295 134512640 135305190 3221150496 3082656960 134528248 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=351684 CPUtime=819.97
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 16423 0 0 0 81938 59 0 0 25 0 4 0 1119078575 360124416 76714 4294967295 134512640 135305190 3221150496 3074268352 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=351684 CPUtime=819.37
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 19471 0 0 0 81848 89 0 0 25 0 4 0 1119078575 360124416 76714 4294967295 134512640 135305190 3221150496 3065879744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3278.89
Current children cumulated vsize (KiB) 354104

[startup+882.323 s]
/proc/loadavg: 4.58 4.61 4.57 6/120 30551
/proc/meminfo: memFree=2605936/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=358728 CPUtime=3517.53
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 78473 0 0 0 351441 312 0 0 25 0 4 0 1119078555 367337472 78358 4294967295 134512640 135305190 3221150496 3221148672 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 89682 78358 79 194 0 89486 0
[pid=28088/tid=28089] ppid=28085 vsize=358728 CPUtime=879.28
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 16727 0 0 0 87859 69 0 0 25 0 4 0 1119078575 367337472 78358 4294967295 134512640 135305190 3221150496 3082656960 134528376 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=358728 CPUtime=879.99
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 16651 0 0 0 87940 59 0 0 25 0 4 0 1119078575 367337472 78358 4294967295 134512640 135305190 3221150496 3074268352 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=358728 CPUtime=879.39
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 20066 0 0 0 87846 93 0 0 25 0 4 0 1119078575 367337472 78358 4294967295 134512640 135305190 3221150496 3065879744 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.5
Current children cumulated vsize (KiB) 361148

[startup+942.311 s]
/proc/loadavg: 4.42 4.57 4.55 5/120 30740
/proc/meminfo: memFree=2603688/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=360744 CPUtime=3756.83
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 78930 0 0 0 375355 328 0 0 25 0 4 0 1119078555 369401856 78815 4294967295 134512640 135305190 3221150496 3221148672 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 90186 78815 79 194 0 89990 0
[pid=28088/tid=28089] ppid=28085 vsize=360744 CPUtime=939.04
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 16744 0 0 0 93829 75 0 0 25 0 4 0 1119078575 369401856 78815 4294967295 134512640 135305190 3221150496 3082656960 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=360744 CPUtime=939.96
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 16687 0 0 0 93935 61 0 0 25 0 4 0 1119078575 369401856 78815 4294967295 134512640 135305190 3221150496 3074268352 134528418 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=360744 CPUtime=939.24
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 20289 0 0 0 93827 97 0 0 25 0 4 0 1119078575 369401856 78815 4294967295 134512640 135305190 3221150496 3065879744 134528338 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.8
Current children cumulated vsize (KiB) 363164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.53 4.58 4.55 5/120 30925
/proc/meminfo: memFree=2601224/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=363400 CPUtime=3987.05
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 79495 0 0 0 398349 356 0 0 25 0 4 0 1119078555 372121600 79380 4294967295 134512640 135305190 3221150496 3221148672 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 90850 79380 79 194 0 90654 0
[pid=28088/tid=28089] ppid=28085 vsize=363400 CPUtime=996.7
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 16787 0 0 0 99585 85 0 0 25 0 4 0 1119078575 372121600 79380 4294967295 134512640 135305190 3221150496 3082656960 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=363400 CPUtime=997.6
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 16754 0 0 0 99696 64 0 0 25 0 4 0 1119078575 372121600 79380 4294967295 134512640 135305190 3221150496 3074268352 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=363400 CPUtime=996.66
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 20296 0 0 0 99558 108 0 0 25 0 4 0 1119078575 372121600 79380 4294967295 134512640 135305190 3221150496 3065879744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3988.02
Current children cumulated vsize (KiB) 365820

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

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

[startup+1000.01 s]
/proc/loadavg: 4.53 4.58 4.55 5/120 30925
/proc/meminfo: memFree=2601224/3368532 swapFree=1941392/1959888
[pid=28085] ppid=28083 vsize=2420 CPUtime=0.97
/proc/28085/stat : 28085 (manysat.sh) S 28083 28085 12261 0 -1 4194304 372 3055 0 0 0 0 92 5 18 0 1 0 1119078457 2478080 275 4294967295 134512640 135169312 3218510000 3218506216 3085631214 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/28085/statm: 605 275 231 161 0 44 0
[pid=28088] ppid=28085 vsize=363400 CPUtime=3987.05
/proc/28088/stat : 28088 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202496 79495 0 0 0 398349 356 0 0 25 0 4 0 1119078555 372121600 79380 4294967295 134512640 135305190 3221150496 3221148672 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/28088/statm: 90850 79380 79 194 0 90654 0
[pid=28088/tid=28089] ppid=28085 vsize=363400 CPUtime=996.7
/proc/28088/task/28089/stat : 28089 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 16787 0 0 0 99585 85 0 0 25 0 4 0 1119078575 372121600 79380 4294967295 134512640 135305190 3221150496 3082656960 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=28088/tid=28090] ppid=28085 vsize=363400 CPUtime=997.6
/proc/28088/task/28090/stat : 28090 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 16754 0 0 0 99696 64 0 0 25 0 4 0 1119078575 372121600 79380 4294967295 134512640 135305190 3221150496 3074268352 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=28088/tid=28091] ppid=28085 vsize=363400 CPUtime=996.66
/proc/28088/task/28091/stat : 28091 (manysat1.1_stat) R 28085 28085 12261 0 -1 4202560 20296 0 0 0 99558 108 0 0 25 0 4 0 1119078575 372121600 79380 4294967295 134512640 135305190 3221150496 3065879744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3988.02
Current children cumulated vsize (KiB) 365820

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28085 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=920000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=50000
# CPU time returned by wait4() is 0.97
# while last known CPU time is 3988.02
#
# 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.02
CPU user time (s): 3984.41
CPU system time (s): 3.61
CPU usage (%): 398.787
Max. virtual memory (cumulated for all children) (KiB): 365820

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 22:53:06
IDJOB=1781182
IDBENCH=71103
IDSOLVER=626
FILE ID=/1781182-1243543986
PBS_JOBID=
Free space on /tmp= 15728 MiB

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

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

MD5SUM BENCH= e0639bbed56c8b8c34616f8cb99c381c
RANDOM SEED= 1844113855

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.143
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.143
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.143
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.17
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.143
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:       2921612 kB
Buffers:         39452 kB
Cached:         326140 kB
SwapCached:       4320 kB
Active:         143916 kB
Inactive:       232540 kB
HighTotal:     2489216 kB
HighFree:      2150228 kB
LowTotal:       879316 kB
LowFree:        771384 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            3448 kB
Writeback:           0 kB
AnonPages:        9772 kB
Mapped:           4392 kB
Slab:            60204 kB
SReclaimable:    51224 kB
SUnreclaim:       8980 kB
PageTables:        772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127444 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15725 MiB
End job on  at 2009-05-28 23:09:49