Trace number 3362016

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) 20398.4 5100.03

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.292955 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-3362016-1305297418/watcher-3362016-1305297418 -o /tmp/evaluation-result-3362016-1305297418/solver-3362016-1305297418 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362016-1305297418.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.87 2.64 2/359 31678
/proc/meminfo: memFree=7546164/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 719972433 8908800 249 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31678/statm: 2175 249 209 178 0 68 0

[startup+0.022436 s]
/proc/loadavg: 4.00 3.87 2.64 2/359 31678
/proc/meminfo: memFree=7546164/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 719972433 8908800 249 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31678/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100428 s]
/proc/loadavg: 4.00 3.87 2.64 2/359 31678
/proc/meminfo: memFree=7546164/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 719972433 8908800 249 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31678/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300385 s]
/proc/loadavg: 4.00 3.87 2.64 2/359 31678
/proc/meminfo: memFree=7546164/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 719972433 8908800 249 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31678/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700311 s]
/proc/loadavg: 4.00 3.87 2.64 2/359 31678
/proc/meminfo: memFree=7546164/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 8700

[startup+1.50119 s]
/proc/loadavg: 4.00 3.87 2.64 5/364 31684
/proc/meminfo: memFree=7515744/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=65268 CPUtime=4.32 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 8094 0 0 0 430 2 0 0 18 0 4 0 719972468 66834432 8046 33554432000 134512640 135305190 4290134944 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 16317 8046 84 194 0 16121 0
[pid=31681/tid=31682] ppid=31678 vsize=65268 CPUtime=1.06 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 574 0 0 0 106 0 0 0 25 0 4 0 719972476 66834432 8046 33554432000 134512640 135305190 4290134944 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=65268 CPUtime=1.04 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 923 0 0 0 104 0 0 0 18 0 4 0 719972476 66834432 8047 33554432000 134512640 135305190 4290134944 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=65268 CPUtime=1.05 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 809 0 0 0 105 0 0 0 18 0 4 0 719972476 66834432 8047 33554432000 134512640 135305190 4290134944 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 73968

[startup+3.10092 s]
/proc/loadavg: 4.00 3.87 2.65 5/364 31684
/proc/meminfo: memFree=7508428/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=72720 CPUtime=10.72 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 10203 0 0 0 1069 3 0 0 18 0 4 0 719972468 74465280 10155 33554432000 134512640 135305190 4290134944 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 18180 10155 84 194 0 17984 0
[pid=31681/tid=31682] ppid=31678 vsize=72720 CPUtime=2.66 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 918 0 0 0 266 0 0 0 25 0 4 0 719972476 74465280 10155 33554432000 134512640 135305190 4290134944 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=72720 CPUtime=2.65 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 1501 0 0 0 264 1 0 0 18 0 4 0 719972476 74465280 10155 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=72720 CPUtime=2.65 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 1632 0 0 0 265 0 0 0 18 0 4 0 719972476 74465280 10155 33554432000 134512640 135305190 4290134944 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 81420

[startup+6.30038 s]
/proc/loadavg: 4.00 3.87 2.65 5/364 31684
/proc/meminfo: memFree=7495216/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=82216 CPUtime=23.51 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 12482 0 0 0 2347 4 0 0 18 0 4 0 719972468 84189184 12434 33554432000 134512640 135305190 4290134944 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 20554 12434 84 194 0 20358 0
[pid=31681/tid=31682] ppid=31678 vsize=82216 CPUtime=5.85 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 1325 0 0 0 585 0 0 0 25 0 4 0 719972476 84189184 12434 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=82216 CPUtime=5.85 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 2090 0 0 0 584 1 0 0 25 0 4 0 719972476 84189184 12434 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=82216 CPUtime=5.85 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 2466 0 0 0 584 1 0 0 19 0 4 0 719972476 84189184 12434 33554432000 134512640 135305190 4290134944 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.85
Current children cumulated vsize (KiB) 90916

