Trace number 1781119

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20 (4 threads)? (TO) 3989.95 1000.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
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.03/0.04	c ==============================================================================
0.03/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.04	c ==============================================================================
0.03/0.04	c |         0 |   79453   236162 |   23835       0        0     nan |  0.000 % |
0.41/0.41	c |         0 |   78593   334041 |      --       0       --      -- |     --   | -860/97879
0.41/0.41	c ==============================================================================
0.41/0.41	c Result  :   #vars: 871   #clauses: 78593   #literals: 334041
0.41/0.41	c CPU time:   0.39 s
0.41/0.41	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-1781119-1243542558/watcher-1781119-1243542558 -o /tmp/evaluation-result-1781119-1243542558/solver-1781119-1243542558 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1781119-1243542558.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.59 4.58 4.54 3/97 4463
/proc/meminfo: memFree=2779592/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2416 CPUtime=0
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1108393070 2473984 274 4294967295 134512640 135169312 3216553680 3216552216 3085315822 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4463/statm: 604 274 231 161 0 43 0
[pid=4464] ppid=4463 vsize=1196 CPUtime=0
/proc/4464/stat : 4464 (SatElite) R 4463 4463 21691 0 -1 4202496 239 0 0 0 0 0 0 0 18 0 1 0 1108393070 1224704 175 4294967295 134512640 135034092 3220595312 3220591656 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/4464/statm: 299 175 49 128 0 169 0

[startup+0.028059 s]
/proc/loadavg: 4.59 4.58 4.54 3/97 4463
/proc/meminfo: memFree=2779592/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2416 CPUtime=0
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1108393070 2473984 274 4294967295 134512640 135169312 3216553680 3216552216 3085315822 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4463/statm: 604 274 231 161 0 43 0
[pid=4464] ppid=4463 vsize=3392 CPUtime=0.03
/proc/4464/stat : 4464 (SatElite) R 4463 4463 21691 0 -1 4202496 798 0 0 0 2 1 0 0 18 0 1 0 1108393070 3473408 734 4294967295 134512640 135034092 3220595312 3220591228 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/4464/statm: 881 736 49 128 0 751 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5808

[startup+0.108054 s]
/proc/loadavg: 4.59 4.58 4.54 3/97 4463
/proc/meminfo: memFree=2779592/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2416 CPUtime=0
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1108393070 2473984 274 4294967295 134512640 135169312 3216553680 3216552216 3085315822 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4463/statm: 604 274 231 161 0 43 0
[pid=4464] ppid=4463 vsize=7536 CPUtime=0.11
/proc/4464/stat : 4464 (SatElite) R 4463 4463 21691 0 -1 4202496 1781 0 0 0 9 2 0 0 18 0 1 0 1108393070 7716864 1717 4294967295 134512640 135034092 3220595312 3220591308 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/4464/statm: 1884 1717 67 128 0 1754 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9952

[startup+0.308037 s]
/proc/loadavg: 4.59 4.58 4.54 3/97 4463
/proc/meminfo: memFree=2779592/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2416 CPUtime=0
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1108393070 2473984 274 4294967295 134512640 135169312 3216553680 3216552216 3085315822 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4463/statm: 604 274 231 161 0 43 0
[pid=4464] ppid=4463 vsize=9208 CPUtime=0.31
/proc/4464/stat : 4464 (SatElite) R 4463 4463 21691 0 -1 4202496 2154 0 0 0 29 2 0 0 18 0 1 0 1108393070 9428992 2090 4294967295 134512640 135034092 3220595312 3220591616 134569556 0 0 0 3 0 0 0 17 0 0 0 0
/proc/4464/statm: 2302 2090 70 128 0 2172 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 11624

[startup+0.708015 s]
/proc/loadavg: 4.59 4.58 4.54 3/97 4463
/proc/meminfo: memFree=2779592/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2420

[startup+1.50795 s]
/proc/loadavg: 4.59 4.58 4.54 5/102 4469
/proc/meminfo: memFree=2753692/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=54864 CPUtime=3.46
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 7115 0 0 0 344 2 0 0 18 0 4 0 1108393122 56180736 7048 4294967295 134512640 135305190 3220914928 3220913104 134528545 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 13716 7048 79 194 0 13520 0
[pid=4466/tid=4467] ppid=4463 vsize=54864 CPUtime=0.83
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 423 0 0 0 83 0 0 0 19 0 4 0 1108393136 56180736 7048 4294967295 134512640 135305190 3220914928 3085261720 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=54864 CPUtime=0.82
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 537 0 0 0 82 0 0 0 20 0 4 0 1108393136 56180736 7048 4294967295 134512640 135305190 3220914928 3076873408 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=54864 CPUtime=0.82
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 526 0 0 0 82 0 0 0 19 0 4 0 1108393136 56180736 7048 4294967295 134512640 135305190 3220914928 3068484800 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 57284

