Trace number 3362071

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.19 1206.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

Solver Data

0.00/0.00	c Parsing...
0.00/0.53	c ==============================================================================
0.00/0.53	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.53	c ==============================================================================
0.00/0.53	c |         0 | 1393438  3185745 |  418031       0        0     nan |  0.000 % |
2.39/2.48	c |         0 |  995897  2319315 |      --       0       --      -- |     --   | -35/-52
2.39/2.48	c ==============================================================================
2.39/2.48	c Result  :   #vars: 71796   #clauses: 995897   #literals: 2319315
2.39/2.48	c CPU time:   2.38964 s
2.39/2.48	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-3362071-1305298473/watcher-3362071-1305298473 -o /tmp/evaluation-result-3362071-1305298473/solver-3362071-1305298473 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362071-1305298473.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 8.19 7.92 7.10 5/292 29583
/proc/meminfo: memFree=29104688/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641445368 8908800 249 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29583/statm: 2175 249 209 178 0 68 0

[startup+0.0803699 s]
/proc/loadavg: 8.19 7.92 7.10 5/292 29583
/proc/meminfo: memFree=29104688/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641445368 8908800 249 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29583/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100361 s]
/proc/loadavg: 8.19 7.92 7.10 5/292 29583
/proc/meminfo: memFree=29104688/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641445368 8908800 249 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29583/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300326 s]
/proc/loadavg: 8.19 7.92 7.10 5/292 29583
/proc/meminfo: memFree=29104688/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641445368 8908800 249 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29583/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700255 s]
/proc/loadavg: 8.19 7.92 7.10 5/292 29583
/proc/meminfo: memFree=29104688/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641445368 8908800 249 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29583/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50112 s]
/proc/loadavg: 7.94 7.87 7.09 6/294 29585
/proc/meminfo: memFree=29003240/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641445368 8908800 249 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29583/statm: 2175 249 209 178 0 68 0
[pid=29584] ppid=29583 vsize=112920 CPUtime=1.49 cores=1,3,5,7
/proc/29584/stat : 29584 (SatElite) R 29583 29583 29121 0 -1 4202496 28179 0 0 0 140 9 0 0 25 0 1 0 641445368 115630080 25216 33554432000 134512640 135034092 4292105904 18446744073709551615 134566267 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/29584/statm: 28230 25216 68 128 0 28100 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121620

[startup+3.10082 s]
/proc/loadavg: 7.94 7.87 7.09 6/294 29585
/proc/meminfo: memFree=29001272/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 8700

[startup+6.30121 s]
/proc/loadavg: 7.94 7.87 7.09 9/297 29589
/proc/meminfo: memFree=28858000/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=270288 CPUtime=10.3 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 57860 0 0 0 1019 11 0 0 21 0 4 0 641445665 276774912 57741 33554432000 134512640 135305190 4293969072 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 67572 57741 84 194 0 67376 0
[pid=29586/tid=29587] ppid=29583 vsize=270288 CPUtime=2.32 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 976 0 0 0 232 0 0 0 20 0 4 0 641445763 276774912 57741 33554432000 134512640 135305190 4293969072 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=270288 CPUtime=2.32 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 1079 0 0 0 232 0 0 0 21 0 4 0 641445763 276774912 57741 33554432000 134512640 135305190 4293969072 18446744073709551615 134554662 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=270288 CPUtime=2.3 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 1150 0 0 0 230 0 0 0 21 0 4 0 641445763 276774912 57741 33554432000 134512640 135305190 4293969072 18446744073709551615 134556792 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.27
Current children cumulated vsize (KiB) 278988

