Trace number 3362015

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.06 1203.92

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.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 |   79453   236162 |   23835       0        0     nan |  0.000 % |
0.00/0.29	c |         0 |   78593   334041 |      --       0       --      -- |     --   | -860/97879
0.00/0.29	c ==============================================================================
0.00/0.29	c Result  :   #vars: 871   #clauses: 78593   #literals: 334041
0.00/0.29	c CPU time:   0.288956 s
0.00/0.29	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-3362015-1305297980/watcher-3362015-1305297980 -o /tmp/evaluation-result-3362015-1305297980/solver-3362015-1305297980 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362015-1305297980.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: 8.06 8.04 6.61 5/356 10991
/proc/meminfo: memFree=4101124/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641395085 8908800 250 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10991/statm: 2175 250 209 178 0 68 0

[startup+0.0403681 s]
/proc/loadavg: 8.06 8.04 6.61 5/356 10991
/proc/meminfo: memFree=4101124/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641395085 8908800 250 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10991/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100348 s]
/proc/loadavg: 8.06 8.04 6.61 5/356 10991
/proc/meminfo: memFree=4101124/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641395085 8908800 250 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10991/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300312 s]
/proc/loadavg: 8.06 8.04 6.61 5/356 10991
/proc/meminfo: memFree=4101124/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641395085 8908800 250 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10991/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.34505 s]
/proc/loadavg: 8.06 8.04 6.61 5/356 10991
/proc/meminfo: memFree=4101124/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 8700

[startup+1.50102 s]
/proc/loadavg: 8.06 8.04 6.61 5/356 10991
/proc/meminfo: memFree=4101124/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 8700

[startup+3.10072 s]
/proc/loadavg: 8.05 8.04 6.62 9/361 10997
/proc/meminfo: memFree=4058368/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=74536 CPUtime=10.68 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 10407 0 0 0 1066 2 0 0 23 0 4 0 641395120 76324864 10359 33554432000 134512640 135305190 4288768320 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 18634 10359 84 194 0 18438 0
[pid=10994/tid=10995] ppid=10991 vsize=74536 CPUtime=2.65 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 1111 0 0 0 265 0 0 0 23 0 4 0 641395128 76324864 10359 33554432000 134512640 135305190 4288768320 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=74536 CPUtime=2.66 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 1510 0 0 0 266 0 0 0 23 0 4 0 641395128 76324864 10359 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=74536 CPUtime=2.65 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 1692 0 0 0 265 0 0 0 23 0 4 0 641395128 76324864 10360 33554432000 134512640 135305190 4288768320 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 83236

[startup+6.3011 s]
/proc/loadavg: 8.05 8.04 6.62 9/361 10997
/proc/meminfo: memFree=4047084/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=82640 CPUtime=23.44 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 12631 0 0 0 2341 3 0 0 25 0 4 0 641395120 84623360 12583 33554432000 134512640 135305190 4288768320 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 20660 12583 84 194 0 20464 0
[pid=10994/tid=10995] ppid=10991 vsize=82640 CPUtime=5.84 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 1578 0 0 0 584 0 0 0 25 0 4 0 641395128 84623360 12583 33554432000 134512640 135305190 4288768320 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=82640 CPUtime=5.85 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 2084 0 0 0 585 0 0 0 25 0 4 0 641395128 84623360 12583 33554432000 134512640 135305190 4288768320 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=82640 CPUtime=5.85 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 2490 0 0 0 584 1 0 0 25 0 4 0 641395128 84623360 12583 33554432000 134512640 135305190 4288768320 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.78
Current children cumulated vsize (KiB) 91340

[startup+12.7009 s]
/proc/loadavg: 8.13 8.06 6.64 9/361 10997
/proc/meminfo: memFree=4027480/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=102704 CPUtime=48.99 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 17303 0 0 0 4893 6 0 0 25 0 4 0 641395120 105168896 17255 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 25676 17255 84 194 0 25480 0
[pid=10994/tid=10995] ppid=10991 vsize=102704 CPUtime=12.26 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 2462 0 0 0 1225 1 0 0 25 0 4 0 641395128 105168896 17255 33554432000 134512640 135305190 4288768320 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=102704 CPUtime=12.27 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 3079 0 0 0 1226 1 0 0 25 0 4 0 641395128 105168896 17255 33554432000 134512640 135305190 4288768320 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=102704 CPUtime=12.26 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 3909 0 0 0 1225 1 0 0 25 0 4 0 641395128 105168896 17255 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.33
Current children cumulated vsize (KiB) 111404

