Trace number 1779196

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) 3982.77 1000.05

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
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 variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.10/0.18	c ==============================================================================
0.10/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.10/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.10/0.18	c ==============================================================================
0.10/0.18	c |         0 |  225975   585632 |   67792       0        0     nan |  0.000 % |
0.80/0.89	c |         0 |  163265   552330 |      --       0       --      -- |     --   | -62710/-33302
0.80/0.89	c ==============================================================================
0.80/0.89	c Result  :   #vars: 28506   #clauses: 163265   #literals: 552330
0.80/0.89	c CPU time:   0.79 s
0.80/0.89	c ==============================================================================
3982.69/1000.04	HOME/manysat.sh: line 55:  9192 Terminated              $MS -verbosity=0 $TMP.cnf $TMP.result -$AIMD $AIMD_FLAG "$@"

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-1779196-1243521606/watcher-1779196-1243521606 -o /tmp/evaluation-result-1779196-1243521606/solver-1779196-1243521606 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1779196-1243521606.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.08 4.37 4.41 3/109 9189
/proc/meminfo: memFree=2274980/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2412 CPUtime=0
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116823479 2469888 273 4294967295 134512640 135169312 3220947712 3220946248 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 603 273 231 161 0 42 0
[pid=9190] ppid=9189 vsize=2464 CPUtime=0.01
/proc/9190/stat : 9190 (SatElite) R 9189 9189 29143 0 -1 4202496 421 0 0 0 0 1 0 0 19 0 1 0 1116823480 2523136 359 4294967295 134512640 135034092 3215269216 3215265504 134544732 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9190/statm: 616 362 50 128 0 486 0

[startup+0.091863 s]
/proc/loadavg: 4.08 4.37 4.41 3/109 9189
/proc/meminfo: memFree=2274980/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2412 CPUtime=0
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116823479 2469888 273 4294967295 134512640 135169312 3220947712 3220946248 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 603 273 231 161 0 42 0
[pid=9190] ppid=9189 vsize=23652 CPUtime=0.08
/proc/9190/stat : 9190 (SatElite) R 9189 9189 29143 0 -1 4202496 4623 0 0 0 3 5 0 0 19 0 1 0 1116823480 24219648 4413 4294967295 134512640 135034092 3215269216 3215265208 134673244 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9190/statm: 5913 4413 50 128 0 5783 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26064

[startup+0.111862 s]
/proc/loadavg: 4.08 4.37 4.41 3/109 9189
/proc/meminfo: memFree=2274980/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2412 CPUtime=0
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116823479 2469888 273 4294967295 134512640 135169312 3220947712 3220946248 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 603 273 231 161 0 42 0
[pid=9190] ppid=9189 vsize=26144 CPUtime=0.1
/proc/9190/stat : 9190 (SatElite) R 9189 9189 29143 0 -1 4202496 5143 0 0 0 4 6 0 0 19 0 1 0 1116823480 26771456 4933 4294967295 134512640 135034092 3215269216 3215265560 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9190/statm: 6536 4933 50 128 0 6406 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 28556

[startup+0.311854 s]
/proc/loadavg: 4.08 4.37 4.41 3/109 9189
/proc/meminfo: memFree=2274980/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2412 CPUtime=0
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116823479 2469888 273 4294967295 134512640 135169312 3220947712 3220946248 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 603 273 231 161 0 42 0
[pid=9190] ppid=9189 vsize=38056 CPUtime=0.3
/proc/9190/stat : 9190 (SatElite) R 9189 9189 29143 0 -1 4202496 8313 0 0 0 22 8 0 0 20 0 1 0 1116823480 38969344 7933 4294967295 134512640 135034092 3215269216 3215265212 134691101 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9190/statm: 9514 7933 67 128 0 9384 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 40468

