Trace number 3362085

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 4800.42 1205.22

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.00/0.00	c Parsing...
0.00/0.22	c ==============================================================================
0.00/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.22	c ==============================================================================
0.00/0.22	c |         0 |  456000  1058309 |  136799       0        0     nan |  0.000 % |
1.39/1.45	c |         0 |  370290   957750 |      --       0       --      -- |     --   | -33998/6615
1.39/1.45	c ==============================================================================
1.39/1.45	c Result  :   #vars: 57316   #clauses: 370290   #literals: 957750
1.39/1.45	c CPU time:   1.41578 s
1.39/1.45	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-3362085-1305298808/watcher-3362085-1305298808 -o /tmp/evaluation-result-3362085-1305298808/solver-3362085-1305298808 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362085-1305298808.cnf aimd 1 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.07 8.08 7.42 5/368 31405
/proc/meminfo: memFree=10732500/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622297079 8908800 250 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31405/statm: 2175 250 209 178 0 68 0

[startup+0.0985361 s]
/proc/loadavg: 8.07 8.08 7.42 5/368 31405
/proc/meminfo: memFree=10732500/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622297079 8908800 250 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31405/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100533 s]
/proc/loadavg: 8.07 8.08 7.42 5/368 31405
/proc/meminfo: memFree=10732500/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622297079 8908800 250 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31405/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300499 s]
/proc/loadavg: 8.07 8.08 7.42 5/368 31405
/proc/meminfo: memFree=10732500/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622297079 8908800 250 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31405/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700427 s]
/proc/loadavg: 8.07 8.08 7.42 5/368 31405
/proc/meminfo: memFree=10732500/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622297079 8908800 250 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31405/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50028 s]
/proc/loadavg: 8.07 8.08 7.42 6/370 31407
/proc/meminfo: memFree=10663796/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622297079 8908800 250 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31405/statm: 2175 250 209 178 0 68 0
[pid=31406] ppid=31405 vsize=76504 CPUtime=1.48 cores=0,2,4,6
/proc/31406/stat : 31406 (SatElite) R 31405 31405 31066 0 -1 4202496 19286 0 0 0 145 3 0 0 25 0 1 0 622297079 78340096 15493 33554432000 134512640 135034092 4293746944 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/31406/statm: 19126 15493 68 128 0 18996 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85204

[startup+3.10096 s]
/proc/loadavg: 7.82 8.03 7.41 9/373 31411
/proc/meminfo: memFree=10629168/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=131356 CPUtime=4.46 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 24070 0 0 0 443 3 0 0 19 0 4 0 622297245 134508544 23950 33554432000 134512640 135305190 4293018528 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 32839 23950 84 194 0 32643 0
[pid=31408/tid=31409] ppid=31405 vsize=131356 CPUtime=0.99 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 360 0 0 0 99 0 0 0 19 0 4 0 622297286 134508544 23950 33554432000 134512640 135305190 4293018528 18446744073709551615 134551726 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=131356 CPUtime=1.01 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 343 0 0 0 101 0 0 0 19 0 4 0 622297286 134508544 23950 33554432000 134512640 135305190 4293018528 18446744073709551615 134551687 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=131356 CPUtime=1.01 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 586 0 0 0 101 0 0 0 19 0 4 0 622297286 134508544 23950 33554432000 134512640 135305190 4293018528 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 140056

[startup+6.30039 s]
/proc/loadavg: 7.82 8.03 7.41 9/373 31411
/proc/meminfo: memFree=10614660/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=143020 CPUtime=17.22 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 26847 0 0 0 1718 4 0 0 25 0 4 0 622297245 146452480 26727 33554432000 134512640 135305190 4293018528 18446744073709551615 134551785 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 35755 26727 84 194 0 35559 0
[pid=31408/tid=31409] ppid=31405 vsize=143020 CPUtime=4.15 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 1086 0 0 0 415 0 0 0 25 0 4 0 622297286 146452480 26727 33554432000 134512640 135305190 4293018528 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=143020 CPUtime=4.2 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 1027 0 0 0 420 0 0 0 25 0 4 0 622297286 146452480 26727 33554432000 134512640 135305190 4293018528 18446744073709551615 134551736 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=143020 CPUtime=4.21 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 1350 0 0 0 421 0 0 0 25 0 4 0 622297286 146452480 26727 33554432000 134512640 135305190 4293018528 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18.88
Current children cumulated vsize (KiB) 151720