[startup+25.5004 s]
/proc/loadavg: 8.19 8.07 6.66 9/361 10998
/proc/meminfo: memFree=4007024/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=125112 CPUtime=100.01 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 22635 0 0 0 9992 9 0 0 25 0 4 0 641395120 128114688 22587 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 31278 22587 84 194 0 31082 0
[pid=10994/tid=10995] ppid=10991 vsize=125112 CPUtime=25.05 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 3951 0 0 0 2503 2 0 0 25 0 4 0 641395128 128114688 22587 33554432000 134512640 135305190 4288768320 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=125112 CPUtime=25.06 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 4315 0 0 0 2504 2 0 0 25 0 4 0 641395128 128114688 22587 33554432000 134512640 135305190 4288768320 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=125112 CPUtime=25.05 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 5208 0 0 0 2502 3 0 0 25 0 4 0 641395128 128114688 22587 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.35
Current children cumulated vsize (KiB) 133812

[startup+51.1005 s]
/proc/loadavg: 8.12 8.07 6.69 9/361 10998
/proc/meminfo: memFree=3959600/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=149920 CPUtime=202.11 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 28655 0 0 0 20198 13 0 0 25 0 4 0 641395120 153518080 28607 33554432000 134512640 135305190 4288768320 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 37480 28607 84 194 0 37284 0
[pid=10994/tid=10995] ppid=10991 vsize=149920 CPUtime=50.64 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 5440 0 0 0 5062 2 0 0 25 0 4 0 641395128 153518080 28607 33554432000 134512640 135305190 4288768320 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=149920 CPUtime=50.65 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 5031 0 0 0 5063 2 0 0 25 0 4 0 641395128 153518080 28607 33554432000 134512640 135305190 4288768320 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=149920 CPUtime=50.64 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 7499 0 0 0 5060 4 0 0 25 0 4 0 641395128 153518080 28607 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.45
Current children cumulated vsize (KiB) 158620

[startup+102.301 s]
/proc/loadavg: 8.05 8.05 6.76 9/361 11000
/proc/meminfo: memFree=3882716/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=175436 CPUtime=406.29 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 34304 0 0 0 40612 17 0 0 25 0 4 0 641395120 179646464 34256 33554432000 134512640 135305190 4288768320 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 43859 34256 84 194 0 43663 0
[pid=10994/tid=10995] ppid=10991 vsize=175436 CPUtime=101.84 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 6993 0 0 0 10180 4 0 0 25 0 4 0 641395128 179646464 34256 33554432000 134512640 135305190 4288768320 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=175436 CPUtime=101.85 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 5852 0 0 0 10183 2 0 0 25 0 4 0 641395128 179646464 34256 33554432000 134512640 135305190 4288768320 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=175436 CPUtime=101.84 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 8938 0 0 0 10178 6 0 0 25 0 4 0 641395128 179646464 34256 33554432000 134512640 135305190 4288768320 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 406.63
Current children cumulated vsize (KiB) 184136

[startup+162.301 s]
/proc/loadavg: 8.12 8.07 6.84 9/361 11001
/proc/meminfo: memFree=3791936/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=214176 CPUtime=645.61 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 43393 0 0 0 64536 25 0 0 25 0 4 0 641395120 219316224 43107 33554432000 134512640 135305190 4288768320 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 53544 43107 84 194 0 53348 0
[pid=10994/tid=10995] ppid=10991 vsize=214176 CPUtime=161.85 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 8690 0 0 0 16180 5 0 0 25 0 4 0 641395128 219316224 43109 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=214176 CPUtime=161.86 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 8578 0 0 0 16181 5 0 0 25 0 4 0 641395128 219316224 43109 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=214176 CPUtime=161.86 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 11225 0 0 0 16177 9 0 0 25 0 4 0 641395128 219316224 43109 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 645.95
Current children cumulated vsize (KiB) 222876

[startup+222.301 s]

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

/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 23358 0 0 0 76158 26 0 0 25 0 4 0 641395128 403488768 84107 33554432000 134512640 135305190 4288768320 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3038.82
Current children cumulated vsize (KiB) 402732

[startup+822.3 s]
/proc/loadavg: 8.15 8.10 7.47 9/361 11019
/proc/meminfo: memFree=3341384/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=404852 CPUtime=3277.79 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 87117 0 0 0 327696 83 0 0 25 0 4 0 641395120 414568448 86778 33554432000 134512640 135305190 4288768320 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 101213 86778 84 194 0 101017 0
[pid=10994/tid=10995] ppid=10991 vsize=404852 CPUtime=821.84 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 17373 0 0 0 82166 18 0 0 25 0 4 0 641395128 414568448 86780 33554432000 134512640 135305190 4288768320 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=404852 CPUtime=821.84 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 24180 0 0 0 82160 24 0 0 25 0 4 0 641395128 414568448 86780 33554432000 134512640 135305190 4288768320 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=404852 CPUtime=821.86 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 24154 0 0 0 82159 27 0 0 25 0 4 0 641395128 414568448 86780 33554432000 134512640 135305190 4288768320 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3278.13
Current children cumulated vsize (KiB) 413552

