Trace number 1781062

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) 3069.86 1000.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_12_UNKNOWN.cnf
MD5SUMd18a114d646a89f18fb3efba2be009e6
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 variables1898
Number of clauses118441
Sum of the clauses size352559
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22994
Number of clauses of size 3115424
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 |  118441   352559 |   35532       0        0     nan |  0.000 % |
0.62/0.65	c |         0 |  117566   500149 |      --       0       --      -- |     --   | -875/147590
0.62/0.65	c ==============================================================================
0.62/0.65	c Result  :   #vars: 1205   #clauses: 117566   #literals: 500149
0.62/0.65	c CPU time:   0.66 s
0.62/0.65	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-1781062-1243541111/watcher-1781062-1243541111 -o /tmp/evaluation-result-1781062-1243541111/solver-1781062-1243541111 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1781062-1243541111.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: 5.51 5.68 5.64 4/125 29280
/proc/meminfo: memFree=2130136/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2416 CPUtime=0
/proc/29279/stat : 29279 (manysat.sh) R 29277 29279 21334 0 -1 4194304 333 0 0 0 0 0 0 0 25 0 1 0 1118775082 2473984 273 4294967295 134512640 135169312 3216043600 3216042076 3084965748 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/29279/statm: 604 273 231 161 0 43 0
[pid=29280] ppid=29279 vsize=1752 CPUtime=0.01
/proc/29280/stat : 29280 (SatElite) R 29279 29279 21334 0 -1 4202496 376 0 0 0 1 0 0 0 25 0 1 0 1118775082 1794048 313 4294967295 134512640 135034092 3215517088 3215513432 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29280/statm: 438 313 49 128 0 308 0

[startup+0.094665 s]
/proc/loadavg: 5.51 5.68 5.64 4/125 29280
/proc/meminfo: memFree=2130136/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2416 CPUtime=0
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 348 0 0 0 0 0 0 0 25 0 1 0 1118775082 2473984 273 4294967295 134512640 135169312 3216043600 3216042136 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29279/statm: 604 273 231 161 0 43 0
[pid=29280] ppid=29279 vsize=9600 CPUtime=0.1
/proc/29280/stat : 29280 (SatElite) R 29279 29279 21334 0 -1 4202496 2346 0 0 0 10 0 0 0 25 0 1 0 1118775082 9830400 2283 4294967295 134512640 135034092 3215517088 3215513084 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29280/statm: 2400 2283 67 128 0 2270 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12016

[startup+0.114685 s]
/proc/loadavg: 5.51 5.68 5.64 4/125 29280
/proc/meminfo: memFree=2130136/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2416 CPUtime=0
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 348 0 0 0 0 0 0 0 25 0 1 0 1118775082 2473984 273 4294967295 134512640 135169312 3216043600 3216042136 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29279/statm: 604 273 231 161 0 43 0
[pid=29280] ppid=29279 vsize=9996 CPUtime=0.12
/proc/29280/stat : 29280 (SatElite) R 29279 29279 21334 0 -1 4202496 2434 0 0 0 12 0 0 0 25 0 1 0 1118775082 10235904 2371 4294967295 134512640 135034092 3215517088 3215513248 134547193 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29280/statm: 2499 2372 67 128 0 2369 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 12412

[startup+0.314652 s]
/proc/loadavg: 5.51 5.68 5.64 4/125 29280
/proc/meminfo: memFree=2130136/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2416 CPUtime=0
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 348 0 0 0 0 0 0 0 25 0 1 0 1118775082 2473984 273 4294967295 134512640 135169312 3216043600 3216042136 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29279/statm: 604 273 231 161 0 43 0
[pid=29280] ppid=29279 vsize=13852 CPUtime=0.32
/proc/29280/stat : 29280 (SatElite) R 29279 29279 21334 0 -1 4202496 3124 0 0 0 32 0 0 0 25 0 1 0 1118775082 14184448 3061 4294967295 134512640 135034092 3215517088 3215513392 134569381 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29280/statm: 3463 3061 67 128 0 3333 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16268

