Trace number 3285021

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
Plingeling 587? (TO) 4800.35 1202.39

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data


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: 935)

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-3285021-1304058205/watcher-3285021-1304058205 -o /tmp/evaluation-result-3285021-1304058205/solver-3285021-1304058205 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3285021-1304058205.cnf 

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: 6.92 7.85 7.98 2/174 31130
/proc/meminfo: memFree=15123124/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=11360 CPUtime=0 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) R 31128 31130 31098 0 -1 4202496 901 1256 0 0 0 0 0 0 24 0 1 0 517420223 11632640 830 33554432000 4194304 4417332 140736594199568 18446744073709551615 274473967360 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/31130/statm: 2840 830 143 55 0 726 0

[startup+0.0546351 s]
/proc/loadavg: 6.92 7.85 7.98 2/174 31130
/proc/meminfo: memFree=15123124/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=18612 CPUtime=0.04 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) R 31128 31130 31098 0 -1 4202496 2731 1256 0 0 4 0 0 0 24 0 1 0 517420223 19058688 2660 33554432000 4194304 4417332 140736594199568 18446744073709551615 274473586275 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/31130/statm: 4653 2660 148 55 0 2539 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18612

[startup+0.100627 s]
/proc/loadavg: 6.92 7.85 7.98 2/174 31130
/proc/meminfo: memFree=15123124/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=24012 CPUtime=0.09 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) R 31128 31130 31098 0 -1 4202496 4097 1256 0 0 9 0 0 0 24 0 1 0 517420223 24588288 4026 33554432000 4194304 4417332 140736594199568 18446744073709551615 4231327 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/31130/statm: 6003 4026 148 55 0 3889 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24012

[startup+0.30059 s]
/proc/loadavg: 6.92 7.85 7.98 2/174 31130
/proc/meminfo: memFree=15123124/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=60396 CPUtime=0.28 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) R 31128 31130 31098 0 -1 4202496 13193 1256 0 0 27 1 0 0 25 0 1 0 517420223 61845504 13122 33554432000 4194304 4417332 140736594199568 18446744073709551615 4231499 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/31130/statm: 15099 13122 148 55 0 12985 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 60396

[startup+0.700517 s]
/proc/loadavg: 6.92 7.85 7.98 2/174 31130
/proc/meminfo: memFree=15123124/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=125428 CPUtime=0.68 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) R 31128 31130 31098 0 -1 4202496 29451 1256 0 0 64 4 0 0 25 0 1 0 517420223 128438272 29380 33554432000 4194304 4417332 140736594199568 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/31130/statm: 31357 29380 148 55 0 29243 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 125428

[startup+1.50038 s]
/proc/loadavg: 6.92 7.85 7.98 6/182 31151
/proc/meminfo: memFree=14927508/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=207724 CPUtime=3.58 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 52718 1256 0 0 350 8 0 0 25 0 5 0 517420223 212709376 30848 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 51931 30848 173 55 0 49817 0
[pid=31130/tid=31148] ppid=31128 vsize=207724 CPUtime=0.69 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 5841 1256 0 0 69 0 0 0 25 0 5 0 517420303 212709376 30848 33554432000 4194304 4417332 140736594199568 18446744073709551615 4302006 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=207724 CPUtime=0.69 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 7513 1256 0 0 68 1 0 0 25 0 5 0 517420303 212709376 30848 33554432000 4194304 4417332 140736594199568 18446744073709551615 4308643 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=207724 CPUtime=0.68 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 5962 1256 0 0 68 0 0 0 25 0 5 0 517420303 212709376 30848 33554432000 4194304 4417332 140736594199568 18446744073709551615 4302026 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=207724 CPUtime=0.69 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 3939 1256 0 0 69 0 0 0 25 0 5 0 517420303 212709376 30848 33554432000 4194304 4417332 140736594199568 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 207724

