Trace number 1779202

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

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.86 s
0.80/0.89	c ==============================================================================
3986.66/1000.03	HOME/manysat.sh: line 55:  8477 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-1779202-1243521415/watcher-1779202-1243521415 -o /tmp/evaluation-result-1779202-1243521415/solver-1779202-1243521415 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1779202-1243521415.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: 4.27 4.64 4.52 3/96 8474
/proc/meminfo: memFree=3015012/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2416 CPUtime=0
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116805615 2473984 274 4294967295 134512640 135169312 3215095152 3215093688 3085348590 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/8474/statm: 604 274 231 161 0 43 0
[pid=8475] ppid=8474 vsize=2464 CPUtime=0
/proc/8475/stat : 8475 (SatElite) R 8474 8474 27966 0 -1 4202496 431 0 0 0 0 0 0 0 18 0 1 0 1116805615 2523136 367 4294967295 134512640 135034092 3218030592 3218026880 134544856 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8475/statm: 616 369 50 128 0 486 0

[startup+0.039895 s]
/proc/loadavg: 4.27 4.64 4.52 3/96 8474
/proc/meminfo: memFree=3015012/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2416 CPUtime=0
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116805615 2473984 274 4294967295 134512640 135169312 3215095152 3215093688 3085348590 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/8474/statm: 604 274 231 161 0 43 0
[pid=8475] ppid=8474 vsize=17456 CPUtime=0.03
/proc/8475/stat : 8475 (SatElite) R 8474 8474 27966 0 -1 4202496 3073 0 0 0 3 0 0 0 18 0 1 0 1116805615 17874944 2862 4294967295 134512640 135034092 3218030592 3218026936 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8475/statm: 4364 2863 50 128 0 4234 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19872

[startup+0.109889 s]
/proc/loadavg: 4.27 4.64 4.52 3/96 8474
/proc/meminfo: memFree=3015012/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2416 CPUtime=0
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116805615 2473984 274 4294967295 134512640 135169312 3215095152 3215093688 3085348590 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/8474/statm: 604 274 231 161 0 43 0
[pid=8475] ppid=8474 vsize=26276 CPUtime=0.1
/proc/8475/stat : 8475 (SatElite) R 8474 8474 27966 0 -1 4202496 5185 0 0 0 8 2 0 0 18 0 1 0 1116805615 26906624 4974 4294967295 134512640 135034092 3218030592 3218026936 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8475/statm: 6569 4974 50 128 0 6439 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 28692

[startup+0.309872 s]
/proc/loadavg: 4.27 4.64 4.52 3/96 8474
/proc/meminfo: memFree=3015012/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2416 CPUtime=0
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116805615 2473984 274 4294967295 134512640 135169312 3215095152 3215093688 3085348590 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/8474/statm: 604 274 231 161 0 43 0
[pid=8475] ppid=8474 vsize=38056 CPUtime=0.3
/proc/8475/stat : 8475 (SatElite) R 8474 8474 27966 0 -1 4202496 8314 0 0 0 27 3 0 0 18 0 1 0 1116805615 38969344 7933 4294967295 134512640 135034092 3218030592 3218026588 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8475/statm: 9514 7934 67 128 0 9384 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 40472

[startup+0.70984 s]
/proc/loadavg: 4.27 4.64 4.52 3/96 8474
/proc/meminfo: memFree=3015012/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2416 CPUtime=0
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116805615 2473984 274 4294967295 134512640 135169312 3215095152 3215093688 3085348590 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/8474/statm: 604 274 231 161 0 43 0
[pid=8475] ppid=8474 vsize=42880 CPUtime=0.7
/proc/8475/stat : 8475 (SatElite) R 8474 8474 27966 0 -1 4202496 9573 0 0 0 67 3 0 0 18 0 1 0 1116805615 43909120 9055 4294967295 134512640 135034092 3218030592 3218027136 134579564 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8475/statm: 10720 9055 67 128 0 10590 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 45296

