Trace number 1772826

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 1/2009-03-20? (TO) 10000 5012.72

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6816.94
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   23237    63534 |    6971       0        0     nan |  0.000 % |
0.09/0.19	c |         0 |   15594    54914 |      --       0       --      -- |     --   | -7643/-8620
0.09/0.19	c ==============================================================================
0.09/0.19	c Result  :   #vars: 2673   #clauses: 15594   #literals: 54914
0.09/0.19	c CPU time:   0.182972 s
0.09/0.19	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772826-1241285811/watcher-1772826-1241285811 -o /tmp/evaluation-result-1772826-1241285811/solver-1772826-1241285811 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1772826-1241285811.cnf aimd 1 

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): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.36 3.87 2.56 3/64 26697
/proc/meminfo: memFree=1876032/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0
/proc/26697/stat : 26697 (manysat.sh) R 26695 26697 26627 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 156614381 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 217871608479 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/26697/statm: 1339 234 194 169 0 50 0
[pid=26698] ppid=26697 vsize=1556 CPUtime=0
/proc/26698/stat : 26698 (SatElite) R 26697 26697 26627 0 -1 4194304 258 0 0 0 0 0 0 0 18 0 1 0 156614381 1593344 243 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/26698/statm: 389 250 50 127 0 259 0

[startup+0.0800149 s]
/proc/loadavg: 4.36 3.87 2.56 3/64 26697
/proc/meminfo: memFree=1876032/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156614381 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26697/statm: 1339 235 195 169 0 50 0
[pid=26698] ppid=26697 vsize=4480 CPUtime=0.07
/proc/26698/stat : 26698 (SatElite) R 26697 26697 26627 0 -1 4194304 1022 0 0 0 7 0 0 0 19 0 1 0 156614381 4587520 1006 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26698/statm: 1120 1006 68 127 0 990 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9836

[startup+0.101017 s]
/proc/loadavg: 4.36 3.87 2.56 3/64 26697
/proc/meminfo: memFree=1876032/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156614381 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26697/statm: 1339 235 195 169 0 50 0
[pid=26698] ppid=26697 vsize=4480 CPUtime=0.09
/proc/26698/stat : 26698 (SatElite) R 26697 26697 26627 0 -1 4194304 1028 0 0 0 9 0 0 0 19 0 1 0 156614381 4587520 1012 1992294400 134512640 135034092 4294956112 18446744073709551615 134577067 0 0 4096 3 0 0 0 17 1 0 0
/proc/26698/statm: 1120 1012 68 127 0 990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9836

[startup+0.301065 s]
/proc/loadavg: 4.36 3.87 2.56 3/64 26697
/proc/meminfo: memFree=1876032/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5356

[startup+0.701142 s]
/proc/loadavg: 4.36 3.87 2.56 3/64 26697
/proc/meminfo: memFree=1876032/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5356

[startup+1.5023 s]
/proc/loadavg: 4.36 3.87 2.56 5/69 26703
/proc/meminfo: memFree=1867032/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=43324 CPUtime=2.49
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 2391 0 0 0 247 2 0 0 17 0 4 0 156614402 44363776 2377 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26700/statm: 10831 2377 83 193 0 10635 0
[pid=26700/tid=26701] ppid=26697 vsize=43324 CPUtime=0.25
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 152 0 0 0 25 0 0 0 18 0 4 0 156614407 44363776 2377 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26702] ppid=26697 vsize=43324 CPUtime=0.57
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 288 0 0 0 57 0 0 0 17 0 4 0 156614407 44363776 2377 1992294400 134512640 135305190 4294956160 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26703] ppid=26697 vsize=43324 CPUtime=0.89
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 361 0 0 0 89 0 0 0 17 0 4 0 156614407 44363776 2377 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 48680

