Trace number 1780906

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 0/2009-03-20 (4 threads)? (TO) 3989.96 1000.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
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 variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   68055   202155 |   20416       0        0     nan |  0.000 % |
0.31/0.35	c |         0 |   67183   284754 |      --       0       --      -- |     --   | -872/82599
0.31/0.35	c ==============================================================================
0.31/0.35	c Result  :   #vars: 763   #clauses: 67183   #literals: 284754
0.31/0.35	c CPU time:   0.34 s
0.31/0.35	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-1780906-1243538194/watcher-1780906-1243538194 -o /tmp/evaluation-result-1780906-1243538194/solver-1780906-1243538194 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780906-1243538194.cnf aimd 0 

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.66 4.53 4.47 3/99 21692
/proc/meminfo: memFree=2956908/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2416 CPUtime=0
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118483835 2473984 273 4294967295 134512640 135169312 3219247456 3219245992 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 604 273 231 161 0 43 0
[pid=21693] ppid=21692 vsize=1184 CPUtime=0
/proc/21693/stat : 21693 (SatElite) R 21692 21692 19648 0 -1 4202496 234 0 0 0 0 0 0 0 18 0 1 0 1118483835 1212416 171 4294967295 134512640 135034092 3217137440 3217133784 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21693/statm: 296 171 49 128 0 166 0

[startup+0.059643 s]
/proc/loadavg: 4.66 4.53 4.47 3/99 21692
/proc/meminfo: memFree=2956908/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2416 CPUtime=0
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118483835 2473984 273 4294967295 134512640 135169312 3219247456 3219245992 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 604 273 231 161 0 43 0
[pid=21693] ppid=21692 vsize=6040 CPUtime=0.06
/proc/21693/stat : 21693 (SatElite) R 21692 21692 19648 0 -1 4202496 1416 0 0 0 5 1 0 0 18 0 1 0 1118483835 6184960 1353 4294967295 134512640 135034092 3217137440 3217133308 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21693/statm: 1510 1354 67 128 0 1380 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8456

[startup+0.109631 s]
/proc/loadavg: 4.66 4.53 4.47 3/99 21692
/proc/meminfo: memFree=2956908/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2416 CPUtime=0
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118483835 2473984 273 4294967295 134512640 135169312 3219247456 3219245992 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 604 273 231 161 0 43 0
[pid=21693] ppid=21692 vsize=6832 CPUtime=0.11
/proc/21693/stat : 21693 (SatElite) R 21692 21692 19648 0 -1 4202496 1593 0 0 0 10 1 0 0 18 0 1 0 1118483835 6995968 1530 4294967295 134512640 135034092 3217137440 3217133436 134691101 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21693/statm: 1708 1530 67 128 0 1578 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9248

[startup+0.309611 s]
/proc/loadavg: 4.66 4.53 4.47 3/99 21692
/proc/meminfo: memFree=2956908/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2416 CPUtime=0
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118483835 2473984 273 4294967295 134512640 135169312 3219247456 3219245992 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 604 273 231 161 0 43 0
[pid=21693] ppid=21692 vsize=8100 CPUtime=0.31
/proc/21693/stat : 21693 (SatElite) R 21692 21692 19648 0 -1 4202496 1868 0 0 0 30 1 0 0 18 0 1 0 1118483835 8294400 1805 4294967295 134512640 135034092 3217137440 3217133744 134569577 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21693/statm: 2025 1805 67 128 0 1895 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10516

[startup+0.709586 s]
/proc/loadavg: 4.66 4.53 4.47 3/99 21692
/proc/meminfo: memFree=2956908/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2420

[startup+1.50951 s]
/proc/loadavg: 4.66 4.53 4.47 5/104 21698
/proc/meminfo: memFree=2934116/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=50812 CPUtime=3.83
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 6134 0 0 0 382 1 0 0 19 0 4 0 1118483880 52031488 6069 4294967295 134512640 135305190 3217469344 3217467520 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 12703 6069 79 194 0 12507 0
[pid=21695/tid=21696] ppid=21692 vsize=50812 CPUtime=0.94
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 399 0 0 0 94 0 0 0 20 0 4 0 1118483891 52031488 6069 4294967295 134512640 135305190 3217469344 3084897472 134528402 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=50812 CPUtime=0.93
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 399 0 0 0 93 0 0 0 20 0 4 0 1118483891 52031488 6069 4294967295 134512640 135305190 3217469344 3076508524 134551510 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=50812 CPUtime=0.89
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 409 0 0 0 88 1 0 0 18 0 4 0 1118483891 52031488 6069 4294967295 134512640 135305190 3217469344 3068120256 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 53232