[startup+1.50978 s]
/proc/loadavg: 4.27 4.64 4.52 2/98 8476
/proc/meminfo: memFree=2973212/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 2420

[startup+3.11002 s]
/proc/loadavg: 4.27 4.64 4.52 6/101 8480
/proc/meminfo: memFree=2953380/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=86436 CPUtime=6.66
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 14550 0 0 0 611 55 0 0 16 0 4 0 1116805726 88510464 14475 4294967295 134512640 135305190 3214324896 3214323072 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8477/statm: 21609 14475 79 194 0 21413 0
[pid=8477/tid=8478] ppid=8474 vsize=86436 CPUtime=1.57
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 657 0 0 0 143 14 0 0 16 0 4 0 1116805762 88510464 14475 4294967295 134512640 135305190 3214324896 3074653376 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=86436 CPUtime=1.57
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 786 0 0 0 147 10 0 0 16 0 4 0 1116805762 88510464 14475 4294967295 134512640 135305190 3214324896 3066264768 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=86436 CPUtime=1.57
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 885 0 0 0 145 12 0 0 16 0 4 0 1116805762 88510464 14475 4294967295 134512640 135305190 3214324896 3057876160 134528503 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 88856

[startup+6.30976 s]
/proc/loadavg: 4.41 4.66 4.53 9/101 8481
/proc/meminfo: memFree=2949148/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=88272 CPUtime=19.4
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 15020 0 0 0 1882 58 0 0 19 0 4 0 1116805726 90390528 14945 4294967295 134512640 135305190 3214324896 3214323072 134528480 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8477/statm: 22068 14945 79 194 0 21872 0
[pid=8477/tid=8478] ppid=8474 vsize=88272 CPUtime=4.77
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 780 0 0 0 463 14 0 0 18 0 4 0 1116805762 90390528 14945 4294967295 134512640 135305190 3214324896 3074653376 134528341 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=88272 CPUtime=4.73
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 838 0 0 0 462 11 0 0 19 0 4 0 1116805762 90390528 14945 4294967295 134512640 135305190 3214324896 3066264768 134528418 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=88272 CPUtime=4.75
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 1057 0 0 0 461 14 0 0 19 0 4 0 1116805762 90390528 14945 4294967295 134512640 135305190 3214324896 3057875824 134551697 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20.51
Current children cumulated vsize (KiB) 90692

[startup+12.7092 s]
/proc/loadavg: 4.45 4.67 4.53 5/101 8481
/proc/meminfo: memFree=2946500/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=90776 CPUtime=44.95
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 15688 0 0 0 4435 60 0 0 25 0 4 0 1116805726 92954624 15613 4294967295 134512640 135305190 3214324896 3214322736 134551697 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8477/statm: 22694 15613 79 194 0 22498 0
[pid=8477/tid=8478] ppid=8474 vsize=90776 CPUtime=11.17
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 953 0 0 0 1103 14 0 0 25 0 4 0 1116805762 92954624 15613 4294967295 134512640 135305190 3214324896 3074653376 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=90776 CPUtime=11.08
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 1020 0 0 0 1097 11 0 0 25 0 4 0 1116805762 92954624 15613 4294967295 134512640 135305190 3214324896 3066264768 134528332 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=90776 CPUtime=11.15
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 1182 0 0 0 1100 15 0 0 25 0 4 0 1116805762 92954624 15613 4294967295 134512640 135305190 3214324896 3057876160 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.06
Current children cumulated vsize (KiB) 93196