[startup+3.1011 s]
/proc/loadavg: 6.77 7.80 7.96 9/186 31155
/proc/meminfo: memFree=14787992/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=233828 CPUtime=9.98 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 69357 1256 0 0 988 10 0 0 25 0 5 0 517420223 239439872 35787 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 58457 35787 176 55 0 56343 0
[pid=31130/tid=31148] ppid=31128 vsize=233828 CPUtime=2.3 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 9303 1256 0 0 229 1 0 0 25 0 5 0 517420303 239439872 35787 33554432000 4194304 4417332 140736594199568 18446744073709551615 4302020 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=233828 CPUtime=2.29 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 14615 1256 0 0 228 1 0 0 25 0 5 0 517420303 239439872 35787 33554432000 4194304 4417332 140736594199568 18446744073709551615 4274888 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=233828 CPUtime=2.28 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 11106 1256 0 0 227 1 0 0 25 0 5 0 517420303 239439872 35787 33554432000 4194304 4417332 140736594199568 18446744073709551615 4346556 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=233828 CPUtime=2.29 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 4870 1256 0 0 229 0 0 0 25 0 5 0 517420303 239439872 35787 33554432000 4194304 4417332 140736594199568 18446744073709551615 4357766 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (KiB) 233828

[startup+6.30053 s]
/proc/loadavg: 6.77 7.80 7.96 9/186 31155
/proc/meminfo: memFree=14687708/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=269360 CPUtime=22.76 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 83524 1256 0 0 2263 13 0 0 25 0 5 0 517420223 275824640 42627 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 67340 42627 180 55 0 65226 0
[pid=31130/tid=31148] ppid=31128 vsize=269360 CPUtime=5.5 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 11770 1256 0 0 548 2 0 0 25 0 5 0 517420303 275824640 42627 33554432000 4194304 4417332 140736594199568 18446744073709551615 4233447 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=269360 CPUtime=5.49 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 22108 1256 0 0 547 2 0 0 25 0 5 0 517420303 275824640 42627 33554432000 4194304 4417332 140736594199568 18446744073709551615 4258722 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=269360 CPUtime=5.46 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 13158 1256 0 0 544 2 0 0 25 0 5 0 517420303 275824640 42627 33554432000 4194304 4417332 140736594199568 18446744073709551615 4356771 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=269360 CPUtime=5.49 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 7025 1256 0 0 548 1 0 0 25 0 5 0 517420303 275824640 42627 33554432000 4194304 4417332 140736594199568 18446744073709551615 4357843 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.76
Current children cumulated vsize (KiB) 269360

[startup+12.7004 s]
/proc/loadavg: 6.95 7.81 7.96 9/186 31156
/proc/meminfo: memFree=14498368/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=291592 CPUtime=48.32 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 91508 1256 0 0 4818 14 0 0 25 0 5 0 517420223 298590208 48834 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 72898 48834 180 55 0 70784 0
[pid=31130/tid=31148] ppid=31128 vsize=291592 CPUtime=11.9 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 11770 1256 0 0 1188 2 0 0 25 0 5 0 517420303 298590208 48834 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=291592 CPUtime=11.89 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 22757 1256 0 0 1187 2 0 0 25 0 5 0 517420303 298590208 48834 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=291592 CPUtime=11.83 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 13158 1256 0 0 1181 2 0 0 25 0 5 0 517420303 298590208 48834 33554432000 4194304 4417332 140736594199568 18446744073709551615 4236755 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=291592 CPUtime=11.89 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 14360 1256 0 0 1187 2 0 0 25 0 5 0 517420303 298590208 48834 33554432000 4194304 4417332 140736594199568 18446744073709551615 4357851 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.32
Current children cumulated vsize (KiB) 291592

[startup+25.5012 s]
/proc/loadavg: 7.12 7.82 7.96 6/179 31159
/proc/meminfo: memFree=14832988/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=352896 CPUtime=99.45 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 126009 1256 0 0 9927 18 0 0 25 0 5 0 517420223 361365504 66953 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 88224 66953 181 55 0 86110 0
[pid=31130/tid=31148] ppid=31128 vsize=352896 CPUtime=24.69 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 15689 1256 0 0 2467 2 0 0 25 0 5 0 517420303 361365504 66953 33554432000 4194304 4417332 140736594199568 18446744073709551615 4265499 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=352896 CPUtime=24.69 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 29494 1256 0 0 2466 3 0 0 25 0 5 0 517420303 361365504 66953 33554432000 4194304 4417332 140736594199568 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=352896 CPUtime=24.55 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 15307 1256 0 0 2453 2 0 0 25 0 5 0 517420303 361365504 66953 33554432000 4194304 4417332 140736594199568 18446744073709551615 4251104 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=352896 CPUtime=24.7 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 36056 1256 0 0 2465 5 0 0 25 0 5 0 517420303 361365504 66953 33554432000 4194304 4417332 140736594199568 18446744073709551615 4358020 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.45
Current children cumulated vsize (KiB) 352896