[startup+12.7002 s]
/proc/loadavg: 7.92 8.04 7.42 9/373 31411
/proc/meminfo: memFree=10591496/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=160628 CPUtime=42.73 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 31405 0 0 0 4269 4 0 0 25 0 4 0 622297245 164483072 31285 33554432000 134512640 135305190 4293018528 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 40157 31285 84 194 0 39961 0
[pid=31408/tid=31409] ppid=31405 vsize=160628 CPUtime=10.47 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 2142 0 0 0 1047 0 0 0 25 0 4 0 622297286 164483072 31285 33554432000 134512640 135305190 4293018528 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=160628 CPUtime=10.6 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 1809 0 0 0 1060 0 0 0 25 0 4 0 622297286 164483072 31285 33554432000 134512640 135305190 4293018528 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=160628 CPUtime=10.61 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 2505 0 0 0 1061 0 0 0 25 0 4 0 622297286 164483072 31285 33554432000 134512640 135305190 4293018528 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 44.39
Current children cumulated vsize (KiB) 169328

[startup+25.501 s]
/proc/loadavg: 7.93 8.04 7.43 10/373 31412
/proc/meminfo: memFree=10535892/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=214848 CPUtime=93.78 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 44845 0 0 0 9370 8 0 0 25 0 4 0 622297245 220004352 44725 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 53712 44727 84 194 0 53516 0
[pid=31408/tid=31409] ppid=31405 vsize=214848 CPUtime=23.11 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 4774 0 0 0 2311 0 0 0 25 0 4 0 622297286 220004352 44727 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=214848 CPUtime=23.41 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 6869 0 0 0 2339 2 0 0 25 0 4 0 622297286 220004352 44727 33554432000 134512640 135305190 4293018528 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=214848 CPUtime=23.41 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 5991 0 0 0 2340 1 0 0 25 0 4 0 622297286 220004352 44727 33554432000 134512640 135305190 4293018528 18446744073709551615 134563883 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 95.44
Current children cumulated vsize (KiB) 223548

[startup+51.1004 s]
/proc/loadavg: 7.95 8.04 7.44 9/373 31412
/proc/meminfo: memFree=10468868/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=279272 CPUtime=195.88 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 60953 0 0 0 19576 12 0 0 25 0 4 0 622297245 285974528 60833 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 69818 60833 84 194 0 69622 0
[pid=31408/tid=31409] ppid=31405 vsize=279272 CPUtime=48.41 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 8974 0 0 0 4840 1 0 0 25 0 4 0 622297286 285974528 60833 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=279272 CPUtime=49.01 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 12154 0 0 0 4898 3 0 0 25 0 4 0 622297286 285974528 60833 33554432000 134512640 135305190 4293018528 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=279272 CPUtime=49 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 9389 0 0 0 4898 2 0 0 25 0 4 0 622297286 285974528 60833 33554432000 134512640 135305190 4293018528 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 197.54
Current children cumulated vsize (KiB) 287972

[startup+102.313 s]
/proc/loadavg: 8.05 8.04 7.47 10/373 31423
/proc/meminfo: memFree=10350228/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=394816 CPUtime=400.1 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 89649 0 0 0 39993 17 0 0 25 0 4 0 622297245 404291584 89529 33554432000 134512640 135305190 4293018528 18446744073709551615 134551793 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 98704 89529 84 194 0 98508 0
[pid=31408/tid=31409] ppid=31405 vsize=394816 CPUtime=99.01 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 17337 0 0 0 9899 2 0 0 25 0 4 0 622297286 404291584 89529 33554432000 134512640 135305190 4293018528 18446744073709551615 134558374 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=394816 CPUtime=100.22 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 18374 0 0 0 10019 3 0 0 25 0 4 0 622297286 404291584 89529 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=394816 CPUtime=100.2 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 14323 0 0 0 10018 2 0 0 25 0 4 0 622297286 404291584 89529 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 401.76
Current children cumulated vsize (KiB) 403516