[startup+0.71461 s]
/proc/loadavg: 5.51 5.68 5.64 4/125 29280
/proc/meminfo: memFree=2130136/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2416 CPUtime=0
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 348 0 0 0 0 0 0 0 25 0 1 0 1118775082 2473984 273 4294967295 134512640 135169312 3216043600 3216042136 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/29279/statm: 604 273 231 161 0 43 0
[pid=29280] ppid=29279 vsize=11984 CPUtime=0.72
/proc/29280/stat : 29280 (SatElite) R 29279 29279 21334 0 -1 4202496 3126 0 0 0 71 1 0 0 25 0 1 0 1118775082 12271616 2834 4294967295 134512640 135034092 3215517088 3215511972 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29280/statm: 2996 2834 68 128 0 2866 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 14400

[startup+1.51455 s]
/proc/loadavg: 5.51 5.68 5.64 3/126 29282
/proc/meminfo: memFree=2144836/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=61888 CPUtime=1.51
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 8895 0 0 0 148 3 0 0 17 0 4 0 1118775164 63373312 8827 4294967295 134512640 135305190 3217610688 3217608404 134839991 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29282/statm: 15472 8827 79 194 0 15276 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 64308

[startup+3.11441 s]
/proc/loadavg: 5.51 5.68 5.64 9/129 29285
/proc/meminfo: memFree=2139884/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=70044 CPUtime=6.11
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 10961 0 0 0 606 5 0 0 18 0 4 0 1118775164 71725056 10893 4294967295 134512640 135305190 3217610688 3217608864 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29282/statm: 17511 10893 79 194 0 17315 0
[pid=29282/tid=29283] ppid=29279 vsize=70044 CPUtime=1.64
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 1140 0 0 0 162 2 0 0 20 0 4 0 1118775185 71725056 10893 4294967295 134512640 135305190 3217610688 3083201392 134551729 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=70044 CPUtime=0.4
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 493 0 0 0 40 0 0 0 19 0 4 0 1118775185 71725056 10893 4294967295 134512640 135305190 3217610688 3074813120 134528265 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=70044 CPUtime=1.8
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 993 0 0 0 178 2 0 0 19 0 4 0 1118775185 71725056 10893 4294967295 134512640 135305190 3217610688 3066424512 134528777 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 72464

[startup+6.31414 s]
/proc/loadavg: 5.46 5.66 5.64 7/129 29285
/proc/meminfo: memFree=2071896/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=83948 CPUtime=15.64
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 14277 0 0 0 1554 10 0 0 20 0 4 0 1118775164 85962752 14209 4294967295 134512640 135305190 3217610688 3217608864 134528406 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29282/statm: 20987 14209 79 194 0 20791 0
[pid=29282/tid=29283] ppid=29279 vsize=83948 CPUtime=4.83
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 2534 0 0 0 480 3 0 0 25 0 4 0 1118775185 85962752 14209 4294967295 134512640 135305190 3217610688 3083201728 134528304 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=83948 CPUtime=1.64
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 1048 0 0 0 163 1 0 0 21 0 4 0 1118775185 85962752 14209 4294967295 134512640 135305190 3217610688 3074813120 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=83948 CPUtime=4.94
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 2026 0 0 0 491 3 0 0 25 0 4 0 1118775185 85962752 14209 4294967295 134512640 135305190 3217610688 3066424512 134528224 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.46
Current children cumulated vsize (KiB) 86368

