Trace number 1780771

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_10_UNKNOWN.cnf
MD5SUMe868383f091c36fa9594c670095c9824
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 variables1584
Number of clauses91646
Sum of the clauses size272553
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22569
Number of clauses of size 389054
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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   91646   272553 |   27493       0        0     nan |  0.000 % |
0.42/0.48	c |         0 |   90841   386353 |      --       0       --      -- |     --   | -805/113800
0.42/0.48	c ==============================================================================
0.42/0.48	c Result  :   #vars: 958   #clauses: 90841   #literals: 386353
0.42/0.48	c CPU time:   0.47 s
0.42/0.48	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-1780771-1243535474/watcher-1780771-1243535474 -o /tmp/evaluation-result-1780771-1243535474/solver-1780771-1243535474 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780771-1243535474.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.02 4.38 4.42 3/96 21033
/proc/meminfo: memFree=2932512/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2416 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118211536 2473984 274 4294967295 134512640 135169312 3214687504 3214686040 3085479662 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21033/statm: 604 274 231 161 0 43 0
[pid=21034] ppid=21033 vsize=1200 CPUtime=0.01
/proc/21034/stat : 21034 (SatElite) R 21033 21033 27966 0 -1 4202496 240 0 0 0 1 0 0 0 18 0 1 0 1118211536 1228800 177 4294967295 134512640 135034092 3216533136 3216529480 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21034/statm: 300 178 49 128 0 170 0

[startup+0.052285 s]
/proc/loadavg: 4.02 4.38 4.42 3/96 21033
/proc/meminfo: memFree=2932512/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2416 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118211536 2473984 274 4294967295 134512640 135169312 3214687504 3214686040 3085479662 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21033/statm: 604 274 231 161 0 43 0
[pid=21034] ppid=21033 vsize=6680 CPUtime=0.06
/proc/21034/stat : 21034 (SatElite) R 21033 21033 27966 0 -1 4202496 1604 0 0 0 6 0 0 0 18 0 1 0 1118211536 6840320 1541 4294967295 134512640 135034092 3216533136 3216529132 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21034/statm: 1670 1541 67 128 0 1540 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9096

[startup+0.11228 s]
/proc/loadavg: 4.02 4.38 4.42 3/96 21033
/proc/meminfo: memFree=2932512/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2416 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118211536 2473984 274 4294967295 134512640 135169312 3214687504 3214686040 3085479662 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21033/statm: 604 274 231 161 0 43 0
[pid=21034] ppid=21033 vsize=8268 CPUtime=0.12
/proc/21034/stat : 21034 (SatElite) R 21033 21033 27966 0 -1 4202496 1994 0 0 0 10 2 0 0 18 0 1 0 1118211536 8466432 1931 4294967295 134512640 135034092 3216533136 3216529132 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21034/statm: 2067 1931 67 128 0 1937 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10684

[startup+0.312263 s]
/proc/loadavg: 4.02 4.38 4.42 3/96 21033
/proc/meminfo: memFree=2932512/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2416 CPUtime=0
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118211536 2473984 274 4294967295 134512640 135169312 3214687504 3214686040 3085479662 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/21033/statm: 604 274 231 161 0 43 0
[pid=21034] ppid=21033 vsize=10264 CPUtime=0.32
/proc/21034/stat : 21034 (SatElite) R 21033 21033 27966 0 -1 4202496 2449 0 0 0 30 2 0 0 18 0 1 0 1118211536 10510336 2386 4294967295 134512640 135034092 3216533136 3216529440 134569534 0 0 0 3 0 0 0 17 0 0 0 0
/proc/21034/statm: 2566 2386 67 128 0 2436 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 12680

[startup+0.712242 s]
/proc/loadavg: 4.02 4.38 4.42 3/96 21033
/proc/meminfo: memFree=2932512/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 2420

[startup+1.51217 s]
/proc/loadavg: 4.02 4.38 4.42 5/101 21039
/proc/meminfo: memFree=2903796/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=58892 CPUtime=3.11
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 8069 0 0 0 308 3 0 0 16 0 4 0 1118211597 60305408 8005 4294967295 134512640 135305190 3213732880 3213731056 134528421 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 14723 8005 79 194 0 14527 0
[pid=21036/tid=21037] ppid=21033 vsize=58892 CPUtime=0.74
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 514 0 0 0 73 1 0 0 19 0 4 0 1118211612 60305408 8005 4294967295 134512640 135305190 3213732880 3084454832 134556787 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=58892 CPUtime=0.73
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 516 0 0 0 73 0 0 0 20 0 4 0 1118211612 60305408 8005 4294967295 134512640 135305190 3213732880 3076066112 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=58892 CPUtime=0.73
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 606 0 0 0 73 0 0 0 17 0 4 0 1118211612 60305408 8005 4294967295 134512640 135305190 3213732880 3067677888 134528224 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 61312

