Trace number 1776607

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

General information on the benchmark

Namegoldb-heqc-x1mul.cnf
MD5SUMb44e541aede789d4830fa0a3a047fcda
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 variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   55543   187718 |   16662       0        0     nan |  0.000 % |
0.12/0.13	c |         0 |   55174   187112 |      --       0       --      -- |     --   | -313/-424
0.12/0.13	c ==============================================================================
0.12/0.13	c Result  :   #vars: 8607   #clauses: 55174   #literals: 187112
0.12/0.13	c CPU time:   0.12 s
0.12/0.13	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-1776607-1243511661/watcher-1776607-1243511661 -o /tmp/evaluation-result-1776607-1243511661/solver-1776607-1243511661 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1776607-1243511661.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: 1.42 3.15 3.83 3/98 9547
/proc/meminfo: memFree=2961460/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2416 CPUtime=0
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 932742848 2473984 273 4294967295 134512640 135169312 3220636336 3220634872 3084914414 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9547/statm: 604 273 231 161 0 43 0
[pid=9548] ppid=9547 vsize=1628 CPUtime=0.01
/proc/9548/stat : 9548 (SatElite) R 9547 9547 28360 0 -1 4202496 319 0 0 0 0 1 0 0 18 0 1 0 932742848 1667072 256 4294967295 134512640 135034092 3213542336 3213538680 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9548/statm: 407 256 50 128 0 277 0

[startup+0.061858 s]
/proc/loadavg: 1.42 3.15 3.83 3/98 9547
/proc/meminfo: memFree=2961460/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2416 CPUtime=0
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 932742848 2473984 273 4294967295 134512640 135169312 3220636336 3220634872 3084914414 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9547/statm: 604 273 231 161 0 43 0
[pid=9548] ppid=9547 vsize=7136 CPUtime=0.07
/proc/9548/stat : 9548 (SatElite) R 9547 9547 28360 0 -1 4202496 1682 0 0 0 6 1 0 0 18 0 1 0 932742848 7307264 1509 4294967295 134512640 135034092 3213542336 3213538656 134577113 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9548/statm: 1784 1509 67 128 0 1654 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9552

[startup+0.111842 s]
/proc/loadavg: 1.42 3.15 3.83 3/98 9547
/proc/meminfo: memFree=2961460/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2416 CPUtime=0
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 932742848 2473984 273 4294967295 134512640 135169312 3220636336 3220634872 3084914414 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9547/statm: 604 273 231 161 0 43 0
[pid=9548] ppid=9547 vsize=7136 CPUtime=0.12
/proc/9548/stat : 9548 (SatElite) R 9547 9547 28360 0 -1 4202496 1682 0 0 0 11 1 0 0 18 0 1 0 932742848 7307264 1509 4294967295 134512640 135034092 3213542336 3213538576 134566432 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9548/statm: 1784 1509 67 128 0 1654 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9552

[startup+0.311645 s]
/proc/loadavg: 1.42 3.15 3.83 3/98 9547
/proc/meminfo: memFree=2961460/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 2420

[startup+0.711617 s]
/proc/loadavg: 1.42 3.15 3.83 3/98 9547
/proc/meminfo: memFree=2961460/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 2420

[startup+1.51199 s]
/proc/loadavg: 1.42 3.15 3.83 5/103 9554
/proc/meminfo: memFree=2940300/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=51624 CPUtime=4.82
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 6080 0 0 0 461 21 0 0 15 0 4 0 932742868 52862976 6015 4294967295 134512640 135305190 3215035728 3215033620 134694990 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/9550/statm: 12906 6015 79 194 0 12710 0
[pid=9550/tid=9551] ppid=9547 vsize=51624 CPUtime=1.18
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 481 0 0 0 112 6 0 0 15 0 4 0 932742879 52862976 6015 4294967295 134512640 135305190 3215035728 3083844800 134528548 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=51624 CPUtime=1.16
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 467 0 0 0 113 3 0 0 15 0 4 0 932742879 52862976 6015 4294967295 134512640 135305190 3215035728 3075456260 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=51624 CPUtime=1.18
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 426 0 0 0 110 8 0 0 15 0 4 0 932742879 52862976 6015 4294967295 134512640 135305190 3215035728 3067067332 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 54044