[startup+12.7136 s]
/proc/loadavg: 5.43 5.65 5.63 6/129 29285
/proc/meminfo: memFree=2075032/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=100740 CPUtime=34.37
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 18133 0 0 0 3422 15 0 0 25 0 4 0 1118775164 103157760 18065 4294967295 134512640 135305190 3217610688 3217608864 134528274 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29282/statm: 25185 18065 79 194 0 24989 0
[pid=29282/tid=29283] ppid=29279 vsize=100740 CPUtime=8.22
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 3355 0 0 0 819 3 0 0 25 0 4 0 1118775185 103157760 18065 4294967295 134512640 135305190 3217610688 3083201392 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=100740 CPUtime=4.92
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 1934 0 0 0 491 1 0 0 25 0 4 0 1118775185 103157760 18065 4294967295 134512640 135305190 3217610688 3074813120 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=100740 CPUtime=10.88
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 3191 0 0 0 1080 8 0 0 25 0 4 0 1118775185 103157760 18065 4294967295 134512640 135305190 3217610688 3066424512 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.19
Current children cumulated vsize (KiB) 103160

[startup+25.5125 s]
/proc/loadavg: 5.40 5.64 5.63 6/129 29286
/proc/meminfo: memFree=1843428/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=122196 CPUtime=72.55
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 23611 0 0 0 7227 28 0 0 25 0 4 0 1118775164 125128704 23543 4294967295 134512640 135305190 3217610688 3217608864 134528319 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29282/statm: 30549 23543 79 194 0 30353 0
[pid=29282/tid=29283] ppid=29279 vsize=122196 CPUtime=18.6
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 4804 0 0 0 1855 5 0 0 25 0 4 0 1118775185 125128704 23543 4294967295 134512640 135305190 3217610688 3083201728 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=122196 CPUtime=12.52
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 3119 0 0 0 1245 7 0 0 25 0 4 0 1118775185 125128704 23543 4294967295 134512640 135305190 3217610688 3074813120 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=122196 CPUtime=23.54
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 4477 0 0 0 2345 9 0 0 25 0 4 0 1118775185 125128704 23543 4294967295 134512640 135305190 3217610688 3066424512 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 73.37
Current children cumulated vsize (KiB) 124616

[startup+51.1103 s]
/proc/loadavg: 5.49 5.63 5.63 8/130 29395
/proc/meminfo: memFree=2040288/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=151552 CPUtime=148.87
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 30659 0 0 0 14850 37 0 0 25 0 4 0 1118775164 155189248 30591 4294967295 134512640 135305190 3217610688 3217608864 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29282/statm: 37888 30591 79 194 0 37692 0
[pid=29282/tid=29283] ppid=29279 vsize=151552 CPUtime=39.05
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 6688 0 0 0 3900 5 0 0 25 0 4 0 1118775185 155189248 30591 4294967295 134512640 135305190 3217610688 3083201728 134528399 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=151552 CPUtime=32.56
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 4377 0 0 0 3246 10 0 0 25 0 4 0 1118775185 155189248 30591 4294967295 134512640 135305190 3217610688 3074813120 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=151552 CPUtime=40.66
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 6476 0 0 0 4055 11 0 0 25 0 4 0 1118775185 155189248 30591 4294967295 134512640 135305190 3217610688 3066424512 134528410 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 149.69
Current children cumulated vsize (KiB) 153972

[startup+102.316 s]
/proc/loadavg: 5.51 5.62 5.62 6/129 29476
/proc/meminfo: memFree=2027740/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=174360 CPUtime=301.95
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 36348 0 0 0 30136 59 0 0 25 0 4 0 1118775164 178544640 36280 4294967295 134512640 135305190 3217610688 3217608864 134528939 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29282/statm: 43590 36280 79 194 0 43394 0
[pid=29282/tid=29283] ppid=29279 vsize=174360 CPUtime=77.85
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 8402 0 0 0 7778 7 0 0 25 0 4 0 1118775185 178544640 36280 4294967295 134512640 135305190 3217610688 3083201728 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=174360 CPUtime=73.05
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 5918 0 0 0 7292 13 0 0 25 0 4 0 1118775185 178544640 36280 4294967295 134512640 135305190 3217610688 3074813120 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=174360 CPUtime=74.62
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 7646 0 0 0 7441 21 0 0 25 0 4 0 1118775185 178544640 36280 4294967295 134512640 135305190 3217610688 3066424512 134528399 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 302.77
Current children cumulated vsize (KiB) 176780

