Trace number 3362005

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 4800.14 1203.92

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1067.51
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
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.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 |   68055   202155 |   20416       0        0     nan |  0.000 % |
0.00/0.25	c |         0 |   67183   284754 |      --       0       --      -- |     --   | -872/82599
0.00/0.25	c ==============================================================================
0.00/0.25	c Result  :   #vars: 763   #clauses: 67183   #literals: 284754
0.00/0.25	c CPU time:   0.250961 s
0.00/0.25	c ==============================================================================

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362005-1305297867/watcher-3362005-1305297867 -o /tmp/evaluation-result-3362005-1305297867/solver-3362005-1305297867 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362005-1305297867.cnf aimd 1 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.87 7.74 6.28 5/368 31347
/proc/meminfo: memFree=10989152/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622202929 8908800 250 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31347/statm: 2175 250 209 178 0 68 0

[startup+0.0995459 s]
/proc/loadavg: 7.87 7.74 6.28 5/368 31347
/proc/meminfo: memFree=10989152/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622202929 8908800 250 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31347/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100547 s]
/proc/loadavg: 7.87 7.74 6.28 5/368 31347
/proc/meminfo: memFree=10989152/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622202929 8908800 250 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31347/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300509 s]
/proc/loadavg: 7.87 7.74 6.28 5/368 31347
/proc/meminfo: memFree=10989152/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622202929 8908800 250 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31347/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.2793 s]
/proc/loadavg: 7.87 7.74 6.28 5/368 31347
/proc/meminfo: memFree=10989152/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 7.87 7.74 6.28 5/368 31347
/proc/meminfo: memFree=10989152/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 8700

[startup+3.10098 s]
/proc/loadavg: 7.87 7.74 6.28 9/373 31353
/proc/meminfo: memFree=10950784/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=70112 CPUtime=10.93 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 9334 0 0 0 1091 2 0 0 23 0 4 0 622202959 71794688 9284 33554432000 134512640 135305190 4288053312 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31350/statm: 17528 9284 84 194 0 17332 0
[pid=31350/tid=31351] ppid=31347 vsize=70112 CPUtime=2.71 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 1222 0 0 0 271 0 0 0 23 0 4 0 622202966 71794688 9284 33554432000 134512640 135305190 4288053312 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=70112 CPUtime=2.72 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 1142 0 0 0 272 0 0 0 23 0 4 0 622202966 71794688 9284 33554432000 134512640 135305190 4288053312 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=70112 CPUtime=2.69 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 1221 0 0 0 269 0 0 0 23 0 4 0 622202966 71794688 9284 33554432000 134512640 135305190 4288053312 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 78812

[startup+6.30041 s]
/proc/loadavg: 7.88 7.74 6.29 9/373 31353
/proc/meminfo: memFree=10940616/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=79508 CPUtime=23.69 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 11611 0 0 0 2366 3 0 0 25 0 4 0 622202959 81416192 11561 33554432000 134512640 135305190 4288053312 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31350/statm: 19877 11561 84 194 0 19681 0
[pid=31350/tid=31351] ppid=31347 vsize=79508 CPUtime=5.91 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 1835 0 0 0 591 0 0 0 25 0 4 0 622202966 81416192 11561 33554432000 134512640 135305190 4288053312 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=79508 CPUtime=5.92 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 1664 0 0 0 592 0 0 0 25 0 4 0 622202966 81416192 11561 33554432000 134512640 135305190 4288053312 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=79508 CPUtime=5.85 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 1740 0 0 0 585 0 0 0 25 0 4 0 622202966 81416192 11561 33554432000 134512640 135305190 4288053312 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.99
Current children cumulated vsize (KiB) 88208

[startup+12.7003 s]
/proc/loadavg: 7.89 7.75 6.30 9/373 31353
/proc/meminfo: memFree=10926252/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=93200 CPUtime=49.26 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 15018 0 0 0 4921 5 0 0 25 0 4 0 622202959 95436800 14968 33554432000 134512640 135305190 4288053312 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31350/statm: 23300 14968 84 194 0 23104 0
[pid=31350/tid=31351] ppid=31347 vsize=93200 CPUtime=12.32 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 2732 0 0 0 1231 1 0 0 25 0 4 0 622202966 95436800 14968 33554432000 134512640 135305190 4288053312 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=93200 CPUtime=12.32 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 2399 0 0 0 1232 0 0 0 25 0 4 0 622202966 95436800 14968 33554432000 134512640 135305190 4288053312 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=93200 CPUtime=12.18 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 2775 0 0 0 1218 0 0 0 25 0 4 0 622202966 95436800 14968 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.56
Current children cumulated vsize (KiB) 101900