[startup+3.10161 s]
/proc/loadavg: 4.36 3.87 2.56 5/69 26703
/proc/meminfo: memFree=1864216/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=46744 CPUtime=5.69
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 3319 0 0 0 566 3 0 0 17 0 4 0 156614402 47865856 3305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26700/statm: 11686 3305 83 193 0 11490 0
[pid=26700/tid=26701] ppid=26697 vsize=46744 CPUtime=0.76
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 337 0 0 0 76 0 0 0 17 0 4 0 156614407 47865856 3305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26702] ppid=26697 vsize=46744 CPUtime=1.61
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 532 0 0 0 161 0 0 0 17 0 4 0 156614407 47865856 3305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26703] ppid=26697 vsize=46744 CPUtime=1.14
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 413 0 0 0 114 0 0 0 18 0 4 0 156614407 47865856 3305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 52100

[startup+6.30242 s]
/proc/loadavg: 4.33 3.87 2.57 5/69 26703
/proc/meminfo: memFree=1859032/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=50280 CPUtime=11.39
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 4227 0 0 0 1132 7 0 0 17 0 4 0 156614402 51486720 4213 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26700/statm: 12570 4213 83 193 0 12374 0
[pid=26700/tid=26701] ppid=26697 vsize=50280 CPUtime=1.57
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 420 0 0 0 157 0 0 0 18 0 4 0 156614407 51486720 4213 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26702] ppid=26697 vsize=50280 CPUtime=3.31
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 772 0 0 0 330 1 0 0 18 0 4 0 156614407 51486720 4213 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26703] ppid=26697 vsize=50280 CPUtime=2.54
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 674 0 0 0 253 1 0 0 18 0 4 0 156614407 51486720 4213 1992294400 134512640 135305190 4294956160 18446744073709551615 134550155 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 55636

[startup+12.7017 s]
/proc/loadavg: 4.30 3.87 2.58 5/69 26703
/proc/meminfo: memFree=1853656/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=54228 CPUtime=24.15
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 5320 0 0 0 2407 8 0 0 17 0 4 0 156614402 55529472 5306 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26700/statm: 13557 5306 83 193 0 13361 0
[pid=26700/tid=26701] ppid=26697 vsize=54228 CPUtime=2.73
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 487 0 0 0 273 0 0 0 18 0 4 0 156614407 55529472 5306 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26702] ppid=26697 vsize=54228 CPUtime=6.87
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 1040 0 0 0 685 2 0 0 17 0 4 0 156614407 55529472 5306 1992294400 134512640 135305190 4294956160 18446744073709551615 134553365 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26703] ppid=26697 vsize=54228 CPUtime=6.3
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 1072 0 0 0 628 2 0 0 17 0 4 0 156614407 55529472 5306 1992294400 134512640 135305190 4294956160 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.35
Current children cumulated vsize (KiB) 59584

[startup+25.5022 s]
/proc/loadavg: 4.24 3.88 2.60 5/69 26703
/proc/meminfo: memFree=1845272/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=62812 CPUtime=49.68
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 7419 0 0 0 4957 11 0 0 20 0 4 0 156614402 64319488 7405 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26700/statm: 15703 7405 83 193 0 15507 0
[pid=26700/tid=26701] ppid=26697 vsize=62812 CPUtime=10.93
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 1304 0 0 0 1091 2 0 0 17 0 4 0 156614407 64319488 7405 1992294400 134512640 135305190 4294956160 18446744073709551615 134558844 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26702] ppid=26697 vsize=62812 CPUtime=11.11
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 1227 0 0 0 1109 2 0 0 19 0 4 0 156614407 64319488 7405 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26703] ppid=26697 vsize=62812 CPUtime=15.17
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 1878 0 0 0 1514 3 0 0 17 0 4 0 156614407 64319488 7405 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.88
Current children cumulated vsize (KiB) 68168