[startup+51.1007 s]
/proc/loadavg: 6.71 7.65 7.90 9/186 31193
/proc/meminfo: memFree=13125940/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=421752 CPUtime=201.71 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 198726 1256 0 0 20142 29 0 0 25 0 5 0 517420223 431874048 87851 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 105438 87851 181 55 0 103324 0
[pid=31130/tid=31148] ppid=31128 vsize=421752 CPUtime=50.29 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 15689 1256 0 0 5027 2 0 0 25 0 5 0 517420303 431874048 87851 33554432000 4194304 4417332 140736594199568 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=421752 CPUtime=50.29 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 48028 1256 0 0 5023 6 0 0 25 0 5 0 517420303 431874048 87851 33554432000 4194304 4417332 140736594199568 18446744073709551615 4236577 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=421752 CPUtime=50.15 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 15307 1256 0 0 5013 2 0 0 25 0 5 0 517420303 431874048 87851 33554432000 4194304 4417332 140736594199568 18446744073709551615 4357148 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=421752 CPUtime=50.16 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 90239 1256 0 0 5003 13 0 0 25 0 5 0 517420303 431874048 87851 33554432000 4194304 4417332 140736594199568 18446744073709551615 4236910 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.71
Current children cumulated vsize (KiB) 421752

[startup+102.307 s]
/proc/loadavg: 6.37 7.44 7.82 6/182 31226
/proc/meminfo: memFree=13793972/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=530760 CPUtime=406.25 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 294490 1256 0 0 40583 42 0 0 25 0 5 0 517420223 543498240 119871 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 132690 119871 181 55 0 130576 0
[pid=31130/tid=31148] ppid=31128 vsize=530760 CPUtime=101.49 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 29275 1256 0 0 10146 3 0 0 25 0 5 0 517420303 543498240 119871 33554432000 4194304 4417332 140736594199568 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=530760 CPUtime=101.5 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 78621 1256 0 0 10140 10 0 0 25 0 5 0 517420303 543498240 119871 33554432000 4194304 4417332 140736594199568 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=530760 CPUtime=101.23 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 24577 1256 0 0 10120 3 0 0 25 0 5 0 517420303 543498240 119871 33554432000 4194304 4417332 140736594199568 18446744073709551615 4251133 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=530760 CPUtime=101.2 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 132554 1256 0 0 10101 19 0 0 25 0 5 0 517420303 543498240 119871 33554432000 4194304 4417332 140736594199568 18446744073709551615 4366569 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.25
Current children cumulated vsize (KiB) 530760

[startup+162.301 s]
/proc/loadavg: 7.47 7.56 7.83 9/186 31232
/proc/meminfo: memFree=13537512/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=781876 CPUtime=645.91 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 385725 1256 0 0 64536 55 0 0 25 0 5 0 517420223 800641024 170809 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 195469 170809 181 55 0 193355 0
[pid=31130/tid=31148] ppid=31128 vsize=781876 CPUtime=161.49 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 44209 1256 0 0 16144 5 0 0 25 0 5 0 517420303 800641024 170809 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364351 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=781876 CPUtime=161.49 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 95720 1256 0 0 16137 12 0 0 25 0 5 0 517420303 800641024 170809 33554432000 4194304 4417332 140736594199568 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=781876 CPUtime=160.9 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 25533 1256 0 0 16087 3 0 0 25 0 5 0 517420303 800641024 170809 33554432000 4194304 4417332 140736594199568 18446744073709551615 274473661513 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=781876 CPUtime=161.19 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 190800 1256 0 0 16092 27 0 0 25 0 5 0 517420303 800641024 170809 33554432000 4194304 4417332 140736594199568 18446744073709551615 4355731 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 645.91
Current children cumulated vsize (KiB) 781876


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

[pid=31130/tid=31149] ppid=31128 vsize=1202864 CPUtime=761.51 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 633338 1256 0 0 76064 87 0 0 25 0 5 0 517420303 1231732736 281852 33554432000 4194304 4417332 140736594199568 18446744073709551615 4356756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=1202864 CPUtime=757.63 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 152713 1256 0 0 75744 19 0 0 25 0 5 0 517420303 1231732736 281852 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=1202864 CPUtime=761.2 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 955163 1256 0 0 75981 139 0 0 25 0 5 0 517420303 1231732736 281852 33554432000 4194304 4417332 140736594199568 18446744073709551615 4357476 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3042.66
Current children cumulated vsize (KiB) 1202864