[startup+3.10788 s]
/proc/loadavg: 4.54 4.57 4.53 5/102 4469
/proc/meminfo: memFree=2747924/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=60584 CPUtime=9.86
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 8599 0 0 0 984 2 0 0 21 0 4 0 1108393122 62038016 8532 4294967295 134512640 135305190 3220914928 3220913104 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 15146 8532 79 194 0 14950 0
[pid=4466/tid=4467] ppid=4463 vsize=60584 CPUtime=2.43
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 684 0 0 0 243 0 0 0 22 0 4 0 1108393136 62038016 8532 4294967295 134512640 135305190 3220914928 3085262084 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=60584 CPUtime=2.42
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 1050 0 0 0 242 0 0 0 25 0 4 0 1108393136 62038016 8532 4294967295 134512640 135305190 3220914928 3076873408 134528248 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=60584 CPUtime=2.42
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 1031 0 0 0 242 0 0 0 20 0 4 0 1108393136 62038016 8532 4294967295 134512640 135305190 3220914928 3068484800 134528428 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 63004

[startup+6.30758 s]
/proc/loadavg: 4.54 4.57 4.53 6/102 4469
/proc/meminfo: memFree=2737908/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=69260 CPUtime=22.65
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 10784 0 0 0 2262 3 0 0 25 0 4 0 1108393122 70922240 10717 4294967295 134512640 135305190 3220914928 3220913104 134528248 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 17315 10717 79 194 0 17119 0
[pid=4466/tid=4467] ppid=4463 vsize=69260 CPUtime=5.63
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 1104 0 0 0 563 0 0 0 25 0 4 0 1108393136 70922240 10717 4294967295 134512640 135305190 3220914928 3085262016 134528777 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=69260 CPUtime=5.62
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 1626 0 0 0 562 0 0 0 25 0 4 0 1108393136 70922240 10717 4294967295 134512640 135305190 3220914928 3076873408 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=69260 CPUtime=5.61
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 1846 0 0 0 560 1 0 0 25 0 4 0 1108393136 70922240 10717 4294967295 134512640 135305190 3220914928 3068484800 134528428 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.17
Current children cumulated vsize (KiB) 71680

[startup+12.7071 s]
/proc/loadavg: 4.54 4.56 4.53 5/102 4469
/proc/meminfo: memFree=2728068/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=78320 CPUtime=48.22
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 12861 0 0 0 4817 5 0 0 25 0 4 0 1108393122 80199680 12794 4294967295 134512640 135305190 3220914928 3220913104 134528410 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 19580 12794 79 194 0 19384 0
[pid=4466/tid=4467] ppid=4463 vsize=78320 CPUtime=12.03
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 1549 0 0 0 1202 1 0 0 25 0 4 0 1108393136 80199680 12794 4294967295 134512640 135305190 3220914928 3085262016 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=78320 CPUtime=12.02
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 2165 0 0 0 1201 1 0 0 25 0 4 0 1108393136 80199680 12794 4294967295 134512640 135305190 3220914928 3076873408 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=78320 CPUtime=11.98
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 2493 0 0 0 1197 1 0 0 25 0 4 0 1108393136 80199680 12794 4294967295 134512640 135305190 3220914928 3068484800 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.74
Current children cumulated vsize (KiB) 80740

[startup+25.5061 s]
/proc/loadavg: 4.45 4.54 4.53 8/103 4513
/proc/meminfo: memFree=2706808/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=99308 CPUtime=99.28
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 17941 0 0 0 9916 12 0 0 25 0 4 0 1108393122 101691392 17874 4294967295 134512640 135305190 3220914928 3220913104 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 24827 17874 79 194 0 24631 0
[pid=4466/tid=4467] ppid=4463 vsize=99308 CPUtime=24.78
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 2846 0 0 0 2474 4 0 0 25 0 4 0 1108393136 101691392 17874 4294967295 134512640 135305190 3220914928 3085262016 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=99308 CPUtime=24.82
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 3372 0 0 0 2480 2 0 0 25 0 4 0 1108393136 101691392 17874 4294967295 134512640 135305190 3220914928 3076873408 134528501 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=99308 CPUtime=24.71
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 3903 0 0 0 2467 4 0 0 25 0 4 0 1108393136 101691392 17874 4294967295 134512640 135305190 3220914928 3068484464 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.8
Current children cumulated vsize (KiB) 101728