[startup+162.301 s]
/proc/loadavg: 8.05 8.05 7.51 10/373 31424
/proc/meminfo: memFree=10266840/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=468560 CPUtime=639.35 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 108290 0 0 0 63914 21 0 0 25 0 4 0 622297245 479805440 108170 33554432000 134512640 135305190 4293018528 18446744073709551615 134551694 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 117140 108170 84 194 0 116944 0
[pid=31408/tid=31409] ppid=31405 vsize=468560 CPUtime=158.31 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 21201 0 0 0 15827 4 0 0 25 0 4 0 622297286 479805440 108170 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=468560 CPUtime=160.21 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 27933 0 0 0 16016 5 0 0 25 0 4 0 622297286 479805440 108170 33554432000 134512640 135305190 4293018528 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=468560 CPUtime=160.18 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 17391 0 0 0 16015 3 0 0 25 0 4 0 622297286 479805440 108170 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 641.01

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

/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 67233 0 0 0 75991 14 0 0 25 0 4 0 622297286 1430220800 340174 33554432000 134512640 135305190 4293018528 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3034
Current children cumulated vsize (KiB) 1405400

[startup+822.301 s]
/proc/loadavg: 8.21 8.11 7.78 10/373 31475
/proc/meminfo: memFree=5546504/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=1440608 CPUtime=3271.59 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 350992 0 0 0 327088 71 0 0 25 0 4 0 622297245 1475182592 350872 33554432000 134512640 135305190 4293018528 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 360152 350872 84 194 0 359956 0
[pid=31408/tid=31409] ppid=31405 vsize=1440608 CPUtime=815.16 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 76313 0 0 0 81503 13 0 0 25 0 4 0 622297286 1475182592 350872 33554432000 134512640 135305190 4293018528 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=1440608 CPUtime=815.76 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 107806 0 0 0 81555 21 0 0 25 0 4 0 622297286 1475182592 350872 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=1440608 CPUtime=820.03 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 67424 0 0 0 81989 14 0 0 25 0 4 0 622297286 1475182592 350872 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3273.25
Current children cumulated vsize (KiB) 1449308

[startup+882.301 s]
/proc/loadavg: 8.25 8.14 7.81 5/366 31493
/proc/meminfo: memFree=6968632/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=1546036 CPUtime=3510.9 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 377322 0 0 0 350991 99 0 0 25 0 4 0 622297245 1583140864 377202 33554432000 134512640 135305190 4293018528 18446744073709551615 134551804 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 386509 377202 84 194 0 386313 0
[pid=31408/tid=31409] ppid=31405 vsize=1546036 CPUtime=875.16 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 81753 0 0 0 87480 36 0 0 25 0 4 0 622297286 1583140864 377202 33554432000 134512640 135305190 4293018528 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=1546036 CPUtime=875.07 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 116368 0 0 0 87484 23 0 0 25 0 4 0 622297286 1583140864 377202 33554432000 134512640 135305190 4293018528 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=1546036 CPUtime=880.03 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 73568 0 0 0 87987 16 0 0 25 0 4 0 622297286 1583140864 377202 33554432000 134512640 135305190 4293018528 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3512.56
Current children cumulated vsize (KiB) 1554736

[startup+942.301 s]
/proc/loadavg: 7.78 8.01 7.79 10/373 31511
/proc/meminfo: memFree=9088828/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=1720236 CPUtime=3750.21 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 420910 0 0 0 374888 133 0 0 25 0 4 0 622297245 1761521664 420790 33554432000 134512640 135305190 4293018528 18446744073709551615 134551744 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 430059 420790 84 194 0 429863 0
[pid=31408/tid=31409] ppid=31405 vsize=1720236 CPUtime=935.16 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 88279 0 0 0 93456 60 0 0 25 0 4 0 622297286 1761521664 420790 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=1720236 CPUtime=934.39 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 137980 0 0 0 93410 29 0 0 25 0 4 0 622297286 1761521664 420790 33554432000 134512640 135305190 4293018528 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=1720236 CPUtime=940.01 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 81237 0 0 0 93983 18 0 0 25 0 4 0 622297286 1761521664 420790 33554432000 134512640 135305190 4293018528 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3751.87
Current children cumulated vsize (KiB) 1728936