[startup+0.711832 s]
/proc/loadavg: 4.08 4.37 4.41 3/109 9189
/proc/meminfo: memFree=2274980/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2412 CPUtime=0
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1116823479 2469888 273 4294967295 134512640 135169312 3220947712 3220946248 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 603 273 231 161 0 42 0
[pid=9190] ppid=9189 vsize=42880 CPUtime=0.7
/proc/9190/stat : 9190 (SatElite) R 9189 9189 29143 0 -1 4202496 9572 0 0 0 60 10 0 0 21 0 1 0 1116823480 43909120 9055 4294967295 134512640 135034092 3215269216 3215265520 134569395 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9190/statm: 10720 9055 67 128 0 10590 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 45292

[startup+1.51179 s]
/proc/loadavg: 4.08 4.37 4.41 2/111 9191
/proc/meminfo: memFree=2233392/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 2416

[startup+3.11212 s]
/proc/loadavg: 4.08 4.37 4.41 5/114 9195
/proc/meminfo: memFree=2214696/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=86304 CPUtime=6.54
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 14177 0 0 0 609 45 0 0 16 0 4 0 1116823591 88375296 14099 4294967295 134512640 135305190 3213855792 3213853632 134551651 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 21576 14099 79 194 0 21380 0
[pid=9192/tid=9193] ppid=9189 vsize=86304 CPUtime=1.56
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 682 0 0 0 145 11 0 0 16 0 4 0 1116823627 88375296 14099 4294967295 134512640 135305190 3213855792 3074870464 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=86304 CPUtime=1.54
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 662 0 0 0 143 11 0 0 16 0 4 0 1116823627 88375296 14099 4294967295 134512640 135305190 3213855792 3066481472 134551953 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=86304 CPUtime=1.49
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 799 0 0 0 141 8 0 0 16 0 4 0 1116823627 88375296 14099 4294967295 134512640 135305190 3213855792 3058092976 134556558 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 88720

[startup+6.31195 s]
/proc/loadavg: 4.07 4.36 4.40 7/114 9195
/proc/meminfo: memFree=2209588/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=89332 CPUtime=19.29
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 14997 0 0 0 1882 47 0 0 17 0 4 0 1116823591 91475968 14919 4294967295 134512640 135305190 3213855792 3213853968 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 22333 14919 79 194 0 22137 0
[pid=9192/tid=9193] ppid=9189 vsize=89332 CPUtime=4.75
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 910 0 0 0 462 13 0 0 18 0 4 0 1116823627 91475968 14919 4294967295 134512640 135305190 3213855792 3074870464 134528438 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=89332 CPUtime=4.71
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 870 0 0 0 460 11 0 0 18 0 4 0 1116823627 91475968 14919 4294967295 134512640 135305190 3213855792 3066481856 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=89332 CPUtime=4.68
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 972 0 0 0 460 8 0 0 18 0 4 0 1116823627 91475968 14919 4294967295 134512640 135305190 3213855792 3058093248 134528480 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20.4
Current children cumulated vsize (KiB) 91748

[startup+12.7116 s]
/proc/loadavg: 4.15 4.37 4.41 6/114 9195
/proc/meminfo: memFree=2206656/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=92072 CPUtime=44.88
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 15697 0 0 0 4439 49 0 0 25 0 4 0 1116823591 94281728 15619 4294967295 134512640 135305190 3213855792 3213853968 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 23018 15619 79 194 0 22822 0
[pid=9192/tid=9193] ppid=9189 vsize=92072 CPUtime=11.15
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 1086 0 0 0 1101 14 0 0 25 0 4 0 1116823627 94281728 15619 4294967295 134512640 135305190 3213855792 3074870192 134558354 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=92072 CPUtime=11.11
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 989 0 0 0 1100 11 0 0 25 0 4 0 1116823627 94281728 15619 4294967295 134512640 135305190 3213855792 3066481536 134552302 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=92072 CPUtime=11.08
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 1214 0 0 0 1099 9 0 0 25 0 4 0 1116823627 94281728 15619 4294967295 134512640 135305190 3213855792 3058092912 134551614 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 45.99
Current children cumulated vsize (KiB) 94488