[startup+822.301 s]
/proc/loadavg: 8.14 8.07 7.96 9/186 31249
/proc/meminfo: memFree=12209300/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=1784188 CPUtime=3282.27 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 2167954 1256 0 0 327923 304 0 0 25 0 5 0 517420223 1827008512 421205 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 446047 421205 181 55 0 443933 0
[pid=31130/tid=31148] ppid=31128 vsize=1784188 CPUtime=821.38 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 267732 1256 0 0 82104 34 0 0 25 0 5 0 517420303 1827008512 421205 33554432000 4194304 4417332 140736594199568 18446744073709551615 4311334 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=1784188 CPUtime=821.5 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 653064 1256 0 0 82060 90 0 0 25 0 5 0 517420303 1827008512 421205 33554432000 4194304 4417332 140736594199568 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=1784188 CPUtime=817.37 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 170166 1256 0 0 81715 22 0 0 25 0 5 0 517420303 1827008512 421205 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=1784188 CPUtime=821.19 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 1047529 1256 0 0 81968 151 0 0 25 0 5 0 517420303 1827008512 421205 33554432000 4194304 4417332 140736594199568 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3282.27
Current children cumulated vsize (KiB) 1784188

[startup+882.3 s]
/proc/loadavg: 8.10 8.07 7.97 9/186 31251
/proc/meminfo: memFree=11403656/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=2557120 CPUtime=3521.95 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 2466677 1256 0 0 351837 358 0 0 25 0 5 0 517420223 2618490880 623903 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 639280 623903 181 55 0 637166 0
[pid=31130/tid=31148] ppid=31128 vsize=2557120 CPUtime=881.05 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 300186 1256 0 0 88066 39 0 0 25 0 5 0 517420303 2618490880 623903 33554432000 4194304 4417332 140736594199568 18446744073709551615 4232693 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=2557120 CPUtime=881.5 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 712983 1256 0 0 88050 100 0 0 25 0 5 0 517420303 2618490880 623903 33554432000 4194304 4417332 140736594199568 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=2557120 CPUtime=877.37 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 200890 1256 0 0 87710 27 0 0 25 0 5 0 517420303 2618490880 623903 33554432000 4194304 4417332 140736594199568 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=2557120 CPUtime=881.2 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 1223155 1256 0 0 87935 185 0 0 25 0 5 0 517420303 2618490880 623903 33554432000 4194304 4417332 140736594199568 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3521.95
Current children cumulated vsize (KiB) 2557120

[startup+942.301 s]
/proc/loadavg: 8.09 8.07 7.97 9/186 31253
/proc/meminfo: memFree=12272376/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=1678788 CPUtime=3761.63 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 2663935 1256 0 0 375772 391 0 0 25 0 5 0 517420223 1719078912 404320 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 419697 404320 181 55 0 417583 0
[pid=31130/tid=31148] ppid=31128 vsize=1678788 CPUtime=940.73 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 324569 1256 0 0 94028 45 0 0 25 0 5 0 517420303 1719078912 404320 33554432000 4194304 4417332 140736594199568 18446744073709551615 4262955 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=1678788 CPUtime=941.51 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 757440 1256 0 0 94045 106 0 0 25 0 5 0 517420303 1719078912 404320 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=1678788 CPUtime=937.37 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 241444 1256 0 0 93704 33 0 0 25 0 5 0 517420303 1719078912 404320 33554432000 4194304 4417332 140736594199568 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=1678788 CPUtime=941.21 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 1311019 1256 0 0 93920 201 0 0 25 0 5 0 517420303 1719078912 404320 33554432000 4194304 4417332 140736594199568 18446744073709551615 4357840 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3761.63
Current children cumulated vsize (KiB) 1678788

[startup+1002.3 s]
/proc/loadavg: 8.07 8.06 7.98 9/186 31254
/proc/meminfo: memFree=11526500/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=2427212 CPUtime=4001.31 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 2936576 1256 0 0 399697 434 0 0 25 0 5 0 517420223 2485465088 591426 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 606803 591426 181 55 0 604689 0
[pid=31130/tid=31148] ppid=31128 vsize=2427212 CPUtime=1000.4 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 324569 1256 0 0 99995 45 0 0 25 0 5 0 517420303 2485465088 591426 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=2427212 CPUtime=1001.5 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 805990 1256 0 0 100037 113 0 0 25 0 5 0 517420303 2485465088 591426 33554432000 4194304 4417332 140736594199568 18446744073709551615 4250633 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=2427212 CPUtime=997.38 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 260548 1256 0 0 99701 37 0 0 25 0 5 0 517420303 2485465088 591426 33554432000 4194304 4417332 140736594199568 18446744073709551615 4311352 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=2427212 CPUtime=1001.2 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 1516006 1256 0 0 99888 232 0 0 25 0 5 0 517420303 2485465088 591426 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4001.31
Current children cumulated vsize (KiB) 2427212

