Trace number 1776661

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 0/2009-03-20 (4 threads)? (TO) 3989.73 43

General information on the benchmark

Namegoldb-heqc-frg1mul.cnf
MD5SUM4984fea7abc49dd7f6973cd779e805d7
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 variables3230
Number of clauses20575
Sum of the clauses size69606
Maximum clause length6
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24746
Number of clauses of size 39516
Number of clauses of size 40
Number of clauses of size 56312
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   20575    69606 |    6172       0        0     nan |  0.000 % |
0.01/0.04	c |         0 |   20567    69669 |      --       0       --      -- |     --   | -8/63
0.01/0.04	c ==============================================================================
0.01/0.04	c Result  :   #vars: 3221   #clauses: 20567   #literals: 69669
0.01/0.04	c CPU time:   0.04 s
0.01/0.04	c ==============================================================================
3989.66/1000.05	HOME/manysat.sh: line 55: 10325 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-1776661-1243511952/watcher-1776661-1243511952 -o /tmp/evaluation-result-1776661-1243511952/solver-1776661-1243511952 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1776661-1243511952.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: 5.04 4.55 4.35 3/96 10322
/proc/meminfo: memFree=3068648/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2416 CPUtime=0
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1115859302 2473984 274 4294967295 134512640 135169312 3212942176 3212940712 3085766382 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/10322/statm: 604 274 231 161 0 43 0
[pid=10323] ppid=10322 vsize=1036 CPUtime=0
/proc/10323/stat : 10323 (SatElite) R 10322 10322 27966 0 -1 4202496 210 0 0 0 0 0 0 0 18 0 1 0 1115859302 1060864 147 4294967295 134512640 135034092 3212847888 3212844232 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10323/statm: 259 148 49 128 0 129 0

[startup+0.018928 s]
/proc/loadavg: 5.04 4.55 4.35 3/96 10322
/proc/meminfo: memFree=3068648/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2416 CPUtime=0
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1115859302 2473984 274 4294967295 134512640 135169312 3212942176 3212940712 3085766382 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/10322/statm: 604 274 231 161 0 43 0
[pid=10323] ppid=10322 vsize=2980 CPUtime=0.01
/proc/10323/stat : 10323 (SatElite) R 10322 10322 27966 0 -1 4202496 675 0 0 0 1 0 0 0 18 0 1 0 1115859302 3051520 612 4294967295 134512640 135034092 3212847888 3212843884 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10323/statm: 745 612 67 128 0 615 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5396

[startup+0.138719 s]
/proc/loadavg: 5.04 4.55 4.35 3/96 10322
/proc/meminfo: memFree=3068648/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2420

[startup+0.349057 s]
/proc/loadavg: 5.04 4.55 4.35 3/96 10322
/proc/meminfo: memFree=3068648/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2420

[startup+0.830414 s]
/proc/loadavg: 5.04 4.55 4.35 3/96 10322
/proc/meminfo: memFree=3068648/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2420

[startup+1.85704 s]
/proc/loadavg: 5.04 4.55 4.35 3/96 10322
/proc/meminfo: memFree=3068648/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2420

[startup+3.10868 s]
/proc/loadavg: 4.96 4.54 4.35 6/101 10328
/proc/meminfo: memFree=3049668/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=51812 CPUtime=11.8
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 6108 0 0 0 1171 9 0 0 16 0 4 0 1115859310 53055488 6042 4294967295 134512640 135305190 3220105760 3220103936 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 12953 6042 79 194 0 12757 0
[pid=10325/tid=10326] ppid=10322 vsize=51812 CPUtime=2.91
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 916 0 0 0 288 3 0 0 16 0 4 0 1115859313 53055488 6042 4294967295 134512640 135305190 3220105760 3086285744 134557933 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=51812 CPUtime=2.95
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 1046 0 0 0 293 2 0 0 16 0 4 0 1115859313 53055488 6042 4294967295 134512640 135305190 3220105760 3077897184 134569835 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=51812 CPUtime=2.93
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 1312 0 0 0 291 2 0 0 15 0 4 0 1115859313 53055488 6042 4294967295 134512640 135305190 3220105760 3069508340 134839991 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 54232