[startup+25.501 s]
/proc/loadavg: 7.98 7.77 6.33 9/373 31354
/proc/meminfo: memFree=10908104/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=114192 CPUtime=100.26 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 19641 0 0 0 10019 7 0 0 25 0 4 0 622202959 116932608 19591 33554432000 134512640 135305190 4288053312 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31350/statm: 28548 19591 84 194 0 28352 0
[pid=31350/tid=31351] ppid=31347 vsize=114192 CPUtime=25.12 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 3799 0 0 0 2510 2 0 0 25 0 4 0 622202966 116932608 19591 33554432000 134512640 135305190 4288053312 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=114192 CPUtime=25.12 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 3664 0 0 0 2511 1 0 0 25 0 4 0 622202966 116932608 19591 33554432000 134512640 135305190 4288053312 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=114192 CPUtime=24.82 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 3838 0 0 0 2481 1 0 0 25 0 4 0 622202966 116932608 19591 33554432000 134512640 135305190 4288053312 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.56
Current children cumulated vsize (KiB) 122892

[startup+51.1004 s]
/proc/loadavg: 8.15 7.82 6.38 9/373 31354
/proc/meminfo: memFree=10879520/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=136008 CPUtime=202.36 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 24954 0 0 0 20222 14 0 0 25 0 4 0 622202959 139272192 24904 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31350/statm: 34002 24904 84 194 0 33806 0
[pid=31350/tid=31351] ppid=31347 vsize=136008 CPUtime=50.7 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 5351 0 0 0 5067 3 0 0 25 0 4 0 622202966 139272192 24904 33554432000 134512640 135305190 4288053312 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=136008 CPUtime=50.71 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 4897 0 0 0 5068 3 0 0 25 0 4 0 622202966 139272192 24904 33554432000 134512640 135305190 4288053312 18446744073709551615 134554291 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=136008 CPUtime=50.12 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 4924 0 0 0 5009 3 0 0 25 0 4 0 622202966 139272192 24904 33554432000 134512640 135305190 4288053312 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.66
Current children cumulated vsize (KiB) 144708

[startup+102.301 s]
/proc/loadavg: 8.06 7.85 6.47 9/373 31356
/proc/meminfo: memFree=10847612/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=168456 CPUtime=406.53 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 32387 0 0 0 40633 20 0 0 25 0 4 0 622202959 172498944 32301 33554432000 134512640 135305190 4288053312 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31350/statm: 42114 32301 84 194 0 41918 0
[pid=31350/tid=31351] ppid=31347 vsize=168456 CPUtime=101.9 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 7757 0 0 0 10185 5 0 0 25 0 4 0 622202966 172498944 32301 33554432000 134512640 135305190 4288053312 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=168456 CPUtime=101.91 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 6690 0 0 0 10186 5 0 0 25 0 4 0 622202966 172498944 32301 33554432000 134512640 135305190 4288053312 18446744073709551615 134539420 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=168456 CPUtime=100.71 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 7095 0 0 0 10066 5 0 0 25 0 4 0 622202966 172498944 32301 33554432000 134512640 135305190 4288053312 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 406.83
Current children cumulated vsize (KiB) 177156

[startup+162.3 s]
/proc/loadavg: 8.10 7.90 6.57 9/373 31357
/proc/meminfo: memFree=10827964/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=186908 CPUtime=645.87 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 36500 0 0 0 64563 24 0 0 25 0 4 0 622202959 191393792 36286 33554432000 134512640 135305190 4288053312 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31350/statm: 46727 36286 84 194 0 46531 0
[pid=31350/tid=31351] ppid=31347 vsize=186908 CPUtime=161.92 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 8589 0 0 0 16186 6 0 0 25 0 4 0 622202966 191393792 36286 33554432000 134512640 135305190 4288053312 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=186908 CPUtime=161.92 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 8509 0 0 0 16186 6 0 0 25 0 4 0 622202966 191393792 36286 33554432000 134512640 135305190 4288053312 18446744073709551615 134564756 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=186908 CPUtime=160.01 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 7717 0 0 0 15995 6 0 0 25 0 4 0 622202966 191393792 36286 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.17
Current children cumulated vsize (KiB) 195608

[startup+222.301 s]

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

/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 18053 0 0 0 75500 21 0 0 25 0 4 0 622202966 362577920 74020 33554432000 134512640 135305190 4288053312 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3038.95
Current children cumulated vsize (KiB) 362780