[startup+882.301 s]
/proc/loadavg: 8.10 8.10 7.51 9/361 11029
/proc/meminfo: memFree=3306152/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=421996 CPUtime=3517.07 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 90976 0 0 0 351618 89 0 0 25 0 4 0 641395120 432123904 90637 33554432000 134512640 135305190 4288768320 18446744073709551615 134538319 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 105499 90637 84 194 0 105303 0
[pid=10994/tid=10995] ppid=10991 vsize=421996 CPUtime=881.82 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 18446 0 0 0 88163 19 0 0 25 0 4 0 641395128 432123904 90637 33554432000 134512640 135305190 4288768320 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=421996 CPUtime=881.82 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 25492 0 0 0 88156 26 0 0 25 0 4 0 641395128 432123904 90637 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=421996 CPUtime=881.85 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 25327 0 0 0 88156 29 0 0 25 0 4 0 641395128 432123904 90637 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3517.41
Current children cumulated vsize (KiB) 430696

[startup+942.313 s]
/proc/loadavg: 8.19 8.12 7.55 9/361 11031
/proc/meminfo: memFree=3218740/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=439376 CPUtime=3756.4 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 95091 0 0 0 375545 95 0 0 25 0 4 0 641395120 449921024 94752 33554432000 134512640 135305190 4288768320 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 109844 94752 84 194 0 109648 0
[pid=10994/tid=10995] ppid=10991 vsize=439376 CPUtime=941.83 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 19327 0 0 0 94163 20 0 0 25 0 4 0 641395128 449921024 94752 33554432000 134512640 135305190 4288768320 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=439376 CPUtime=941.84 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 27451 0 0 0 94155 29 0 0 25 0 4 0 641395128 449921024 94752 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=439376 CPUtime=941.86 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 26442 0 0 0 94155 31 0 0 25 0 4 0 641395128 449921024 94752 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3756.74
Current children cumulated vsize (KiB) 448076

[startup+1002.3 s]
/proc/loadavg: 8.07 8.10 7.57 9/361 11033
/proc/meminfo: memFree=3158712/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=449292 CPUtime=3995.64 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 97491 0 0 0 399467 97 0 0 25 0 4 0 641395120 460075008 97152 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 112323 97152 84 194 0 112127 0
[pid=10994/tid=10995] ppid=10991 vsize=449292 CPUtime=1001.82 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 19605 0 0 0 100162 20 0 0 25 0 4 0 641395128 460075008 97152 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=449292 CPUtime=1001.82 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 28401 0 0 0 100152 30 0 0 25 0 4 0 641395128 460075008 97152 33554432000 134512640 135305190 4288768320 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=449292 CPUtime=1001.85 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 27486 0 0 0 100153 32 0 0 25 0 4 0 641395128 460075008 97152 33554432000 134512640 135305190 4288768320 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3995.98
Current children cumulated vsize (KiB) 457992

[startup+1062.3 s]
/proc/loadavg: 7.87 8.02 7.58 9/361 11100
/proc/meminfo: memFree=3983084/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=456364 CPUtime=4234.94 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 98962 0 0 0 423396 98 0 0 25 0 4 0 641395120 467316736 98623 33554432000 134512640 135305190 4288768320 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 114091 98623 84 194 0 113895 0
[pid=10994/tid=10995] ppid=10991 vsize=456364 CPUtime=1061.83 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 20194 0 0 0 106162 21 0 0 25 0 4 0 641395128 467316736 98623 33554432000 134512640 135305190 4288768320 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=456364 CPUtime=1061.82 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 29125 0 0 0 106152 30 0 0 25 0 4 0 641395128 467316736 98623 33554432000 134512640 135305190 4288768320 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=456364 CPUtime=1061.85 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 27488 0 0 0 106153 32 0 0 25 0 4 0 641395128 467316736 98623 33554432000 134512640 135305190 4288768320 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4235.28
Current children cumulated vsize (KiB) 465064

[startup+1122.3 s]
/proc/loadavg: 8.20 8.09 7.63 9/361 11105
/proc/meminfo: memFree=3692364/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=464560 CPUtime=4474.25 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 100768 0 0 0 447325 100 0 0 25 0 4 0 641395120 475709440 100429 33554432000 134512640 135305190 4288768320 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 116140 100429 84 194 0 115944 0
[pid=10994/tid=10995] ppid=10991 vsize=464560 CPUtime=1121.82 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 20407 0 0 0 112161 21 0 0 25 0 4 0 641395128 475709440 100429 33554432000 134512640 135305190 4288768320 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=464560 CPUtime=1121.83 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 29944 0 0 0 112152 31 0 0 25 0 4 0 641395128 475709440 100429 33554432000 134512640 135305190 4288768320 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=464560 CPUtime=1121.85 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 28136 0 0 0 112153 32 0 0 25 0 4 0 641395128 475709440 100429 33554432000 134512640 135305190 4288768320 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4474.59
Current children cumulated vsize (KiB) 473260