[startup+25.5082 s]
/proc/loadavg: 4.43 4.65 4.53 6/102 8563
/proc/meminfo: memFree=2941264/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=95348 CPUtime=96.06
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 16614 0 0 0 9543 63 0 0 25 0 4 0 1116805726 97636352 16539 4294967295 134512640 135305190 3214324896 3214323072 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8477/statm: 23837 16539 79 194 0 23641 0
[pid=8477/tid=8478] ppid=8474 vsize=95348 CPUtime=23.96
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 1233 0 0 0 2382 14 0 0 25 0 4 0 1116805762 97636352 16539 4294967295 134512640 135305190 3214324896 3074653040 134551691 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=95348 CPUtime=23.84
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 1175 0 0 0 2372 12 0 0 25 0 4 0 1116805762 97636352 16539 4294967295 134512640 135305190 3214324896 3066264768 134528480 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=95348 CPUtime=23.94
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 1403 0 0 0 2377 17 0 0 25 0 4 0 1116805762 97636352 16539 4294967295 134512640 135305190 3214324896 3057876160 134528866 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 97.17
Current children cumulated vsize (KiB) 97768

[startup+51.106 s]
/proc/loadavg: 4.53 4.66 4.53 5/101 8667
/proc/meminfo: memFree=2933556/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=103940 CPUtime=198.14
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 18887 0 0 0 19748 66 0 0 25 0 4 0 1116805726 106434560 18812 4294967295 134512640 135305190 3214324896 3214323072 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8477/statm: 25985 18812 79 194 0 25789 0
[pid=8477/tid=8478] ppid=8474 vsize=103940 CPUtime=49.51
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 1835 0 0 0 4937 14 0 0 25 0 4 0 1116805762 106434560 18812 4294967295 134512640 135305190 3214324896 3074653376 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=103940 CPUtime=49.29
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 1679 0 0 0 4915 14 0 0 25 0 4 0 1116805762 106434560 18812 4294967295 134512640 135305190 3214324896 3066264768 134528480 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=103940 CPUtime=49.42
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 2106 0 0 0 4924 18 0 0 25 0 4 0 1116805762 106434560 18812 4294967295 134512640 135305190 3214324896 3057876160 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 199.25
Current children cumulated vsize (KiB) 106360

[startup+102.312 s]
/proc/loadavg: 4.85 4.71 4.56 5/101 8854
/proc/meminfo: memFree=2920328/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=116844 CPUtime=402.64
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 21981 0 0 0 40181 83 0 0 25 0 4 0 1116805726 119648256 21906 4294967295 134512640 135305190 3214324896 3214323072 134528512 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8477/statm: 29211 21906 79 194 0 29015 0
[pid=8477/tid=8478] ppid=8474 vsize=116844 CPUtime=100.71
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 2485 0 0 0 10051 20 0 0 25 0 4 0 1116805762 119648256 21906 4294967295 134512640 135305190 3214324896 3074653040 134551729 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=116844 CPUtime=100.46
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 2329 0 0 0 10029 17 0 0 25 0 4 0 1116805762 119648256 21906 4294967295 134512640 135305190 3214324896 3066264448 134552302 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=116844 CPUtime=100.4
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 3327 0 0 0 10020 20 0 0 25 0 4 0 1116805762 119648256 21906 4294967295 134512640 135305190 3214324896 3057876160 134528455 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 403.75
Current children cumulated vsize (KiB) 119264

[startup+162.317 s]
/proc/loadavg: 4.70 4.68 4.55 5/101 9042
/proc/meminfo: memFree=2908592/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=127744 CPUtime=642.18
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 24778 0 0 0 64115 103 0 0 25 0 4 0 1116805726 130809856 24703 4294967295 134512640 135305190 3214324896 3214323072 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8477/statm: 31936 24703 79 194 0 31740 0
[pid=8477/tid=8478] ppid=8474 vsize=127744 CPUtime=160.64
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 3053 0 0 0 16044 20 0 0 25 0 4 0 1116805762 130809856 24703 4294967295 134512640 135305190 3214324896 3074653376 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=127744 CPUtime=160.21
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 2996 0 0 0 15995 26 0 0 25 0 4 0 1116805762 130809856 24703 4294967295 134512640 135305190 3214324896 3066264768 134528157 0 0 0 3 0 0 0 -1 2 0 0 0

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

