Trace number 1780897

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_15_UNKNOWN.cnf
MD5SUM8e41b9860982308be5a85106d5324611
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 variables3152
Number of clauses330948
Sum of the clauses size988222
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25025
Number of clauses of size 3325892
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.12/0.19	c ==============================================================================
0.12/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.19	c ==============================================================================
0.12/0.19	c |         0 |  330948   988222 |   99284       0        0     nan |  0.000 % |
3.50/3.71	c |         0 |  329509  1447248 |      --       0       --      -- |     --   | -1439/459026
3.50/3.71	c ==============================================================================
3.50/3.71	c Result  :   #vars: 2029   #clauses: 329509   #literals: 1447248
3.50/3.71	c CPU time:   3.43 s
3.50/3.71	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-1780897-1243538355/watcher-1780897-1243538355 -o /tmp/evaluation-result-1780897-1243538355/solver-1780897-1243538355 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780897-1243538355.cnf aimd 2 

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


[startup+0 s]
/proc/loadavg: 5.42 5.64 5.60 4/125 20702
/proc/meminfo: memFree=2161216/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2416 CPUtime=0
/proc/20701/stat : 20701 (manysat.sh) R 20699 20701 21334 0 -1 4194304 334 0 0 0 0 0 0 0 20 0 1 0 1118499514 2473984 273 4294967295 134512640 135169312 3215334832 3215333308 3085170548 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/20701/statm: 604 273 231 161 0 43 0
[pid=20702] ppid=20701 vsize=2416 CPUtime=0
/proc/20702/stat : 20702 (manysat.sh) R 20701 20701 21334 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1118499514 2473984 42 4294967295 134512640 135169312 3215334832 3215333308 3085170548 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/20702/statm: 604 42 0 161 0 43 0

[startup+0.118074 s]
/proc/loadavg: 5.42 5.64 5.60 4/125 20702
/proc/meminfo: memFree=2161216/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2416 CPUtime=0
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 349 0 0 0 0 0 0 0 20 0 1 0 1118499514 2473984 273 4294967295 134512640 135169312 3215334832 3215333368 3085168366 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20701/statm: 604 273 231 161 0 43 0
[pid=20702] ppid=20701 vsize=11008 CPUtime=0.12
/proc/20702/stat : 20702 (SatElite) R 20701 20701 21334 0 -1 4202496 2645 0 0 0 8 4 0 0 22 0 1 0 1118499514 11272192 2582 4294967295 134512640 135034092 3217452912 3217449120 134548092 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20702/statm: 2752 2582 50 128 0 2622 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13424

[startup+0.218052 s]
/proc/loadavg: 5.42 5.64 5.60 4/125 20702
/proc/meminfo: memFree=2161216/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2416 CPUtime=0
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 349 0 0 0 0 0 0 0 20 0 1 0 1118499514 2473984 273 4294967295 134512640 135169312 3215334832 3215333368 3085168366 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20701/statm: 604 273 231 161 0 43 0
[pid=20702] ppid=20701 vsize=23152 CPUtime=0.21
/proc/20702/stat : 20702 (SatElite) R 20701 20701 21334 0 -1 4202496 5526 0 0 0 14 7 0 0 22 0 1 0 1118499514 23707648 5463 4294967295 134512640 135034092 3217452912 3217448896 134675816 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20702/statm: 5788 5463 67 128 0 5658 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 25568

[startup+0.318038 s]
/proc/loadavg: 5.42 5.64 5.60 4/125 20702
/proc/meminfo: memFree=2161216/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2416 CPUtime=0
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 349 0 0 0 0 0 0 0 20 0 1 0 1118499514 2473984 273 4294967295 134512640 135169312 3215334832 3215333368 3085168366 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20701/statm: 604 273 231 161 0 43 0
[pid=20702] ppid=20701 vsize=25752 CPUtime=0.31
/proc/20702/stat : 20702 (SatElite) R 20701 20701 21334 0 -1 4202496 6159 0 0 0 24 7 0 0 23 0 1 0 1118499514 26370048 6096 4294967295 134512640 135034092 3217452912 3217448856 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20702/statm: 6438 6096 67 128 0 6308 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 28168