[startup+12.701 s]
/proc/loadavg: 7.95 7.88 7.10 9/297 29589
/proc/meminfo: memFree=28821800/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=308408 CPUtime=35.84 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 67107 0 0 0 3570 14 0 0 25 0 4 0 641445665 315809792 66988 33554432000 134512640 135305190 4293969072 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 77102 66988 84 194 0 76906 0
[pid=29586/tid=29587] ppid=29583 vsize=308408 CPUtime=8.73 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 3005 0 0 0 872 1 0 0 25 0 4 0 641445763 315809792 66988 33554432000 134512640 135305190 4293969072 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=308408 CPUtime=8.73 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 3274 0 0 0 872 1 0 0 25 0 4 0 641445763 315809792 66988 33554432000 134512640 135305190 4293969072 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=308408 CPUtime=8.64 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 3631 0 0 0 863 1 0 0 25 0 4 0 641445763 315809792 66988 33554432000 134512640 135305190 4293969072 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38.81
Current children cumulated vsize (KiB) 317108

[startup+25.5007 s]
/proc/loadavg: 7.95 7.88 7.11 9/297 29589
/proc/meminfo: memFree=28737744/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=388120 CPUtime=86.91 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 87303 0 0 0 8671 20 0 0 25 0 4 0 641445665 397434880 87184 33554432000 134512640 135305190 4293969072 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 97030 87184 84 194 0 96834 0
[pid=29586/tid=29587] ppid=29583 vsize=388120 CPUtime=21.52 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 7374 0 0 0 2150 2 0 0 25 0 4 0 641445763 397434880 87184 33554432000 134512640 135305190 4293969072 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=388120 CPUtime=21.52 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 7608 0 0 0 2150 2 0 0 25 0 4 0 641445763 397434880 87184 33554432000 134512640 135305190 4293969072 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=388120 CPUtime=21.33 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 9373 0 0 0 2130 3 0 0 25 0 4 0 641445763 397434880 87184 33554432000 134512640 135305190 4293969072 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 89.88
Current children cumulated vsize (KiB) 396820

[startup+51.1011 s]
/proc/loadavg: 8.12 7.92 7.14 9/297 29590
/proc/meminfo: memFree=28602712/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=511156 CPUtime=189.08 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 118021 0 0 0 18878 30 0 0 25 0 4 0 641445665 523423744 117902 33554432000 134512640 135305190 4293969072 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 127789 117902 84 194 0 127593 0
[pid=29586/tid=29587] ppid=29583 vsize=511156 CPUtime=47.12 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 14550 0 0 0 4707 5 0 0 25 0 4 0 641445763 523423744 117902 33554432000 134512640 135305190 4293969072 18446744073709551615 134551992 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=511156 CPUtime=47.13 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 14703 0 0 0 4708 5 0 0 25 0 4 0 641445763 523423744 117902 33554432000 134512640 135305190 4293969072 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=511156 CPUtime=46.69 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 16792 0 0 0 4664 5 0 0 25 0 4 0 641445763 523423744 117902 33554432000 134512640 135305190 4293969072 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 192.05
Current children cumulated vsize (KiB) 519856

[startup+102.311 s]
/proc/loadavg: 8.05 7.93 7.19 9/297 29591
/proc/meminfo: memFree=28294224/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=814760 CPUtime=393.44 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 193781 0 0 0 39293 51 0 0 25 0 4 0 641445665 834314240 193662 33554432000 134512640 135305190 4293969072 18446744073709551615 134551860 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 203690 193662 84 194 0 203494 0
[pid=29586/tid=29587] ppid=29583 vsize=814760 CPUtime=98.34 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 32744 0 0 0 9824 10 0 0 25 0 4 0 641445763 834314240 193662 33554432000 134512640 135305190 4293969072 18446744073709551615 134551736 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=814760 CPUtime=98.33 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 32579 0 0 0 9824 9 0 0 25 0 4 0 641445763 834314240 193662 33554432000 134512640 135305190 4293969072 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=814760 CPUtime=97.41 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 34582 0 0 0 9731 10 0 0 25 0 4 0 641445763 834314240 193662 33554432000 134512640 135305190 4293969072 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 396.41
Current children cumulated vsize (KiB) 823460

