Trace number 1775186

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 5011.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   79453   236162 |   23835       0        0     nan |  0.000 % |
0.49/0.56	c |         0 |   78593   334041 |      --       0       --      -- |     --   | -860/97879
0.49/0.56	c ==============================================================================
0.49/0.56	c Result  :   #vars: 871   #clauses: 78593   #literals: 334041
0.49/0.56	c CPU time:   0.541917 s
0.49/0.56	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-1775186-1241294040/watcher-1775186-1241294040 -o /tmp/evaluation-result-1775186-1241294040/solver-1775186-1241294040 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1775186-1241294040.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: 3.67 3.90 3.89 3/64 26058
/proc/meminfo: memFree=1928672/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157436739 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26058/statm: 1339 235 195 169 0 50 0
[pid=26059] ppid=26058 vsize=1384 CPUtime=0
/proc/26059/stat : 26059 (SatElite) R 26058 26058 26021 0 -1 4194304 252 0 0 0 0 0 0 0 18 0 1 0 157436739 1417216 236 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/26059/statm: 346 236 50 127 0 216 0

[startup+0.0865759 s]
/proc/loadavg: 3.67 3.90 3.89 3/64 26058
/proc/meminfo: memFree=1928672/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157436739 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26058/statm: 1339 235 195 169 0 50 0
[pid=26059] ppid=26058 vsize=6796 CPUtime=0.07
/proc/26059/stat : 26059 (SatElite) R 26058 26058 26021 0 -1 4194304 1569 0 0 0 6 1 0 0 18 0 1 0 157436739 6959104 1553 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/26059/statm: 1699 1553 68 127 0 1569 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12152

[startup+0.101579 s]
/proc/loadavg: 3.67 3.90 3.89 3/64 26058
/proc/meminfo: memFree=1928672/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157436739 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26058/statm: 1339 235 195 169 0 50 0
[pid=26059] ppid=26058 vsize=6932 CPUtime=0.09
/proc/26059/stat : 26059 (SatElite) R 26058 26058 26021 0 -1 4194304 1618 0 0 0 8 1 0 0 18 0 1 0 157436739 7098368 1602 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/26059/statm: 1733 1602 68 127 0 1603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12288

[startup+0.301608 s]
/proc/loadavg: 3.67 3.90 3.89 3/64 26058
/proc/meminfo: memFree=1928672/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157436739 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26058/statm: 1339 235 195 169 0 50 0
[pid=26059] ppid=26058 vsize=9132 CPUtime=0.29
/proc/26059/stat : 26059 (SatElite) R 26058 26058 26021 0 -1 4194304 2106 0 0 0 28 1 0 0 19 0 1 0 157436739 9351168 2087 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/26059/statm: 2283 2087 68 127 0 2153 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14488

[startup+0.701676 s]
/proc/loadavg: 3.67 3.90 3.89 3/64 26058
/proc/meminfo: memFree=1928672/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5356

[startup+1.50279 s]
/proc/loadavg: 3.46 3.86 3.88 5/69 26064
/proc/meminfo: memFree=1903352/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=58524 CPUtime=1.45
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 6367 0 0 0 142 3 0 0 17 0 4 0 157436807 59928576 6353 1992294400 134512640 135305190 4294956160 18446744073709551615 134551771 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26061/statm: 14631 6353 83 193 0 14435 0
[pid=26061/tid=26062] ppid=26058 vsize=58524 CPUtime=0.45
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 367 0 0 0 45 0 0 0 17 0 4 0 157436824 59928576 6353 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26063] ppid=26058 vsize=58524 CPUtime=0.25
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 267 0 0 0 25 0 0 0 18 0 4 0 157436824 59928576 6353 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26064] ppid=26058 vsize=58524 CPUtime=0.3
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 299 0 0 0 30 0 0 0 17 0 4 0 157436824 59928576 6353 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 63880

[startup+3.10203 s]
/proc/loadavg: 3.46 3.86 3.88 5/69 26064
/proc/meminfo: memFree=1899960/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=61028 CPUtime=4.64
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 7113 0 0 0 461 3 0 0 18 0 4 0 157436807 62492672 7099 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26061/statm: 15257 7099 83 193 0 15061 0
[pid=26061/tid=26062] ppid=26058 vsize=61028 CPUtime=1.22
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 467 0 0 0 122 0 0 0 20 0 4 0 157436824 62492672 7099 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26063] ppid=26058 vsize=61028 CPUtime=0.51
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 411 0 0 0 51 0 0 0 20 0 4 0 157436824 62492672 7099 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26064] ppid=26058 vsize=61028 CPUtime=1.2
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 607 0 0 0 120 0 0 0 18 0 4 0 157436824 62492672 7099 1992294400 134512640 135305190 4294956160 18446744073709551615 134547978 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 66384