[startup+51.1141 s]
/proc/loadavg: 4.42 4.53 4.52 5/102 4656
/proc/meminfo: memFree=2680400/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=127848 CPUtime=201.37
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 24699 0 0 0 20116 21 0 0 25 0 4 0 1108393122 130916352 24603 4294967295 134512640 135305190 3220914928 3220913104 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 31962 24603 79 194 0 31766 0
[pid=4466/tid=4467] ppid=4463 vsize=127848 CPUtime=50.25
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 4233 0 0 0 5020 5 0 0 25 0 4 0 1108393136 130916352 24603 4294967295 134512640 135305190 3220914928 3085262016 134528410 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=127848 CPUtime=50.34
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 5172 0 0 0 5029 5 0 0 25 0 4 0 1108393136 130916352 24603 4294967295 134512640 135305190 3220914928 3076873280 134857151 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=127848 CPUtime=50.25
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 5468 0 0 0 5020 5 0 0 25 0 4 0 1108393136 130916352 24603 4294967295 134512640 135305190 3220914928 3068484800 134528151 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.89
Current children cumulated vsize (KiB) 130268

[startup+102.32 s]
/proc/loadavg: 4.55 4.53 4.52 5/102 4843
/proc/meminfo: memFree=2655952/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=153364 CPUtime=405.58
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 30537 0 0 0 40516 42 0 0 25 0 4 0 1108393122 157044736 30441 4294967295 134512640 135305190 3220914928 3220913104 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 38341 30441 79 194 0 38145 0
[pid=4466/tid=4467] ppid=4463 vsize=153364 CPUtime=101.42
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 4791 0 0 0 10133 9 0 0 25 0 4 0 1108393136 157044736 30441 4294967295 134512640 135305190 3220914928 3085262016 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=153364 CPUtime=101.32
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 6473 0 0 0 10125 7 0 0 25 0 4 0 1108393136 157044736 30441 4294967295 134512640 135305190 3220914928 3076873408 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=153364 CPUtime=101.23
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 7422 0 0 0 10108 15 0 0 25 0 4 0 1108393136 157044736 30441 4294967295 134512640 135305190 3220914928 3068484800 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.1
Current children cumulated vsize (KiB) 155784

[startup+162.315 s]
/proc/loadavg: 4.81 4.58 4.54 6/103 5007
/proc/meminfo: memFree=2646624/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=163516 CPUtime=644.95

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

/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 15472 0 0 0 51976 61 0 0 25 0 4 0 1108393136 261160960 54665 4294967295 134512640 135305190 3220914928 3068484800 134528277 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2083.11
Current children cumulated vsize (KiB) 257460

[startup+582.313 s]
/proc/loadavg: 4.67 4.64 4.56 6/103 6263
/proc/meminfo: memFree=2549240/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=266920 CPUtime=2322.09
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 57251 0 0 0 231999 210 0 0 25 0 4 0 1108393122 273326080 57126 4294967295 134512640 135305190 3220914928 3220913104 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 66730 57126 79 194 0 66534 0
[pid=4466/tid=4467] ppid=4463 vsize=266920 CPUtime=580.42
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 9484 0 0 0 57996 46 0 0 25 0 4 0 1108393136 273326080 57126 4294967295 134512640 135305190 3220914928 3085261680 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=266920 CPUtime=580.35
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 14411 0 0 0 57987 48 0 0 25 0 4 0 1108393136 273326080 57126 4294967295 134512640 135305190 3220914928 3076873408 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=266920 CPUtime=580.35
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 16099 0 0 0 57968 67 0 0 25 0 4 0 1108393136 273326080 57126 4294967295 134512640 135305190 3220914928 3068484800 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2322.61
Current children cumulated vsize (KiB) 269340

[startup+642.308 s]
/proc/loadavg: 4.54 4.61 4.55 6/103 6426
/proc/meminfo: memFree=2536000/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=280820 CPUtime=2561.61
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 60399 0 0 0 255926 235 0 0 25 0 4 0 1108393122 287559680 60274 4294967295 134512640 135305190 3220914928 3220913104 134528322 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 70205 60274 79 194 0 70009 0
[pid=4466/tid=4467] ppid=4463 vsize=280820 CPUtime=640.25
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 9785 0 0 0 63966 59 0 0 25 0 4 0 1108393136 287559680 60274 4294967295 134512640 135305190 3220914928 3085262016 134528410 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=280820 CPUtime=640.14
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 15653 0 0 0 63961 53 0 0 25 0 4 0 1108393136 287559680 60274 4294967295 134512640 135305190 3220914928 3076873408 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=280820 CPUtime=640.3
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 17288 0 0 0 63958 72 0 0 25 0 4 0 1108393136 287559680 60274 4294967295 134512640 135305190 3220914928 3068484800 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2562.13
Current children cumulated vsize (KiB) 283240