[startup+162.311 s]
/proc/loadavg: 5.47 5.61 5.62 6/129 29664
/proc/meminfo: memFree=1609268/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=218736 CPUtime=481.34
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 46820 0 0 0 48051 83 0 0 25 0 4 0 1118775164 223985664 46731 4294967295 134512640 135305190 3217610688 3217608864 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29282/statm: 54684 46731 79 194 0 54488 0
[pid=29282/tid=29283] ppid=29279 vsize=218736 CPUtime=109.31

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

/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 16636 0 0 0 39115 53 0 0 25 0 4 0 1118775185 318881792 68793 4294967295 134512640 135305190 3217610688 3066424512 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1583.32
Current children cumulated vsize (KiB) 313828

[startup+582.314 s]
/proc/loadavg: 6.03 5.86 5.72 6/129 30987
/proc/meminfo: memFree=1840032/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=342224 CPUtime=1785.28
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 76171 0 0 0 178327 201 0 0 25 0 4 0 1118775164 350437376 76031 4294967295 134512640 135305190 3217610688 3217608864 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29282/statm: 85556 76031 79 194 0 85360 0
[pid=29282/tid=29283] ppid=29279 vsize=342224 CPUtime=430.92
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 15878 0 0 0 43052 40 0 0 25 0 4 0 1118775185 350437376 76031 4294967295 134512640 135305190 3217610688 3083201672 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=342224 CPUtime=501.66
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 14807 0 0 0 50117 49 0 0 25 0 4 0 1118775185 350437376 76031 4294967295 134512640 135305190 3217610688 3074813120 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=342224 CPUtime=451.57
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 20179 0 0 0 45097 60 0 0 25 0 4 0 1118775185 350437376 76031 4294967295 134512640 135305190 3217610688 3066424512 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.1
Current children cumulated vsize (KiB) 344644

[startup+642.309 s]
/proc/loadavg: 5.92 5.86 5.72 6/129 31176
/proc/meminfo: memFree=1731144/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=347192 CPUtime=1964.94
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 77429 0 0 0 196277 217 0 0 25 0 4 0 1118775164 355524608 77289 4294967295 134512640 135305190 3217610688 3217608864 134528392 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29282/statm: 86798 77289 79 194 0 86602 0
[pid=29282/tid=29283] ppid=29279 vsize=347192 CPUtime=490.82
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 16115 0 0 0 49035 47 0 0 25 0 4 0 1118775185 355524608 77289 4294967295 134512640 135305190 3217610688 3083201728 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=347192 CPUtime=531.64
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 15051 0 0 0 53112 52 0 0 25 0 4 0 1118775185 355524608 77289 4294967295 134512640 135305190 3217610688 3074813120 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=347192 CPUtime=511.35
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 20812 0 0 0 51073 62 0 0 25 0 4 0 1118775185 355524608 77289 4294967295 134512640 135305190 3217610688 3066424456 134838025 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1965.76
Current children cumulated vsize (KiB) 349612

[startup+702.314 s]
/proc/loadavg: 5.79 5.82 5.72 6/129 31364
/proc/meminfo: memFree=1776464/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=362596 CPUtime=2144.59
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 80946 0 0 0 214210 249 0 0 25 0 4 0 1118775164 371298304 80806 4294967295 134512640 135305190 3217610688 3217608864 134528263 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29282/statm: 90649 80806 79 194 0 90453 0
[pid=29282/tid=29283] ppid=29279 vsize=362596 CPUtime=550.8
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 17030 0 0 0 55027 53 0 0 25 0 4 0 1118775185 371298304 80806 4294967295 134512640 135305190 3217610688 3083201728 134528410 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=362596 CPUtime=561.85
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 15468 0 0 0 56129 56 0 0 25 0 4 0 1118775185 371298304 80806 4294967295 134512640 135305190 3217610688 3074813120 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=362596 CPUtime=571.01
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 22649 0 0 0 57023 78 0 0 25 0 4 0 1118775185 371298304 80806 4294967295 134512640 135305190 3217610688 3066424512 134528263 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2145.41
Current children cumulated vsize (KiB) 365016