[startup+6.30249 s]
/proc/loadavg: 3.46 3.86 3.88 5/69 26064
/proc/meminfo: memFree=1893240/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=67056 CPUtime=11.03
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 8644 0 0 0 1098 5 0 0 25 0 4 0 157436807 68665344 8630 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26061/statm: 16764 8630 83 193 0 16568 0
[pid=26061/tid=26062] ppid=26058 vsize=67056 CPUtime=2.02
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 580 0 0 0 202 0 0 0 23 0 4 0 157436824 68665344 8630 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26063] ppid=26058 vsize=67056 CPUtime=2.11
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 993 0 0 0 211 0 0 0 23 0 4 0 157436824 68665344 8630 1992294400 134512640 135305190 4294956160 18446744073709551615 134528344 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26064] ppid=26058 vsize=67056 CPUtime=3.59
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 1220 0 0 0 358 1 0 0 22 0 4 0 157436824 68665344 8630 1992294400 134512640 135305190 4294956160 18446744073709551615 134551757 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.7
Current children cumulated vsize (KiB) 72412

[startup+12.7014 s]
/proc/loadavg: 3.62 3.88 3.88 5/69 26064
/proc/meminfo: memFree=1884280/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=76028 CPUtime=23.8
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 10814 0 0 0 2372 8 0 0 21 0 4 0 157436807 77852672 10800 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26061/statm: 19007 10800 83 193 0 18811 0
[pid=26061/tid=26062] ppid=26058 vsize=76028 CPUtime=4.02
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 884 0 0 0 401 1 0 0 25 0 4 0 157436824 77852672 10800 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26063] ppid=26058 vsize=76028 CPUtime=4.69
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 1446 0 0 0 469 0 0 0 25 0 4 0 157436824 77852672 10800 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26064] ppid=26058 vsize=76028 CPUtime=8
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 2231 0 0 0 798 2 0 0 20 0 4 0 157436824 77852672 10800 1992294400 134512640 135305190 4294956160 18446744073709551615 134558291 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 81384

[startup+25.5013 s]
/proc/loadavg: 3.67 3.88 3.88 5/69 26064
/proc/meminfo: memFree=1876216/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=83396 CPUtime=49.34
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 12655 0 0 0 4924 10 0 0 25 0 4 0 157436807 85397504 12641 1992294400 134512640 135305190 4294956160 18446744073709551615 134528289 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26061/statm: 20849 12641 83 193 0 20653 0
[pid=26061/tid=26062] ppid=26058 vsize=83396 CPUtime=10.15
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 1228 0 0 0 1014 1 0 0 25 0 4 0 157436824 85397504 12641 1992294400 134512640 135305190 4294956160 18446744073709551615 134528483 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26063] ppid=26058 vsize=83396 CPUtime=10.8
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 1958 0 0 0 1079 1 0 0 24 0 4 0 157436824 85397504 12641 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26064] ppid=26058 vsize=83396 CPUtime=15.09
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 2907 0 0 0 1506 3 0 0 19 0 4 0 157436824 85397504 12641 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 88752

[startup+51.102 s]
/proc/loadavg: 3.80 3.89 3.89 5/69 26064
/proc/meminfo: memFree=1859192/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=101208 CPUtime=100.42
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 16898 0 0 0 10027 15 0 0 19 0 4 0 157436807 103636992 16884 1992294400 134512640 135305190 4294956160 18446744073709551615 134570421 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26061/statm: 25302 16884 83 193 0 25106 0
[pid=26061/tid=26062] ppid=26058 vsize=101208 CPUtime=22.81
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 2110 0 0 0 2278 3 0 0 25 0 4 0 157436824 103636992 16884 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26063] ppid=26058 vsize=101208 CPUtime=22.03
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 2860 0 0 0 2201 2 0 0 25 0 4 0 157436824 103636992 16884 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26064] ppid=26058 vsize=101208 CPUtime=28.49
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 4281 0 0 0 2845 4 0 0 25 0 4 0 157436824 103636992 16884 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.09
Current children cumulated vsize (KiB) 106564

[startup+102.306 s]
/proc/loadavg: 3.95 3.92 3.90 5/69 26064
/proc/meminfo: memFree=1837816/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=122768 CPUtime=202.6
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 22197 0 0 0 20238 22 0 0 25 0 4 0 157436807 125714432 22153 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26061/statm: 30692 22153 83 193 0 30496 0
[pid=26061/tid=26062] ppid=26058 vsize=122768 CPUtime=47.61
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 2834 0 0 0 4757 4 0 0 25 0 4 0 157436824 125714432 22153 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26063] ppid=26058 vsize=122768 CPUtime=47.2
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 4378 0 0 0 4717 3 0 0 25 0 4 0 157436824 125714432 22153 1992294400 134512640 135305190 4294956160 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26064] ppid=26058 vsize=122768 CPUtime=54.49
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 5298 0 0 0 5443 6 0 0 25 0 4 0 157436824 125714432 22153 1992294400 134512640 135305190 4294956160 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.27
Current children cumulated vsize (KiB) 128124