[startup+3.10935 s]
/proc/loadavg: 4.61 4.52 4.46 5/104 21698
/proc/meminfo: memFree=2929960/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=57084 CPUtime=10.21
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 7436 0 0 0 1018 3 0 0 21 0 4 0 1118483880 58454016 7371 4294967295 134512640 135305190 3217469344 3217467520 134528442 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 14271 7371 79 194 0 14075 0
[pid=21695/tid=21696] ppid=21692 vsize=57084 CPUtime=2.54
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 713 0 0 0 254 0 0 0 24 0 4 0 1118483891 58454016 7371 4294967295 134512640 135305190 3217469344 3084897472 134528548 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=57084 CPUtime=2.53
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 669 0 0 0 253 0 0 0 25 0 4 0 1118483891 58454016 7371 4294967295 134512640 135305190 3217469344 3076508864 134528237 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=57084 CPUtime=2.47
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 723 0 0 0 246 1 0 0 21 0 4 0 1118483891 58454016 7371 4294967295 134512640 135305190 3217469344 3068120256 134528571 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 59504

[startup+6.30905 s]
/proc/loadavg: 4.61 4.52 4.46 5/104 21698
/proc/meminfo: memFree=2919812/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=64988 CPUtime=22.91
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 9738 0 0 0 2282 9 0 0 25 0 4 0 1118483880 66547712 9673 4294967295 134512640 135305190 3217469344 3217467520 134528392 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 16247 9673 79 194 0 16051 0
[pid=21695/tid=21696] ppid=21692 vsize=64988 CPUtime=5.74
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 1349 0 0 0 573 1 0 0 25 0 4 0 1118483891 66547712 9673 4294967295 134512640 135305190 3217469344 3084897472 134528421 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=64988 CPUtime=5.73
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 1187 0 0 0 573 0 0 0 25 0 4 0 1118483891 66547712 9673 4294967295 134512640 135305190 3217469344 3076508864 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=64988 CPUtime=5.57
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 1322 0 0 0 551 6 0 0 25 0 4 0 1118483891 66547712 9673 4294967295 134512640 135305190 3217469344 3068120256 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.35
Current children cumulated vsize (KiB) 67408

[startup+12.7084 s]
/proc/loadavg: 4.51 4.50 4.46 5/104 21698
/proc/meminfo: memFree=2909580/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=75288 CPUtime=48.48
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 12151 0 0 0 4833 15 0 0 25 0 4 0 1118483880 77094912 12086 4294967295 134512640 135305190 3217469344 3217467520 134528777 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 18822 12086 79 194 0 18626 0
[pid=21695/tid=21696] ppid=21692 vsize=75288 CPUtime=12.14
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 2061 0 0 0 1212 2 0 0 25 0 4 0 1118483891 77094912 12086 4294967295 134512640 135305190 3217469344 3084897472 134528690 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=75288 CPUtime=12.13
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 1666 0 0 0 1213 0 0 0 25 0 4 0 1118483891 77094912 12086 4294967295 134512640 135305190 3217469344 3076508544 134552865 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=75288 CPUtime=11.94
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 1796 0 0 0 1187 7 0 0 25 0 4 0 1118483891 77094912 12086 4294967295 134512640 135305190 3217469344 3068120256 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.92
Current children cumulated vsize (KiB) 77708

[startup+25.5072 s]
/proc/loadavg: 4.67 4.53 4.47 6/105 21774
/proc/meminfo: memFree=2894768/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=89596 CPUtime=99.37
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 15504 0 0 0 9914 23 0 0 25 0 4 0 1118483880 91746304 15439 4294967295 134512640 135305190 3217469344 3217467520 134528245 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 22399 15439 79 194 0 22203 0
[pid=21695/tid=21696] ppid=21692 vsize=89596 CPUtime=24.74
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 3036 0 0 0 2469 5 0 0 25 0 4 0 1118483891 91746304 15439 4294967295 134512640 135305190 3217469344 3084897472 134528237 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=89596 CPUtime=24.89
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 2469 0 0 0 2488 1 0 0 25 0 4 0 1118483891 91746304 15439 4294967295 134512640 135305190 3217469344 3076508864 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=89596 CPUtime=24.67
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 2831 0 0 0 2458 9 0 0 25 0 4 0 1118483891 91746304 15439 4294967295 134512640 135305190 3217469344 3068120048 134547909 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.81
Current children cumulated vsize (KiB) 92016