[startup+12.7003 s]
/proc/loadavg: 4.00 3.87 2.66 5/364 31684
/proc/meminfo: memFree=7479440/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=99012 CPUtime=49.11 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 16456 0 0 0 4903 8 0 0 20 0 4 0 719972468 101388288 16408 33554432000 134512640 135305190 4290134944 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 24753 16408 84 194 0 24557 0
[pid=31681/tid=31682] ppid=31678 vsize=99012 CPUtime=12.25 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 1971 0 0 0 1225 0 0 0 25 0 4 0 719972476 101388288 16408 33554432000 134512640 135305190 4290134944 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=99012 CPUtime=12.25 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 3093 0 0 0 1222 3 0 0 25 0 4 0 719972476 101388288 16408 33554432000 134512640 135305190 4290134944 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=99012 CPUtime=12.24 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 3904 0 0 0 1223 1 0 0 18 0 4 0 719972476 101388288 16408 33554432000 134512640 135305190 4290134944 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.45
Current children cumulated vsize (KiB) 107712

[startup+25.5012 s]
/proc/loadavg: 4.00 3.88 2.68 5/364 31684
/proc/meminfo: memFree=7456608/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=124948 CPUtime=100.31 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 22408 0 0 0 10021 10 0 0 18 0 4 0 719972468 127946752 22349 33554432000 134512640 135305190 4290134944 18446744073709551615 134528408 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 31237 22349 84 194 0 31041 0
[pid=31681/tid=31682] ppid=31678 vsize=124948 CPUtime=25.05 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 3526 0 0 0 2504 1 0 0 25 0 4 0 719972476 127946752 22349 33554432000 134512640 135305190 4290134944 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=124948 CPUtime=25.05 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 4515 0 0 0 2501 4 0 0 25 0 4 0 719972476 127946752 22349 33554432000 134512640 135305190 4290134944 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=124948 CPUtime=25.05 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 5352 0 0 0 2503 2 0 0 25 0 4 0 719972476 127946752 22349 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.65
Current children cumulated vsize (KiB) 133648

[startup+51.1009 s]
/proc/loadavg: 4.00 3.89 2.71 5/364 31684
/proc/meminfo: memFree=7430284/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=151088 CPUtime=202.7 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 28834 0 0 0 20257 13 0 0 25 0 4 0 719972468 154714112 28775 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 37772 28775 84 194 0 37576 0
[pid=31681/tid=31682] ppid=31678 vsize=151088 CPUtime=50.65 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 5010 0 0 0 5063 2 0 0 25 0 4 0 719972476 154714112 28775 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=151088 CPUtime=50.65 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 5137 0 0 0 5061 4 0 0 25 0 4 0 719972476 154714112 28775 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=151088 CPUtime=50.64 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 7048 0 0 0 5062 2 0 0 25 0 4 0 719972476 154714112 28775 33554432000 134512640 135305190 4290134944 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.04
Current children cumulated vsize (KiB) 159788

[startup+102.313 s]
/proc/loadavg: 4.00 3.90 2.78 5/364 31686
/proc/meminfo: memFree=7383892/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=202160 CPUtime=407.52 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 40380 0 0 0 40728 24 0 0 25 0 4 0 719972468 207011840 40321 33554432000 134512640 135305190 4290134944 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 50540 40321 84 194 0 50344 0
[pid=31681/tid=31682] ppid=31678 vsize=202160 CPUtime=101.87 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 7486 0 0 0 10183 4 0 0 25 0 4 0 719972476 207011840 40321 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=202160 CPUtime=101.86 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 8294 0 0 0 10177 9 0 0 25 0 4 0 719972476 207011840 40321 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=202160 CPUtime=101.84 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 10608 0 0 0 10178 6 0 0 18 0 4 0 719972476 207011840 40321 33554432000 134512640 135305190 4290134944 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.86
Current children cumulated vsize (KiB) 210860

[startup+162.3 s]
/proc/loadavg: 4.00 3.92 2.85 5/364 31691
/proc/meminfo: memFree=7358856/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=227900 CPUtime=647.45 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 46533 0 0 0 64714 31 0 0 25 0 4 0 719972468 233369600 46474 33554432000 134512640 135305190 4290134944 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 56975 46474 84 194 0 56779 0
[pid=31681/tid=31682] ppid=31678 vsize=227900 CPUtime=161.85 cores=0-7

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