[startup+162.301 s]
/proc/loadavg: 8.02 7.94 7.24 9/297 29593
/proc/meminfo: memFree=27990260/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=1107876 CPUtime=632.84 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 267069 0 0 0 63212 72 0 0 25 0 4 0 641445665 1134465024 266949 33554432000 134512640 135305190 4293969072 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 276969 266949 84 194 0 276773 0
[pid=29586/tid=29587] ppid=29583 vsize=1107876 CPUtime=158.32 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 48729 0 0 0 15818 14 0 0 25 0 4 0 641445763 1134465024 266949 33554432000 134512640 135305190 4293969072 18446744073709551615 134551992 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=1107876 CPUtime=158.32 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 50056 0 0 0 15818 14 0 0 25 0 4 0 641445763 1134465024 266949 33554432000 134512640 135305190 4293969072 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=1107876 CPUtime=156.85 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 53253 0 0 0 15669 16 0 0 25 0 4 0 641445763 1134465024 266949 33554432000 134512640 135305190 4293969072 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 635.81
Current children cumulated vsize (KiB) 1116576

[startup+222.301 s]
/proc/loadavg: 8.00 7.95 7.28 9/297 29595
/proc/meminfo: memFree=27747324/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=1336844 CPUtime=872.28 cores=1,3,5,7

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

/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 153005 0 0 0 75077 44 0 0 25 0 4 0 641445763 2796863488 672116 33554432000 134512640 135305190 4293969072 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3029.95
Current children cumulated vsize (KiB) 2740012

[startup+822.3 s]
/proc/loadavg: 8.05 8.09 7.67 9/297 29623
/proc/meminfo: memFree=26171704/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=2815860 CPUtime=3266.23 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 693416 0 0 0 326431 192 0 0 25 0 4 0 641445665 2883440640 693242 33554432000 134512640 135305190 4293969072 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 703965 693242 84 194 0 703769 0
[pid=29586/tid=29587] ppid=29583 vsize=2815860 CPUtime=818.21 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 140041 0 0 0 81780 41 0 0 25 0 4 0 641445763 2883440640 693242 33554432000 134512640 135305190 4293969072 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=2815860 CPUtime=818.25 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 166473 0 0 0 81782 43 0 0 25 0 4 0 641445763 2883440640 693242 33554432000 134512640 135305190 4293969072 18446744073709551615 134551656 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=2815860 CPUtime=810.57 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 158749 0 0 0 81012 45 0 0 25 0 4 0 641445763 2883440640 693242 33554432000 134512640 135305190 4293969072 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3269.2
Current children cumulated vsize (KiB) 2824560

[startup+882.301 s]
/proc/loadavg: 8.20 8.12 7.70 9/297 29624
/proc/meminfo: memFree=26164008/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=2815860 CPUtime=3505.68 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 693445 0 0 0 350375 193 0 0 25 0 4 0 641445665 2883440640 693271 33554432000 134512640 135305190 4293969072 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 703965 693271 84 194 0 703769 0
[pid=29586/tid=29587] ppid=29583 vsize=2815860 CPUtime=878.18 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 140060 0 0 0 87777 41 0 0 25 0 4 0 641445763 2883440640 693271 33554432000 134512640 135305190 4293969072 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=2815860 CPUtime=878.25 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 166483 0 0 0 87781 44 0 0 25 0 4 0 641445763 2883440640 693271 33554432000 134512640 135305190 4293969072 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=2815860 CPUtime=870.05 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 158749 0 0 0 86959 46 0 0 25 0 4 0 641445763 2883440640 693271 33554432000 134512640 135305190 4293969072 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3508.65
Current children cumulated vsize (KiB) 2824560