[startup+25.511 s]
/proc/loadavg: 4.19 4.37 4.40 5/114 9197
/proc/meminfo: memFree=2203044/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=95352 CPUtime=96.02
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 16586 0 0 0 9551 51 0 0 25 0 4 0 1116823591 97640448 16508 4294967295 134512640 135305190 3213855792 3213853968 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 23838 16508 79 194 0 23642 0
[pid=9192/tid=9193] ppid=9189 vsize=95352 CPUtime=23.92
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 1331 0 0 0 2378 14 0 0 25 0 4 0 1116823627 97640448 16508 4294967295 134512640 135305190 3213855792 3074870464 134528382 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=95352 CPUtime=23.87
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 1062 0 0 0 2376 11 0 0 25 0 4 0 1116823627 97640448 16508 4294967295 134512640 135305190 3213855792 3066481856 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=95352 CPUtime=23.88
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 1513 0 0 0 2377 11 0 0 25 0 4 0 1116823627 97640448 16508 4294967295 134512640 135305190 3213855792 3058093248 134528310 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 97.13
Current children cumulated vsize (KiB) 97768

[startup+51.1096 s]
/proc/loadavg: 4.33 4.39 4.41 7/115 9262
/proc/meminfo: memFree=2193468/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=103480 CPUtime=198.03
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 18735 0 0 0 19736 67 0 0 25 0 4 0 1116823591 105963520 18657 4294967295 134512640 135305190 3213855792 3213853696 134556558 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 25870 18657 79 194 0 25674 0
[pid=9192/tid=9193] ppid=9189 vsize=103480 CPUtime=49.45
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 1828 0 0 0 4928 17 0 0 25 0 4 0 1116823627 105963520 18657 4294967295 134512640 135305190 3213855792 3074870408 134840070 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=103480 CPUtime=49.44
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 1382 0 0 0 4932 12 0 0 25 0 4 0 1116823627 105963520 18657 4294967295 134512640 135305190 3213855792 3066481856 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=103480 CPUtime=49.3
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 2203 0 0 0 4915 15 0 0 25 0 4 0 1116823627 105963520 18657 4294967295 134512640 135305190 3213855792 3058092912 134551712 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 199.14
Current children cumulated vsize (KiB) 105896

[startup+102.317 s]
/proc/loadavg: 4.37 4.40 4.41 5/114 9390
/proc/meminfo: memFree=2180952/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=118320 CPUtime=402.19
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 22056 0 0 0 40118 101 0 0 25 0 4 0 1116823591 121159680 21978 4294967295 134512640 135305190 3213855792 3213853632 134551729 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 29580 21978 79 194 0 29384 0
[pid=9192/tid=9193] ppid=9189 vsize=118320 CPUtime=100.38
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 2516 0 0 0 10015 23 0 0 25 0 4 0 1116823627 121159680 21978 4294967295 134512640 135305190 3213855792 3074870464 134528277 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=118320 CPUtime=100.62
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 2069 0 0 0 10031 31 0 0 25 0 4 0 1116823627 121159680 21978 4294967295 134512640 135305190 3213855792 3066481856 134528329 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=118320 CPUtime=100.24
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 3388 0 0 0 10004 20 0 0 25 0 4 0 1116823627 121159680 21978 4294967295 134512640 135305190 3213855792 3058093248 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 403.3
Current children cumulated vsize (KiB) 120736

[startup+162.304 s]
/proc/loadavg: 4.44 4.43 4.42 5/114 9577
/proc/meminfo: memFree=2171652/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=127320 CPUtime=641.39
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 24390 0 0 0 64020 119 0 0 25 0 4 0 1116823591 130375680 24312 4294967295 134512640 135305190 3213855792 3213853968 134528480 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 31830 24312 79 194 0 31634 0
[pid=9192/tid=9193] ppid=9189 vsize=127320 CPUtime=160.26
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 2952 0 0 0 16001 25 0 0 25 0 4 0 1116823627 130375680 24312 4294967295 134512640 135305190 3213855792 3074870192 134557163 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=127320 CPUtime=160.47
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 2664 0 0 0 16009 38 0 0 25 0 4 0 1116823627 130375680 24312 4294967295 134512640 135305190 3213855792 3066481856 134528298 0 0 0 3 0 0 0 -1 0 0 0 0

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