[startup+702.304 s]
/proc/loadavg: 4.63 4.63 4.56 6/103 6569
/proc/meminfo: memFree=2534328/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=283296 CPUtime=2801.07
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 60938 0 0 0 279853 254 0 0 25 0 4 0 1108393122 290095104 60813 4294967295 134512640 135305190 3220914928 3220913104 134528392 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 70824 60813 79 194 0 70628 0
[pid=4466/tid=4467] ppid=4463 vsize=283296 CPUtime=699.84
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 9883 0 0 0 69923 61 0 0 25 0 4 0 1108393136 290095104 60813 4294967295 134512640 135305190 3220914928 3085262016 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=283296 CPUtime=700.14
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 15947 0 0 0 69958 56 0 0 25 0 4 0 1108393136 290095104 60813 4294967295 134512640 135305190 3220914928 3076873408 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=283296 CPUtime=700.29
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 17361 0 0 0 69947 82 0 0 25 0 4 0 1108393136 290095104 60813 4294967295 134512640 135305190 3220914928 3068484800 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.59
Current children cumulated vsize (KiB) 285716

[startup+762.319 s]
/proc/loadavg: 4.49 4.61 4.56 5/102 6735
/proc/meminfo: memFree=2531036/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=287480 CPUtime=3040.71
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 61850 0 0 0 303805 266 0 0 25 0 4 0 1108393122 294379520 61725 4294967295 134512640 135305190 3220914928 3220913104 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 71870 61725 79 194 0 71674 0
[pid=4466/tid=4467] ppid=4463 vsize=287480 CPUtime=759.76
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 10302 0 0 0 75912 64 0 0 25 0 4 0 1108393136 294379520 61725 4294967295 134512640 135305190 3220914928 3085262016 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=287480 CPUtime=760.08
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 16148 0 0 0 75952 56 0 0 25 0 4 0 1108393136 294379520 61725 4294967295 134512640 135305190 3220914928 3076873408 134528256 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=287480 CPUtime=760.17
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 17570 0 0 0 75930 87 0 0 25 0 4 0 1108393136 294379520 61725 4294967295 134512640 135305190 3220914928 3068484800 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3041.23
Current children cumulated vsize (KiB) 289900

[startup+822.314 s]
/proc/loadavg: 4.41 4.57 4.54 6/102 6924
/proc/meminfo: memFree=2524464/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=293928 CPUtime=3280.2
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 63321 0 0 0 327743 277 0 0 25 0 4 0 1108393122 300982272 63196 4294967295 134512640 135305190 3220914928 3220913104 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 73482 63196 79 194 0 73286 0
[pid=4466/tid=4467] ppid=4463 vsize=293928 CPUtime=819.64
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 10625 0 0 0 81898 66 0 0 25 0 4 0 1108393136 300982272 63196 4294967295 134512640 135305190 3220914928 3085262016 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=293928 CPUtime=820.01
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 16729 0 0 0 81939 62 0 0 25 0 4 0 1108393136 300982272 63196 4294967295 134512640 135305190 3220914928 3076873408 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=293928 CPUtime=820.13
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 18113 0 0 0 81925 88 0 0 25 0 4 0 1108393136 300982272 63196 4294967295 134512640 135305190 3220914928 3068484688 134539426 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3280.72
Current children cumulated vsize (KiB) 296348

[startup+882.31 s]
/proc/loadavg: 4.50 4.57 4.54 5/102 7111
/proc/meminfo: memFree=2522356/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=296708 CPUtime=3519.49
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 63871 0 0 0 351652 297 0 0 25 0 4 0 1108393122 303828992 63746 4294967295 134512640 135305190 3220914928 3220913104 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 74177 63746 79 194 0 73981 0
[pid=4466/tid=4467] ppid=4463 vsize=296708 CPUtime=879.59
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 10879 0 0 0 87885 74 0 0 25 0 4 0 1108393136 303828992 63746 4294967295 134512640 135305190 3220914928 3085262016 134528376 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=296708 CPUtime=879.99
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 17004 0 0 0 87935 64 0 0 25 0 4 0 1108393136 303828992 63746 4294967295 134512640 135305190 3220914928 3076873408 134528402 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=296708 CPUtime=879.98
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 18118 0 0 0 87905 93 0 0 25 0 4 0 1108393136 303828992 63746 4294967295 134512640 135305190 3220914928 3068484800 134528341 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3520.01
Current children cumulated vsize (KiB) 299128