[startup+51.1148 s]
/proc/loadavg: 4.68 4.55 4.47 5/104 21887
/proc/meminfo: memFree=2876304/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=110396 CPUtime=201.65
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 20142 0 0 0 20136 29 0 0 25 0 4 0 1118483880 113045504 20077 4294967295 134512640 135305190 3217469344 3217467520 134528310 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 27599 20077 79 194 0 27403 0
[pid=21695/tid=21696] ppid=21692 vsize=110396 CPUtime=50.26
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 3996 0 0 0 5021 5 0 0 25 0 4 0 1118483891 113045504 20077 4294967295 134512640 135305190 3217469344 3084897472 134528506 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=110396 CPUtime=50.5
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 3448 0 0 0 5048 2 0 0 25 0 4 0 1118483891 113045504 20077 4294967295 134512640 135305190 3217469344 3076508864 134528771 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=110396 CPUtime=50.26
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 4261 0 0 0 5015 11 0 0 25 0 4 0 1118483891 113045504 20077 4294967295 134512640 135305190 3217469344 3068120256 134528571 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.09
Current children cumulated vsize (KiB) 112816

[startup+102.32 s]
/proc/loadavg: 4.42 4.50 4.46 5/104 22073
/proc/meminfo: memFree=2857924/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=128028 CPUtime=406.03
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 24477 0 0 0 40561 42 0 0 25 0 4 0 1118483880 131100672 24412 4294967295 134512640 135305190 3217469344 3217467520 134528480 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 32007 24412 79 194 0 31811 0
[pid=21695/tid=21696] ppid=21692 vsize=128028 CPUtime=101.34
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 5283 0 0 0 10127 7 0 0 25 0 4 0 1118483891 131100672 24412 4294967295 134512640 135305190 3217469344 3084897472 134528245 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=128028 CPUtime=101.6
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 4926 0 0 0 10155 5 0 0 25 0 4 0 1118483891 131100672 24412 4294967295 134512640 135305190 3217469344 3076508864 134528545 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=128028 CPUtime=101.45
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 4978 0 0 0 10130 15 0 0 25 0 4 0 1118483891 131100672 24412 4294967295 134512640 135305190 3217469344 3068120256 134528319 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 406.47
Current children cumulated vsize (KiB) 130448

[startup+162.314 s]
/proc/loadavg: 4.62 4.52 4.46 6/104 22262
/proc/meminfo: memFree=2838308/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=149892 CPUtime=645.69

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

/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 11484 0 0 0 52053 45 0 0 25 0 4 0 1118483891 222642176 44632 4294967295 134512640 135305190 3217469344 3068120256 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2083.42
Current children cumulated vsize (KiB) 219844

[startup+582.314 s]
/proc/loadavg: 4.64 4.51 4.46 7/105 23488
/proc/meminfo: memFree=2768580/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=226832 CPUtime=2322.51
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 46680 0 0 0 232055 196 0 0 25 0 4 0 1118483880 232275968 46583 4294967295 134512640 135305190 3217469344 3217467520 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 56708 46583 79 194 0 56512 0
[pid=21695/tid=21696] ppid=21692 vsize=226832 CPUtime=580.52
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 11161 0 0 0 58014 38 0 0 25 0 4 0 1118483891 232275968 46583 4294967295 134512640 135305190 3217469344 3084897472 134528248 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=226832 CPUtime=580.41
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 11127 0 0 0 57986 55 0 0 25 0 4 0 1118483891 232275968 46583 4294967295 134512640 135305190 3217469344 3076508864 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=226832 CPUtime=580.93
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 11839 0 0 0 58043 50 0 0 25 0 4 0 1118483891 232275968 46583 4294967295 134512640 135305190 3217469344 3068120256 134528489 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2322.95
Current children cumulated vsize (KiB) 229252

[startup+642.318 s]
/proc/loadavg: 4.41 4.47 4.45 5/104 23775
/proc/meminfo: memFree=2758996/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=235728 CPUtime=2561.68
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 48759 0 0 0 255956 212 0 0 25 0 4 0 1118483880 241385472 48662 4294967295 134512640 135305190 3217469344 3217467520 134528265 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 58932 48662 79 194 0 58736 0
[pid=21695/tid=21696] ppid=21692 vsize=235728 CPUtime=640.46
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 11700 0 0 0 64005 41 0 0 25 0 4 0 1118483891 241385472 48662 4294967295 134512640 135305190 3217469344 3084897472 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=235728 CPUtime=639.84
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 11764 0 0 0 63924 60 0 0 25 0 4 0 1118483891 241385472 48662 4294967295 134512640 135305190 3217469344 3076508752 134538173 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=235728 CPUtime=640.82
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 12210 0 0 0 64028 54 0 0 25 0 4 0 1118483891 241385472 48662 4294967295 134512640 135305190 3217469344 3068120256 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2562.12
Current children cumulated vsize (KiB) 238148