[startup+1002.3 s]
/proc/loadavg: 7.98 8.02 7.80 9/373 31513
/proc/meminfo: memFree=8992348/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=1776556 CPUtime=3989.5 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 435002 0 0 0 398814 136 0 0 25 0 4 0 622297245 1819193344 434882 33554432000 134512640 135305190 4293018528 18446744073709551615 134551939 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 444139 434882 84 194 0 443943 0
[pid=31408/tid=31409] ppid=31405 vsize=1776556 CPUtime=995.14 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 91684 0 0 0 99454 60 0 0 25 0 4 0 622297286 1819193344 434882 33554432000 134512640 135305190 4293018528 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=1776556 CPUtime=993.7 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 141855 0 0 0 99339 31 0 0 25 0 4 0 622297286 1819193344 434882 33554432000 134512640 135305190 4293018528 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=1776556 CPUtime=1000 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 83351 0 0 0 99982 18 0 0 25 0 4 0 622297286 1819193344 434882 33554432000 134512640 135305190 4293018528 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3991.16
Current children cumulated vsize (KiB) 1785256

[startup+1062.3 s]
/proc/loadavg: 8.05 8.03 7.82 9/373 31547
/proc/meminfo: memFree=9156052/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=1786040 CPUtime=4228.81 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 437220 0 0 0 422744 137 0 0 25 0 4 0 622297245 1828904960 437100 33554432000 134512640 135305190 4293018528 18446744073709551615 134551919 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 446510 437100 84 194 0 446314 0
[pid=31408/tid=31409] ppid=31405 vsize=1786040 CPUtime=1055.15 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 92476 0 0 0 105454 61 0 0 25 0 4 0 622297286 1828904960 437100 33554432000 134512640 135305190 4293018528 18446744073709551615 134551687 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=1786040 CPUtime=1053.01 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 142509 0 0 0 105270 31 0 0 25 0 4 0 622297286 1828904960 437100 33554432000 134512640 135305190 4293018528 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=1786040 CPUtime=1060 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 83648 0 0 0 105982 18 0 0 25 0 4 0 622297286 1828904960 437100 33554432000 134512640 135305190 4293018528 18446744073709551615 134551998 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4230.47
Current children cumulated vsize (KiB) 1794740

[startup+1122.3 s]
/proc/loadavg: 8.20 8.08 7.85 9/373 31549
/proc/meminfo: memFree=8948484/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=1897680 CPUtime=4468.09 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 465364 0 0 0 446667 142 0 0 25 0 4 0 622297245 1943224320 465244 33554432000 134512640 135305190 4293018528 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 474420 465244 84 194 0 474224 0
[pid=31408/tid=31409] ppid=31405 vsize=1897680 CPUtime=1115.15 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 100423 0 0 0 111452 63 0 0 25 0 4 0 622297286 1943224320 465244 33554432000 134512640 135305190 4293018528 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=1897680 CPUtime=1112.31 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 147938 0 0 0 111199 32 0 0 25 0 4 0 622297286 1943224320 465244 33554432000 134512640 135305190 4293018528 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=1897680 CPUtime=1120 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 90237 0 0 0 111980 20 0 0 25 0 4 0 622297286 1943224320 465244 33554432000 134512640 135305190 4293018528 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4469.75
Current children cumulated vsize (KiB) 1906380