[startup+942.315 s]
/proc/loadavg: 4.21 4.48 4.51 5/102 7300
/proc/meminfo: memFree=2516528/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=305848 CPUtime=3759.05
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 65535 0 0 0 375589 316 0 0 25 0 4 0 1108393122 313188352 65410 4294967295 134512640 135305190 3220914928 3220913104 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 76462 65410 79 194 0 76266 0
[pid=4466/tid=4467] ppid=4463 vsize=305848 CPUtime=939.57
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 11633 0 0 0 93875 82 0 0 25 0 4 0 1108393136 313188352 65410 4294967295 134512640 135305190 3220914928 3085262016 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=305848 CPUtime=939.85
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 17413 0 0 0 93920 65 0 0 25 0 4 0 1108393136 313188352 65410 4294967295 134512640 135305190 3220914928 3076873408 134528571 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=305848 CPUtime=939.96
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 18436 0 0 0 93903 93 0 0 25 0 4 0 1108393136 313188352 65410 4294967295 134512640 135305190 3220914928 3068484800 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3759.57
Current children cumulated vsize (KiB) 308268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.52 4.53 4.53 5/102 7491
/proc/meminfo: memFree=2508468/3368532 swapFree=1952996/1959888
[pid=4463] ppid=4461 vsize=2420 CPUtime=0.52
/proc/4463/stat : 4463 (manysat.sh) S 4461 4463 21691 0 -1 4194304 369 2160 0 0 0 0 50 2 15 0 1 0 1108393070 2478080 275 4294967295 134512640 135169312 3216553680 3216549896 3085315822 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4463/statm: 605 275 231 161 0 44 0
[pid=4466] ppid=4463 vsize=314896 CPUtime=3989.43
/proc/4466/stat : 4466 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202496 67697 0 0 0 398618 325 0 0 25 0 4 0 1108393122 322453504 67526 4294967295 134512640 135305190 3220914928 3220913104 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/4466/statm: 78724 67526 79 194 0 78528 0
[pid=4466/tid=4467] ppid=4463 vsize=314896 CPUtime=997.27
/proc/4466/task/4467/stat : 4467 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 12157 0 0 0 99644 83 0 0 25 0 4 0 1108393136 322453504 67526 4294967295 134512640 135305190 3220914928 3085262016 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4466/tid=4468] ppid=4463 vsize=314896 CPUtime=997.47
/proc/4466/task/4468/stat : 4468 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 18464 0 0 0 99681 66 0 0 25 0 4 0 1108393136 322453504 67526 4294967295 134512640 135305190 3220914928 3076873408 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4466/tid=4469] ppid=4463 vsize=314896 CPUtime=997.37
/proc/4466/task/4469/stat : 4469 (manysat1.1_stat) R 4463 4463 21691 0 -1 4202560 18861 0 0 0 99637 100 0 0 25 0 4 0 1108393136 322453504 67526 4294967295 134512640 135305190 3220914928 3068484800 134528151 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3989.95
Current children cumulated vsize (KiB) 317316

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 4463 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=500000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=20000
# CPU time returned by wait4() is 0.52
# while last known CPU time is 3989.95
#
# 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): 3989.95
CPU user time (s): 3986.68
CPU system time (s): 3.27
CPU usage (%): 398.979
Max. virtual memory (cumulated for all children) (KiB): 317316

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-28 22:29:18
IDJOB=1781119
IDBENCH=71098
IDSOLVER=623
FILE ID=tipi45/1781119-1243542558
PBS_JOBID=
Free space on /tmp= 15500 MiB

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

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED= 2122943004

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

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

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

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

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2779592 kB
Buffers:        145600 kB
Cached:         335264 kB
SwapCached:       2100 kB
Active:         121108 kB
Inactive:       369104 kB
HighTotal:     2489216 kB
HighFree:      2141348 kB
LowTotal:       879316 kB
LowFree:        638244 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:            2728 kB
Writeback:           0 kB
AnonPages:        8404 kB
Mapped:           3300 kB
Slab:            85804 kB
SReclaimable:    74784 kB
SUnreclaim:      11020 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    89596 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15498 MiB
End job on tipi45 at 2009-05-28 22:46:00