[startup+702.313 s]
/proc/loadavg: 4.50 4.49 4.45 6/105 23839
/proc/meminfo: memFree=2747900/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=249216 CPUtime=2801.18
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 51833 0 0 0 279886 232 0 0 25 0 4 0 1118483880 255197184 51736 4294967295 134512640 135305190 3217469344 3217467520 134528536 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 62304 51736 79 194 0 62108 0
[pid=21695/tid=21696] ppid=21692 vsize=249216 CPUtime=700.45
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 11893 0 0 0 69999 46 0 0 25 0 4 0 1118483891 255197184 51736 4294967295 134512640 135305190 3217469344 3084897472 134528425 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=249216 CPUtime=699.83
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 12926 0 0 0 69920 63 0 0 25 0 4 0 1118483891 255197184 51736 4294967295 134512640 135305190 3217469344 3076508864 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=249216 CPUtime=700.4
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 13044 0 0 0 69979 61 0 0 25 0 4 0 1118483891 255197184 51736 4294967295 134512640 135305190 3217469344 3068120256 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2801.62
Current children cumulated vsize (KiB) 251636

[startup+762.317 s]
/proc/loadavg: 4.33 4.45 4.44 6/104 24150
/proc/meminfo: memFree=2736748/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=259968 CPUtime=3040.44
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 54421 0 0 0 303787 257 0 0 25 0 4 0 1118483880 266207232 54324 4294967295 134512640 135305190 3217469344 3217467520 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 64992 54324 79 194 0 64796 0
[pid=21695/tid=21696] ppid=21692 vsize=259968 CPUtime=760.25
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 12352 0 0 0 75977 48 0 0 25 0 4 0 1118483891 266207232 54324 4294967295 134512640 135305190 3217469344 3084897360 134538771 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=259968 CPUtime=759.75
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 13821 0 0 0 75905 70 0 0 25 0 4 0 1118483891 266207232 54324 4294967295 134512640 135305190 3217469344 3076508864 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=259968 CPUtime=760.05
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 13645 0 0 0 75933 72 0 0 25 0 4 0 1118483891 266207232 54324 4294967295 134512640 135305190 3217469344 3068120256 134528442 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.88
Current children cumulated vsize (KiB) 262388

[startup+822.311 s]
/proc/loadavg: 4.30 4.43 4.44 5/104 24338
/proc/meminfo: memFree=2732096/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=265464 CPUtime=3279.75
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 55619 0 0 0 327703 272 0 0 25 0 4 0 1118483880 271835136 55522 4294967295 134512640 135305190 3217469344 3217467520 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 66366 55522 79 194 0 66170 0
[pid=21695/tid=21696] ppid=21692 vsize=265464 CPUtime=820.13
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 12508 0 0 0 81963 50 0 0 25 0 4 0 1118483891 271835136 55522 4294967295 134512640 135305190 3217469344 3084897540 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=265464 CPUtime=819.63
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 14315 0 0 0 81889 74 0 0 25 0 4 0 1118483891 271835136 55522 4294967295 134512640 135305190 3217469344 3076508712 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=265464 CPUtime=819.62
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 13831 0 0 0 81888 74 0 0 25 0 4 0 1118483891 271835136 55522 4294967295 134512640 135305190 3217469344 3068120256 134528395 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3280.19
Current children cumulated vsize (KiB) 267884

[startup+882.316 s]
/proc/loadavg: 4.44 4.44 4.44 7/105 24386
/proc/meminfo: memFree=2724712/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=274356 CPUtime=3519.35
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 57483 0 0 0 351646 289 0 0 25 0 4 0 1118483880 280940544 57386 4294967295 134512640 135305190 3217469344 3217467520 134528406 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 68589 57386 79 194 0 68393 0
[pid=21695/tid=21696] ppid=21692 vsize=274356 CPUtime=880.1
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 12767 0 0 0 87957 53 0 0 25 0 4 0 1118483891 280940544 57386 4294967295 134512640 135305190 3217469344 3084897472 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=274356 CPUtime=879.62
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 14909 0 0 0 87887 75 0 0 25 0 4 0 1118483891 280940544 57386 4294967295 134512640 135305190 3217469344 3076508864 134528410 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=274356 CPUtime=879.27
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 14466 0 0 0 87849 78 0 0 25 0 4 0 1118483891 280940544 57386 4294967295 134512640 135305190 3217469344 3068120256 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3519.79
Current children cumulated vsize (KiB) 276776