[startup+3.11205 s]
/proc/loadavg: 4.02 4.38 4.42 6/101 21039
/proc/meminfo: memFree=2896692/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=66980 CPUtime=9.51
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 10216 0 0 0 948 3 0 0 18 0 4 0 1118211597 68587520 10152 4294967295 134512640 135305190 3213732880 3213731056 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 16745 10152 79 194 0 16549 0
[pid=21036/tid=21037] ppid=21033 vsize=66980 CPUtime=2.34
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 895 0 0 0 233 1 0 0 22 0 4 0 1118211612 68587520 10152 4294967295 134512640 135305190 3213732880 3084455104 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=66980 CPUtime=2.33
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 1130 0 0 0 233 0 0 0 25 0 4 0 1118211612 68587520 10152 4294967295 134512640 135305190 3213732880 3076066496 134528438 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=66980 CPUtime=2.33
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 1156 0 0 0 233 0 0 0 19 0 4 0 1118211612 68587520 10152 4294967295 134512640 135305190 3213732880 3067677888 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 69400

[startup+6.31178 s]
/proc/loadavg: 4.10 4.39 4.42 5/101 21039
/proc/meminfo: memFree=2883820/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=79240 CPUtime=22.3
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 13031 0 0 0 2225 5 0 0 25 0 4 0 1118211597 81141760 12967 4294967295 134512640 135305190 3213732880 3213731056 134528392 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 19810 12967 79 194 0 19614 0
[pid=21036/tid=21037] ppid=21033 vsize=79240 CPUtime=5.54
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 1429 0 0 0 553 1 0 0 25 0 4 0 1118211612 81141760 12967 4294967295 134512640 135305190 3213732880 3084455104 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=79240 CPUtime=5.53
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 1954 0 0 0 553 0 0 0 25 0 4 0 1118211612 81141760 12967 4294967295 134512640 135305190 3213732880 3076066496 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=79240 CPUtime=5.52
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 1980 0 0 0 550 2 0 0 25 0 4 0 1118211612 81141760 12968 4294967295 134512640 135305190 3213732880 3067677888 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.91
Current children cumulated vsize (KiB) 81660

[startup+12.7112 s]
/proc/loadavg: 4.09 4.38 4.42 5/101 21040
/proc/meminfo: memFree=2872832/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=87224 CPUtime=47.9
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 14922 0 0 0 4782 8 0 0 25 0 4 0 1118211597 89317376 14858 4294967295 134512640 135305190 3213732880 3213731056 134528503 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 21806 14858 79 194 0 21610 0
[pid=21036/tid=21037] ppid=21033 vsize=87224 CPUtime=11.94
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 1949 0 0 0 1193 1 0 0 25 0 4 0 1118211612 89317376 14858 4294967295 134512640 135305190 3213732880 3084454848 134541999 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=87224 CPUtime=11.93
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 2394 0 0 0 1193 0 0 0 25 0 4 0 1118211612 89317376 14858 4294967295 134512640 135305190 3213732880 3076066496 134528744 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=87224 CPUtime=11.92
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 2446 0 0 0 1188 4 0 0 25 0 4 0 1118211612 89317376 14858 4294967295 134512640 135305190 3213732880 3067677888 134528410 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.51
Current children cumulated vsize (KiB) 89644

[startup+25.5102 s]
/proc/loadavg: 4.14 4.38 4.42 5/101 21040
/proc/meminfo: memFree=2856208/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=103368 CPUtime=98.98
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 19112 0 0 0 9879 19 0 0 25 0 4 0 1118211597 105848832 19023 4294967295 134512640 135305190 3213732880 3213731056 134528237 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 25842 19023 79 194 0 25646 0
[pid=21036/tid=21037] ppid=21033 vsize=103368 CPUtime=24.73
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 2833 0 0 0 2469 4 0 0 25 0 4 0 1118211612 105848832 19023 4294967295 134512640 135305190 3213732880 3084455104 134528418 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=103368 CPUtime=24.73
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 3578 0 0 0 2472 1 0 0 25 0 4 0 1118211612 105848832 19023 4294967295 134512640 135305190 3213732880 3076066496 134528410 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=103368 CPUtime=24.62
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 3423 0 0 0 2453 9 0 0 25 0 4 0 1118211612 105848832 19023 4294967295 134512640 135305190 3213732880 3067677888 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.59
Current children cumulated vsize (KiB) 105788