[startup+1182.3 s]
/proc/loadavg: 7.66 7.95 7.61 9/361 11139
/proc/meminfo: memFree=3470120/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=477468 CPUtime=4713.56 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 103677 0 0 0 471252 104 0 0 25 0 4 0 641395120 488927232 103338 33554432000 134512640 135305190 4288768320 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 119367 103338 84 194 0 119171 0
[pid=10994/tid=10995] ppid=10991 vsize=477468 CPUtime=1181.82 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 21034 0 0 0 118160 22 0 0 25 0 4 0 641395128 488927232 103338 33554432000 134512640 135305190 4288768320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=477468 CPUtime=1181.83 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 30379 0 0 0 118151 32 0 0 25 0 4 0 641395128 488927232 103338 33554432000 134512640 135305190 4288768320 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=477468 CPUtime=1181.85 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 29760 0 0 0 118152 33 0 0 25 0 4 0 641395128 488927232 103338 33554432000 134512640 135305190 4288768320 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4713.9
Current children cumulated vsize (KiB) 486168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 7.11 7.80 7.57 9/361 11173
/proc/meminfo: memFree=2938332/32950928 swapFree=67056568/67111528
[pid=10991] ppid=10989 vsize=8700 CPUtime=0.34 cores=1,3,5,7
/proc/10991/stat : 10991 (manysat.sh) S 10989 10991 10773 0 -1 4202496 358 2139 0 0 0 0 34 0 22 0 1 0 641395085 8908800 253 33554432000 4194304 4922060 140734769889072 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10991/statm: 2175 253 209 178 0 68 0
[pid=10994] ppid=10991 vsize=485304 CPUtime=4799.72 cores=1,3,5,7
/proc/10994/stat : 10994 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202496 105273 0 0 0 479864 108 0 0 25 0 4 0 641395120 496951296 104934 33554432000 134512640 135305190 4288768320 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10994/statm: 121326 104934 84 194 0 121130 0
[pid=10994/tid=10995] ppid=10991 vsize=485304 CPUtime=1203.44 cores=1,3,5,7
/proc/10994/task/10995/stat : 10995 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 21239 0 0 0 120321 23 0 0 25 0 4 0 641395128 496951296 104934 33554432000 134512640 135305190 4288768320 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10994/tid=10996] ppid=10991 vsize=485304 CPUtime=1203.44 cores=1,3,5,7
/proc/10994/task/10996/stat : 10996 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 30944 0 0 0 120310 34 0 0 25 0 4 0 641395128 496951296 104934 33554432000 134512640 135305190 4288768320 18446744073709551615 134528840 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10994/tid=10997] ppid=10991 vsize=485304 CPUtime=1203.46 cores=1,3,5,7
/proc/10994/task/10997/stat : 10997 (manysat1.1_stat) R 10991 10991 10773 0 -1 4202560 30483 0 0 0 120311 35 0 0 25 0 4 0 641395128 496951296 104934 33554432000 134512640 135305190 4288768320 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 494004

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 10991 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=344947
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=10998
# CPU time returned by wait4() is 0.355945
# while last known CPU time is 4800.06
#
# 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.06
CPU user time (s): 4798.98
CPU system time (s): 1.08
CPU usage (%): 398.701
Max. virtual memory (cumulated for all children) (KiB): 494004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.344947
system time used= 0.010998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2497
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= 5

runsolver used 3.87641 second user time and 10.3314 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-13 16:46:20
IDJOB=3362015
IDBENCH=71098
IDSOLVER=1838
FILE ID=node148/3362015-1305297980
RUNJOBID= node148-1305296390-10792
PBS_JOBID= 13321405
Free space on /tmp= 30244 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
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-3362015-1305297980/watcher-3362015-1305297980 -o /tmp/evaluation-result-3362015-1305297980/solver-3362015-1305297980 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362015-1305297980.cnf aimd 1

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=1986928182

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.75
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.854
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.82
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4101404 kB
Buffers:        269140 kB
Cached:       24305116 kB
SwapCached:       8488 kB
Active:       11368724 kB
Inactive:     16690612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4101404 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            2716 kB
Writeback:           0 kB
AnonPages:     3483304 kB
Mapped:          27676 kB
Slab:           697236 kB
PageTables:      29584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85249416 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= 30192 MiB
End job on node148 at 2011-05-13 17:06:26