[startup+3.12129 s]
/proc/loadavg: 1.42 3.15 3.83 5/103 9554
/proc/meminfo: memFree=2934676/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=58556 CPUtime=11.15
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 7918 0 0 0 1093 22 0 0 16 0 4 0 932742868 59961344 7853 4294967295 134512640 135305190 3215035728 3215033752 134695249 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9550/statm: 14639 7853 79 194 0 14443 0
[pid=9550/tid=9551] ppid=9547 vsize=58556 CPUtime=2.79
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 778 0 0 0 272 7 0 0 15 0 4 0 932742879 59961344 7853 4294967295 134512640 135305190 3215035728 3083844800 134530561 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=58556 CPUtime=2.69
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 1002 0 0 0 266 3 0 0 16 0 4 0 932742879 59961344 7853 4294967295 134512640 135305190 3215035728 3075456264 134694990 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=58556 CPUtime=2.78
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 966 0 0 0 270 8 0 0 15 0 4 0 932742879 59961344 7853 4294967295 134512640 135305190 3215035728 3067067332 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 60976

[startup+6.31116 s]
/proc/loadavg: 1.71 3.18 3.84 6/103 9554
/proc/meminfo: memFree=2920984/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=72028 CPUtime=23.84
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 11181 0 0 0 2352 32 0 0 16 0 4 0 932742868 73756672 11116 4294967295 134512640 135305190 3215035728 3215033904 134528503 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9550/statm: 18007 11116 79 194 0 17811 0
[pid=9550/tid=9551] ppid=9547 vsize=72028 CPUtime=5.95
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 1226 0 0 0 587 8 0 0 16 0 4 0 932742879 73756672 11116 4294967295 134512640 135305190 3215035728 3083844800 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=72028 CPUtime=5.86
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 1956 0 0 0 578 8 0 0 16 0 4 0 932742879 73756672 11116 4294967295 134512640 135305190 3215035728 3075456192 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=72028 CPUtime=5.97
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 1881 0 0 0 588 9 0 0 15 0 4 0 932742879 73756672 11116 4294967295 134512640 135305190 3215035728 3067067584 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.05
Current children cumulated vsize (KiB) 74448

[startup+12.7102 s]
/proc/loadavg: 1.97 3.21 3.84 8/103 9555
/proc/meminfo: memFree=2911440/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=80676 CPUtime=49.29
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 13112 0 0 0 4895 34 0 0 16 0 4 0 932742868 82612224 13047 4294967295 134512640 135305190 3215035728 3215033904 134528256 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9550/statm: 20169 13047 79 194 0 19973 0
[pid=9550/tid=9551] ppid=9547 vsize=80676 CPUtime=12.3
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 1558 0 0 0 1221 9 0 0 17 0 4 0 932742879 82612224 13047 4294967295 134512640 135305190 3215035728 3083844744 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=80676 CPUtime=12.25
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 2512 0 0 0 1217 8 0 0 18 0 4 0 932742879 82612224 13047 4294967295 134512640 135305190 3215035728 3075456192 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=80676 CPUtime=12.32
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 2452 0 0 0 1222 10 0 0 15 0 4 0 932742879 82612224 13047 4294967295 134512640 135305190 3215035728 3067067528 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.5
Current children cumulated vsize (KiB) 83096

[startup+25.5092 s]
/proc/loadavg: 2.77 3.33 3.87 5/103 9555
/proc/meminfo: memFree=2895604/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=94700 CPUtime=100.19
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 16698 0 0 0 9982 37 0 0 22 0 4 0 932742868 96972800 16633 4294967295 134512640 135305190 3215035728 3215033904 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/9550/statm: 23675 16633 79 194 0 23479 0
[pid=9550/tid=9551] ppid=9547 vsize=94700 CPUtime=25.05
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 2254 0 0 0 2495 10 0 0 25 0 4 0 932742879 96972800 16633 4294967295 134512640 135305190 3215035728 3083844800 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=94700 CPUtime=24.94
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 3290 0 0 0 2486 8 0 0 25 0 4 0 932742879 96972800 16633 4294967295 134512640 135305190 3215035728 3075455808 134551687 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=94700 CPUtime=25.02
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 3622 0 0 0 2491 11 0 0 25 0 4 0 932742879 96972800 16633 4294967295 134512640 135305190 3215035728 3067067584 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.4
Current children cumulated vsize (KiB) 97120