[startup+522.305 s]
/proc/loadavg: 5.05 4.67 4.50 5/114 10710
/proc/meminfo: memFree=2126360/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=170776 CPUtime=2077.68
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 35376 0 0 0 207561 207 0 0 25 0 4 0 1116823591 174874624 35298 4294967295 134512640 135305190 3213855792 3213853632 134551651 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 42694 35298 79 194 0 42498 0
[pid=9192/tid=9193] ppid=9189 vsize=170776 CPUtime=519.88
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 5522 0 0 0 51938 50 0 0 25 0 4 0 1116823627 174874624 35298 4294967295 134512640 135305190 3213855792 3074870464 134528545 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=170776 CPUtime=519.76
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 4316 0 0 0 51914 62 0 0 25 0 4 0 1116823627 174874624 35298 4294967295 134512640 135305190 3213855792 3066481856 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=170776 CPUtime=517.69
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 7745 0 0 0 51730 39 0 0 25 0 4 0 1116823627 174874624 35298 4294967295 134512640 135305190 3213855792 3058092976 134557557 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2078.79
Current children cumulated vsize (KiB) 173192

[startup+582.312 s]
/proc/loadavg: 4.77 4.66 4.51 6/114 10898
/proc/meminfo: memFree=2125188/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=171332 CPUtime=2316.52
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 35456 0 0 0 231429 223 0 0 25 0 4 0 1116823591 175443968 35378 4294967295 134512640 135305190 3213855792 3213853968 134528286 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 42833 35378 79 194 0 42637 0
[pid=9192/tid=9193] ppid=9189 vsize=171332 CPUtime=579.66
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 5522 0 0 0 57914 52 0 0 25 0 4 0 1116823627 175443968 35378 4294967295 134512640 135305190 3213855792 3074870464 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=171332 CPUtime=579.76
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 4367 0 0 0 57910 66 0 0 25 0 4 0 1116823627 175443968 35378 4294967295 134512640 135305190 3213855792 3066481856 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=171332 CPUtime=576.96
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 7749 0 0 0 57650 46 0 0 25 0 4 0 1116823627 175443968 35378 4294967295 134512640 135305190 3213855792 3058093248 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2317.63
Current children cumulated vsize (KiB) 173748

[startup+642.309 s]
/proc/loadavg: 4.76 4.66 4.51 5/114 11086
/proc/meminfo: memFree=2116816/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=181364 CPUtime=2555.63
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 37798 0 0 0 255334 229 0 0 25 0 4 0 1116823591 185716736 37720 4294967295 134512640 135305190 3213855792 3213853648 134843311 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 45341 37720 79 194 0 45145 0
[pid=9192/tid=9193] ppid=9189 vsize=181364 CPUtime=639.5
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 6064 0 0 0 63897 53 0 0 25 0 4 0 1116823627 185716736 37720 4294967295 134512640 135305190 3213855792 3074870464 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=181364 CPUtime=639.72
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 4566 0 0 0 63901 71 0 0 25 0 4 0 1116823627 185716736 37720 4294967295 134512640 135305190 3213855792 3066481856 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=181364 CPUtime=636.34
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 8588 0 0 0 63588 46 0 0 25 0 4 0 1116823627 185716736 37720 4294967295 134512640 135305190 3213855792 3058093248 134528428 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2556.74
Current children cumulated vsize (KiB) 183780

[startup+702.316 s]
/proc/loadavg: 4.75 4.65 4.52 7/115 11228
/proc/meminfo: memFree=2112440/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=185740 CPUtime=2794.94
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 38945 0 0 0 279257 237 0 0 25 0 4 0 1116823591 190197760 38867 4294967295 134512640 135305190 3213855792 3213853696 134556819 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 46435 38867 79 194 0 46239 0
[pid=9192/tid=9193] ppid=9189 vsize=185740 CPUtime=699.5
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 6348 0 0 0 69896 54 0 0 25 0 4 0 1116823627 190197760 38867 4294967295 134512640 135305190 3213855792 3074870464 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=185740 CPUtime=699.72
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 4634 0 0 0 69899 73 0 0 25 0 4 0 1116823627 190197760 38867 4294967295 134512640 135305190 3213855792 3066481856 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=185740 CPUtime=695.68
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 8964 0 0 0 69520 48 0 0 25 0 4 0 1116823627 190197760 38867 4294967295 134512640 135305190 3213855792 3058092912 134551671 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2796.05
Current children cumulated vsize (KiB) 188156