[startup+522.307 s]
/proc/loadavg: 4.80 4.63 4.55 5/101 10174
/proc/meminfo: memFree=2865904/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=171540 CPUtime=2078.69
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 35629 0 0 0 207666 203 0 0 25 0 4 0 1116805726 175656960 35554 4294967295 134512640 135305190 3214324896 3214323072 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8477/statm: 42885 35554 79 194 0 42689 0
[pid=8477/tid=8478] ppid=8474 vsize=171540 CPUtime=520.36
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 5684 0 0 0 51988 48 0 0 25 0 4 0 1116805762 175656960 35554 4294967295 134512640 135305190 3214324896 3074653344 134570412 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=171540 CPUtime=518.37
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 4321 0 0 0 51787 50 0 0 25 0 4 0 1116805762 175656960 35554 4294967295 134512640 135305190 3214324896 3066264768 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=171540 CPUtime=519.29
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 7734 0 0 0 51872 57 0 0 25 0 4 0 1116805762 175656960 35554 4294967295 134512640 135305190 3214324896 3057876160 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2079.8
Current children cumulated vsize (KiB) 173960

[startup+582.312 s]
/proc/loadavg: 4.60 4.59 4.54 6/102 10284
/proc/meminfo: memFree=2860476/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=177420 CPUtime=2318.35
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 36973 0 0 0 231614 221 0 0 25 0 4 0 1116805726 181678080 36898 4294967295 134512640 135305190 3214324896 3214323072 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8477/statm: 44355 36898 79 194 0 44159 0
[pid=8477/tid=8478] ppid=8474 vsize=177420 CPUtime=580.37
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 6032 0 0 0 57986 51 0 0 25 0 4 0 1116805762 181678080 36898 4294967295 134512640 135305190 3214324896 3074653376 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=177420 CPUtime=578.33
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 4481 0 0 0 57775 58 0 0 25 0 4 0 1116805762 181678080 36898 4294967295 134512640 135305190 3214324896 3066264768 134528397 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=177420 CPUtime=579.3
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 8289 0 0 0 57871 59 0 0 25 0 4 0 1116805762 181678080 36898 4294967295 134512640 135305190 3214324896 3057876160 134528263 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2319.46
Current children cumulated vsize (KiB) 179840

[startup+642.307 s]
/proc/loadavg: 4.54 4.57 4.54 6/102 10546
/proc/meminfo: memFree=2848284/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=187408 CPUtime=2557.61
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 39550 0 0 0 255519 242 0 0 25 0 4 0 1116805726 191905792 39475 4294967295 134512640 135305190 3214324896 3214322736 134551651 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/8477/statm: 46852 39475 79 194 0 46656 0
[pid=8477/tid=8478] ppid=8474 vsize=187408 CPUtime=640.26
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 6962 0 0 0 63971 55 0 0 25 0 4 0 1116805762 191905792 39475 4294967295 134512640 135305190 3214324896 3074653376 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=187408 CPUtime=637.85
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 4762 0 0 0 63719 66 0 0 25 0 4 0 1116805762 191905792 39475 4294967295 134512640 135305190 3214324896 3066264768 134528501 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=187408 CPUtime=639.22
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 9190 0 0 0 63857 65 0 0 25 0 4 0 1116805762 191905792 39475 4294967295 134512640 135305190 3214324896 3057876160 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2558.72
Current children cumulated vsize (KiB) 189828

[startup+702.312 s]
/proc/loadavg: 4.34 4.51 4.52 8/102 10652
/proc/meminfo: memFree=2847508/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=188608 CPUtime=2797.15
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 39875 0 0 0 279458 257 0 0 25 0 4 0 1116805726 193134592 39800 4294967295 134512640 135305190 3214324896 3214323072 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/8477/statm: 47152 39800 79 194 0 46956 0
[pid=8477/tid=8478] ppid=8474 vsize=188608 CPUtime=700.26
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 7082 0 0 0 69967 59 0 0 25 0 4 0 1116805762 193134592 39800 4294967295 134512640 135305190 3214324896 3074653376 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=188608 CPUtime=697.62
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 4870 0 0 0 69691 71 0 0 25 0 4 0 1116805762 193134592 39800 4294967295 134512640 135305190 3214324896 3066264768 134528455 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=188608 CPUtime=699.01
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 9212 0 0 0 69835 66 0 0 25 0 4 0 1116805762 193134592 39800 4294967295 134512640 135305190 3214324896 3057875888 134556734 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2798.26
Current children cumulated vsize (KiB) 191028