[startup+51.1081 s]
/proc/loadavg: 4.47 4.43 4.43 6/101 21230
/proc/meminfo: memFree=2833852/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=126444 CPUtime=201.15
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 24424 0 0 0 20091 24 0 0 25 0 4 0 1118211597 129478656 24331 4294967295 134512640 135305190 3213732880 3213731056 134528237 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 31611 24331 79 194 0 31415 0
[pid=21036/tid=21037] ppid=21033 vsize=126444 CPUtime=50.27
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 4610 0 0 0 5021 6 0 0 25 0 4 0 1118211612 129478656 24331 4294967295 134512640 135305190 3213732880 3084455104 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=126444 CPUtime=50.31
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 4362 0 0 0 5028 3 0 0 25 0 4 0 1118211612 129478656 24331 4294967295 134512640 135305190 3213732880 3076066496 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=126444 CPUtime=50.09
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 5044 0 0 0 4999 10 0 0 25 0 4 0 1118211612 129478656 24331 4294967295 134512640 135305190 3213732880 3067677888 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.76
Current children cumulated vsize (KiB) 128864

[startup+102.314 s]
/proc/loadavg: 4.60 4.47 4.45 7/102 21279
/proc/meminfo: memFree=2810628/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=151772 CPUtime=405.67
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 30487 0 0 0 40521 46 0 0 25 0 4 0 1118211597 155414528 30394 4294967295 134512640 135305190 3213732880 3213731056 134528536 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 37943 30394 79 194 0 37747 0
[pid=21036/tid=21037] ppid=21033 vsize=151772 CPUtime=101.48
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 6699 0 0 0 10139 9 0 0 25 0 4 0 1118211612 155414528 30394 4294967295 134512640 135305190 3213732880 3084455104 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=151772 CPUtime=101.26
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 5689 0 0 0 10118 8 0 0 25 0 4 0 1118211612 155414528 30394 4294967295 134512640 135305190 3213732880 3076066496 134528777 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=151772 CPUtime=101.25
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 6350 0 0 0 10113 12 0 0 25 0 4 0 1118211612 155414528 30394 4294967295 134512640 135305190 3213732880 3067677888 134528410 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.28
Current children cumulated vsize (KiB) 154192

[startup+162.319 s]
/proc/loadavg: 4.52 4.48 4.45 5/101 21422
/proc/meminfo: memFree=2786452/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=179256 CPUtime=645.11

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

/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 15776 0 0 0 51904 56 0 0 25 0 4 0 1118211612 290480128 60862 4294967295 134512640 135305190 3213732880 3067677888 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2082.52
Current children cumulated vsize (KiB) 286092

[startup+582.304 s]
/proc/loadavg: 4.84 4.68 4.53 5/101 22742
/proc/meminfo: memFree=2668588/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=305056 CPUtime=2321
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 65996 0 0 0 231862 238 0 0 25 0 4 0 1118211597 312377344 65812 4294967295 134512640 135305190 3213732880 3213731056 134528392 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 76264 65812 79 194 0 76068 0
[pid=21036/tid=21037] ppid=21033 vsize=305056 CPUtime=580.6
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 14490 0 0 0 57998 62 0 0 25 0 4 0 1118211612 312377344 65812 4294967295 134512640 135305190 3213732880 3084455104 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=305056 CPUtime=580.83
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 13902 0 0 0 58036 47 0 0 25 0 4 0 1118211612 312377344 65812 4294967295 134512640 135305190 3213732880 3076066496 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=305056 CPUtime=579.28
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 17700 0 0 0 57865 63 0 0 25 0 4 0 1118211612 312377344 65812 4294967295 134512640 135305190 3213732880 3067677680 134549440 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2321.61
Current children cumulated vsize (KiB) 307476

[startup+642.309 s]
/proc/loadavg: 4.63 4.66 4.54 5/101 22929
/proc/meminfo: memFree=2666544/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=308000 CPUtime=2560.4
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 66593 0 0 0 255782 258 0 0 25 0 4 0 1118211597 315392000 66409 4294967295 134512640 135305190 3213732880 3213731056 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 77000 66409 79 194 0 76804 0
[pid=21036/tid=21037] ppid=21033 vsize=308000 CPUtime=640.57
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 14540 0 0 0 63991 66 0 0 25 0 4 0 1118211612 315392000 66409 4294967295 134512640 135305190 3213732880 3084455104 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=308000 CPUtime=640.82
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 14100 0 0 0 64028 54 0 0 25 0 4 0 1118211612 315392000 66409 4294967295 134512640 135305190 3213732880 3076066344 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=308000 CPUtime=638.95
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 17740 0 0 0 63826 69 0 0 25 0 4 0 1118211612 315392000 66409 4294967295 134512640 135305190 3213732880 3067677956 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2561.01
Current children cumulated vsize (KiB) 310420

