Trace number 3362084

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) 20387.2 5100.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2632.81
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.00	c Parsing...
0.00/0.15	c ==============================================================================
0.00/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.15	c ==============================================================================
0.00/0.15	c |         0 |  270800   617734 |   81239       0        0     nan |  0.000 % |
0.00/0.93	c |         0 |  192101   496172 |      --       0       --      -- |     --   | -30181/-21496
0.00/0.93	c ==============================================================================
0.00/0.93	c Result  :   #vars: 30161   #clauses: 192101   #literals: 496172
0.00/0.93	c CPU time:   0.91686 s
0.00/0.93	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-3362084-1305298965/watcher-3362084-1305298965 -o /tmp/evaluation-result-3362084-1305298965/solver-3362084-1305298965 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362084-1305298965.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: 3.74 3.87 3.63 1/317 17451
/proc/meminfo: memFree=25525632/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=0 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641497002 8908800 250 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17451/statm: 2175 250 209 178 0 68 0

[startup+0.0570701 s]
/proc/loadavg: 3.74 3.87 3.63 1/317 17451
/proc/meminfo: memFree=25525632/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=0 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641497002 8908800 250 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17451/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101061 s]
/proc/loadavg: 3.74 3.87 3.63 1/317 17451
/proc/meminfo: memFree=25525632/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=0 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641497002 8908800 250 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17451/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301022 s]
/proc/loadavg: 3.74 3.87 3.63 1/317 17451
/proc/meminfo: memFree=25525632/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=0 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641497002 8908800 250 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17451/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70096 s]
/proc/loadavg: 3.74 3.87 3.63 1/317 17451
/proc/meminfo: memFree=25525632/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=0 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641497002 8908800 250 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17451/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50076 s]
/proc/loadavg: 3.74 3.87 3.63 2/319 17453
/proc/meminfo: memFree=25483588/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 8700

[startup+3.1005 s]
/proc/loadavg: 3.52 3.83 3.61 5/322 17457
/proc/meminfo: memFree=25466700/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=91944 CPUtime=7.54 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 14566 0 0 0 752 2 0 0 18 0 4 0 641497107 94150656 14501 33554432000 134512640 135305190 4289460800 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17454/statm: 22986 14501 84 194 0 22790 0
[pid=17454/tid=17455] ppid=17451 vsize=91944 CPUtime=1.83 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 671 0 0 0 183 0 0 0 25 0 4 0 641497129 94150656 14501 33554432000 134512640 135305190 4289460800 18446744073709551615 134557710 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=91944 CPUtime=1.82 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 743 0 0 0 182 0 0 0 20 0 4 0 641497129 94150656 14501 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=91944 CPUtime=1.82 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 568 0 0 0 182 0 0 0 18 0 4 0 641497129 94150656 14501 33554432000 134512640 135305190 4289460800 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 100644

[startup+6.30091 s]
/proc/loadavg: 3.52 3.83 3.61 5/322 17457
/proc/meminfo: memFree=25453696/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=104472 CPUtime=20.34 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 17758 0 0 0 2031 3 0 0 18 0 4 0 641497107 106979328 17693 33554432000 134512640 135305190 4289460800 18446744073709551615 134551694 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17454/statm: 26118 17693 84 194 0 25922 0
[pid=17454/tid=17455] ppid=17451 vsize=104472 CPUtime=5.03 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 1276 0 0 0 503 0 0 0 25 0 4 0 641497129 106979328 17693 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=104472 CPUtime=5.02 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 1603 0 0 0 502 0 0 0 18 0 4 0 641497129 106979328 17693 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=104472 CPUtime=5.02 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 1556 0 0 0 502 0 0 0 19 0 4 0 641497129 106979328 17693 33554432000 134512640 135305190 4289460800 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.37
Current children cumulated vsize (KiB) 113172

[startup+12.7007 s]
/proc/loadavg: 3.59 3.83 3.62 5/322 17457
/proc/meminfo: memFree=25428564/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=129868 CPUtime=45.94 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 24096 0 0 0 4589 5 0 0 18 0 4 0 641497107 132984832 24031 33554432000 134512640 135305190 4289460800 18446744073709551615 134551860 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17454/statm: 32467 24031 84 194 0 32271 0
[pid=17454/tid=17455] ppid=17451 vsize=129868 CPUtime=11.43 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 2464 0 0 0 1143 0 0 0 25 0 4 0 641497129 132984832 24031 33554432000 134512640 135305190 4289460800 18446744073709551615 134541974 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=129868 CPUtime=11.42 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 3036 0 0 0 1141 1 0 0 22 0 4 0 641497129 132984832 24031 33554432000 134512640 135305190 4289460800 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=129868 CPUtime=11.42 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 2807 0 0 0 1142 0 0 0 18 0 4 0 641497129 132984832 24031 33554432000 134512640 135305190 4289460800 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.97
Current children cumulated vsize (KiB) 138568