[startup+6.30841 s]
/proc/loadavg: 4.96 4.54 4.35 7/101 10329
/proc/meminfo: memFree=3043504/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=57136 CPUtime=24.58
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 7597 0 0 0 2446 12 0 0 16 0 4 0 1115859310 58507264 7531 4294967295 134512640 135305190 3220105760 3220103936 134528837 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 14284 7531 79 194 0 14088 0
[pid=10325/tid=10326] ppid=10322 vsize=57136 CPUtime=6.1
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 1271 0 0 0 606 4 0 0 16 0 4 0 1115859313 58507264 7531 4294967295 134512640 135305190 3220105760 3086285684 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=57136 CPUtime=6.14
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 1328 0 0 0 611 3 0 0 16 0 4 0 1115859313 58507264 7531 4294967295 134512640 135305190 3220105760 3077897296 134538311 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=57136 CPUtime=6.13
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 1786 0 0 0 610 3 0 0 16 0 4 0 1115859313 58507264 7531 4294967295 134512640 135305190 3220105760 3069508800 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 59556

[startup+12.7079 s]
/proc/loadavg: 5.34 4.63 4.38 7/101 10334
/proc/meminfo: memFree=3026436/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=71888 CPUtime=50.15
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 10947 0 0 0 5000 15 0 0 16 0 4 0 1115859310 73613312 10881 4294967295 134512640 135305190 3220105760 3220103664 134557680 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 17972 10881 79 194 0 17776 0
[pid=10325/tid=10326] ppid=10322 vsize=71888 CPUtime=12.5
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 2042 0 0 0 1245 5 0 0 18 0 4 0 1115859313 73613312 10881 4294967295 134512640 135305190 3220105760 3086286016 134528195 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=71888 CPUtime=12.53
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 1971 0 0 0 1249 4 0 0 19 0 4 0 1115859313 73613312 10881 4294967295 134512640 135305190 3220105760 3077897024 134551681 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=71888 CPUtime=12.52
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 2768 0 0 0 1248 4 0 0 16 0 4 0 1115859313 73613312 10881 4294967295 134512640 135305190 3220105760 3069508800 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 74308

[startup+25.5068 s]
/proc/loadavg: 5.06 4.60 4.37 5/101 10335
/proc/meminfo: memFree=3012432/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=84592 CPUtime=101.21
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 14394 0 0 0 10094 27 0 0 25 0 4 0 1115859310 86622208 14328 4294967295 134512640 135305190 3220105760 3220103824 134538319 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 21148 14328 79 194 0 20952 0
[pid=10325/tid=10326] ppid=10322 vsize=84592 CPUtime=25.3
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 2976 0 0 0 2524 6 0 0 25 0 4 0 1115859313 86622208 14328 4294967295 134512640 135305190 3220105760 3086286016 134528248 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=84592 CPUtime=25.25
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 2728 0 0 0 2518 7 0 0 25 0 4 0 1115859313 86622208 14328 4294967295 134512640 135305190 3220105760 3077897408 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=84592 CPUtime=25.28
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 3600 0 0 0 2523 5 0 0 25 0 4 0 1115859313 86622208 14328 4294967295 134512640 135305190 3220105760 3069508800 134528263 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 87012