[startup+942.301 s]
/proc/loadavg: 7.90 8.06 7.71 5/290 29648
/proc/meminfo: memFree=26687436/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=2815860 CPUtime=3745.11 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 693538 0 0 0 374318 193 0 0 25 0 4 0 641445665 2883440640 693364 33554432000 134512640 135305190 4293969072 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 703965 693364 84 194 0 703769 0
[pid=29586/tid=29587] ppid=29583 vsize=2815860 CPUtime=937.62 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 140071 0 0 0 93721 41 0 0 25 0 4 0 641445763 2883440640 693364 33554432000 134512640 135305190 4293969072 18446744073709551615 134551684 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=2815860 CPUtime=938.25 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 166503 0 0 0 93781 44 0 0 25 0 4 0 641445763 2883440640 693364 33554432000 134512640 135305190 4293969072 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=2815860 CPUtime=930.05 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 158810 0 0 0 92959 46 0 0 25 0 4 0 641445763 2883440640 693364 33554432000 134512640 135305190 4293969072 18446744073709551615 134551628 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3748.08
Current children cumulated vsize (KiB) 2824560

[startup+1002.3 s]
/proc/loadavg: 6.46 7.58 7.56 9/297 29886
/proc/meminfo: memFree=26423640/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=3001276 CPUtime=3984.56 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 740000 0 0 0 398249 207 0 0 25 0 4 0 641445665 3073306624 739826 33554432000 134512640 135305190 4293969072 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 750319 739826 84 194 0 750123 0
[pid=29586/tid=29587] ppid=29583 vsize=3001276 CPUtime=997.6 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 150638 0 0 0 99715 45 0 0 25 0 4 0 641445763 3073306624 739826 33554432000 134512640 135305190 4293969072 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=3001276 CPUtime=998.25 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 179943 0 0 0 99778 47 0 0 25 0 4 0 641445763 3073306624 739826 33554432000 134512640 135305190 4293969072 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=3001276 CPUtime=989.51 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 170275 0 0 0 98901 50 0 0 25 0 4 0 641445763 3073306624 739826 33554432000 134512640 135305190 4293969072 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3987.53
Current children cumulated vsize (KiB) 3009976

[startup+1062.3 s]
/proc/loadavg: 7.50 7.67 7.59 9/297 29888
/proc/meminfo: memFree=26004660/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=3314972 CPUtime=4224.02 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 817997 0 0 0 422174 228 0 0 25 0 4 0 641445665 3394531328 817823 33554432000 134512640 135305190 4293969072 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 828743 817823 84 194 0 828547 0
[pid=29586/tid=29587] ppid=29583 vsize=3314972 CPUtime=1057.6 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 169247 0 0 0 105710 50 0 0 25 0 4 0 641445763 3394531328 817823 33554432000 134512640 135305190 4293969072 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=3314972 CPUtime=1058.25 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 200149 0 0 0 105772 53 0 0 25 0 4 0 641445763 3394531328 817823 33554432000 134512640 135305190 4293969072 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=3314972 CPUtime=1048.97 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 188929 0 0 0 104842 55 0 0 25 0 4 0 641445763 3394531328 817823 33554432000 134512640 135305190 4293969072 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4226.99
Current children cumulated vsize (KiB) 3323672

[startup+1122.3 s]
/proc/loadavg: 7.94 7.76 7.63 9/297 29890
/proc/meminfo: memFree=25887824/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=3392952 CPUtime=4463.28 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 837259 0 0 0 446094 234 0 0 25 0 4 0 641445665 3474382848 837085 33554432000 134512640 135305190 4293969072 18446744073709551615 134551776 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 848238 837085 84 194 0 848042 0
[pid=29586/tid=29587] ppid=29583 vsize=3392952 CPUtime=1117.5 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 173018 0 0 0 111698 52 0 0 25 0 4 0 641445763 3474382848 837085 33554432000 134512640 135305190 4293969072 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=3392952 CPUtime=1118.22 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 205045 0 0 0 111768 54 0 0 25 0 4 0 641445763 3474382848 837085 33554432000 134512640 135305190 4293969072 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=3392952 CPUtime=1108.37 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 194543 0 0 0 110780 57 0 0 25 0 4 0 641445763 3474382848 837085 33554432000 134512640 135305190 4293969072 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4466.25
Current children cumulated vsize (KiB) 3401652