[startup+702.314 s]
/proc/loadavg: 4.75 4.69 4.55 5/101 23117
/proc/meminfo: memFree=2661832/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=312860 CPUtime=2799.85
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 67790 0 0 0 279711 274 0 0 25 0 4 0 1118211597 320368640 67606 4294967295 134512640 135305190 3213732880 3213731056 134528875 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 78215 67606 79 194 0 78019 0
[pid=21036/tid=21037] ppid=21033 vsize=312860 CPUtime=700.36
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 14830 0 0 0 69967 69 0 0 25 0 4 0 1118211612 320368640 67606 4294967295 134512640 135305190 3213732880 3084455104 134528310 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=312860 CPUtime=700.82
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 14287 0 0 0 70025 57 0 0 25 0 4 0 1118211612 320368640 67606 4294967295 134512640 135305190 3213732880 3076066496 134528248 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=312860 CPUtime=698.61
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 18045 0 0 0 69792 69 0 0 25 0 4 0 1118211612 320368640 67606 4294967295 134512640 135305190 3213732880 3067677680 134547909 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2800.46
Current children cumulated vsize (KiB) 315280

[startup+762.319 s]
/proc/loadavg: 4.65 4.65 4.55 5/101 23306
/proc/meminfo: memFree=2651204/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=325416 CPUtime=3039.28
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 70465 0 0 0 303637 291 0 0 25 0 4 0 1118211597 333225984 70281 4294967295 134512640 135305190 3213732880 3213731056 134528399 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 81354 70281 79 194 0 81158 0
[pid=21036/tid=21037] ppid=21033 vsize=325416 CPUtime=760.17
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 15333 0 0 0 75940 77 0 0 25 0 4 0 1118211612 333225984 70281 4294967295 134512640 135305190 3213732880 3084455104 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=325416 CPUtime=760.8
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 14859 0 0 0 76016 64 0 0 25 0 4 0 1118211612 333225984 70281 4294967295 134512640 135305190 3213732880 3076066496 134528418 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=325416 CPUtime=758.42
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 19194 0 0 0 75772 70 0 0 25 0 4 0 1118211612 333225984 70281 4294967295 134512640 135305190 3213732880 3067677888 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3039.89
Current children cumulated vsize (KiB) 327836

[startup+822.314 s]
/proc/loadavg: 4.82 4.69 4.56 6/101 23498
/proc/meminfo: memFree=2647376/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=328520 CPUtime=3278.69
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 71196 0 0 0 327561 308 0 0 25 0 4 0 1118211597 336404480 70991 4294967295 134512640 135305190 3213732880 3213731056 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 82130 70991 79 194 0 81934 0
[pid=21036/tid=21037] ppid=21033 vsize=328520 CPUtime=819.86
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 15371 0 0 0 81901 85 0 0 25 0 4 0 1118211612 336404480 70991 4294967295 134512640 135305190 3213732880 3084455104 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=328520 CPUtime=820.79
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 15423 0 0 0 82012 67 0 0 25 0 4 0 1118211612 336404480 70991 4294967295 134512640 135305190 3213732880 3076066496 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=328520 CPUtime=818.29
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 19199 0 0 0 81757 72 0 0 25 0 4 0 1118211612 336404480 70991 4294967295 134512640 135305190 3213732880 3067677888 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.3
Current children cumulated vsize (KiB) 330940

[startup+882.309 s]
/proc/loadavg: 4.65 4.65 4.55 6/101 23685
/proc/meminfo: memFree=2640888/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=336280 CPUtime=3517.99
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 72904 0 0 0 351472 327 0 0 25 0 4 0 1118211597 344350720 72699 4294967295 134512640 135305190 3213732880 3213731056 134528392 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 84070 72699 79 194 0 83874 0
[pid=21036/tid=21037] ppid=21033 vsize=336280 CPUtime=879.84
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 15721 0 0 0 87896 88 0 0 25 0 4 0 1118211612 344350720 72699 4294967295 134512640 135305190 3213732880 3084455104 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=336280 CPUtime=880.72
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 15839 0 0 0 87995 77 0 0 25 0 4 0 1118211612 344350720 72699 4294967295 134512640 135305190 3213732880 3076066496 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=336280 CPUtime=877.88
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 19407 0 0 0 87713 75 0 0 25 0 4 0 1118211612 344350720 72699 4294967295 134512640 135305190 3213732880 3067677888 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3518.6
Current children cumulated vsize (KiB) 338700