[startup+51.1147 s]
/proc/loadavg: 4.83 4.58 4.37 5/101 10337
/proc/meminfo: memFree=3003916/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=94216 CPUtime=203.4
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 16638 0 0 0 20296 44 0 0 25 0 4 0 1115859310 96477184 16572 4294967295 134512640 135305190 3220105760 3220103936 134528256 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 23554 16572 79 194 0 23358 0
[pid=10325/tid=10326] ppid=10322 vsize=94216 CPUtime=50.9
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 3503 0 0 0 5083 7 0 0 25 0 4 0 1115859313 96477184 16572 4294967295 134512640 135305190 3220105760 3086286016 134528520 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=94216 CPUtime=50.69
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 3241 0 0 0 5057 12 0 0 25 0 4 0 1115859313 96477184 16572 4294967295 134512640 135305190 3220105760 3077897088 134553519 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=94216 CPUtime=50.83
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 4217 0 0 0 5069 14 0 0 25 0 4 0 1115859313 96477184 16572 4294967295 134512640 135305190 3220105760 3069508528 134556720 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.47
Current children cumulated vsize (KiB) 96636

[startup+102.31 s]
/proc/loadavg: 4.56 4.54 4.37 5/101 10524
/proc/meminfo: memFree=2979760/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=120256 CPUtime=407.47
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 22616 0 0 0 40684 63 0 0 25 0 4 0 1115859310 123142144 22550 4294967295 134512640 135305190 3220105760 3220103936 134528545 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 30064 22550 79 194 0 29868 0
[pid=10325/tid=10326] ppid=10322 vsize=120256 CPUtime=102.05
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 5051 0 0 0 10194 11 0 0 25 0 4 0 1115859313 123142144 22550 4294967295 134512640 135305190 3220105760 3086286016 134528248 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=120256 CPUtime=101.45
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 4691 0 0 0 10129 16 0 0 25 0 4 0 1115859313 123142144 22550 4294967295 134512640 135305190 3220105760 3077897408 134528286 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=120256 CPUtime=101.97
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 5787 0 0 0 10175 22 0 0 25 0 4 0 1115859313 123142144 22550 4294967295 134512640 135305190 3220105760 3069508800 134528224 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.54
Current children cumulated vsize (KiB) 122676

[startup+162.305 s]
/proc/loadavg: 4.38 4.49 4.36 6/101 10712
/proc/meminfo: memFree=2958672/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=140484 CPUtime=646.84
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 27842 0 0 0 64599 85 0 0 25 0 4 0 1115859310 143855616 27776 4294967295 134512640 135305190 3220105760 3220103936 134528263 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 35121 27776 79 194 0 34925 0
[pid=10325/tid=10326] ppid=10322 vsize=140484 CPUtime=162
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 6266 0 0 0 16182 18 0 0 25 0 4 0 1115859313 143855616 27776 4294967295 134512640 135305190 3220105760 3086285680 134551620 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=140484 CPUtime=161.4
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 5699 0 0 0 16121 19 0 0 25 0 4 0 1115859313 143855616 27776 4294967295 134512640 135305190 3220105760 3077897408 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=140484 CPUtime=161.58
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 7347 0 0 0 16128 30 0 0 25 0 4 0 1115859313 143855616 27776 4294967295 134512640 135305190 3220105760 3069508800 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.91
Current children cumulated vsize (KiB) 142904

[startup+222.311 s]
/proc/loadavg: 4.20 4.41 4.34 5/101 10899
/proc/meminfo: memFree=2946280/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07

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

/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 10210 0 0 0 46038 60 0 0 25 0 4 0 1115859313 212221952 43490 4294967295 134512640 135305190 3220105760 3069508800 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1844.15
Current children cumulated vsize (KiB) 209668

[startup+522.316 s]
/proc/loadavg: 4.26 4.37 4.35 5/101 11844
/proc/meminfo: memFree=2870392/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=232384 CPUtime=2083.59
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 49780 0 0 0 208140 219 0 0 25 0 4 0 1115859310 237961216 49714 4294967295 134512640 135305190 3220105760 3220103936 134528520 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 58096 49714 79 194 0 57900 0
[pid=10325/tid=10326] ppid=10322 vsize=232384 CPUtime=521.06
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 12021 0 0 0 52040 66 0 0 25 0 4 0 1115859313 237961216 49714 4294967295 134512640 135305190 3220105760 3086286016 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=232384 CPUtime=519.99
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 12990 0 0 0 51953 46 0 0 25 0 4 0 1115859313 237961216 49714 4294967295 134512640 135305190 3220105760 3077897088 134555045 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=232384 CPUtime=520.9
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 11541 0 0 0 52028 62 0 0 25 0 4 0 1115859313 237961216 49714 4294967295 134512640 135305190 3220105760 3069508800 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2083.66
Current children cumulated vsize (KiB) 234804