[startup+0.718006 s]
/proc/loadavg: 5.42 5.64 5.60 4/125 20702
/proc/meminfo: memFree=2161216/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2416 CPUtime=0
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 349 0 0 0 0 0 0 0 20 0 1 0 1118499514 2473984 273 4294967295 134512640 135169312 3215334832 3215333368 3085168366 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20701/statm: 604 273 231 161 0 43 0
[pid=20702] ppid=20701 vsize=30196 CPUtime=0.71
/proc/20702/stat : 20702 (SatElite) R 20701 20701 21334 0 -1 4202496 6971 0 0 0 64 7 0 0 25 0 1 0 1118499514 30920704 6908 4294967295 134512640 135034092 3217452912 3217448908 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20702/statm: 7549 6908 67 128 0 7419 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 32612

[startup+1.51793 s]
/proc/loadavg: 5.14 5.58 5.58 3/126 20705
/proc/meminfo: memFree=1988548/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2416 CPUtime=0
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 349 0 0 0 0 0 0 0 20 0 1 0 1118499514 2473984 273 4294967295 134512640 135169312 3215334832 3215333368 3085168366 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20701/statm: 604 273 231 161 0 43 0
[pid=20702] ppid=20701 vsize=36920 CPUtime=1.51
/proc/20702/stat : 20702 (SatElite) R 20701 20701 21334 0 -1 4202496 8249 0 0 0 144 7 0 0 25 0 1 0 1118499514 37806080 8186 4294967295 134512640 135034092 3217452912 3217449216 134569550 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20702/statm: 9230 8186 67 128 0 9100 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 39336

[startup+3.1178 s]
/proc/loadavg: 5.14 5.58 5.58 3/126 20705
/proc/meminfo: memFree=2108616/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2416 CPUtime=0
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 349 0 0 0 0 0 0 0 20 0 1 0 1118499514 2473984 273 4294967295 134512640 135169312 3215334832 3215333368 3085168366 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/20701/statm: 604 273 231 161 0 43 0
[pid=20702] ppid=20701 vsize=36920 CPUtime=3.02
/proc/20702/stat : 20702 (SatElite) R 20701 20701 21334 0 -1 4202496 8249 0 0 0 295 7 0 0 25 0 1 0 1118499514 37806080 8186 4294967295 134512640 135034092 3217452912 3217449216 134569253 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20702/statm: 9230 8186 67 128 0 9100 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 39336

[startup+6.31753 s]
/proc/loadavg: 5.21 5.58 5.58 7/129 20709
/proc/meminfo: memFree=2004140/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=122076 CPUtime=5.04
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 23305 0 0 0 491 13 0 0 16 0 4 0 1118499933 125005824 23239 4294967295 134512640 135305190 3220441728 3220439904 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/20706/statm: 30519 23239 79 194 0 30323 0
[pid=20706/tid=20707] ppid=20701 vsize=122076 CPUtime=1.43
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 958 0 0 0 140 3 0 0 19 0 4 0 1118499995 125005824 23239 4294967295 134512640 135305190 3220441728 3075775428 134840070 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=122076 CPUtime=0.02
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 46 0 0 0 1 1 0 0 19 0 4 0 1118499995 125005824 23239 4294967295 134512640 135305190 3220441728 3067387072 134528425 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=122076 CPUtime=1.5
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 927 0 0 0 148 2 0 0 19 0 4 0 1118499995 125005824 23239 4294967295 134512640 135305190 3220441728 3058998464 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 124496

[startup+12.717 s]
/proc/loadavg: 5.20 5.58 5.58 7/129 20709
/proc/meminfo: memFree=1986308/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=150880 CPUtime=27.28
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 30654 0 0 0 2710 18 0 0 20 0 4 0 1118499933 154501120 30588 4294967295 134512640 135305190 3220441728 3220439904 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/20706/statm: 37720 30588 79 194 0 37524 0
[pid=20706/tid=20707] ppid=20701 vsize=150880 CPUtime=5.69
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 2275 0 0 0 565 4 0 0 25 0 4 0 1118499995 154501120 30588 4294967295 134512640 135305190 3220441728 3075775680 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=150880 CPUtime=6.06
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 2835 0 0 0 604 2 0 0 25 0 4 0 1118499995 154501120 30588 4294967295 134512640 135305190 3220441728 3067387072 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=150880 CPUtime=7.53
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 2267 0 0 0 751 2 0 0 25 0 4 0 1118499995 154501120 30588 4294967295 134512640 135305190 3220441728 3058998464 134528777 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.25
Current children cumulated vsize (KiB) 153300