[startup+1182.3 s]
/proc/loadavg: 8.11 8.08 7.86 9/373 31550
/proc/meminfo: memFree=8897368/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=1900752 CPUtime=4707.4 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 466125 0 0 0 470597 143 0 0 25 0 4 0 622297245 1946370048 466005 33554432000 134512640 135305190 4293018528 18446744073709551615 134551860 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 475188 466005 84 194 0 474992 0
[pid=31408/tid=31409] ppid=31405 vsize=1900752 CPUtime=1175.15 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 100517 0 0 0 117452 63 0 0 25 0 4 0 622297286 1946370048 466005 33554432000 134512640 135305190 4293018528 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=1900752 CPUtime=1171.61 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 148154 0 0 0 117129 32 0 0 25 0 4 0 622297286 1946370048 466005 33554432000 134512640 135305190 4293018528 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=1900752 CPUtime=1180 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 90410 0 0 0 117980 20 0 0 25 0 4 0 622297286 1946370048 466005 33554432000 134512640 135305190 4293018528 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4709.06
Current children cumulated vsize (KiB) 1909452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.2 s]
/proc/loadavg: 8.08 8.07 7.86 9/373 31551
/proc/meminfo: memFree=8833740/32951124 swapFree=65155552/67111528
[pid=31405] ppid=31403 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/31405/stat : 31405 (manysat.sh) S 31403 31405 31066 0 -1 4202496 358 19289 0 0 0 0 161 5 18 0 1 0 622297079 8908800 253 33554432000 4194304 4922060 140736838160224 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31405/statm: 2175 253 209 178 0 68 0
[pid=31408] ppid=31405 vsize=1935240 CPUtime=4798.76 cores=0,2,4,6
/proc/31408/stat : 31408 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202496 474841 0 0 0 479731 145 0 0 25 0 4 0 622297245 1981685760 474721 33554432000 134512640 135305190 4293018528 18446744073709551615 134551919 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31408/statm: 483810 474721 84 194 0 483614 0
[pid=31408/tid=31409] ppid=31405 vsize=1935240 CPUtime=1198.07 cores=0,2,4,6
/proc/31408/task/31409/stat : 31409 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 102595 0 0 0 119743 64 0 0 25 0 4 0 622297286 1981685760 474721 33554432000 134512640 135305190 4293018528 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=31408/tid=31410] ppid=31405 vsize=1935240 CPUtime=1194.24 cores=0,2,4,6
/proc/31408/task/31410/stat : 31410 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 150657 0 0 0 119392 32 0 0 25 0 4 0 622297286 1981685760 474721 33554432000 134512640 135305190 4293018528 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31408/tid=31411] ppid=31405 vsize=1935240 CPUtime=1202.91 cores=0,2,4,6
/proc/31408/task/31411/stat : 31411 (manysat1.1_stat) R 31405 31405 31066 0 -1 4202560 92464 0 0 0 120271 20 0 0 25 0 4 0 622297286 1981685760 474721 33554432000 134512640 135305190 4293018528 18446744073709551615 134551628 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 1943940

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

Real time (s): 1205.22
CPU time (s): 4800.42
CPU user time (s): 4798.92
CPU system time (s): 1.5
CPU usage (%): 398.301
Max. virtual memory (cumulated for all children) (KiB): 1943940

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

runsolver used 4.32434 second user time and 9.65653 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 17:00:08
IDJOB=3362085
IDBENCH=82392
IDSOLVER=1838
FILE ID=node146/3362085-1305298808
RUNJOBID= node146-1305296390-31085
PBS_JOBID= 13321407
Free space on /tmp= 41400 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.035-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362085-1305298808/watcher-3362085-1305298808 -o /tmp/evaluation-result-3362085-1305298808/solver-3362085-1305298808 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362085-1305298808.cnf aimd 1

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1986928182

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10732780 kB
Buffers:        216228 kB
Cached:        5866616 kB
SwapCached:       9684 kB
Active:       11744796 kB
Inactive:     10141796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10732780 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:           13228 kB
Writeback:           0 kB
AnonPages:    15800880 kB
Mapped:          22804 kB
Slab:           208028 kB
PageTables:      59692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82155424 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= 41380 MiB
End job on node146 at 2011-05-13 17:20:15