[startup+25.5003 s]
/proc/loadavg: 3.65 3.84 3.62 5/322 17457
/proc/meminfo: memFree=25385664/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=172588 CPUtime=97.15 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 34669 0 0 0 9707 8 0 0 22 0 4 0 641497107 176730112 34604 33554432000 134512640 135305190 4289460800 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17454/statm: 43147 34604 84 194 0 42951 0
[pid=17454/tid=17455] ppid=17451 vsize=172588 CPUtime=24.22 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 4336 0 0 0 2422 0 0 0 25 0 4 0 641497129 176730112 34604 33554432000 134512640 135305190 4289460800 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=172588 CPUtime=24.23 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 6070 0 0 0 2421 2 0 0 20 0 4 0 641497129 176730112 34604 33554432000 134512640 135305190 4289460800 18446744073709551615 134551726 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=172588 CPUtime=24.22 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 5771 0 0 0 2421 1 0 0 19 0 4 0 641497129 176730112 34604 33554432000 134512640 135305190 4289460800 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.18
Current children cumulated vsize (KiB) 181288

[startup+51.1006 s]
/proc/loadavg: 3.77 3.85 3.63 5/322 17458
/proc/meminfo: memFree=25309436/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=249032 CPUtime=199.54 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 53838 0 0 0 19941 13 0 0 19 0 4 0 641497107 255008768 53773 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17454/statm: 62258 53773 84 194 0 62062 0
[pid=17454/tid=17455] ppid=17451 vsize=249032 CPUtime=49.83 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 9127 0 0 0 4981 2 0 0 25 0 4 0 641497129 255008768 53773 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=249032 CPUtime=49.82 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 12637 0 0 0 4978 4 0 0 21 0 4 0 641497129 255008768 53773 33554432000 134512640 135305190 4289460800 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=249032 CPUtime=49.83 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 9325 0 0 0 4981 2 0 0 25 0 4 0 641497129 255008768 53773 33554432000 134512640 135305190 4289460800 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 200.57
Current children cumulated vsize (KiB) 257732

[startup+102.312 s]
/proc/loadavg: 3.91 3.87 3.65 5/322 17462
/proc/meminfo: memFree=25222112/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=334332 CPUtime=404.39 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 75039 0 0 0 40423 16 0 0 25 0 4 0 641497107 342355968 74974 33554432000 134512640 135305190 4289460800 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17454/statm: 83583 74974 84 194 0 83387 0
[pid=17454/tid=17455] ppid=17451 vsize=334332 CPUtime=101.04 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 14326 0 0 0 10102 2 0 0 25 0 4 0 641497129 342355968 74974 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=334332 CPUtime=101.03 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 18256 0 0 0 10097 6 0 0 25 0 4 0 641497129 342355968 74974 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=334332 CPUtime=101.03 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 14843 0 0 0 10101 2 0 0 21 0 4 0 641497129 342355968 74974 33554432000 134512640 135305190 4289460800 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 405.42
Current children cumulated vsize (KiB) 343032

[startup+162.301 s]
/proc/loadavg: 3.96 3.89 3.67 5/322 17464
/proc/meminfo: memFree=24971056/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=588320 CPUtime=644.35 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 138700 0 0 0 64407 28 0 0 18 0 4 0 641497107 602439680 138635 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17454/statm: 147080 138635 84 194 0 146884 0
[pid=17454/tid=17455] ppid=17451 vsize=588320 CPUtime=161.03 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 22621 0 0 0 16100 3 0 0 25 0 4 0 641497129 602439680 138635 33554432000 134512640 135305190 4289460800 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=588320 CPUtime=161.02 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 54238 0 0 0 16089 13 0 0 25 0 4 0 641497129 602439680 138635 33554432000 134512640 135305190 4289460800 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=588320 CPUtime=161.02 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 24095 0 0 0 16098 4 0 0 18 0 4 0 641497129 602439680 138635 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 645.38
Current children cumulated vsize (KiB) 597020

[startup+222.301 s]

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

/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 198460 0 0 0 465697 223 0 0 25 0 4 0 641497129 3980685312 961811 33554432000 134512640 135305190 4289460800 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18637.4
Current children cumulated vsize (KiB) 3896088