[startup+25.5159 s]
/proc/loadavg: 5.22 5.56 5.58 6/129 20710
/proc/meminfo: memFree=1966092/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=179036 CPUtime=65.11
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 37611 0 0 0 6480 31 0 0 25 0 4 0 1118499933 183332864 37545 4294967295 134512640 135305190 3220441728 3220439904 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/20706/statm: 44759 37545 79 194 0 44563 0
[pid=20706/tid=20707] ppid=20701 vsize=179036 CPUtime=18
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 4629 0 0 0 1791 9 0 0 25 0 4 0 1118499995 183332864 37545 4294967295 134512640 135305190 3220441728 3075775680 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=179036 CPUtime=16.83
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 5148 0 0 0 1677 6 0 0 25 0 4 0 1118499995 183332864 37545 4294967295 134512640 135305190 3220441728 3067387072 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=179036 CPUtime=14.31
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 3105 0 0 0 1429 2 0 0 25 0 4 0 1118499995 183332864 37545 4294967295 134512640 135305190 3220441728 3058998464 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 69.08
Current children cumulated vsize (KiB) 181456

[startup+51.1137 s]
/proc/loadavg: 5.39 5.58 5.58 6/129 20713
/proc/meminfo: memFree=1956492/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=206168 CPUtime=140.7
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 44447 0 0 0 14030 40 0 0 25 0 4 0 1118499933 211116032 44381 4294967295 134512640 135305190 3220441728 3220439792 134538311 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/20706/statm: 51542 44381 79 194 0 51346 0
[pid=20706/tid=20707] ppid=20701 vsize=206168 CPUtime=35.59
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 6654 0 0 0 3550 9 0 0 25 0 4 0 1118499995 211116032 44381 4294967295 134512640 135305190 3220441728 3075775680 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=206168 CPUtime=35.97
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 6829 0 0 0 3591 6 0 0 25 0 4 0 1118499995 211116032 44381 4294967295 134512640 135305190 3220441728 3067387072 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=206168 CPUtime=33.31
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 4310 0 0 0 3325 6 0 0 25 0 4 0 1118499995 211116032 44381 4294967295 134512640 135305190 3220441728 3058998180 134694990 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 144.67
Current children cumulated vsize (KiB) 208588

[startup+102.309 s]
/proc/loadavg: 5.64 5.64 5.60 7/129 20899
/proc/meminfo: memFree=1859564/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=239236 CPUtime=291.66
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 52328 0 0 0 29105 61 0 0 25 0 4 0 1118499933 244977664 52262 4294967295 134512640 135305190 3220441728 3220439904 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20706/statm: 59809 52262 79 194 0 59613 0
[pid=20706/tid=20707] ppid=20701 vsize=239236 CPUtime=74.68
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 8532 0 0 0 7456 12 0 0 25 0 4 0 1118499995 244977664 52262 4294967295 134512640 135305190 3220441728 3075775408 134556798 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=239236 CPUtime=83.92
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 9904 0 0 0 8378 14 0 0 25 0 4 0 1118499995 244977664 52262 4294967295 134512640 135305190 3220441728 3067387072 134528237 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=239236 CPUtime=60.81
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 5756 0 0 0 6068 13 0 0 25 0 4 0 1118499995 244977664 52262 4294967295 134512640 135305190 3220441728 3058998464 134528402 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 295.63
Current children cumulated vsize (KiB) 241656