/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 57176 0 0 0 466110 69 0 0 25 0 4 0 719972476 978149376 210894 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18647.6
Current children cumulated vsize (KiB) 963924

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.95 5/364 31825
/proc/meminfo: memFree=6695488/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=958852 CPUtime=18887.2 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 212097 0 0 0 1888424 301 0 0 25 0 4 0 719972468 981864448 211804 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 239713 211804 84 194 0 239517 0
[pid=31681/tid=31682] ppid=31678 vsize=958852 CPUtime=4721.85 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 38811 0 0 0 472148 37 0 0 25 0 4 0 719972476 981864448 211804 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=958852 CPUtime=4721.65 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 77868 0 0 0 472000 165 0 0 25 0 4 0 719972476 981864448 211804 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=958852 CPUtime=4721.79 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 57201 0 0 0 472110 69 0 0 18 0 4 0 719972476 981864448 211804 33554432000 134512640 135305190 4290134944 18446744073709551615 134538543 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18887.6
Current children cumulated vsize (KiB) 967552

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/364 31825
/proc/meminfo: memFree=6694432/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=960240 CPUtime=19127.2 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 212435 0 0 0 1912418 302 0 0 25 0 4 0 719972468 983285760 212121 33554432000 134512640 135305190 4290134944 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 240060 212121 84 194 0 239864 0
[pid=31681/tid=31682] ppid=31678 vsize=960240 CPUtime=4781.83 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 38835 0 0 0 478146 37 0 0 25 0 4 0 719972476 983285760 212121 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=960240 CPUtime=4781.64 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 78026 0 0 0 477999 165 0 0 25 0 4 0 719972476 983285760 212121 33554432000 134512640 135305190 4290134944 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=960240 CPUtime=4781.77 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 57201 0 0 0 478108 69 0 0 25 0 4 0 719972476 983285760 212121 33554432000 134512640 135305190 4290134944 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19127.5
Current children cumulated vsize (KiB) 968940

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/364 31827
/proc/meminfo: memFree=6693348/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=962884 CPUtime=19367.2 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 212689 0 0 0 1936417 302 0 0 25 0 4 0 719972468 985993216 212375 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 240721 212375 84 194 0 240525 0
[pid=31681/tid=31682] ppid=31678 vsize=962884 CPUtime=4841.83 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 38970 0 0 0 484146 37 0 0 25 0 4 0 719972476 985993216 212375 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=962884 CPUtime=4841.62 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 78053 0 0 0 483997 165 0 0 18 0 4 0 719972476 985993216 212375 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=962884 CPUtime=4841.77 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 57201 0 0 0 484108 69 0 0 25 0 4 0 719972476 985993216 212375 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19367.5
Current children cumulated vsize (KiB) 971584

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/364 31829
/proc/meminfo: memFree=6692736/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=964160 CPUtime=19607.2 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 212853 0 0 0 1960417 302 0 0 25 0 4 0 719972468 987299840 212539 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 241040 212539 84 194 0 240844 0
[pid=31681/tid=31682] ppid=31678 vsize=964160 CPUtime=4901.83 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 39032 0 0 0 490146 37 0 0 25 0 4 0 719972476 987299840 212539 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=964160 CPUtime=4901.62 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 78147 0 0 0 489997 165 0 0 25 0 4 0 719972476 987299840 212539 33554432000 134512640 135305190 4290134944 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=964160 CPUtime=4901.77 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 57201 0 0 0 490108 69 0 0 25 0 4 0 719972476 987299840 212539 33554432000 134512640 135305190 4290134944 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19607.5
Current children cumulated vsize (KiB) 972860

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/364 31831
/proc/meminfo: memFree=6691880/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=964856 CPUtime=19847.2 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 213073 0 0 0 1984417 303 0 0 25 0 4 0 719972468 988012544 212759 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 241214 212759 84 194 0 241018 0
[pid=31681/tid=31682] ppid=31678 vsize=964856 CPUtime=4961.83 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 39098 0 0 0 496146 37 0 0 25 0 4 0 719972476 988012544 212759 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=964856 CPUtime=4961.62 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 78280 0 0 0 495997 165 0 0 25 0 4 0 719972476 988012544 212759 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=964856 CPUtime=4961.77 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 57201 0 0 0 496108 69 0 0 25 0 4 0 719972476 988012544 212759 33554432000 134512640 135305190 4290134944 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19847.5
Current children cumulated vsize (KiB) 973556

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/364 31833
/proc/meminfo: memFree=6691164/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=965312 CPUtime=20087.2 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 213186 0 0 0 2008416 303 0 0 25 0 4 0 719972468 988479488 212872 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 241328 212872 84 194 0 241132 0
[pid=31681/tid=31682] ppid=31678 vsize=965312 CPUtime=5021.84 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 39135 0 0 0 502146 38 0 0 25 0 4 0 719972476 988479488 212872 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=965312 CPUtime=5021.61 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 78348 0 0 0 501996 165 0 0 25 0 4 0 719972476 988479488 212872 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=965312 CPUtime=5021.77 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 57201 0 0 0 502108 69 0 0 20 0 4 0 719972476 988479488 212872 33554432000 134512640 135305190 4290134944 18446744073709551615 134549322 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20087.5
Current children cumulated vsize (KiB) 974012