[startup+762.317 s]
/proc/loadavg: 4.66 4.57 4.54 5/101 10930
/proc/meminfo: memFree=2843740/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=192696 CPUtime=3036.33
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 40691 0 0 0 303365 268 0 0 25 0 4 0 1116805726 197320704 40616 4294967295 134512640 135305190 3214324896 3214323072 134528489 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/8477/statm: 48174 40616 79 194 0 47978 0
[pid=8477/tid=8478] ppid=8474 vsize=192696 CPUtime=760.1
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 7261 0 0 0 75950 60 0 0 25 0 4 0 1116805762 197320704 40616 4294967295 134512640 135305190 3214324896 3074653104 134556789 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=192696 CPUtime=757.28
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 4888 0 0 0 75655 73 0 0 25 0 4 0 1116805762 197320704 40616 4294967295 134512640 135305190 3214324896 3066264768 134528379 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=192696 CPUtime=759
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 9652 0 0 0 75833 67 0 0 25 0 4 0 1116805762 197320704 40616 4294967295 134512640 135305190 3214324896 3057875952 134550995 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3037.44
Current children cumulated vsize (KiB) 195116

[startup+822.312 s]
/proc/loadavg: 4.44 4.51 4.52 6/102 11015
/proc/meminfo: memFree=2843340/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=193428 CPUtime=3275.95
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 40874 0 0 0 327310 285 0 0 25 0 4 0 1116805726 198070272 40799 4294967295 134512640 135305190 3214324896 3214323072 134530685 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/8477/statm: 48357 40799 79 194 0 48161 0
[pid=8477/tid=8478] ppid=8474 vsize=193428 CPUtime=820.06
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 7261 0 0 0 81942 64 0 0 25 0 4 0 1116805762 198070272 40799 4294967295 134512640 135305190 3214324896 3074653104 134556558 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=193428 CPUtime=817.22
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 5009 0 0 0 81649 73 0 0 25 0 4 0 1116805762 198070272 40799 4294967295 134512640 135305190 3214324896 3066264768 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=193428 CPUtime=818.95
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 9673 0 0 0 81821 74 0 0 25 0 4 0 1116805762 198070272 40799 4294967295 134512640 135305190 3214324896 3057875904 134541978 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3277.06
Current children cumulated vsize (KiB) 195848

[startup+882.307 s]
/proc/loadavg: 4.34 4.48 4.51 6/102 11167
/proc/meminfo: memFree=2843208/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=193644 CPUtime=3515.62
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 40938 0 0 0 351263 299 0 0 25 0 4 0 1116805726 198291456 40863 4294967295 134512640 135305190 3214324896 3214323072 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/8477/statm: 48411 40863 79 194 0 48215 0
[pid=8477/tid=8478] ppid=8474 vsize=193644 CPUtime=880.04
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 7267 0 0 0 87932 72 0 0 25 0 4 0 1116805762 198291456 40863 4294967295 134512640 135305190 3214324896 3074653376 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=193644 CPUtime=877.06
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 5052 0 0 0 87633 73 0 0 25 0 4 0 1116805762 198291456 40863 4294967295 134512640 135305190 3214324896 3066264384 134551694 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=193644 CPUtime=878.81
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 9688 0 0 0 87804 77 0 0 25 0 4 0 1116805762 198291456 40863 4294967295 134512640 135305190 3214324896 3057876160 134528501 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3516.73
Current children cumulated vsize (KiB) 196064