[startup+51.1071 s]
/proc/loadavg: 3.38 3.43 3.89 5/103 9745
/proc/meminfo: memFree=2876444/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=113396 CPUtime=202.1
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 21415 0 0 0 20166 44 0 0 23 0 4 0 932742868 116117504 21350 4294967295 134512640 135305190 3215035728 3215033792 134538771 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/9550/statm: 28349 21350 79 194 0 28153 0
[pid=9550/tid=9551] ppid=9547 vsize=113396 CPUtime=50.55
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 3241 0 0 0 5045 10 0 0 25 0 4 0 932742879 116117504 21350 4294967295 134512640 135305190 3215035728 3083844724 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=113396 CPUtime=50.5
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 4534 0 0 0 5040 10 0 0 25 0 4 0 932742879 116117504 21350 4294967295 134512640 135305190 3215035728 3075455872 134553384 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=113396 CPUtime=50.28
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 4959 0 0 0 5016 12 0 0 25 0 4 0 932742879 116117504 21350 4294967295 134512640 135305190 3215035728 3067067652 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.31
Current children cumulated vsize (KiB) 115816

[startup+102.323 s]
/proc/loadavg: 3.92 3.56 3.91 6/103 9931
/proc/meminfo: memFree=2849876/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=141064 CPUtime=406.12
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 28020 0 0 0 40551 61 0 0 25 0 4 0 932742868 144449536 27955 4294967295 134512640 135305190 3215035728 3215033904 134530624 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9550/statm: 35266 27955 79 194 0 35070 0
[pid=9550/tid=9551] ppid=9547 vsize=141064 CPUtime=101.67
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 4661 0 0 0 10151 16 0 0 25 0 4 0 932742879 144449536 27955 4294967295 134512640 135305190 3215035728 3083844744 134837998 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=141064 CPUtime=101.62
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 6443 0 0 0 10150 12 0 0 25 0 4 0 932742879 144449536 27955 4294967295 134512640 135305190 3215035728 3075456192 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=141064 CPUtime=101.08
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 6635 0 0 0 10090 18 0 0 25 0 4 0 932742879 144449536 27955 4294967295 134512640 135305190 3215035728 3067067584 134528571 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.33
Current children cumulated vsize (KiB) 143484

[startup+162.308 s]
/proc/loadavg: 4.26 3.73 3.94 6/103 10120
/proc/meminfo: memFree=2827192/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=164924 CPUtime=645.47
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 33980 0 0 0 64464 83 0 0 25 0 4 0 932742868 168882176 33915 4294967295 134512640 135305190 3215035728 3215033584 134843311 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/9550/statm: 41231 33915 79 194 0 41035 0
[pid=9550/tid=9551] ppid=9547 vsize=164924 CPUtime=161.44

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

/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 14809 0 0 0 51972 47 0 0 25 0 4 0 932742879 276537344 59549 4294967295 134512640 135305190 3215035728 3067067584 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2082.1
Current children cumulated vsize (KiB) 272476

[startup+582.314 s]
/proc/loadavg: 4.48 4.27 4.11 5/103 11440
/proc/meminfo: memFree=2717932/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=275960 CPUtime=2321.53
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 60926 0 0 0 231929 224 0 0 25 0 4 0 932742868 282583040 60861 4294967295 134512640 135305190 3215035728 3215033668 134845208 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/9550/statm: 68990 60861 79 194 0 68794 0
[pid=9550/tid=9551] ppid=9547 vsize=275960 CPUtime=580.51
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 11957 0 0 0 57995 56 0 0 25 0 4 0 932742879 282583040 60861 4294967295 134512640 135305190 3215035728 3083844800 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=275960 CPUtime=580.12
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 15263 0 0 0 57952 60 0 0 25 0 4 0 932742879 282583040 60861 4294967295 134512640 135305190 3215035728 3075456192 134528382 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=275960 CPUtime=580.16
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 15046 0 0 0 57966 50 0 0 25 0 4 0 932742879 282583040 60861 4294967295 134512640 135305190 3215035728 3067067584 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2321.74
Current children cumulated vsize (KiB) 278380

[startup+642.309 s]
/proc/loadavg: 4.43 4.28 4.12 5/103 11628
/proc/meminfo: memFree=2684220/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=310036 CPUtime=2560.83
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 69110 0 0 0 255837 246 0 0 25 0 4 0 932742868 317476864 69045 4294967295 134512640 135305190 3215035728 3215033696 134547909 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/9550/statm: 77509 69045 79 194 0 77313 0
[pid=9550/tid=9551] ppid=9547 vsize=310036 CPUtime=640.25
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 13674 0 0 0 63967 58 0 0 25 0 4 0 932742879 317476864 69045 4294967295 134512640 135305190 3215035728 3083844528 134558354 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=310036 CPUtime=640.03
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 17599 0 0 0 63935 68 0 0 25 0 4 0 932742879 317476864 69045 4294967295 134512640 135305190 3215035728 3075456192 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=310036 CPUtime=639.97
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 17116 0 0 0 63939 58 0 0 25 0 4 0 932742879 317476864 69045 4294967295 134512640 135305190 3215035728 3067067376 134549011 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2561.04
Current children cumulated vsize (KiB) 312456