[startup+582.311 s]
/proc/loadavg: 4.24 4.35 4.34 6/101 12033
/proc/meminfo: memFree=2868648/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=233172 CPUtime=2323.05
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 49960 0 0 0 232072 233 0 0 25 0 4 0 1115859310 238768128 49894 4294967295 134512640 135305190 3220105760 3220103936 134528248 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 58293 49894 79 194 0 58097 0
[pid=10325/tid=10326] ppid=10322 vsize=233172 CPUtime=580.91
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 12026 0 0 0 58020 71 0 0 25 0 4 0 1115859313 238768128 49894 4294967295 134512640 135305190 3220105760 3086286016 134528256 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=233172 CPUtime=579.89
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 13086 0 0 0 57941 48 0 0 25 0 4 0 1115859313 238768128 49894 4294967295 134512640 135305190 3220105760 3077897408 134528539 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=233172 CPUtime=580.83
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 11588 0 0 0 58015 68 0 0 25 0 4 0 1115859313 238768128 49894 4294967295 134512640 135305190 3220105760 3069508800 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2323.12
Current children cumulated vsize (KiB) 235592

[startup+642.306 s]
/proc/loadavg: 4.49 4.40 4.36 5/101 12221
/proc/meminfo: memFree=2842236/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=263392 CPUtime=2562.5
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 57268 0 0 0 255995 255 0 0 25 0 4 0 1115859310 269713408 57202 4294967295 134512640 135305190 3220105760 3220103936 134528428 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 65848 57202 79 194 0 65652 0
[pid=10325/tid=10326] ppid=10322 vsize=263392 CPUtime=640.8
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 13318 0 0 0 64003 77 0 0 25 0 4 0 1115859313 269713408 57202 4294967295 134512640 135305190 3220105760 3086286016 134528536 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=263392 CPUtime=639.81
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 16265 0 0 0 63928 53 0 0 25 0 4 0 1115859313 269713408 57202 4294967295 134512640 135305190 3220105760 3077897408 134528536 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=263392 CPUtime=640.74
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 13346 0 0 0 63998 76 0 0 25 0 4 0 1115859313 269713408 57202 4294967295 134512640 135305190 3220105760 3069508548 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2562.57
Current children cumulated vsize (KiB) 265812

[startup+702.311 s]
/proc/loadavg: 4.31 4.37 4.35 6/101 12408
/proc/meminfo: memFree=2835424/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=268108 CPUtime=2801.87
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 58272 0 0 0 279914 273 0 0 25 0 4 0 1115859310 274542592 58206 4294967295 134512640 135305190 3220105760 3220103936 134528503 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 67027 58206 79 194 0 66831 0
[pid=10325/tid=10326] ppid=10322 vsize=268108 CPUtime=700.44
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 13450 0 0 0 69966 78 0 0 25 0 4 0 1115859313 274542592 58206 4294967295 134512640 135305190 3220105760 3086286016 134528539 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=268108 CPUtime=699.79
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 16616 0 0 0 69924 55 0 0 25 0 4 0 1115859313 274542592 58206 4294967295 134512640 135305190 3220105760 3077897408 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=268108 CPUtime=700.55
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 13474 0 0 0 69975 80 0 0 25 0 4 0 1115859313 274542592 58206 4294967295 134512640 135305190 3220105760 3069508800 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2801.94
Current children cumulated vsize (KiB) 270528