[startup+762.312 s]
/proc/loadavg: 5.87 5.84 5.73 6/129 31555
/proc/meminfo: memFree=1853404/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=378008 CPUtime=2324.25
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 84569 0 0 0 232151 274 0 0 25 0 4 0 1118775164 387080192 84429 4294967295 134512640 135305190 3217610688 3217608864 134528418 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29282/statm: 94502 84429 79 194 0 94306 0
[pid=29282/tid=29283] ppid=29279 vsize=378008 CPUtime=610.72
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 17835 0 0 0 61010 62 0 0 25 0 4 0 1118775185 387080192 84429 4294967295 134512640 135305190 3217610688 3083201728 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=378008 CPUtime=603.33
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 15806 0 0 0 60275 58 0 0 25 0 4 0 1118775185 387080192 84429 4294967295 134512640 135305190 3217610688 3074813120 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=378008 CPUtime=619.37
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 24915 0 0 0 61845 92 0 0 25 0 4 0 1118775185 387080192 84429 4294967295 134512640 135305190 3217610688 3066424512 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2325.07
Current children cumulated vsize (KiB) 380428

[startup+822.304 s]
/proc/loadavg: 5.98 5.85 5.74 7/130 31740
/proc/meminfo: memFree=1799672/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=382440 CPUtime=2516.82
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 85744 0 0 0 251387 295 0 0 25 0 4 0 1118775164 391618560 85604 4294967295 134512640 135305190 3217610688 3217608864 134528363 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29282/statm: 95610 85604 79 194 0 95414 0
[pid=29282/tid=29283] ppid=29279 vsize=382440 CPUtime=647.75
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 17943 0 0 0 64709 66 0 0 25 0 4 0 1118775185 391618560 85604 4294967295 134512640 135305190 3217610688 3083201728 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=382440 CPUtime=662.73
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 16115 0 0 0 66209 64 0 0 25 0 4 0 1118775185 391618560 85604 4294967295 134512640 135305190 3217610688 3074813120 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=382440 CPUtime=660.71
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 25305 0 0 0 65975 96 0 0 25 0 4 0 1118775185 391618560 85604 4294967295 134512640 135305190 3217610688 3066424512 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2517.64
Current children cumulated vsize (KiB) 384860

[startup+882.319 s]
/proc/loadavg: 5.58 5.76 5.71 7/129 31930
/proc/meminfo: memFree=1826296/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=385868 CPUtime=2716.92
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 86550 0 0 0 271377 315 0 0 25 0 4 0 1118775164 395128832 86410 4294967295 134512640 135305190 3217610688 3217608864 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29282/statm: 96467 86410 79 194 0 96271 0
[pid=29282/tid=29283] ppid=29279 vsize=385868 CPUtime=703.69
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 18217 0 0 0 70300 69 0 0 25 0 4 0 1118775185 395128832 86410 4294967295 134512640 135305190 3217610688 3083201728 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=385868 CPUtime=716.42
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 16384 0 0 0 71567 75 0 0 25 0 4 0 1118775185 395128832 86410 4294967295 134512640 135305190 3217610688 3074813120 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=385868 CPUtime=698.46
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 25311 0 0 0 69748 98 0 0 25 0 4 0 1118775185 395128832 86410 4294967295 134512640 135305190 3217610688 3066424304 134547909 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2717.74
Current children cumulated vsize (KiB) 388288