[startup+942.31 s]
/proc/loadavg: 4.33 4.43 4.43 5/104 24531
/proc/meminfo: memFree=2712364/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=288776 CPUtime=3759.01
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 60936 0 0 0 375594 307 0 0 25 0 4 0 1118483880 295706624 60835 4294967295 134512640 135305190 3217469344 3217467520 134528341 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 72194 60835 79 194 0 71998 0
[pid=21695/tid=21696] ppid=21692 vsize=288776 CPUtime=940.03
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 13735 0 0 0 93948 55 0 0 25 0 4 0 1118483891 295706624 60835 4294967295 134512640 135305190 3217469344 3084897472 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=288776 CPUtime=939.47
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 15871 0 0 0 93869 78 0 0 25 0 4 0 1118483891 295706624 60835 4294967295 134512640 135305190 3217469344 3076508864 134528421 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=288776 CPUtime=939.15
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 15314 0 0 0 93826 89 0 0 25 0 4 0 1118483891 295706624 60835 4294967295 134512640 135305190 3217469344 3068120256 134528265 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3759.45
Current children cumulated vsize (KiB) 291196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.24 4.40 4.42 6/104 24717
/proc/meminfo: memFree=2707288/3368532 swapFree=1953580/1959888
[pid=21692] ppid=21690 vsize=2420 CPUtime=0.44
/proc/21692/stat : 21692 (manysat.sh) S 21690 21692 19648 0 -1 4194304 370 1874 0 0 0 0 43 1 16 0 1 0 1118483835 2478080 275 4294967295 134512640 135169312 3219247456 3219243672 3085692654 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21692/statm: 605 275 231 161 0 44 0
[pid=21695] ppid=21692 vsize=293280 CPUtime=3989.52
/proc/21695/stat : 21695 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202496 61876 0 0 0 398628 324 0 0 25 0 4 0 1118483880 300318720 61775 4294967295 134512640 135305190 3217469344 3217467520 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21695/statm: 73320 61775 79 194 0 73124 0
[pid=21695/tid=21696] ppid=21692 vsize=293280 CPUtime=997.6
/proc/21695/task/21696/stat : 21696 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 13893 0 0 0 99702 58 0 0 25 0 4 0 1118483891 300318720 61775 4294967295 134512640 135305190 3217469344 3084897472 134528418 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21695/tid=21697] ppid=21692 vsize=293280 CPUtime=997.15
/proc/21695/task/21697/stat : 21697 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 16316 0 0 0 99631 84 0 0 25 0 4 0 1118483891 300318720 61775 4294967295 134512640 135305190 3217469344 3076508864 134528235 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21695/tid=21698] ppid=21692 vsize=293280 CPUtime=996.75
/proc/21695/task/21698/stat : 21698 (manysat1.1_stat) R 21692 21692 19648 0 -1 4202560 15314 0 0 0 99579 96 0 0 25 0 4 0 1118483891 300318720 61775 4294967295 134512640 135305190 3217469344 3068120256 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3989.96
Current children cumulated vsize (KiB) 295700

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 21692 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=430000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=10000
# CPU time returned by wait4() is 0.44
# while last known CPU time is 3989.96
#
# 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.96
CPU user time (s): 3986.71
CPU system time (s): 3.25
CPU usage (%): 398.978
Max. virtual memory (cumulated for all children) (KiB): 295700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.43
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= 2244
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= 37

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 21:16:34
IDJOB=1780906
IDBENCH=71078
IDSOLVER=620
FILE ID=/1780906-1243538194
PBS_JOBID=
Free space on /tmp= 15883 MiB

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

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED= 1484799713

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.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.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:       2956908 kB
Buffers:         35644 kB
Cached:         297332 kB
SwapCached:       2424 kB
Active:         111872 kB
Inactive:       231612 kB
HighTotal:     2489216 kB
HighFree:      2178700 kB
LowTotal:       879316 kB
LowFree:        778208 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            2524 kB
Writeback:           0 kB
AnonPages:       10008 kB
Mapped:           4984 kB
Slab:            58476 kB
SReclaimable:    50412 kB
SUnreclaim:       8064 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93912 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15882 MiB
End job on  at 2009-05-28 21:33:16