[startup+762.312 s]
/proc/loadavg: 4.87 4.71 4.55 7/115 11369
/proc/meminfo: memFree=2109100/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=188688 CPUtime=3034.16
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 39770 0 0 0 303165 251 0 0 25 0 4 0 1116823591 193216512 39692 4294967295 134512640 135305190 3213855792 3213853632 134551651 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 47172 39692 79 194 0 46976 0
[pid=9192/tid=9193] ppid=9189 vsize=188688 CPUtime=759.5
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 6590 0 0 0 75895 55 0 0 25 0 4 0 1116823627 193216512 39692 4294967295 134512640 135305190 3213855792 3074870464 134528512 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=188688 CPUtime=759.68
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 4780 0 0 0 75892 76 0 0 25 0 4 0 1116823627 193216512 39692 4294967295 134512640 135305190 3213855792 3066481856 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=188688 CPUtime=755.06
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 9138 0 0 0 75452 54 0 0 25 0 4 0 1116823627 193216512 39692 4294967295 134512640 135305190 3213855792 3058093248 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3035.27
Current children cumulated vsize (KiB) 191104

[startup+822.309 s]
/proc/loadavg: 4.65 4.68 4.54 8/115 11504
/proc/meminfo: memFree=2106624/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=191556 CPUtime=3273.6
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 40416 0 0 0 327098 262 0 0 25 0 4 0 1116823591 196153344 40338 4294967295 134512640 135305190 3213855792 3213853696 134556558 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 47889 40338 79 194 0 47693 0
[pid=9192/tid=9193] ppid=9189 vsize=191556 CPUtime=819.48
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 6771 0 0 0 81887 61 0 0 25 0 4 0 1116823627 196153344 40338 4294967295 134512640 135305190 3213855792 3074870464 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=191556 CPUtime=819.64
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 4925 0 0 0 81888 76 0 0 25 0 4 0 1116823627 196153344 40338 4294967295 134512640 135305190 3213855792 3066481856 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=191556 CPUtime=814.76
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 9358 0 0 0 81420 56 0 0 25 0 4 0 1116823627 196153344 40338 4294967295 134512640 135305190 3213855792 3058092976 134557506 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3274.71
Current children cumulated vsize (KiB) 193972

[startup+882.316 s]
/proc/loadavg: 4.77 4.72 4.56 6/114 11658
/proc/meminfo: memFree=2102700/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=196484 CPUtime=3513.08
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 41501 0 0 0 351034 274 0 0 25 0 4 0 1116823591 201199616 41423 4294967295 134512640 135305190 3213855792 3213853968 134528837 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 49121 41423 79 194 0 48925 0
[pid=9192/tid=9193] ppid=9189 vsize=196484 CPUtime=879.47
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 6994 0 0 0 87885 62 0 0 25 0 4 0 1116823627 201199616 41423 4294967295 134512640 135305190 3213855792 3074870464 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=196484 CPUtime=879.54
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 4986 0 0 0 87870 84 0 0 25 0 4 0 1116823627 201199616 41423 4294967295 134512640 135305190 3213855792 3066481856 134528480 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=196484 CPUtime=874.37
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 9906 0 0 0 87380 57 0 0 25 0 4 0 1116823627 201199616 41423 4294967295 134512640 135305190 3213855792 3058093248 134528480 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3514.19
Current children cumulated vsize (KiB) 198900