[startup+822.3 s]
/proc/loadavg: 8.08 8.08 7.34 9/373 31375
/proc/meminfo: memFree=10644016/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=359624 CPUtime=3277.99 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 75557 0 0 0 327722 77 0 0 25 0 4 0 622202959 368254976 75210 33554432000 134512640 135305190 4288053312 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31350/statm: 89906 75210 84 194 0 89710 0
[pid=31350/tid=31351] ppid=31347 vsize=359624 CPUtime=821.92 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 17525 0 0 0 82175 17 0 0 25 0 4 0 622202966 368254976 75210 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=359624 CPUtime=821.88 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 20149 0 0 0 82165 23 0 0 25 0 4 0 622202966 368254976 75210 33554432000 134512640 135305190 4288053312 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=359624 CPUtime=815.23 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 18188 0 0 0 81501 22 0 0 25 0 4 0 622202966 368254976 75210 33554432000 134512640 135305190 4288053312 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3278.29
Current children cumulated vsize (KiB) 368324

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 7.38 9/373 31376
/proc/meminfo: memFree=10631544/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=369788 CPUtime=3517.23 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 77598 0 0 0 351643 80 0 0 25 0 4 0 622202959 378662912 77251 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31350/statm: 92447 77251 84 194 0 92251 0
[pid=31350/tid=31351] ppid=31347 vsize=369788 CPUtime=881.91 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 18146 0 0 0 88173 18 0 0 25 0 4 0 622202966 378662912 77251 33554432000 134512640 135305190 4288053312 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=369788 CPUtime=881.87 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 20547 0 0 0 88163 24 0 0 25 0 4 0 622202966 378662912 77251 33554432000 134512640 135305190 4288053312 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=369788 CPUtime=875.21 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 18806 0 0 0 87499 22 0 0 25 0 4 0 622202966 378662912 77251 33554432000 134512640 135305190 4288053312 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3517.53
Current children cumulated vsize (KiB) 378488

[startup+942.314 s]
/proc/loadavg: 8.07 8.08 7.42 6/370 31407
/proc/meminfo: memFree=10665904/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=383664 CPUtime=3756.58 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 80537 0 0 0 375572 86 0 0 25 0 4 0 622202959 392871936 80190 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31350/statm: 95916 80190 84 194 0 95720 0
[pid=31350/tid=31351] ppid=31347 vsize=383664 CPUtime=941.92 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 19079 0 0 0 94173 19 0 0 25 0 4 0 622202966 392871936 80190 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=383664 CPUtime=941.88 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 21552 0 0 0 94161 27 0 0 25 0 4 0 622202966 392871936 80190 33554432000 134512640 135305190 4288053312 18446744073709551615 134554438 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=383664 CPUtime=935.23 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 19651 0 0 0 93499 24 0 0 25 0 4 0 622202966 392871936 80190 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3756.88
Current children cumulated vsize (KiB) 392364

[startup+1002.3 s]
/proc/loadavg: 7.96 8.03 7.45 10/373 31422
/proc/meminfo: memFree=10452312/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=394884 CPUtime=3995.77 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 82980 0 0 0 399488 89 0 0 25 0 4 0 622202959 404361216 82633 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31350/statm: 98721 82633 84 194 0 98525 0
[pid=31350/tid=31351] ppid=31347 vsize=394884 CPUtime=1001.91 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 19540 0 0 0 100171 20 0 0 25 0 4 0 622202966 404361216 82633 33554432000 134512640 135305190 4288053312 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=394884 CPUtime=1001.84 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 22746 0 0 0 100156 28 0 0 25 0 4 0 622202966 404361216 82633 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=394884 CPUtime=995.2 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 20154 0 0 0 99496 24 0 0 25 0 4 0 622202966 404361216 82633 33554432000 134512640 135305190 4288053312 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3996.07
Current children cumulated vsize (KiB) 403584

[startup+1062.3 s]
/proc/loadavg: 8.12 8.06 7.49 10/373 31423
/proc/meminfo: memFree=10323800/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=398152 CPUtime=4235.05 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 83780 0 0 0 423414 91 0 0 25 0 4 0 622202959 407707648 83433 33554432000 134512640 135305190 4288053312 18446744073709551615 134528421 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31350/statm: 99538 83433 84 194 0 99342 0
[pid=31350/tid=31351] ppid=31347 vsize=398152 CPUtime=1061.9 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 19755 0 0 0 106170 20 0 0 25 0 4 0 622202966 407707648 83433 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=398152 CPUtime=1061.84 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 23085 0 0 0 106155 29 0 0 25 0 4 0 622202966 407707648 83433 33554432000 134512640 135305190 4288053312 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=398152 CPUtime=1055.21 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 20185 0 0 0 105496 25 0 0 25 0 4 0 622202966 407707648 83433 33554432000 134512640 135305190 4288053312 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4235.35
Current children cumulated vsize (KiB) 406852