[startup+1182.3 s]
/proc/loadavg: 8.03 7.82 7.65 9/297 29891
/proc/meminfo: memFree=25857396/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=3392952 CPUtime=4702.6 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 837330 0 0 0 470026 234 0 0 25 0 4 0 641445665 3474382848 837156 33554432000 134512640 135305190 4293969072 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 848238 837156 84 194 0 848042 0
[pid=29586/tid=29587] ppid=29583 vsize=3392952 CPUtime=1177.46 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 173058 0 0 0 117694 52 0 0 25 0 4 0 641445763 3474382848 837156 33554432000 134512640 135305190 4293969072 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=3392952 CPUtime=1178.2 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 205070 0 0 0 117766 54 0 0 25 0 4 0 641445763 3474382848 837156 33554432000 134512640 135305190 4293969072 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=3392952 CPUtime=1167.76 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 194548 0 0 0 116719 57 0 0 25 0 4 0 641445763 3474382848 837156 33554432000 134512640 135305190 4293969072 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4705.57
Current children cumulated vsize (KiB) 3401652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206 s]
/proc/loadavg: 8.02 7.83 7.66 9/297 29892
/proc/meminfo: memFree=25854768/32951124 swapFree=54427468/67111528
[pid=29583] ppid=29581 vsize=8700 CPUtime=2.97 cores=1,3,5,7
/proc/29583/stat : 29583 (manysat.sh) S 29581 29583 29121 0 -1 4202496 357 31005 0 0 0 0 285 12 18 0 1 0 641445368 8908800 252 33554432000 4194304 4922060 140736244837600 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29583/statm: 2175 252 209 178 0 68 0
[pid=29586] ppid=29583 vsize=3393220 CPUtime=4797.22 cores=1,3,5,7
/proc/29586/stat : 29586 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202496 837423 0 0 0 479488 234 0 0 25 0 4 0 641445665 3474657280 837249 33554432000 134512640 135305190 4293969072 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29586/statm: 848305 837249 84 194 0 848109 0
[pid=29586/tid=29587] ppid=29583 vsize=3393220 CPUtime=1201.17 cores=1,3,5,7
/proc/29586/task/29587/stat : 29587 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 173058 0 0 0 120065 52 0 0 25 0 4 0 641445763 3474657280 837249 33554432000 134512640 135305190 4293969072 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29586/tid=29588] ppid=29583 vsize=3393220 CPUtime=1201.91 cores=1,3,5,7
/proc/29586/task/29588/stat : 29588 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 205101 0 0 0 120137 54 0 0 25 0 4 0 641445763 3474657280 837249 33554432000 134512640 135305190 4293969072 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29586/tid=29589] ppid=29583 vsize=3393220 CPUtime=1191.24 cores=1,3,5,7
/proc/29586/task/29589/stat : 29589 (manysat1.1_stat) R 29583 29583 29121 0 -1 4202560 194602 0 0 0 119067 57 0 0 25 0 4 0 641445763 3474657280 837249 33554432000 134512640 135305190 4293969072 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 3401920

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

Real time (s): 1206.02
CPU time (s): 4800.19
CPU user time (s): 4797.73
CPU system time (s): 2.46
CPU usage (%): 398.018
Max. virtual memory (cumulated for all children) (KiB): 3401920

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

runsolver used 3.04954 second user time and 7.93279 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 16:54:34
IDJOB=3362071
IDBENCH=82379
IDSOLVER=1838
FILE ID=node138/3362071-1305298473
RUNJOBID= node138-1305296392-29140
PBS_JOBID= 13321415
Free space on /tmp= 47508 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362071-1305298473/watcher-3362071-1305298473 -o /tmp/evaluation-result-3362071-1305298473/solver-3362071-1305298473 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362071-1305298473.cnf aimd 1

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=57781434

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29104960 kB
Buffers:        205000 kB
Cached:        3089760 kB
SwapCached:      18472 kB
Active:         977172 kB
Inactive:      2669164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29104960 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           31540 kB
Writeback:           0 kB
AnonPages:      344732 kB
Mapped:           9612 kB
Slab:            97604 kB
PageTables:      41188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39871832 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= 47536 MiB
End job on node138 at 2011-05-13 17:14:42