[startup+762.306 s]
/proc/loadavg: 4.43 4.40 4.36 5/101 12600
/proc/meminfo: memFree=2831060/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=273984 CPUtime=3041.2
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 59567 0 0 0 303829 291 0 0 25 0 4 0 1115859310 280559616 59501 4294967295 134512640 135305190 3220105760 3220103600 134551651 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 68496 59501 79 194 0 68300 0
[pid=10325/tid=10326] ppid=10322 vsize=273984 CPUtime=760.22
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 13812 0 0 0 75942 80 0 0 25 0 4 0 1115859313 280559616 59501 4294967295 134512640 135305190 3220105760 3086286016 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=273984 CPUtime=759.64
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 16970 0 0 0 75908 56 0 0 25 0 4 0 1115859313 280559616 59501 4294967295 134512640 135305190 3220105760 3077897352 134840070 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=273984 CPUtime=760.54
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 13812 0 0 0 75965 89 0 0 25 0 4 0 1115859313 280559616 59501 4294967295 134512640 135305190 3220105760 3069508800 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.27
Current children cumulated vsize (KiB) 276404

[startup+822.311 s]
/proc/loadavg: 4.48 4.41 4.37 5/101 12787
/proc/meminfo: memFree=2819776/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=287152 CPUtime=3280.7
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 62603 0 0 0 327759 311 0 0 25 0 4 0 1115859310 294043648 62537 4294967295 134512640 135305190 3220105760 3220103936 134528548 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 71788 62537 79 194 0 71592 0
[pid=10325/tid=10326] ppid=10322 vsize=287152 CPUtime=820.18
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 14382 0 0 0 81934 84 0 0 25 0 4 0 1115859313 294043648 62537 4294967295 134512640 135305190 3220105760 3086286016 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=287152 CPUtime=819.5
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 18250 0 0 0 81888 62 0 0 25 0 4 0 1115859313 294043648 62537 4294967295 134512640 135305190 3220105760 3077897024 134551709 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=287152 CPUtime=820.52
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 14470 0 0 0 81958 94 0 0 25 0 4 0 1115859313 294043648 62537 4294967295 134512640 135305190 3220105760 3069508744 134839991 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.77
Current children cumulated vsize (KiB) 289572

[startup+882.306 s]
/proc/loadavg: 4.33 4.38 4.36 6/101 12976
/proc/meminfo: memFree=2806648/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=298644 CPUtime=3519.96
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 65606 0 0 0 351666 330 0 0 25 0 4 0 1115859310 305811456 65540 4294967295 134512640 135305190 3220105760 3220103824 134538314 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 74661 65540 79 194 0 74465 0
[pid=10325/tid=10326] ppid=10322 vsize=298644 CPUtime=879.92
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 14783 0 0 0 87899 93 0 0 25 0 4 0 1115859313 305811456 65540 4294967295 134512640 135305190 3220105760 3086286016 134528224 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=298644 CPUtime=879.42
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 19550 0 0 0 87876 66 0 0 25 0 4 0 1115859313 305811456 65540 4294967295 134512640 135305190 3220105760 3077897408 134528237 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=298644 CPUtime=880.24
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 15091 0 0 0 87927 97 0 0 25 0 4 0 1115859313 305811456 65540 4294967295 134512640 135305190 3220105760 3069508800 134528263 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.03
Current children cumulated vsize (KiB) 301064