[startup+942.313 s]
/proc/loadavg: 5.72 5.76 5.71 7/130 32066
/proc/meminfo: memFree=1694608/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=389272 CPUtime=2896.37
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 87070 0 0 0 289303 334 0 0 25 0 4 0 1118775164 398614528 86930 4294967295 134512640 135305190 3217610688 3217608592 134557923 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29282/statm: 97318 86930 79 194 0 97122 0
[pid=29282/tid=29283] ppid=29279 vsize=389272 CPUtime=763.46
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 18361 0 0 0 76266 80 0 0 25 0 4 0 1118775185 398614528 86930 4294967295 134512640 135305190 3217610688 3083201728 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=389272 CPUtime=746.37
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 16435 0 0 0 74561 76 0 0 25 0 4 0 1118775185 398614528 86930 4294967295 134512640 135305190 3217610688 3074813120 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=389272 CPUtime=758.21
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 25472 0 0 0 75720 101 0 0 25 0 4 0 1118775185 398614528 86930 4294967295 134512640 135305190 3217610688 3066424512 134528341 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2897.19
Current children cumulated vsize (KiB) 391692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 5.91 5.80 5.73 7/130 32196
/proc/meminfo: memFree=1833672/3368532 swapFree=1954872/1959888
[pid=29279] ppid=29277 vsize=2420 CPUtime=0.82
/proc/29279/stat : 29279 (manysat.sh) S 29277 29279 21334 0 -1 4194304 370 3130 0 0 0 0 81 1 18 0 1 0 1118775082 2478080 275 4294967295 134512640 135169312 3216043600 3216039816 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29279/statm: 605 275 231 161 0 44 0
[pid=29282] ppid=29279 vsize=403964 CPUtime=3069.04
/proc/29282/stat : 29282 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202496 90607 0 0 0 306548 356 0 0 25 0 4 0 1118775164 413659136 90467 4294967295 134512640 135305190 3217610688 3217608864 134528410 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29282/statm: 100991 90467 79 194 0 100795 0
[pid=29282/tid=29283] ppid=29279 vsize=403964 CPUtime=821.14
/proc/29282/task/29283/stat : 29283 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 18784 0 0 0 82025 89 0 0 25 0 4 0 1118775185 413659136 90467 4294967295 134512640 135305190 3217610688 3083201728 134528771 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29282/tid=29284] ppid=29279 vsize=403964 CPUtime=771.22
/proc/29282/task/29284/stat : 29284 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 16765 0 0 0 77044 78 0 0 24 0 4 0 1118775185 413659136 90467 4294967295 134512640 135305190 3217610688 3074813008 134538917 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29282/tid=29285] ppid=29279 vsize=403964 CPUtime=814.61
/proc/29282/task/29285/stat : 29285 (manysat1.1_stat) R 29279 29279 21334 0 -1 4202560 27655 0 0 0 81351 110 0 0 25 0 4 0 1118775185 413659136 90467 4294967295 134512640 135305190 3217610688 3066424512 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3069.86
Current children cumulated vsize (KiB) 406384

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 29279 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=810000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=10000
# CPU time returned by wait4() is 0.82
# while last known CPU time is 3069.86
#
# 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): 3069.86
CPU user time (s): 3066.29
CPU system time (s): 3.57
CPU usage (%): 306.974
Max. virtual memory (cumulated for all children) (KiB): 406384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.81
system time used= 0.01
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3500
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 3

runsolver used 0.07 second user time and 0.12 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 22:05:11
IDJOB=1781062
IDBENCH=71092
IDSOLVER=626
FILE ID=/1781062-1243541111
PBS_JOBID=
Free space on /tmp= 15883 MiB

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

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

MD5SUM BENCH= d18a114d646a89f18fb3efba2be009e6
RANDOM SEED= 1101150615

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.43
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2140052 kB
Buffers:          3228 kB
Cached:         530876 kB
SwapCached:        640 kB
Active:         680380 kB
Inactive:       509740 kB
HighTotal:     2489216 kB
HighFree:      1299844 kB
LowTotal:       879316 kB
LowFree:        840208 kB
SwapTotal:     1959888 kB
SwapFree:      1954872 kB
Dirty:            3372 kB
Writeback:           0 kB
AnonPages:      655180 kB
Mapped:          16300 kB
Slab:            28460 kB
SReclaimable:    20056 kB
SUnreclaim:       8404 kB
PageTables:       1420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   964812 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15880 MiB
End job on  at 2009-05-28 22:21:53