[startup+1062.3 s]
/proc/loadavg: 8.10 8.07 7.98 9/186 31256
/proc/meminfo: memFree=10800088/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=3174260 CPUtime=4240.99 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 3273411 1256 0 0 423613 486 0 0 25 0 5 0 517420223 3250442240 774657 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 793565 774657 181 55 0 791451 0
[pid=31130/tid=31148] ppid=31128 vsize=3174260 CPUtime=1060.07 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 389373 1256 0 0 105953 54 0 0 25 0 5 0 517420303 3250442240 774657 33554432000 4194304 4417332 140736594199568 18446744073709551615 4263232 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=3174260 CPUtime=1061.5 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 881183 1256 0 0 106027 123 0 0 25 0 5 0 517420303 3250442240 774657 33554432000 4194304 4417332 140736594199568 18446744073709551615 4320854 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=3174260 CPUtime=1057.38 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 281198 1256 0 0 105697 41 0 0 25 0 5 0 517420303 3250442240 774657 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364475 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=3174260 CPUtime=1061.2 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 1692194 1256 0 0 105859 261 0 0 25 0 5 0 517420303 3250442240 774657 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4240.99
Current children cumulated vsize (KiB) 3174260

[startup+1122.3 s]
/proc/loadavg: 8.09 8.07 7.99 9/186 31257
/proc/meminfo: memFree=9767036/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=4229464 CPUtime=4480.66 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 3763254 1256 0 0 447495 571 0 0 25 0 5 0 517420223 4330971136 1032346 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 1057366 1032346 181 55 0 1055252 0
[pid=31130/tid=31148] ppid=31128 vsize=4229464 CPUtime=1119.74 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 392364 1256 0 0 111919 55 0 0 25 0 5 0 517420303 4330971136 1032346 33554432000 4194304 4417332 140736594199568 18446744073709551615 4336204 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=4229464 CPUtime=1121.5 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 1130746 1256 0 0 111989 161 0 0 25 0 5 0 517420303 4330971136 1032346 33554432000 4194304 4417332 140736594199568 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=4229464 CPUtime=1117.37 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 312742 1256 0 0 111693 44 0 0 25 0 5 0 517420303 4330971136 1032346 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=4229464 CPUtime=1121.2 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 1897939 1256 0 0 111817 303 0 0 25 0 5 0 517420303 4330971136 1032346 33554432000 4194304 4417332 140736594199568 18446744073709551615 4357846 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4480.66
Current children cumulated vsize (KiB) 4229464