[startup+942.314 s]
/proc/loadavg: 4.78 4.67 4.56 5/101 23872
/proc/meminfo: memFree=2637960/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=340252 CPUtime=3757.59
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 73649 0 0 0 375424 335 0 0 25 0 4 0 1118211597 348418048 73444 4294967295 134512640 135305190 3213732880 3213731056 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 85063 73444 79 194 0 84867 0
[pid=21036/tid=21037] ppid=21033 vsize=340252 CPUtime=939.84
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 15774 0 0 0 93896 88 0 0 25 0 4 0 1118211612 348418048 73444 4294967295 134512640 135305190 3213732880 3084455104 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=340252 CPUtime=940.72
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 16083 0 0 0 93994 78 0 0 25 0 4 0 1118211612 348418048 73444 4294967295 134512640 135305190 3213732880 3076066496 134528410 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=340252 CPUtime=937.59
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 19690 0 0 0 93682 77 0 0 25 0 4 0 1118211612 348418048 73444 4294967295 134512640 135305190 3213732880 3067677888 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3758.2
Current children cumulated vsize (KiB) 342672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.78 4.67 4.57 5/101 24060
/proc/meminfo: memFree=2631504/3368532 swapFree=1953788/1959888
[pid=21033] ppid=21031 vsize=2420 CPUtime=0.61
/proc/21033/stat : 21033 (manysat.sh) S 21031 21033 27966 0 -1 4194304 371 2455 0 0 0 0 59 2 15 0 1 0 1118211536 2478080 275 4294967295 134512640 135169312 3214687504 3214683720 3085479662 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21033/statm: 605 275 231 161 0 44 0
[pid=21036] ppid=21033 vsize=346324 CPUtime=3988
/proc/21036/stat : 21036 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202496 74957 0 0 0 398455 345 0 0 25 0 4 0 1118211597 354635776 74752 4294967295 134512640 135305190 3213732880 3213731056 134528341 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/21036/statm: 86581 74752 79 194 0 86385 0
[pid=21036/tid=21037] ppid=21033 vsize=346324 CPUtime=997.53
/proc/21036/task/21037/stat : 21037 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 16510 0 0 0 99663 90 0 0 25 0 4 0 1118211612 354635776 74752 4294967295 134512640 135305190 3213732880 3084455104 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21036/tid=21038] ppid=21033 vsize=346324 CPUtime=998.37
/proc/21036/task/21038/stat : 21038 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 16229 0 0 0 99756 81 0 0 25 0 4 0 1118211612 354635776 74752 4294967295 134512640 135305190 3213732880 3076066496 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=21036/tid=21039] ppid=21033 vsize=346324 CPUtime=995.1
/proc/21036/task/21039/stat : 21039 (manysat1.1_stat) R 21033 21033 27966 0 -1 4202560 20055 0 0 0 99431 79 0 0 25 0 4 0 1118211612 354635776 74752 4294967295 134512640 135305190 3213732880 3067677888 134528237 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3988.61
Current children cumulated vsize (KiB) 348744

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 21033 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=590000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=20000
# CPU time returned by wait4() is 0.61
# while last known CPU time is 3988.61
#
# 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.61
CPU user time (s): 3985.14
CPU system time (s): 3.47
CPU usage (%): 398.845
Max. virtual memory (cumulated for all children) (KiB): 348744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.59
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= 2826
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= 16

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 20:31:14
IDJOB=1780771
IDBENCH=71066
IDSOLVER=620
FILE ID=/1780771-1243535474
PBS_JOBID=
Free space on /tmp= 6475 MiB

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

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

MD5SUM BENCH= e868383f091c36fa9594c670095c9824
RANDOM SEED= 418350076

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.061
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.061
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.12
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.061
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.14
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.061
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:       2932512 kB
Buffers:         58648 kB
Cached:         275492 kB
SwapCached:       2256 kB
Active:         127148 kB
Inactive:       216548 kB
HighTotal:     2489216 kB
HighFree:      2202096 kB
LowTotal:       879316 kB
LowFree:        730416 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            2908 kB
Writeback:           0 kB
AnonPages:        8792 kB
Mapped:           3212 kB
Slab:            81080 kB
SReclaimable:    67736 kB
SUnreclaim:      13344 kB
PageTables:        496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88680 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6472 MiB
End job on  at 2009-05-28 20:47:57