[startup+942.311 s]
/proc/loadavg: 4.36 4.38 4.36 5/101 13164
/proc/meminfo: memFree=2806524/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=299048 CPUtime=3759.24
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 65692 0 0 0 375586 338 0 0 25 0 4 0 1115859310 306225152 65626 4294967295 134512640 135305190 3220105760 3220103936 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 74762 65626 79 194 0 74566 0
[pid=10325/tid=10326] ppid=10322 vsize=299048 CPUtime=939.82
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 14807 0 0 0 93888 94 0 0 25 0 4 0 1115859313 306225152 65626 4294967295 134512640 135305190 3220105760 3086285680 134551978 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=299048 CPUtime=939.34
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 19612 0 0 0 93866 68 0 0 25 0 4 0 1115859313 306225152 65626 4294967295 134512640 135305190 3220105760 3077897408 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=299048 CPUtime=939.8
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 15091 0 0 0 93879 101 0 0 25 0 4 0 1115859313 306225152 65626 4294967295 134512640 135305190 3220105760 3069508800 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.31
Current children cumulated vsize (KiB) 301468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.64 4.46 4.39 6/101 13351
/proc/meminfo: memFree=2805788/3368532 swapFree=1953788/1959888
[pid=10322] ppid=10320 vsize=2420 CPUtime=0.07
/proc/10322/stat : 10322 (manysat.sh) S 10320 10322 27966 0 -1 4194304 370 681 0 0 0 0 7 0 18 0 1 0 1115859302 2478080 275 4294967295 134512640 135169312 3212942176 3212938392 3085766382 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10322/statm: 605 275 231 161 0 44 0
[pid=10325] ppid=10322 vsize=299816 CPUtime=3989.59
/proc/10325/stat : 10325 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202496 65840 0 0 0 398616 343 0 0 25 0 4 0 1115859310 307011584 65774 4294967295 134512640 135305190 3220105760 3220103936 134528252 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10325/statm: 74954 65774 79 194 0 74758 0
[pid=10325/tid=10326] ppid=10322 vsize=299816 CPUtime=997.35
/proc/10325/task/10326/stat : 10326 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 14850 0 0 0 99637 98 0 0 25 0 4 0 1115859313 307011584 65774 4294967295 134512640 135305190 3220105760 3086286016 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10325/tid=10327] ppid=10322 vsize=299816 CPUtime=996.96
/proc/10325/task/10327/stat : 10327 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 19650 0 0 0 99627 69 0 0 25 0 4 0 1115859313 307011584 65774 4294967295 134512640 135305190 3220105760 3077897408 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10325/tid=10328] ppid=10322 vsize=299816 CPUtime=997.36
/proc/10325/task/10328/stat : 10328 (manysat1.1_stat) R 10322 10322 27966 0 -1 4202560 15124 0 0 0 99635 101 0 0 25 0 4 0 1115859313 307011584 65774 4294967295 134512640 135305190 3220105760 3069508800 134528263 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3989.66
Current children cumulated vsize (KiB) 302236

Sending SIGTERM to process tree (bottom up)
Real time (s): 43
 D1000.05
CPU time (s): 3989.73
CPU user time (s): 3986.29
CPU system time (s): 3.44
CPU usage (%): 398.952
Max. virtual memory (cumulated for all children) (KiB): 302236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3986.29
system time used= 3.44
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67166
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= 23391
involuntary context switches= 181556

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 13:59:12
IDJOB=1776661
IDBENCH=69567
IDSOLVER=620
FILE ID=/1776661-1243511952
PBS_JOBID=
Free space on /tmp= 6476 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-frg1mul.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776661-1243511952/watcher-1776661-1243511952 -o /tmp/evaluation-result-1776661-1243511952/solver-1776661-1243511952 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1776661-1243511952.cnf aimd 0

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

MD5SUM BENCH= 4984fea7abc49dd7f6973cd779e805d7
RANDOM SEED= 410821297

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:       3069092 kB
Buffers:         45688 kB
Cached:         153344 kB
SwapCached:       2256 kB
Active:         101444 kB
Inactive:       107384 kB
HighTotal:     2489216 kB
HighFree:      2324516 kB
LowTotal:       879316 kB
LowFree:        744576 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            2136 kB
Writeback:           0 kB
AnonPages:        8620 kB
Mapped:           3012 kB
Slab:            81124 kB
SReclaimable:    67312 kB
SUnreclaim:      13812 kB
PageTables:        464 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= 6476 MiB
End job on  at 2009-05-28 14:15:52