[startup+702.304 s]
/proc/loadavg: 4.41 4.29 4.13 5/103 11815
/proc/meminfo: memFree=2679732/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=315344 CPUtime=2800.21
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 70204 0 0 0 279764 257 0 0 25 0 4 0 932742868 322912256 70139 4294967295 134512640 135305190 3215035728 3215033792 134538311 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/9550/statm: 78836 70139 79 194 0 78640 0
[pid=9550/tid=9551] ppid=9547 vsize=315344 CPUtime=700.02
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 13835 0 0 0 69942 60 0 0 25 0 4 0 932742879 322912256 70139 4294967295 134512640 135305190 3215035728 3083844464 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=315344 CPUtime=699.91
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 17832 0 0 0 69920 71 0 0 25 0 4 0 932742879 322912256 70139 4294967295 134512640 135305190 3215035728 3075456192 134528548 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=315344 CPUtime=699.73
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 17190 0 0 0 69914 59 0 0 25 0 4 0 932742879 322912256 70139 4294967295 134512640 135305190 3215035728 3067067584 134528562 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.42
Current children cumulated vsize (KiB) 317764

[startup+762.309 s]
/proc/loadavg: 4.34 4.30 4.14 5/103 12004
/proc/meminfo: memFree=2678284/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=316888 CPUtime=3039.62
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 70624 0 0 0 303686 276 0 0 25 0 4 0 932742868 324493312 70559 4294967295 134512640 135305190 3215035728 3215033904 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9550/statm: 79222 70559 79 194 0 79026 0
[pid=9550/tid=9551] ppid=9547 vsize=316888 CPUtime=759.98
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 13993 0 0 0 75935 63 0 0 25 0 4 0 932742879 324493312 70559 4294967295 134512640 135305190 3215035728 3083844800 134528480 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=316888 CPUtime=759.85
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 17907 0 0 0 75908 77 0 0 25 0 4 0 932742879 324493312 70559 4294967295 134512640 135305190 3215035728 3075456192 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=316888 CPUtime=759.44
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 17206 0 0 0 75878 66 0 0 25 0 4 0 932742879 324493312 70559 4294967295 134512640 135305190 3215035728 3067067584 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3039.83
Current children cumulated vsize (KiB) 319308

[startup+822.305 s]
/proc/loadavg: 4.61 4.36 4.17 7/104 12164
/proc/meminfo: memFree=2661228/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=336712 CPUtime=3279.12
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 75440 0 0 0 327614 298 0 0 25 0 4 0 932742868 344793088 75375 4294967295 134512640 135305190 3215035728 3215033904 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9550/statm: 84178 75375 79 194 0 83982 0
[pid=9550/tid=9551] ppid=9547 vsize=336712 CPUtime=819.7
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 15047 0 0 0 81904 66 0 0 25 0 4 0 932742879 344793088 75375 4294967295 134512640 135305190 3215035728 3083844744 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=336712 CPUtime=819.81
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 19657 0 0 0 81897 84 0 0 25 0 4 0 932742879 344793088 75375 4294967295 134512640 135305190 3215035728 3075456192 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=336712 CPUtime=819.27
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 18218 0 0 0 81851 76 0 0 25 0 4 0 932742879 344793088 75375 4294967295 134512640 135305190 3215035728 3067067376 134547909 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.33
Current children cumulated vsize (KiB) 339132

[startup+882.31 s]
/proc/loadavg: 4.56 4.39 4.19 6/103 12383
/proc/meminfo: memFree=2648020/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=348588 CPUtime=3518.43
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 78105 0 0 0 351526 317 0 0 25 0 4 0 932742868 356954112 78040 4294967295 134512640 135305190 3215035728 3215033904 134528603 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/9550/statm: 87147 78040 79 194 0 86951 0
[pid=9550/tid=9551] ppid=9547 vsize=348588 CPUtime=879.5
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 15645 0 0 0 87875 75 0 0 25 0 4 0 932742879 356954112 78040 4294967295 134512640 135305190 3215035728 3083844800 134528341 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=348588 CPUtime=879.74
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 20267 0 0 0 87890 84 0 0 25 0 4 0 932742879 356954112 78040 4294967295 134512640 135305190 3215035728 3075456192 134528256 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=348588 CPUtime=878.91
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 19021 0 0 0 87811 80 0 0 25 0 4 0 932742879 356954112 78040 4294967295 134512640 135305190 3215035728 3067067584 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.64
Current children cumulated vsize (KiB) 351008