[startup+942.313 s]
/proc/loadavg: 4.56 4.68 4.56 7/114 11846
/proc/meminfo: memFree=2101468/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=197840 CPUtime=3751.9
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 41614 0 0 0 374906 284 0 0 25 0 4 0 1116823591 202588160 41536 4294967295 134512640 135305190 3213855792 3213853968 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 49460 41536 79 194 0 49264 0
[pid=9192/tid=9193] ppid=9189 vsize=197840 CPUtime=939.3
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 7022 0 0 0 93863 67 0 0 25 0 4 0 1116823627 202588160 41536 4294967295 134512640 135305190 3213855792 3074870464 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=197840 CPUtime=939.52
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 5048 0 0 0 93865 87 0 0 25 0 4 0 1116823627 202588160 41536 4294967295 134512640 135305190 3213855792 3066481856 134528480 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=197840 CPUtime=933.44
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 9927 0 0 0 93287 57 0 0 25 0 4 0 1116823627 202588160 41536 4294967295 134512640 135305190 3213855792 3058093248 134528442 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3753.01
Current children cumulated vsize (KiB) 200256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.74 4.72 4.58 5/114 12034
/proc/meminfo: memFree=2097252/3368532 swapFree=1959840/1959888
[pid=9189] ppid=9187 vsize=2416 CPUtime=1.11
/proc/9189/stat : 9189 (manysat.sh) S 9187 9189 29143 0 -1 4194304 369 9867 0 0 0 0 100 11 18 0 1 0 1116823479 2473984 274 4294967295 134512640 135169312 3220947712 3220943928 3085360878 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/9189/statm: 604 274 231 161 0 43 0
[pid=9192] ppid=9189 vsize=202412 CPUtime=3981.58
/proc/9192/stat : 9192 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202496 42805 0 0 0 397853 305 0 0 25 0 4 0 1116823591 207269888 42727 4294967295 134512640 135305190 3213855792 3213853632 134551681 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9192/statm: 50603 42727 79 194 0 50407 0
[pid=9192/tid=9193] ppid=9189 vsize=202412 CPUtime=996.86
/proc/9192/task/9193/stat : 9193 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 7100 0 0 0 99615 71 0 0 25 0 4 0 1116823627 207269888 42727 4294967295 134512640 135305190 3213855792 3074870464 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9192/tid=9194] ppid=9189 vsize=202412 CPUtime=997.21
/proc/9192/task/9194/stat : 9194 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 5067 0 0 0 99629 92 0 0 25 0 4 0 1116823627 207269888 42727 4294967295 134512640 135305190 3213855792 3066481856 134528755 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=9192/tid=9195] ppid=9189 vsize=202412 CPUtime=990.39
/proc/9192/task/9195/stat : 9195 (manysat1.1_stat) R 9189 9189 29143 0 -1 4202560 10946 0 0 0 98978 61 0 0 25 0 4 0 1116823627 207269888 42727 4294967295 134512640 135305190 3213855792 3058093248 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3982.69
Current children cumulated vsize (KiB) 204828

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1000.05
CPU time (s): 3982.77
CPU user time (s): 3979.6
CPU system time (s): 3.17
CPU usage (%): 398.258
Max. virtual memory (cumulated for all children) (KiB): 204828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3979.6
system time used= 3.17
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53319
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= 40305
involuntary context switches= 190748

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 16:40:06
IDJOB=1779196
IDBENCH=70821
IDSOLVER=620
FILE ID=/1779196-1243521606
PBS_JOBID=
Free space on /tmp= 7983 MiB

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

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED= 28928855

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.073
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.073
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.073
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.073
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:       2274980 kB
Buffers:         33772 kB
Cached:         938500 kB
SwapCached:          0 kB
Active:          51964 kB
Inactive:       939888 kB
HighTotal:     2489216 kB
HighFree:      1644208 kB
LowTotal:       879316 kB
LowFree:        630772 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            5744 kB
Writeback:           0 kB
AnonPages:       19168 kB
Mapped:           7772 kB
Slab:            91836 kB
SReclaimable:    78588 kB
SUnreclaim:      13248 kB
PageTables:        804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   111084 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7983 MiB
End job on  at 2009-05-28 16:56:47