[startup+162.301 s]
/proc/loadavg: 3.98 3.93 3.90 5/69 26064
/proc/meminfo: memFree=1817464/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=144920 CPUtime=322.33

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

/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 25705 0 0 0 227161 45 0 0 25 0 4 0 157436824 447320064 94222 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9063.87
Current children cumulated vsize (KiB) 442192

[startup+4602.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 26078
/proc/meminfo: memFree=1545720/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=437232 CPUtime=9182.95
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 94537 0 0 0 918139 156 0 0 25 0 4 0 157436807 447725568 94324 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26061/statm: 109308 94324 83 193 0 109112 0
[pid=26061/tid=26062] ppid=26058 vsize=437232 CPUtime=2290.27
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 18756 0 0 0 228993 34 0 0 25 0 4 0 157436824 447725568 94324 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26063] ppid=26058 vsize=437232 CPUtime=2302.72
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 25535 0 0 0 230228 44 0 0 25 0 4 0 157436824 447725568 94324 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26064] ppid=26058 vsize=437232 CPUtime=2302.05
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 25757 0 0 0 230160 45 0 0 25 0 4 0 157436824 447725568 94324 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9183.62
Current children cumulated vsize (KiB) 442588

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 26078
/proc/meminfo: memFree=1545272/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=437628 CPUtime=9302.67
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 94636 0 0 0 930111 156 0 0 25 0 4 0 157436807 448131072 94423 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26061/statm: 109407 94423 83 193 0 109211 0
[pid=26061/tid=26062] ppid=26058 vsize=437628 CPUtime=2320.17
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 18783 0 0 0 231983 34 0 0 25 0 4 0 157436824 448131072 94423 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26063] ppid=26058 vsize=437628 CPUtime=2332.7
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 25581 0 0 0 233226 44 0 0 25 0 4 0 157436824 448131072 94423 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26064] ppid=26058 vsize=437628 CPUtime=2332.05
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 25773 0 0 0 233160 45 0 0 25 0 4 0 157436824 448131072 94423 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9303.34
Current children cumulated vsize (KiB) 442984

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 26078
/proc/meminfo: memFree=1538360/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=444804 CPUtime=9422.42
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 96400 0 0 0 942083 159 0 0 25 0 4 0 157436807 455479296 96187 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26061/statm: 111201 96187 83 193 0 111005 0
[pid=26061/tid=26062] ppid=26058 vsize=444804 CPUtime=2350.06
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 18787 0 0 0 234972 34 0 0 25 0 4 0 157436824 455479296 96187 1992294400 134512640 135305190 4294956160 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26063] ppid=26058 vsize=444804 CPUtime=2362.69
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 26476 0 0 0 236223 46 0 0 25 0 4 0 157436824 455479296 96187 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26064] ppid=26058 vsize=444804 CPUtime=2362.03
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 26595 0 0 0 236158 45 0 0 25 0 4 0 157436824 455479296 96187 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9423.09
Current children cumulated vsize (KiB) 450160

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 26078
/proc/meminfo: memFree=1528824/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=454556 CPUtime=9542.15
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 98781 0 0 0 954052 163 0 0 25 0 4 0 157436807 465465344 98568 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26061/statm: 113639 98568 83 193 0 113443 0
[pid=26061/tid=26062] ppid=26058 vsize=454556 CPUtime=2379.92
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 18787 0 0 0 237958 34 0 0 25 0 4 0 157436824 465465344 98568 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26063] ppid=26058 vsize=454556 CPUtime=2392.68
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 27775 0 0 0 239220 48 0 0 25 0 4 0 157436824 465465344 98568 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26064] ppid=26058 vsize=454556 CPUtime=2392.03
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 27672 0 0 0 239156 47 0 0 25 0 4 0 157436824 465465344 98568 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9542.82
Current children cumulated vsize (KiB) 459912

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 26078
/proc/meminfo: memFree=1522232/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=461284 CPUtime=9661.89
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 100416 0 0 0 966024 165 0 0 25 0 4 0 157436807 472354816 100187 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26061/statm: 115321 100187 83 193 0 115125 0
[pid=26061/tid=26062] ppid=26058 vsize=461284 CPUtime=2409.45
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 18866 0 0 0 240911 34 0 0 25 0 4 0 157436824 472354816 100187 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26063] ppid=26058 vsize=461284 CPUtime=2423.78
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 28559 0 0 0 242329 49 0 0 18 0 4 0 157436824 472354816 100187 1992294400 134512640 135305190 4294956160 18446744073709551615 134538914 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26064] ppid=26058 vsize=461284 CPUtime=2421.32
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 28427 0 0 0 242084 48 0 0 25 0 4 0 157436824 472354816 100187 1992294400 134512640 135305190 4294956160 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9662.56
Current children cumulated vsize (KiB) 466640

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 26078
/proc/meminfo: memFree=1521464/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=462304 CPUtime=9781.64
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 100616 0 0 0 977998 166 0 0 25 0 4 0 157436807 473399296 100387 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26061/statm: 115576 100387 83 193 0 115380 0
[pid=26061/tid=26062] ppid=26058 vsize=462304 CPUtime=2439.24
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 18878 0 0 0 243890 34 0 0 25 0 4 0 157436824 473399296 100387 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26063] ppid=26058 vsize=462304 CPUtime=2453.55
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 28617 0 0 0 245306 49 0 0 25 0 4 0 157436824 473399296 100387 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26064] ppid=26058 vsize=462304 CPUtime=2451.32
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 28534 0 0 0 245084 48 0 0 25 0 4 0 157436824 473399296 100387 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9782.31
Current children cumulated vsize (KiB) 467660

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 26078
/proc/meminfo: memFree=1519672/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=464380 CPUtime=9901.37
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 101035 0 0 0 989970 167 0 0 25 0 4 0 157436807 475525120 100806 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26061/statm: 116095 100806 83 193 0 115899 0
[pid=26061/tid=26062] ppid=26058 vsize=464380 CPUtime=2469.24
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 18906 0 0 0 246890 34 0 0 25 0 4 0 157436824 475525120 100806 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26063] ppid=26058 vsize=464380 CPUtime=2483.32
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 28842 0 0 0 248283 49 0 0 25 0 4 0 157436824 475525120 100806 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26064] ppid=26058 vsize=464380 CPUtime=2481.3
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 28645 0 0 0 248081 49 0 0 25 0 4 0 157436824 475525120 100806 1992294400 134512640 135305190 4294956160 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9902.04
Current children cumulated vsize (KiB) 469736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.4 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 26078
/proc/meminfo: memFree=1518264/2055920 swapFree=4192812/4192956
[pid=26058] ppid=26056 vsize=5356 CPUtime=0.67
/proc/26058/stat : 26058 (manysat.sh) S 26056 26058 26021 0 -1 4194304 313 2111 0 0 0 0 65 2 16 0 1 0 157436739 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26058/statm: 1339 238 195 169 0 50 0
[pid=26061] ppid=26058 vsize=466092 CPUtime=9999.36
/proc/26061/stat : 26061 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194304 101367 0 0 0 999769 167 0 0 25 0 4 0 157436807 477278208 101138 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26061/statm: 116523 101138 83 193 0 116327 0
[pid=26061/tid=26062] ppid=26058 vsize=466092 CPUtime=2493.81
/proc/26061/task/26062/stat : 26062 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 18962 0 0 0 249347 34 0 0 25 0 4 0 157436824 477278208 101138 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=26061/tid=26063] ppid=26058 vsize=466092 CPUtime=2507.82
/proc/26061/task/26063/stat : 26063 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 29035 0 0 0 250732 50 0 0 25 0 4 0 157436824 477278208 101138 1992294400 134512640 135305190 4294956160 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 0 0 0
[pid=26061/tid=26064] ppid=26058 vsize=466092 CPUtime=2505.72
/proc/26061/task/26064/stat : 26064 (manysat1.1_stat) R 26058 26058 26021 0 -1 4194368 28722 0 0 0 250523 49 0 0 25 0 4 0 157436824 477278208 101138 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 471448

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 26058 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=658899
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=24996
# CPU time returned by wait4() is 0.683895
# 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): 5011.42
CPU time (s): 10000
CPU user time (s): 9998.34
CPU system time (s): 1.69
CPU usage (%): 199.545
Max. virtual memory (cumulated for all children) (KiB): 471448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.658899
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2424
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= 6
involuntary context switches= 4

runsolver used 4.49232 second user time and 13.7419 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-02 21:54:00
IDJOB=1775186
IDBENCH=71098
IDSOLVER=612
FILE ID=node30/1775186-1241294040
PBS_JOBID= 9225149
Free space on /tmp= 66512 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775186-1241294040/watcher-1775186-1241294040 -o /tmp/evaluation-result-1775186-1241294040/solver-1775186-1241294040 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1775186-1241294040.cnf aimd 1

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=1368501843

node30.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.265
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.265
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:       1929224 kB
Buffers:          9444 kB
Cached:          47948 kB
SwapCached:          0 kB
Active:          34336 kB
Inactive:        37392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1929224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2776 kB
Writeback:           0 kB
Mapped:          24088 kB
Slab:            41132 kB
Committed_AS:   773768 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node30 at 2009-05-02 23:17:33