[startup+162.304 s]
/proc/loadavg: 5.79 5.68 5.62 7/129 21087
/proc/meminfo: memFree=1815992/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=278724 CPUtime=471.25
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 61891 0 0 0 47041 84 0 0 25 0 4 0 1118499933 285413376 61825 4294967295 134512640 135305190 3220441728 3220439904 134528376 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/20706/statm: 69681 61825 79 194 0 69485 0
[pid=20706/tid=20707] ppid=20701 vsize=278724 CPUtime=125.83
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 13111 0 0 0 12564 19 0 0 25 0 4 0 1118499995 285413376 61825 4294967295 134512640 135305190 3220441728 3075775680 134528410 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=278724 CPUtime=143.87
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 11119 0 0 0 14365 22 0 0 25 0 4 0 1118499995 285413376 61825 4294967295 134512640 135305190 3220441728 3067387072 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=278724 CPUtime=93.15
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 7329 0 0 0 9298 17 0 0 25 0 4 0 1118499995 285413376 61825 4294967295 134512640 135305190 3220441728 3058998188 134551504 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 475.22

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

/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 16695 0 0 0 33274 47 0 0 25 0 4 0 1118499995 425996288 94513 4294967295 134512640 135305190 3220441728 3058998464 134528834 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1733.09
Current children cumulated vsize (KiB) 418432

[startup+642.312 s]
/proc/loadavg: 5.62 5.62 5.61 7/129 22606
/proc/meminfo: memFree=1740032/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=431928 CPUtime=1908.69
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 98075 0 0 0 190619 250 0 0 25 0 4 0 1118499933 442294272 98005 4294967295 134512640 135305190 3220441728 3220439904 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/20706/statm: 107982 98005 79 194 0 107786 0
[pid=20706/tid=20707] ppid=20701 vsize=431928 CPUtime=482.83
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 25543 0 0 0 48215 68 0 0 25 0 4 0 1118499995 442294272 98005 4294967295 134512640 135305190 3220441728 3075775680 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=431928 CPUtime=617.68
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 17909 0 0 0 61698 70 0 0 25 0 4 0 1118499995 442294272 98005 4294967295 134512640 135305190 3220441728 3067387072 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=431928 CPUtime=364.77
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 17681 0 0 0 36425 52 0 0 25 0 4 0 1118499995 442294272 98005 4294967295 134512640 135305190 3220441728 3058998464 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1912.66
Current children cumulated vsize (KiB) 434348

[startup+702.307 s]
/proc/loadavg: 5.73 5.63 5.61 6/129 22794
/proc/meminfo: memFree=1360936/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=438324 CPUtime=2088.3
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 99593 0 0 0 208558 272 0 0 25 0 4 0 1118499933 448843776 99502 4294967295 134512640 135305190 3220441728 3220439904 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20706/statm: 109581 99502 79 194 0 109385 0
[pid=20706/tid=20707] ppid=20701 vsize=438324 CPUtime=522.68
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 25818 0 0 0 52194 74 0 0 25 0 4 0 1118499995 448843776 99502 4294967295 134512640 135305190 3220441728 3075775680 134528410 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=438324 CPUtime=671.41
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 18167 0 0 0 67064 77 0 0 25 0 4 0 1118499995 448843776 99502 4294967295 134512640 135305190 3220441728 3067387072 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=438324 CPUtime=404.39
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 17827 0 0 0 40382 57 0 0 25 0 4 0 1118499995 448843776 99502 4294967295 134512640 135305190 3220441728 3058998128 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2092.27
Current children cumulated vsize (KiB) 440744

[startup+762.312 s]
/proc/loadavg: 5.81 5.65 5.62 6/129 22986
/proc/meminfo: memFree=1685256/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=446780 CPUtime=2268
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 101745 0 0 0 226512 288 0 0 25 0 4 0 1118499933 457502720 101620 4294967295 134512640 135305190 3220441728 3220439904 134528392 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/20706/statm: 111695 101620 79 194 0 111499 0
[pid=20706/tid=20707] ppid=20701 vsize=446780 CPUtime=570.23
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 26186 0 0 0 56944 79 0 0 25 0 4 0 1118499995 457502720 101620 4294967295 134512640 135305190 3220441728 3075775680 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=446780 CPUtime=714.06
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 18505 0 0 0 71326 80 0 0 25 0 4 0 1118499995 457502720 101620 4294967295 134512640 135305190 3220441728 3067387072 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=446780 CPUtime=440.21
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 17962 0 0 0 43963 58 0 0 25 0 4 0 1118499995 457502720 101620 4294967295 134512640 135305190 3220441728 3058998464 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2271.97
Current children cumulated vsize (KiB) 449200