[startup+1182.3 s]
/proc/loadavg: 8.10 8.07 8.00 9/186 31259
/proc/meminfo: memFree=12089168/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=1896428 CPUtime=4720.31 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 4194955 1256 0 0 471386 645 0 0 25 0 5 0 517420223 1941942272 449087 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 474107 449087 181 55 0 471993 0
[pid=31130/tid=31148] ppid=31128 vsize=1896428 CPUtime=1179.42 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 554754 1256 0 0 117861 81 0 0 25 0 5 0 517420303 1941942272 449087 33554432000 4194304 4417332 140736594199568 18446744073709551615 4320831 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=1896428 CPUtime=1181.48 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 1177644 1256 0 0 117979 169 0 0 25 0 5 0 517420303 1941942272 449087 33554432000 4194304 4417332 140736594199568 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=1896428 CPUtime=1177.37 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 397464 1256 0 0 117679 58 0 0 25 0 5 0 517420303 1941942272 449087 33554432000 4194304 4417332 140736594199568 18446744073709551615 4232791 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=1896428 CPUtime=1181.21 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 2035630 1256 0 0 117792 329 0 0 25 0 5 0 517420303 1941942272 449087 33554432000 4194304 4417332 140736594199568 18446744073709551615 4321678 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4720.31
Current children cumulated vsize (KiB) 1896428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.31 s]
/proc/loadavg: 8.13 8.08 8.00 9/186 31259
/proc/meminfo: memFree=12000128/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=1949552 CPUtime=4800.24 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 4288266 1256 0 0 479367 657 0 0 25 0 5 0 517420223 1996341248 472951 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 487388 472951 181 55 0 485274 0
[pid=31130/tid=31148] ppid=31128 vsize=1949552 CPUtime=1199.32 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 593310 1256 0 0 119845 87 0 0 25 0 5 0 517420303 1996341248 472951 33554432000 4194304 4417332 140736594199568 18446744073709551615 4250986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=1949552 CPUtime=1201.49 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 1193872 1256 0 0 119977 172 0 0 25 0 5 0 517420303 1996341248 472951 33554432000 4194304 4417332 140736594199568 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=1949552 CPUtime=1197.38 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 406998 1256 0 0 119679 59 0 0 25 0 5 0 517420303 1996341248 472951 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=1949552 CPUtime=1201.22 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 2064623 1256 0 0 119790 332 0 0 25 0 5 0 517420303 1996341248 472951 33554432000 4194304 4417332 140736594199568 18446744073709551615 4357169 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1949552

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1202.31 s]
/proc/loadavg: 8.13 8.08 8.00 9/186 31259
/proc/meminfo: memFree=12000128/32950928 swapFree=67111528/67111528
[pid=31130] ppid=31128 vsize=1949552 CPUtime=4800.24 cores=1,3,5,7
/proc/31130/stat : 31130 (plingeling) S 31128 31130 31098 0 -1 4202496 4288266 1256 0 0 479367 657 0 0 25 0 5 0 517420223 1996341248 472951 33554432000 4194304 4417332 140736594199568 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 487388 472951 181 55 0 485274 0
[pid=31130/tid=31148] ppid=31128 vsize=1949552 CPUtime=1199.32 cores=1,3,5,7
/proc/31130/task/31148/stat : 31148 (plingeling) R 31128 31130 31098 0 -1 4202560 593310 1256 0 0 119845 87 0 0 25 0 5 0 517420303 1996341248 472951 33554432000 4194304 4417332 140736594199568 18446744073709551615 4250986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31130/tid=31149] ppid=31128 vsize=1949552 CPUtime=1201.49 cores=1,3,5,7
/proc/31130/task/31149/stat : 31149 (plingeling) R 31128 31130 31098 0 -1 4202560 1193872 1256 0 0 119977 172 0 0 25 0 5 0 517420303 1996341248 472951 33554432000 4194304 4417332 140736594199568 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31130/tid=31150] ppid=31128 vsize=1949552 CPUtime=1197.38 cores=1,3,5,7
/proc/31130/task/31150/stat : 31150 (plingeling) R 31128 31130 31098 0 -1 4202560 406998 1256 0 0 119679 59 0 0 25 0 5 0 517420303 1996341248 472951 33554432000 4194304 4417332 140736594199568 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31130/tid=31151] ppid=31128 vsize=1949552 CPUtime=1201.22 cores=1,3,5,7
/proc/31130/task/31151/stat : 31151 (plingeling) R 31128 31130 31098 0 -1 4202560 2064623 1256 0 0 119790 332 0 0 25 0 5 0 517420303 1996341248 472951 33554432000 4194304 4417332 140736594199568 18446744073709551615 4357169 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1949552

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.39
CPU time (s): 4800.35
CPU user time (s): 4793.69
CPU system time (s): 6.65199
CPU usage (%): 399.233
Max. virtual memory (cumulated for all children) (KiB): 4229464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.7
system time used= 6.65199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4289522
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= 274
involuntary context switches= 32160

runsolver used 1.76973 second user time and 4.79627 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 08:23:26
IDJOB=3285021
IDBENCH=82369
IDSOLVER=1605
FILE ID=node125/3285021-1304058205
RUNJOBID= node125-1304058205-31117
PBS_JOBID= 13170441
Free space on /tmp= 72732 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285021-1304058205/watcher-3285021-1304058205 -o /tmp/evaluation-result-3285021-1304058205/solver-3285021-1304058205 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3285021-1304058205.cnf

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=748305760

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:     32950928 kB
MemFree:      15123404 kB
Buffers:       2218412 kB
Cached:       15007592 kB
SwapCached:          0 kB
Active:        9062164 kB
Inactive:      8231440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15123404 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32384 kB
Writeback:           0 kB
AnonPages:       67032 kB
Mapped:          14436 kB
Slab:           469492 kB
PageTables:       4488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188092 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= 72592 MiB
End job on node125 at 2011-04-29 08:43:30