[startup+51.1022 s]
/proc/loadavg: 4.15 3.89 2.64 5/69 26703
/proc/meminfo: memFree=1838232/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=70140 CPUtime=100.72
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 9184 0 0 0 10058 14 0 0 17 0 4 0 156614402 71823360 9170 1992294400 134512640 135305190 4294956160 18446744073709551615 134528851 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26700/statm: 17535 9170 83 193 0 17339 0
[pid=26700/tid=26701] ppid=26697 vsize=70140 CPUtime=24.52
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 1666 0 0 0 2450 2 0 0 19 0 4 0 156614407 71823360 9170 1992294400 134512640 135305190 4294956160 18446744073709551615 134528784 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26702] ppid=26697 vsize=70140 CPUtime=22.8
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 1580 0 0 0 2278 2 0 0 19 0 4 0 156614407 71823360 9170 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26703] ppid=26697 vsize=70140 CPUtime=27.82
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 2418 0 0 0 2778 4 0 0 16 0 4 0 156614407 71823360 9170 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.92
Current children cumulated vsize (KiB) 75496

[startup+102.302 s]
/proc/loadavg: 4.07 3.90 2.70 5/69 26703
/proc/meminfo: memFree=1824792/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=82684 CPUtime=202.87
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 12511 0 0 0 20268 19 0 0 21 0 4 0 156614402 84668416 12497 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26700/statm: 20671 12497 83 193 0 20475 0
[pid=26700/tid=26701] ppid=26697 vsize=82684 CPUtime=39.93
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 2178 0 0 0 3990 3 0 0 20 0 4 0 156614407 84668416 12497 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26702] ppid=26697 vsize=82684 CPUtime=46.9
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 2164 0 0 0 4687 3 0 0 20 0 4 0 156614407 84668416 12497 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26703] ppid=26697 vsize=82684 CPUtime=64.46
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 3730 0 0 0 6440 6 0 0 19 0 4 0 156614407 84668416 12497 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.07
Current children cumulated vsize (KiB) 88040

[startup+162.302 s]
/proc/loadavg: 4.02 3.92 2.78 5/69 26703
/proc/meminfo: memFree=1816152/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=92692 CPUtime=322.58
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 14663 0 0 0 32236 22 0 0 18 0 4 0 156614402 94916608 14649 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26700/statm: 23173 14649 83 193 0 22977 0
[pid=26700/tid=26701] ppid=26697 vsize=92692 CPUtime=66.62

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

/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 16180 0 0 0 225000 33 0 0 25 0 4 0 156614407 333815808 70878 1992294400 134512640 135305190 4294956160 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9061.53
Current children cumulated vsize (KiB) 331348

[startup+4602.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/69 26713
/proc/meminfo: memFree=1586648/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=328184 CPUtime=9181.04
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 71390 0 0 0 917967 137 0 0 25 0 4 0 156614402 336060416 71376 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26700/statm: 82046 71376 83 193 0 81850 0
[pid=26700/tid=26701] ppid=26697 vsize=328184 CPUtime=2198.93
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 14240 0 0 0 219867 26 0 0 25 0 4 0 156614407 336060416 71376 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26702] ppid=26697 vsize=328184 CPUtime=2468.03
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 23877 0 0 0 246759 44 0 0 25 0 4 0 156614407 336060416 71376 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26703] ppid=26697 vsize=328184 CPUtime=2279.56
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 16575 0 0 0 227922 34 0 0 25 0 4 0 156614407 336060416 71376 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9181.24
Current children cumulated vsize (KiB) 333540

[startup+4662.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/69 26713
/proc/meminfo: memFree=1585112/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=329280 CPUtime=9300.74
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 71766 0 0 0 929937 137 0 0 25 0 4 0 156614402 337182720 71752 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26700/statm: 82320 71752 83 193 0 82124 0
[pid=26700/tid=26701] ppid=26697 vsize=329280 CPUtime=2228.89
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 14246 0 0 0 222863 26 0 0 25 0 4 0 156614407 337182720 71752 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26702] ppid=26697 vsize=329280 CPUtime=2499.63
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 24207 0 0 0 249918 45 0 0 25 0 4 0 156614407 337182720 71752 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26703] ppid=26697 vsize=329280 CPUtime=2309.55
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 16615 0 0 0 230921 34 0 0 25 0 4 0 156614407 337182720 71752 1992294400 134512640 135305190 4294956160 18446744073709551615 134559236 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9300.94
Current children cumulated vsize (KiB) 334636