[startup+822.317 s]
/proc/loadavg: 5.95 5.70 5.64 7/129 23174
/proc/meminfo: memFree=1676400/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=464620 CPUtime=2447.77
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 105831 0 0 0 244468 309 0 0 25 0 4 0 1118499933 475770880 105706 4294967295 134512640 135305190 3220441728 3220439904 134528503 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/20706/statm: 116155 105706 79 194 0 115959 0
[pid=20706/tid=20707] ppid=20701 vsize=464620 CPUtime=611.13
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 26799 0 0 0 61033 80 0 0 25 0 4 0 1118499995 475770880 105706 4294967295 134512640 135305190 3220441728 3075775680 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=464620 CPUtime=763.11
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 19566 0 0 0 76227 84 0 0 25 0 4 0 1118499995 475770880 105706 4294967295 134512640 135305190 3220441728 3067387072 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=464620 CPUtime=470.09
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 19412 0 0 0 46947 62 0 0 25 0 4 0 1118499995 475770880 105706 4294967295 134512640 135305190 3220441728 3058998464 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2451.74
Current children cumulated vsize (KiB) 467040

[startup+882.322 s]
/proc/loadavg: 6.03 5.74 5.66 6/129 23363
/proc/meminfo: memFree=1407932/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=503740 CPUtime=2627.36
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 115047 0 0 0 262401 335 0 0 25 0 4 0 1118499933 515829760 114922 4294967295 134512640 135305190 3220441728 3220439904 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20706/statm: 125935 114922 79 194 0 125739 0
[pid=20706/tid=20707] ppid=20701 vsize=503740 CPUtime=664.56
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 30740 0 0 0 66372 84 0 0 25 0 4 0 1118499995 515829760 114922 4294967295 134512640 135305190 3220441728 3075775680 134528410 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=503740 CPUtime=802.61
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 20783 0 0 0 80170 91 0 0 25 0 4 0 1118499995 515829760 114922 4294967295 134512640 135305190 3220441728 3067387072 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=503740 CPUtime=504.71
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 21969 0 0 0 50402 69 0 0 25 0 4 0 1118499995 515829760 114922 4294967295 134512640 135305190 3220441728 3058998464 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2631.33
Current children cumulated vsize (KiB) 506160