[startup+942.312 s]
/proc/loadavg: 4.32 4.45 4.50 6/102 11363
/proc/meminfo: memFree=2842324/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=194624 CPUtime=3755.28
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 41114 0 0 0 375207 321 0 0 25 0 4 0 1116805726 199294976 41039 4294967295 134512640 135305190 3214324896 3214323072 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/8477/statm: 48656 41039 79 194 0 48460 0
[pid=8477/tid=8478] ppid=8474 vsize=194624 CPUtime=940.01
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 7291 0 0 0 93921 80 0 0 25 0 4 0 1116805762 199294976 41039 4294967295 134512640 135305190 3214324896 3074653376 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=194624 CPUtime=937.03
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 5125 0 0 0 93624 79 0 0 25 0 4 0 1116805762 199294976 41039 4294967295 134512640 135305190 3214324896 3066264768 134528307 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=194624 CPUtime=938.57
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 9767 0 0 0 93777 80 0 0 25 0 4 0 1116805762 199294976 41039 4294967295 134512640 135305190 3214324896 3057876160 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3756.39
Current children cumulated vsize (KiB) 197044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.60 4.52 4.52 5/101 11502
/proc/meminfo: memFree=2842064/3368532 swapFree=1953788/1959888
[pid=8474] ppid=8472 vsize=2420 CPUtime=1.11
/proc/8474/stat : 8474 (manysat.sh) S 8472 8474 27966 0 -1 4194304 369 9868 0 0 0 0 108 3 18 0 1 0 1116805615 2478080 275 4294967295 134512640 135169312 3215095152 3215091368 3085348590 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8474/statm: 605 275 231 161 0 44 0
[pid=8477] ppid=8474 vsize=195096 CPUtime=3985.55
/proc/8477/stat : 8477 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202496 41254 0 0 0 398220 335 0 0 25 0 4 0 1116805726 199778304 41179 4294967295 134512640 135305190 3214324896 3214323072 134528265 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/8477/statm: 48774 41179 79 194 0 48578 0
[pid=8477/tid=8478] ppid=8474 vsize=195096 CPUtime=997.71
/proc/8477/task/8478/stat : 8478 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 7359 0 0 0 99689 82 0 0 25 0 4 0 1116805762 199778304 41179 4294967295 134512640 135305190 3214324896 3074653376 134528301 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8477/tid=8479] ppid=8474 vsize=195096 CPUtime=994.4
/proc/8477/task/8479/stat : 8479 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 5171 0 0 0 99361 79 0 0 25 0 4 0 1116805762 199778304 41179 4294967295 134512640 135305190 3214324896 3066264768 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8477/tid=8480] ppid=8474 vsize=195096 CPUtime=996.22
/proc/8477/task/8480/stat : 8480 (manysat1.1_stat) R 8474 8474 27966 0 -1 4202560 9791 0 0 0 99531 91 0 0 25 0 4 0 1116805762 199778304 41179 4294967295 134512640 135305190 3214324896 3057875824 134551978 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3986.66
Current children cumulated vsize (KiB) 197516

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 3986.75
CPU user time (s): 3983.36
CPU system time (s): 3.39
CPU usage (%): 398.66
Max. virtual memory (cumulated for all children) (KiB): 197516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3983.36
system time used= 3.39
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51524
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= 39564
involuntary context switches= 172851

runsolver used 0.01 second user time and 0.02 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 16:36:55
IDJOB=1779202
IDBENCH=70821
IDSOLVER=626
FILE ID=/1779202-1243521415
PBS_JOBID=
Free space on /tmp= 6472 MiB

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

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED= 1689145797

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:       3015456 kB
Buffers:         52116 kB
Cached:         201496 kB
SwapCached:       2256 kB
Active:         119544 kB
Inactive:       143864 kB
HighTotal:     2489216 kB
HighFree:      2276792 kB
LowTotal:       879316 kB
LowFree:        738664 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            5596 kB
Writeback:           0 kB
AnonPages:        8836 kB
Mapped:           3232 kB
Slab:            80708 kB
SReclaimable:    67468 kB
SUnreclaim:      13240 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88676 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6465 MiB
End job on  at 2009-05-28 16:53:37