[startup+1122.3 s]
/proc/loadavg: 8.11 8.06 7.52 9/373 31425
/proc/meminfo: memFree=10214752/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=409260 CPUtime=4474.36 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 86232 0 0 0 447343 93 0 0 25 0 4 0 622202959 419082240 85864 33554432000 134512640 135305190 4288053312 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31350/statm: 102315 85864 84 194 0 102119 0
[pid=31350/tid=31351] ppid=31347 vsize=409260 CPUtime=1121.91 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 19944 0 0 0 112170 21 0 0 25 0 4 0 622202966 419082240 85864 33554432000 134512640 135305190 4288053312 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=409260 CPUtime=1121.84 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 24037 0 0 0 112154 30 0 0 25 0 4 0 622202966 419082240 85864 33554432000 134512640 135305190 4288053312 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=409260 CPUtime=1115.21 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 20396 0 0 0 111496 25 0 0 25 0 4 0 622202966 419082240 85864 33554432000 134512640 135305190 4288053312 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4474.66
Current children cumulated vsize (KiB) 417960

[startup+1182.3 s]
/proc/loadavg: 8.15 8.08 7.56 9/373 31426
/proc/meminfo: memFree=10066024/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=423876 CPUtime=4713.65 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 89747 0 0 0 471268 97 0 0 25 0 4 0 622202959 434049024 89379 33554432000 134512640 135305190 4288053312 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31350/statm: 105969 89379 84 194 0 105773 0
[pid=31350/tid=31351] ppid=31347 vsize=423876 CPUtime=1181.9 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 20504 0 0 0 118169 21 0 0 25 0 4 0 622202966 434049024 89379 33554432000 134512640 135305190 4288053312 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=423876 CPUtime=1181.84 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 25546 0 0 0 118153 31 0 0 25 0 4 0 622202966 434049024 89379 33554432000 134512640 135305190 4288053312 18446744073709551615 134541959 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=423876 CPUtime=1175.21 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 21451 0 0 0 117495 26 0 0 25 0 4 0 622202966 434049024 89379 33554432000 134512640 135305190 4288053312 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4713.95
Current children cumulated vsize (KiB) 432576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.17 8.09 7.58 9/373 31427
/proc/meminfo: memFree=10031272/32951124 swapFree=65155552/67111528
[pid=31347] ppid=31345 vsize=8700 CPUtime=0.3 cores=1,3,5,7
/proc/31347/stat : 31347 (manysat.sh) S 31345 31347 31066 0 -1 4202496 357 1855 0 0 0 0 30 0 22 0 1 0 622202929 8908800 253 33554432000 4194304 4922060 140736893031680 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31347/statm: 2175 253 209 178 0 68 0
[pid=31350] ppid=31347 vsize=432588 CPUtime=4799.84 cores=1,3,5,7
/proc/31350/stat : 31350 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202496 92171 0 0 0 479883 101 0 0 25 0 4 0 622202959 442970112 91803 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31350/statm: 108147 91803 84 194 0 107951 0
[pid=31350/tid=31351] ppid=31347 vsize=432588 CPUtime=1203.52 cores=1,3,5,7
/proc/31350/task/31351/stat : 31351 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 20927 0 0 0 120330 22 0 0 25 0 4 0 622202966 442970112 91803 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31350/tid=31352] ppid=31347 vsize=432588 CPUtime=1203.45 cores=1,3,5,7
/proc/31350/task/31352/stat : 31352 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 26985 0 0 0 120311 34 0 0 25 0 4 0 622202966 442970112 91803 33554432000 134512640 135305190 4288053312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31350/tid=31353] ppid=31347 vsize=432588 CPUtime=1196.82 cores=1,3,5,7
/proc/31350/task/31353/stat : 31353 (manysat1.1_stat) R 31347 31347 31066 0 -1 4202560 21868 0 0 0 119656 26 0 0 25 0 4 0 622202966 442970112 91803 33554432000 134512640 135305190 4288053312 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 441288

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 31347 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=300954
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.304953
# while last known CPU time is 4800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.92
CPU time (s): 4800.14
CPU user time (s): 4799.13
CPU system time (s): 1.01
CPU usage (%): 398.708
Max. virtual memory (cumulated for all children) (KiB): 441288

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

runsolver used 3.99839 second user time and 10.2494 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 16:44:27
IDJOB=3362005
IDBENCH=71078
IDSOLVER=1838
FILE ID=node146/3362005-1305297867
RUNJOBID= node146-1305296390-31086
PBS_JOBID= 13321407
Free space on /tmp= 41408 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362005-1305297867/watcher-3362005-1305297867 -o /tmp/evaluation-result-3362005-1305297867/solver-3362005-1305297867 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362005-1305297867.cnf aimd 1

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1259486140

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10989300 kB
Buffers:        216000 kB
Cached:        5857268 kB
SwapCached:       9684 kB
Active:       11486796 kB
Inactive:     10143060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10989300 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:            2060 kB
Writeback:           0 kB
AnonPages:    15553684 kB
Mapped:          22752 kB
Slab:           207720 kB
PageTables:      59188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81880140 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 41388 MiB
End job on node146 at 2011-05-13 17:04:33