[startup+4722.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/69 26713
/proc/meminfo: memFree=1583128/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=331400 CPUtime=9420.45
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 72275 0 0 0 941906 139 0 0 25 0 4 0 156614402 339353600 72261 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26700/statm: 82850 72261 83 193 0 82654 0
[pid=26700/tid=26701] ppid=26697 vsize=331400 CPUtime=2259.01
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 14312 0 0 0 225874 27 0 0 25 0 4 0 156614407 339353600 72261 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26702] ppid=26697 vsize=331400 CPUtime=2532.07
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 24209 0 0 0 253162 45 0 0 25 0 4 0 156614407 339353600 72261 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26703] ppid=26697 vsize=331400 CPUtime=2338.64
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 16734 0 0 0 233830 34 0 0 25 0 4 0 156614407 339353600 72261 1992294400 134512640 135305190 4294956160 18446744073709551615 134548920 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9420.65
Current children cumulated vsize (KiB) 336756

[startup+4782.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/69 26713
/proc/meminfo: memFree=1579608/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=335496 CPUtime=9540.15
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 73167 0 0 0 953875 140 0 0 25 0 4 0 156614402 343547904 73153 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26700/statm: 83874 73153 83 193 0 83678 0
[pid=26700/tid=26701] ppid=26697 vsize=335496 CPUtime=2288.89
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 14443 0 0 0 228862 27 0 0 25 0 4 0 156614407 343547904 73153 1992294400 134512640 135305190 4294956160 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26702] ppid=26697 vsize=335496 CPUtime=2563.72
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 24629 0 0 0 256326 46 0 0 25 0 4 0 156614407 343547904 73153 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26703] ppid=26697 vsize=335496 CPUtime=2366.94
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 16896 0 0 0 236660 34 0 0 25 0 4 0 156614407 343547904 73153 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9540.35
Current children cumulated vsize (KiB) 340852

[startup+4842.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/69 26713
/proc/meminfo: memFree=1578392/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=336736 CPUtime=9659.86
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 73474 0 0 0 965845 141 0 0 25 0 4 0 156614402 344817664 73460 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26700/statm: 84184 73460 83 193 0 83988 0
[pid=26700/tid=26701] ppid=26697 vsize=336736 CPUtime=2318.48
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 14454 0 0 0 231821 27 0 0 25 0 4 0 156614407 344817664 73460 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26702] ppid=26697 vsize=336736 CPUtime=2596.12
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 24680 0 0 0 259566 46 0 0 25 0 4 0 156614407 344817664 73460 1992294400 134512640 135305190 4294956160 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26700/tid=26703] ppid=26697 vsize=336736 CPUtime=2397.27
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 16967 0 0 0 239692 35 0 0 25 0 4 0 156614407 344817664 73460 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9660.06
Current children cumulated vsize (KiB) 342092

[startup+4902.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/69 26713
/proc/meminfo: memFree=1577880/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=336736 CPUtime=9779.58
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 73576 0 0 0 977816 142 0 0 18 0 4 0 156614402 344817664 73562 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26700/statm: 84184 73562 83 193 0 83988 0
[pid=26700/tid=26701] ppid=26697 vsize=336736 CPUtime=2346.88
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 14461 0 0 0 234661 27 0 0 25 0 4 0 156614407 344817664 73562 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26702] ppid=26697 vsize=336736 CPUtime=2627.78
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 24694 0 0 0 262732 46 0 0 25 0 4 0 156614407 344817664 73562 1992294400 134512640 135305190 4294956160 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26703] ppid=26697 vsize=336736 CPUtime=2427.13
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 17027 0 0 0 242678 35 0 0 25 0 4 0 156614407 344817664 73562 1992294400 134512640 135305190 4294956160 18446744073709551615 134556572 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9779.78
Current children cumulated vsize (KiB) 342092