[startup+942.315 s]
/proc/loadavg: 4.31 4.35 4.19 5/103 12571
/proc/meminfo: memFree=2642564/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=354324 CPUtime=3757.79
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 79515 0 0 0 375439 340 0 0 25 0 4 0 932742868 362827776 79450 4294967295 134512640 135305190 3215035728 3215033792 134538319 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/9550/statm: 88581 79450 79 194 0 88385 0
[pid=9550/tid=9551] ppid=9547 vsize=354324 CPUtime=939.51
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 15951 0 0 0 93871 80 0 0 25 0 4 0 932742879 362827776 79450 4294967295 134512640 135305190 3215035728 3083844800 134528263 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=354324 CPUtime=939.58
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 20480 0 0 0 93870 88 0 0 25 0 4 0 932742879 362827776 79450 4294967295 134512640 135305190 3215035728 3075456192 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=354324 CPUtime=938.84
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 19290 0 0 0 93802 82 0 0 25 0 4 0 932742879 362827776 79450 4294967295 134512640 135305190 3215035728 3067067584 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3758
Current children cumulated vsize (KiB) 356744



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.37 4.34 4.19 7/104 12709
/proc/meminfo: memFree=2639520/3368532 swapFree=1959840/1959888
[pid=9547] ppid=9545 vsize=2420 CPUtime=0.21
/proc/9547/stat : 9547 (manysat.sh) S 9545 9547 28360 0 -1 4194304 369 1761 0 0 0 1 18 2 17 0 1 0 932742848 2478080 274 4294967295 134512640 135169312 3220636336 3220632552 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9547/statm: 605 274 231 161 0 44 0
[pid=9550] ppid=9547 vsize=358172 CPUtime=3988.2
/proc/9550/stat : 9550 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202496 80306 0 0 0 398466 354 0 0 25 0 4 0 932742868 366768128 80241 4294967295 134512640 135305190 3215035728 3215033904 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/9550/statm: 89543 80241 79 194 0 89347 0
[pid=9550/tid=9551] ppid=9547 vsize=358172 CPUtime=997.22
/proc/9550/task/9551/stat : 9551 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 16069 0 0 0 99638 84 0 0 25 0 4 0 932742879 366768128 80241 4294967295 134512640 135305190 3215035728 3083844800 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9550/tid=9552] ppid=9547 vsize=358172 CPUtime=997.23
/proc/9550/task/9552/stat : 9552 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 20498 0 0 0 99632 91 0 0 25 0 4 0 932742879 366768128 80241 4294967295 134512640 135305190 3215035728 3075456192 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9550/tid=9553] ppid=9547 vsize=358172 CPUtime=996.54
/proc/9550/task/9553/stat : 9553 (manysat1.1_stat) R 9547 9547 28360 0 -1 4202560 19347 0 0 0 99567 87 0 0 25 0 4 0 932742879 366768128 80241 4294967295 134512640 135305190 3215035728 3067067584 134528263 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3988.41
Current children cumulated vsize (KiB) 360592

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 9547 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=180000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=40000
# CPU time returned by wait4() is 0.22
# while last known CPU time is 3988.41
#
# 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.41
CPU user time (s): 3984.84
CPU system time (s): 3.57
CPU usage (%): 398.825
Max. virtual memory (cumulated for all children) (KiB): 360592

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

runsolver used 0 second user time and 0.03 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-28 13:54:21
IDJOB=1776607
IDBENCH=69560
IDSOLVER=626
FILE ID=tipi39/1776607-1243511661
PBS_JOBID=
Free space on /tmp= 5743 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-x1mul.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776607-1243511661/watcher-1776607-1243511661 -o /tmp/evaluation-result-1776607-1243511661/solver-1776607-1243511661 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1776607-1243511661.cnf aimd 2

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

MD5SUM BENCH= b44e541aede789d4830fa0a3a047fcda
RANDOM SEED= 666541508

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:       2961904 kB
Buffers:         47716 kB
Cached:         258584 kB
SwapCached:          0 kB
Active:         183504 kB
Inactive:       139208 kB
HighTotal:     2489216 kB
HighFree:      2216972 kB
LowTotal:       879316 kB
LowFree:        744932 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            2656 kB
Writeback:           0 kB
AnonPages:       16192 kB
Mapped:           5908 kB
Slab:            73876 kB
SReclaimable:    61560 kB
SUnreclaim:      12316 kB
PageTables:        532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    95156 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5742 MiB
End job on tipi39 at 2009-05-28 14:11:03