[startup+5082.3 s]
/proc/loadavg: 4.04 4.01 3.95 5/364 31842
/proc/meminfo: memFree=6690096/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=966300 CPUtime=20327.2 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 213378 0 0 0 2032415 303 0 0 25 0 4 0 719972468 989491200 213064 33554432000 134512640 135305190 4290134944 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 241575 213064 84 194 0 241379 0
[pid=31681/tid=31682] ppid=31678 vsize=966300 CPUtime=5081.84 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 39146 0 0 0 508146 38 0 0 25 0 4 0 719972476 989491200 213064 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=966300 CPUtime=5081.62 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 78528 0 0 0 507996 166 0 0 25 0 4 0 719972476 989491200 213064 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=966300 CPUtime=5081.77 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 57201 0 0 0 508108 69 0 0 21 0 4 0 719972476 989491200 213064 33554432000 134512640 135305190 4290134944 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20327.5
Current children cumulated vsize (KiB) 975000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.03 4.01 3.95 5/364 31844
/proc/meminfo: memFree=6689792/32951124 swapFree=45193364/67111528
[pid=31678] ppid=31676 vsize=8700 CPUtime=0.34 cores=0-7
/proc/31678/stat : 31678 (manysat.sh) S 31676 31678 31530 0 -1 4202496 357 2140 0 0 0 0 34 0 20 0 1 0 719972433 8908800 252 33554432000 4194304 4922060 140734467219312 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31678/statm: 2175 252 209 178 0 68 0
[pid=31681] ppid=31678 vsize=966372 CPUtime=20398 cores=0-7
/proc/31681/stat : 31681 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202496 213422 0 0 0 2039501 303 0 0 25 0 4 0 719972468 989564928 213108 33554432000 134512640 135305190 4290134944 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31681/statm: 241593 213108 84 194 0 241397 0
[pid=31681/tid=31682] ppid=31678 vsize=966372 CPUtime=5099.55 cores=0-7
/proc/31681/task/31682/stat : 31682 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 39150 0 0 0 509917 38 0 0 25 0 4 0 719972476 989564928 213108 33554432000 134512640 135305190 4290134944 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31681/tid=31683] ppid=31678 vsize=966372 CPUtime=5099.34 cores=0-7
/proc/31681/task/31683/stat : 31683 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 78555 0 0 0 509768 166 0 0 25 0 4 0 719972476 989564928 213108 33554432000 134512640 135305190 4290134944 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31681/tid=31684] ppid=31678 vsize=966372 CPUtime=5099.48 cores=0-7
/proc/31681/task/31684/stat : 31684 (manysat1.1_stat) R 31678 31678 31530 0 -1 4202560 57214 0 0 0 509879 69 0 0 25 0 4 0 719972476 989564928 213108 33554432000 134512640 135305190 4290134944 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20398.4
Current children cumulated vsize (KiB) 975072

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

Real time (s): 5100.03
CPU time (s): 20398.4
CPU user time (s): 20395.3
CPU system time (s): 3.03
CPU usage (%): 399.966
Max. virtual memory (cumulated for all children) (KiB): 975072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.348946
system time used= 0.006998
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= 7
involuntary context switches= 5

runsolver used 17.6713 second user time and 42.6165 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-13 16:36:58
IDJOB=3362016
IDBENCH=71098
IDSOLVER=1839
FILE ID=node118/3362016-1305297418
RUNJOBID= node118-1305296394-31544
PBS_JOBID= 13321435
Free space on /tmp= 50444 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-3362016-1305297418/watcher-3362016-1305297418 -o /tmp/evaluation-result-3362016-1305297418/solver-3362016-1305297418 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362016-1305297418.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=1486480940

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7546568 kB
Buffers:        238356 kB
Cached:       14902204 kB
SwapCached:      22052 kB
Active:       15196320 kB
Inactive:      9639204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7546568 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:            2364 kB
Writeback:           0 kB
AnonPages:     9685664 kB
Mapped:          14792 kB
Slab:           414052 kB
PageTables:      90196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88626852 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= 50440 MiB
End job on node118 at 2011-05-13 18:02:00