[startup+4722.31 s]
/proc/loadavg: 4.02 4.01 3.95 5/322 17598
/proc/meminfo: memFree=21621952/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=3931960 CPUtime=18876.1 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 973046 0 0 0 1887047 561 0 0 21 0 4 0 641497107 4026327040 972958 33554432000 134512640 135305190 4289460800 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17454/statm: 982990 972958 84 194 0 982794 0
[pid=17454/tid=17455] ppid=17451 vsize=3931960 CPUtime=4719.18 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 248870 0 0 0 471834 84 0 0 25 0 4 0 641497129 4026327040 972958 33554432000 134512640 135305190 4289460800 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=3931960 CPUtime=4718.35 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 302375 0 0 0 471680 155 0 0 25 0 4 0 641497129 4026327040 972958 33554432000 134512640 135305190 4289460800 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=3931960 CPUtime=4719.2 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 202483 0 0 0 471685 235 0 0 25 0 4 0 641497129 4026327040 972958 33554432000 134512640 135305190 4289460800 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18877.1
Current children cumulated vsize (KiB) 3940660

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/322 17599
/proc/meminfo: memFree=21621904/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=3932176 CPUtime=19116 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 973099 0 0 0 1911042 561 0 0 25 0 4 0 641497107 4026548224 973011 33554432000 134512640 135305190 4289460800 18446744073709551615 134551939 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17454/statm: 983044 973011 84 194 0 982848 0
[pid=17454/tid=17455] ppid=17451 vsize=3932176 CPUtime=4779.17 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 248870 0 0 0 477833 84 0 0 25 0 4 0 641497129 4026548224 973011 33554432000 134512640 135305190 4289460800 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=3932176 CPUtime=4778.34 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 302428 0 0 0 477678 156 0 0 25 0 4 0 641497129 4026548224 973011 33554432000 134512640 135305190 4289460800 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=3932176 CPUtime=4779.19 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 202483 0 0 0 477684 235 0 0 25 0 4 0 641497129 4026548224 973011 33554432000 134512640 135305190 4289460800 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19117.1
Current children cumulated vsize (KiB) 3940876

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/322 17601
/proc/meminfo: memFree=21621872/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=3932608 CPUtime=19356 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 973180 0 0 0 1935042 562 0 0 21 0 4 0 641497107 4026990592 973092 33554432000 134512640 135305190 4289460800 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17454/statm: 983152 973092 84 194 0 982956 0
[pid=17454/tid=17455] ppid=17451 vsize=3932608 CPUtime=4839.17 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 248870 0 0 0 483833 84 0 0 25 0 4 0 641497129 4026990592 973092 33554432000 134512640 135305190 4289460800 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=3932608 CPUtime=4838.34 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 302509 0 0 0 483678 156 0 0 25 0 4 0 641497129 4026990592 973092 33554432000 134512640 135305190 4289460800 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=3932608 CPUtime=4839.19 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 202483 0 0 0 483684 235 0 0 25 0 4 0 641497129 4026990592 973092 33554432000 134512640 135305190 4289460800 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19357.1
Current children cumulated vsize (KiB) 3941308

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/322 17602
/proc/meminfo: memFree=21621712/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=3933540 CPUtime=19596.1 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 973249 0 0 0 1959043 562 0 0 25 0 4 0 641497107 4027944960 973161 33554432000 134512640 135305190 4289460800 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17454/statm: 983385 973161 84 194 0 983189 0
[pid=17454/tid=17455] ppid=17451 vsize=3933540 CPUtime=4899.17 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 248883 0 0 0 489833 84 0 0 25 0 4 0 641497129 4027944960 973161 33554432000 134512640 135305190 4289460800 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=3933540 CPUtime=4898.35 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 302564 0 0 0 489679 156 0 0 25 0 4 0 641497129 4027944960 973161 33554432000 134512640 135305190 4289460800 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=3933540 CPUtime=4899.2 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 202484 0 0 0 489684 236 0 0 25 0 4 0 641497129 4027944960 973161 33554432000 134512640 135305190 4289460800 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19597.1
Current children cumulated vsize (KiB) 3942240

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/322 17604
/proc/meminfo: memFree=21608276/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=3947068 CPUtime=19836.1 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 976649 0 0 0 1983041 565 0 0 25 0 4 0 641497107 4041797632 976561 33554432000 134512640 135305190 4289460800 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17454/statm: 986767 976561 84 194 0 986571 0
[pid=17454/tid=17455] ppid=17451 vsize=3947068 CPUtime=4959.17 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 249514 0 0 0 495833 84 0 0 25 0 4 0 641497129 4041797632 976561 33554432000 134512640 135305190 4289460800 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=3947068 CPUtime=4958.34 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 303271 0 0 0 495678 156 0 0 25 0 4 0 641497129 4041797632 976561 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=3947068 CPUtime=4959.2 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 203072 0 0 0 495683 237 0 0 25 0 4 0 641497129 4041797632 976561 33554432000 134512640 135305190 4289460800 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19837.1
Current children cumulated vsize (KiB) 3955768

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/322 17606
/proc/meminfo: memFree=21583312/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=3971644 CPUtime=20075.8 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 982870 0 0 0 2007002 574 0 0 19 0 4 0 641497107 4066963456 982782 33554432000 134512640 135305190 4289460800 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17454/statm: 992911 982782 84 194 0 992715 0
[pid=17454/tid=17455] ppid=17451 vsize=3971644 CPUtime=5019.16 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 250866 0 0 0 501831 85 0 0 25 0 4 0 641497129 4066963456 982782 33554432000 134512640 135305190 4289460800 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=3971644 CPUtime=5018.05 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 304091 0 0 0 501647 158 0 0 25 0 4 0 641497129 4066963456 982782 33554432000 134512640 135305190 4289460800 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=3971644 CPUtime=5019.21 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 205078 0 0 0 501678 243 0 0 20 0 4 0 641497129 4066963456 982782 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20076.8
Current children cumulated vsize (KiB) 3980344

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/322 17607
/proc/meminfo: memFree=21583152/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=3971752 CPUtime=20315.3 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 982899 0 0 0 2030956 574 0 0 19 0 4 0 641497107 4067074048 982737 33554432000 134512640 135305190 4289460800 18446744073709551615 134551639 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17454/statm: 992938 982737 84 194 0 992742 0
[pid=17454/tid=17455] ppid=17451 vsize=3971752 CPUtime=5078.7 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 250877 0 0 0 507785 85 0 0 25 0 4 0 641497129 4067074048 982737 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=3971752 CPUtime=5078.06 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 304091 0 0 0 507648 158 0 0 25 0 4 0 641497129 4067074048 982737 33554432000 134512640 135305190 4289460800 18446744073709551615 134551933 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=3971752 CPUtime=5079.21 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 205096 0 0 0 507678 243 0 0 25 0 4 0 641497129 4067074048 982737 33554432000 134512640 135305190 4289460800 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20316.3
Current children cumulated vsize (KiB) 3980452



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.95 5/322 17608
/proc/meminfo: memFree=21583140/32951124 swapFree=44485764/67111528
[pid=17451] ppid=17449 vsize=8700 CPUtime=1.03 cores=0-7
/proc/17451/stat : 17451 (manysat.sh) S 17449 17451 17215 0 -1 4202496 357 12012 0 0 0 0 101 2 18 0 1 0 641497002 8908800 253 33554432000 4194304 4922060 140735169585024 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17451/statm: 2175 253 209 178 0 68 0
[pid=17454] ppid=17451 vsize=3971752 CPUtime=20386.2 cores=0-7
/proc/17454/stat : 17454 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202496 982899 0 0 0 2038041 574 0 0 19 0 4 0 641497107 4067074048 982737 33554432000 134512640 135305190 4289460800 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17454/statm: 992938 982737 84 194 0 992742 0
[pid=17454/tid=17455] ppid=17451 vsize=3971752 CPUtime=5096.41 cores=0-7
/proc/17454/task/17455/stat : 17455 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 250877 0 0 0 509556 85 0 0 25 0 4 0 641497129 4067074048 982737 33554432000 134512640 135305190 4289460800 18446744073709551615 134551687 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17454/tid=17456] ppid=17451 vsize=3971752 CPUtime=5095.77 cores=0-7
/proc/17454/task/17456/stat : 17456 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 304091 0 0 0 509419 158 0 0 25 0 4 0 641497129 4067074048 982737 33554432000 134512640 135305190 4289460800 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17454/tid=17457] ppid=17451 vsize=3971752 CPUtime=5096.92 cores=0-7
/proc/17454/task/17457/stat : 17457 (manysat1.1_stat) R 17451 17451 17215 0 -1 4202560 205096 0 0 0 509449 243 0 0 19 0 4 0 641497129 4067074048 982737 33554432000 134512640 135305190 4289460800 18446744073709551615 134551744 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20387.2
Current children cumulated vsize (KiB) 3980452

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

Real time (s): 5100.02
CPU time (s): 20387.2
CPU user time (s): 20381.4
CPU system time (s): 5.76
CPU usage (%): 399.747
Max. virtual memory (cumulated for all children) (KiB): 3980452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.02084
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12369
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 15.3017 second user time and 35.7096 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-13 17:02:46
IDJOB=3362084
IDBENCH=82390
IDSOLVER=1839
FILE ID=node105/3362084-1305298965
RUNJOBID= node105-1305296396-17229
PBS_JOBID= 13321448
Free space on /tmp= 48640 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362084-1305298965/watcher-3362084-1305298965 -o /tmp/evaluation-result-3362084-1305298965/solver-3362084-1305298965 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362084-1305298965.cnf aimd 1

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1416035791

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25525904 kB
Buffers:        213156 kB
Cached:        5746544 kB
SwapCached:      39656 kB
Active:         505180 kB
Inactive:      6665944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25525904 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:            9356 kB
Writeback:           4 kB
AnonPages:     1178768 kB
Mapped:           9956 kB
Slab:           121000 kB
PageTables:      65820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65318336 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= 48632 MiB
End job on node105 at 2011-05-13 18:27:48