[startup+4962.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/69 26713
/proc/meminfo: memFree=1575576/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=338784 CPUtime=9899.29
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 74149 0 0 0 989786 143 0 0 21 0 4 0 156614402 346914816 74135 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26700/statm: 84696 74135 83 193 0 84500 0
[pid=26700/tid=26701] ppid=26697 vsize=338784 CPUtime=2372.31
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 14606 0 0 0 237204 27 0 0 25 0 4 0 156614407 346914816 74135 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26702] ppid=26697 vsize=338784 CPUtime=2662.31
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 25069 0 0 0 266184 47 0 0 21 0 4 0 156614407 346914816 74135 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26703] ppid=26697 vsize=338784 CPUtime=2456.23
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 17058 0 0 0 245588 35 0 0 25 0 4 0 156614407 346914816 74135 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9899.49
Current children cumulated vsize (KiB) 344140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012.7 s]
/proc/loadavg: 4.00 3.97 3.91 5/69 26713
/proc/meminfo: memFree=1574872/2055920 swapFree=4180712/4192956
[pid=26697] ppid=26695 vsize=5356 CPUtime=0.2
/proc/26697/stat : 26697 (manysat.sh) S 26695 26697 26627 0 -1 4194304 313 1121 0 0 0 0 20 0 16 0 1 0 156614381 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26697/statm: 1339 238 195 169 0 50 0
[pid=26700] ppid=26697 vsize=339808 CPUtime=9999.84
/proc/26700/stat : 26700 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194304 74314 0 0 0 999841 143 0 0 25 0 4 0 156614402 347963392 74300 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26700/statm: 84952 74300 83 193 0 84756 0
[pid=26700/tid=26701] ppid=26697 vsize=339808 CPUtime=2396.67
/proc/26700/task/26701/stat : 26701 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 14610 0 0 0 239640 27 0 0 25 0 4 0 156614407 347963392 74300 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26702] ppid=26697 vsize=339808 CPUtime=2688.32
/proc/26700/task/26702/stat : 26702 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 25211 0 0 0 268785 47 0 0 25 0 4 0 156614407 347963392 74300 1992294400 134512640 135305190 4294956160 18446744073709551615 134561695 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26700/tid=26703] ppid=26697 vsize=339808 CPUtime=2481.32
/proc/26700/task/26703/stat : 26703 (manysat1.1_stat) R 26697 26697 26627 0 -1 4194368 17063 0 0 0 248097 35 0 0 25 0 4 0 156614407 347963392 74300 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 345164

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26697 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=206968
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=8998
# CPU time returned by wait4() is 0.215966
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5012.72
CPU time (s): 10000
CPU user time (s): 9998.61
CPU system time (s): 1.43
CPU usage (%): 199.493
Max. virtual memory (cumulated for all children) (KiB): 345164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.206968
system time used= 0.008998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1434
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= 5
involuntary context switches= 3

runsolver used 5.03423 second user time and 13.475 second system time

The end

Launcher Data

Begin job on node28 at 2009-05-02 19:36:51
IDJOB=1772826
IDBENCH=20399
IDSOLVER=612
FILE ID=node28/1772826-1241285811
PBS_JOBID= 9225069
Free space on /tmp= 66284 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772826-1241285811/watcher-1772826-1241285811 -o /tmp/evaluation-result-1772826-1241285811/solver-1772826-1241285811 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1772826-1241285811.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=752640098

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1876512 kB
Buffers:         27916 kB
Cached:          72424 kB
SwapCached:       5468 kB
Active:          17312 kB
Inactive:        91636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876512 kB
SwapTotal:     4192956 kB
SwapFree:      4180712 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          14320 kB
Slab:            56384 kB
Committed_AS:   717696 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66280 MiB
End job on node28 at 2009-05-02 21:00:25