[startup+942.307 s]
/proc/loadavg: 5.88 5.73 5.65 8/130 23533
/proc/meminfo: memFree=1582768/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=532080 CPUtime=2807.05
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 121954 0 0 0 280349 356 0 0 25 0 4 0 1118499933 544849920 121829 4294967295 134512640 135305190 3220441728 3220439904 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20706/statm: 133020 121829 79 194 0 132824 0
[pid=20706/tid=20707] ppid=20701 vsize=532080 CPUtime=724.31
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 32247 0 0 0 72338 93 0 0 25 0 4 0 1118499995 544849920 121829 4294967295 134512640 135305190 3220441728 3075775680 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=532080 CPUtime=832.68
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 21433 0 0 0 83176 92 0 0 25 0 4 0 1118499995 544849920 121829 4294967295 134512640 135305190 3220441728 3067387072 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=532080 CPUtime=564.66
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 25928 0 0 0 56389 77 0 0 25 0 4 0 1118499995 544849920 121829 4294967295 134512640 135305190 3220441728 3058998464 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2811.02
Current children cumulated vsize (KiB) 534500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 5.75 5.70 5.64 8/130 23661
/proc/meminfo: memFree=1588496/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=532980 CPUtime=2979.82
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 122299 0 0 0 297616 366 0 0 25 0 4 0 1118499933 545771520 122174 4294967295 134512640 135305190 3220441728 3220439904 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20706/statm: 133245 122174 79 194 0 133049 0
[pid=20706/tid=20707] ppid=20701 vsize=532980 CPUtime=770.5
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 32403 0 0 0 76956 94 0 0 25 0 4 0 1118499995 545771520 122174 4294967295 134512640 135305190 3220441728 3075775680 134528402 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=532980 CPUtime=872.17
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 21513 0 0 0 87122 95 0 0 25 0 4 0 1118499995 545771520 122174 4294967295 134512640 135305190 3220441728 3067387072 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=532980 CPUtime=613.71
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 25989 0 0 0 61292 79 0 0 25 0 4 0 1118499995 545771520 122174 4294967295 134512640 135305190 3220441728 3058998256 134547909 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2983.79
Current children cumulated vsize (KiB) 535400

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1000.01 s]
/proc/loadavg: 5.75 5.70 5.64 8/130 23661
/proc/meminfo: memFree=1588496/3368532 swapFree=1954872/1959888
[pid=20701] ppid=20699 vsize=2420 CPUtime=3.97
/proc/20701/stat : 20701 (manysat.sh) S 20699 20701 21334 0 -1 4194304 371 8254 0 0 0 0 387 10 18 0 1 0 1118499514 2478080 275 4294967295 134512640 135169312 3215334832 3215331048 3085168366 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/20701/statm: 605 275 231 161 0 44 0
[pid=20706] ppid=20701 vsize=532980 CPUtime=2979.82
/proc/20706/stat : 20706 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202496 122299 0 0 0 297616 366 0 0 25 0 4 0 1118499933 545771520 122174 4294967295 134512640 135305190 3220441728 3220439904 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/20706/statm: 133245 122174 79 194 0 133049 0
[pid=20706/tid=20707] ppid=20701 vsize=532980 CPUtime=770.5
/proc/20706/task/20707/stat : 20707 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 32403 0 0 0 76956 94 0 0 25 0 4 0 1118499995 545771520 122174 4294967295 134512640 135305190 3220441728 3075775680 134528402 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=20706/tid=20708] ppid=20701 vsize=532980 CPUtime=872.17
/proc/20706/task/20708/stat : 20708 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 21513 0 0 0 87122 95 0 0 25 0 4 0 1118499995 545771520 122174 4294967295 134512640 135305190 3220441728 3067387072 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=20706/tid=20709] ppid=20701 vsize=532980 CPUtime=613.71
/proc/20706/task/20709/stat : 20709 (manysat1.1_stat) R 20701 20701 21334 0 -1 4202560 25989 0 0 0 61292 79 0 0 25 0 4 0 1118499995 545771520 122174 4294967295 134512640 135305190 3220441728 3058998256 134547909 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2983.79
Current children cumulated vsize (KiB) 535400

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20701 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=870000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=100000
# CPU time returned by wait4() is 3.97
# while last known CPU time is 2983.79
#
# 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): 2983.79
CPU user time (s): 2980.03
CPU system time (s): 3.76
CPU usage (%): 298.367
Max. virtual memory (cumulated for all children) (KiB): 535400

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

runsolver used 0.08 second user time and 0.15 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 21:19:15
IDJOB=1780897
IDBENCH=71077
IDSOLVER=626
FILE ID=/1780897-1243538355
PBS_JOBID=
Free space on /tmp= 15879 MiB

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

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

MD5SUM BENCH= 8e41b9860982308be5a85106d5324611
RANDOM SEED= 486706627

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

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

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

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

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2165168 kB
Buffers:          2188 kB
Cached:         532568 kB
SwapCached:        640 kB
Active:         656056 kB
Inactive:       509236 kB
HighTotal:     2489216 kB
HighFree:      1323160 kB
LowTotal:       879316 kB
LowFree:        842008 kB
SwapTotal:     1959888 kB
SwapFree:      1954872 kB
Dirty:            7300 kB
Writeback:           0 kB
AnonPages:      630160 kB
Mapped:          16520 kB
Slab:            28088 kB
SReclaimable:    19672 kB
SUnreclaim:       8416 kB
PageTables:       1224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   908368 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15871 MiB
End job on  at 2009-05-28 21:35:57