Trace number 3262738

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.25 1201.75

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.60.1152.shuffled-as.sat03-1650.cnf
MD5SUM98d6317b259165bb4fb7a39e783668e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark118.001
Satisfiable
(Un)Satisfiability was proved
Number of variables7534
Number of clauses72812
Sum of the clauses size161368
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269406
Number of clauses of size 3128
Number of clauses of size 4291
Number of clauses of size 5538
Number of clauses of size over 52449

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-3262738-1304097612/watcher-3262738-1304097612 -o /tmp/evaluation-result-3262738-1304097612/solver-3262738-1304097612 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262738-1304097612.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: 7.84 8.14 8.10 5/185 7204
/proc/meminfo: memFree=29612240/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=10448 CPUtime=0 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) R 7202 7204 6968 0 -1 4202496 705 1260 0 0 0 0 0 0 25 0 1 0 521359073 10698752 634 33554432000 4194304 4417332 140736546097792 18446744073709551615 255377301248 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7204/statm: 2612 634 147 55 0 498 0

[startup+0.180674 s]
/proc/loadavg: 7.84 8.14 8.10 5/185 7204
/proc/meminfo: memFree=29612240/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=62632 CPUtime=0.47 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 4346 1260 0 0 47 0 0 0 25 0 5 0 521359073 64135168 3436 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 15658 3436 171 55 0 13544 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 62632

[startup+0.200671 s]
/proc/loadavg: 7.84 8.14 8.10 5/185 7204
/proc/meminfo: memFree=29612240/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=62632 CPUtime=0.55 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 4347 1260 0 0 55 0 0 0 25 0 5 0 521359073 64135168 3437 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 15658 3437 171 55 0 13544 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 62632

[startup+0.300653 s]
/proc/loadavg: 7.84 8.14 8.10 5/185 7204
/proc/meminfo: memFree=29612240/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=127556 CPUtime=0.95 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 5335 1260 0 0 95 0 0 0 25 0 5 0 521359073 130617344 3409 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 31889 3409 173 55 0 29775 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 127556

[startup+0.700577 s]
/proc/loadavg: 7.84 8.14 8.10 5/185 7204
/proc/meminfo: memFree=29612240/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=129492 CPUtime=2.55 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 7617 1260 0 0 254 1 0 0 25 0 5 0 521359073 132599808 3822 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 32373 3822 181 55 0 30259 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 129492

[startup+1.50043 s]
/proc/loadavg: 7.84 8.14 8.10 9/190 7214
/proc/meminfo: memFree=29601080/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=131684 CPUtime=5.75 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 8367 1260 0 0 574 1 0 0 25 0 5 0 521359073 134844416 4402 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 32921 4402 181 55 0 30807 0
[pid=7204/tid=7211] ppid=7202 vsize=131684 CPUtime=1.41 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 714 1260 0 0 141 0 0 0 25 0 5 0 521359081 134844416 4402 33554432000 4194304 4417332 140736546097792 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=131684 CPUtime=1.41 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 1706 1260 0 0 141 0 0 0 25 0 5 0 521359081 134844416 4402 33554432000 4194304 4417332 140736546097792 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=131684 CPUtime=1.41 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 1748 1260 0 0 141 0 0 0 25 0 5 0 521359081 134844416 4402 33554432000 4194304 4417332 140736546097792 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=131684 CPUtime=1.41 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 1030 1260 0 0 141 0 0 0 25 0 5 0 521359081 134844416 4402 33554432000 4194304 4417332 140736546097792 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 131684

[startup+3.10114 s]
/proc/loadavg: 7.84 8.14 8.10 9/190 7214
/proc/meminfo: memFree=29597484/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=138036 CPUtime=12.14 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 10182 1260 0 0 1213 1 0 0 25 0 5 0 521359073 141348864 5958 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 34509 5958 181 55 0 32395 0
[pid=7204/tid=7211] ppid=7202 vsize=138036 CPUtime=3.01 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 852 1260 0 0 301 0 0 0 25 0 5 0 521359081 141348864 5958 33554432000 4194304 4417332 140736546097792 18446744073709551615 4357806 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=138036 CPUtime=3.01 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 1790 1260 0 0 301 0 0 0 25 0 5 0 521359081 141348864 5958 33554432000 4194304 4417332 140736546097792 18446744073709551615 4365451 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=138036 CPUtime=3.01 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 1930 1260 0 0 301 0 0 0 25 0 5 0 521359081 141348864 5958 33554432000 4194304 4417332 140736546097792 18446744073709551615 4250990 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=138036 CPUtime=3 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 2441 1260 0 0 300 0 0 0 25 0 5 0 521359081 141348864 5958 33554432000 4194304 4417332 140736546097792 18446744073709551615 4237202 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 138036

[startup+6.30054 s]
/proc/loadavg: 7.85 8.13 8.10 9/190 7214
/proc/meminfo: memFree=29592608/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=142628 CPUtime=24.92 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 12680 1260 0 0 2491 1 0 0 25 0 5 0 521359073 146051072 7106 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 35657 7106 181 55 0 33543 0
[pid=7204/tid=7211] ppid=7202 vsize=142628 CPUtime=6.21 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 911 1260 0 0 621 0 0 0 25 0 5 0 521359081 146051072 7106 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=142628 CPUtime=6.21 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 2126 1260 0 0 621 0 0 0 25 0 5 0 521359081 146051072 7106 33554432000 4194304 4417332 140736546097792 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=142628 CPUtime=6.21 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 2264 1260 0 0 621 0 0 0 25 0 5 0 521359081 146051072 7106 33554432000 4194304 4417332 140736546097792 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=142628 CPUtime=6.18 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 4210 1260 0 0 618 0 0 0 25 0 5 0 521359081 146051072 7106 33554432000 4194304 4417332 140736546097792 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 142628

[startup+12.7004 s]
/proc/loadavg: 7.86 8.13 8.10 9/190 7214
/proc/meminfo: memFree=29573780/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=150980 CPUtime=50.49 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 17592 1260 0 0 5047 2 0 0 25 0 5 0 521359073 154603520 9194 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 37745 9194 181 55 0 35631 0
[pid=7204/tid=7211] ppid=7202 vsize=150980 CPUtime=12.61 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 1167 1260 0 0 1261 0 0 0 25 0 5 0 521359081 154603520 9194 33554432000 4194304 4417332 140736546097792 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=150980 CPUtime=12.61 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 2510 1260 0 0 1261 0 0 0 25 0 5 0 521359081 154603520 9194 33554432000 4194304 4417332 140736546097792 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=150980 CPUtime=12.61 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 2546 1260 0 0 1261 0 0 0 25 0 5 0 521359081 154603520 9194 33554432000 4194304 4417332 140736546097792 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=150980 CPUtime=12.54 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 8200 1260 0 0 1254 0 0 0 25 0 5 0 521359081 154603520 9194 33554432000 4194304 4417332 140736546097792 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 150980

[startup+25.501 s]
/proc/loadavg: 8.04 8.16 8.11 9/190 7214
/proc/meminfo: memFree=29539556/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=182252 CPUtime=101.62 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 30840 1260 0 0 10158 4 0 0 25 0 5 0 521359073 186626048 17018 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 45563 17018 181 55 0 43449 0
[pid=7204/tid=7211] ppid=7202 vsize=182252 CPUtime=25.41 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 3471 1260 0 0 2541 0 0 0 25 0 5 0 521359081 186626048 17018 33554432000 4194304 4417332 140736546097792 18446744073709551615 4232656 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=182252 CPUtime=25.41 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 4697 1260 0 0 2541 0 0 0 25 0 5 0 521359081 186626048 17018 33554432000 4194304 4417332 140736546097792 18446744073709551615 4366354 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=182252 CPUtime=25.41 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 4326 1260 0 0 2541 0 0 0 25 0 5 0 521359081 186626048 17018 33554432000 4194304 4417332 140736546097792 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=182252 CPUtime=25.27 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 15177 1260 0 0 2526 1 0 0 25 0 5 0 521359081 186626048 17018 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 182252

[startup+51.1012 s]
/proc/loadavg: 8.09 8.16 8.11 9/190 7215
/proc/meminfo: memFree=29505944/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=224264 CPUtime=203.88 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 52483 1260 0 0 20381 7 0 0 25 0 5 0 521359073 229646336 27521 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 56066 27521 181 55 0 53952 0
[pid=7204/tid=7211] ppid=7202 vsize=224264 CPUtime=51.01 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 5060 1260 0 0 5101 0 0 0 25 0 5 0 521359081 229646336 27521 33554432000 4194304 4417332 140736546097792 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=224264 CPUtime=51.01 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 6403 1260 0 0 5101 0 0 0 25 0 5 0 521359081 229646336 27521 33554432000 4194304 4417332 140736546097792 18446744073709551615 4355716 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=224264 CPUtime=51.02 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 8691 1260 0 0 5101 1 0 0 25 0 5 0 521359081 229646336 27521 33554432000 4194304 4417332 140736546097792 18446744073709551615 4357169 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=224264 CPUtime=50.74 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 29160 1260 0 0 5070 4 0 0 25 0 5 0 521359081 229646336 27521 33554432000 4194304 4417332 140736546097792 18446744073709551615 4366440 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 224264

[startup+102.301 s]
/proc/loadavg: 8.10 8.15 8.10 9/190 7217
/proc/meminfo: memFree=29489040/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=244900 CPUtime=408.43 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 85260 1260 0 0 40831 12 0 0 25 0 5 0 521359073 250777600 32680 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 61225 32680 181 55 0 59111 0
[pid=7204/tid=7211] ppid=7202 vsize=244900 CPUtime=102.22 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 7079 1260 0 0 10222 0 0 0 25 0 5 0 521359081 250777600 32680 33554432000 4194304 4417332 140736546097792 18446744073709551615 4264942 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=244900 CPUtime=102.22 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 6403 1260 0 0 10222 0 0 0 25 0 5 0 521359081 250777600 32680 33554432000 4194304 4417332 140736546097792 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=244900 CPUtime=102.22 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 8981 1260 0 0 10221 1 0 0 25 0 5 0 521359081 250777600 32680 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=244900 CPUtime=101.66 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 59628 1260 0 0 10158 8 0 0 25 0 5 0 521359081 250777600 32680 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.43
Current children cumulated vsize (KiB) 244900

[startup+162.301 s]
/proc/loadavg: 8.09 8.13 8.10 9/190 7218
/proc/meminfo: memFree=29424156/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=291320 CPUtime=648.09 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 125533 1260 0 0 64792 17 0 0 25 0 5 0 521359073 298311680 44285 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 72830 44285 181 55 0 70716 0
[pid=7204/tid=7211] ppid=7202 vsize=291320 CPUtime=162.21 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 10941 1260 0 0 16220 1 0 0 25 0 5 0 521359081 298311680 44285 33554432000 4194304 4417332 140736546097792 18446744073709551615 4275900 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=291320 CPUtime=162.22 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 11744 1260 0 0 16221 1 0 0 25 0 5 0 521359081 298311680 44285 33554432000 4194304 4417332 140736546097792 18446744073709551615 4369798 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=291320 CPUtime=162.21 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 13500 1260 0 0 16220 1 0 0 25 0 5 0 521359081 298311680 44285 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=291320 CPUtime=161.33 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 86179 1260 0 0 16122 11 0 0 25 0 5 0 521359081 298311680 44285 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.09
Current children cumulated vsize (KiB) 291320


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

[pid=7204/tid=7212] ppid=7202 vsize=749836 CPUtime=702.24 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 59190 1260 0 0 70216 8 0 0 25 0 5 0 521359081 767832064 158914 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=749836 CPUtime=702.23 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 70787 1260 0 0 70215 8 0 0 25 0 5 0 521359081 767832064 158914 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=749836 CPUtime=698.41 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 278280 1260 0 0 69800 41 0 0 25 0 5 0 521359081 767832064 158914 33554432000 4194304 4417332 140736546097792 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.22
Current children cumulated vsize (KiB) 749836

[startup+762.3 s]
/proc/loadavg: 8.16 8.17 8.11 9/190 7271
/proc/meminfo: memFree=28753812/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=792172 CPUtime=3044.92 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 516430 1260 0 0 304418 74 0 0 25 0 5 0 521359073 811184128 169498 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 198043 169498 181 55 0 195929 0
[pid=7204/tid=7211] ppid=7202 vsize=792172 CPUtime=762.25 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 97230 1260 0 0 76211 14 0 0 25 0 5 0 521359081 811184128 169498 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=792172 CPUtime=762.24 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 64600 1260 0 0 76216 8 0 0 25 0 5 0 521359081 811184128 169498 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=792172 CPUtime=762.24 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 73151 1260 0 0 76215 9 0 0 25 0 5 0 521359081 811184128 169498 33554432000 4194304 4417332 140736546097792 18446744073709551615 4320823 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=792172 CPUtime=758.09 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 278280 1260 0 0 75768 41 0 0 25 0 5 0 521359081 811184128 169498 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.92
Current children cumulated vsize (KiB) 792172

[startup+822.3 s]
/proc/loadavg: 8.17 8.17 8.11 9/190 7273
/proc/meminfo: memFree=28866496/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=564456 CPUtime=3284.58 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 560271 1260 0 0 328376 82 0 0 25 0 5 0 521359073 578002944 112569 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 141114 112569 181 55 0 139000 0
[pid=7204/tid=7211] ppid=7202 vsize=564456 CPUtime=822.23 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 109127 1260 0 0 82208 15 0 0 25 0 5 0 521359081 578002944 112569 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=564456 CPUtime=822.24 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 68361 1260 0 0 82215 9 0 0 25 0 5 0 521359081 578002944 112569 33554432000 4194304 4417332 140736546097792 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=564456 CPUtime=822.24 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 73151 1260 0 0 82215 9 0 0 25 0 5 0 521359081 578002944 112569 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=564456 CPUtime=817.75 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 306463 1260 0 0 81729 46 0 0 25 0 5 0 521359081 578002944 112569 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.58
Current children cumulated vsize (KiB) 564456

[startup+882.307 s]
/proc/loadavg: 8.31 8.20 8.12 9/190 7274
/proc/meminfo: memFree=28786488/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=522520 CPUtime=3524.28 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 573270 1260 0 0 352344 84 0 0 25 0 5 0 521359073 535060480 102085 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 130630 102085 181 55 0 128516 0
[pid=7204/tid=7211] ppid=7202 vsize=522520 CPUtime=882.24 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 117300 1260 0 0 88208 16 0 0 25 0 5 0 521359081 535060480 102085 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=522520 CPUtime=882.24 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 72935 1260 0 0 88214 10 0 0 25 0 5 0 521359081 535060480 102085 33554432000 4194304 4417332 140736546097792 18446744073709551615 4354063 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=522520 CPUtime=882.25 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 73403 1260 0 0 88216 9 0 0 25 0 5 0 521359081 535060480 102085 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=522520 CPUtime=877.43 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 306463 1260 0 0 87697 46 0 0 25 0 5 0 521359081 535060480 102085 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 522520

[startup+942.301 s]
/proc/loadavg: 8.23 8.19 8.12 9/190 7276
/proc/meminfo: memFree=28667416/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=681948 CPUtime=3763.94 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 621478 1260 0 0 376305 89 0 0 25 0 5 0 521359073 698314752 141942 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 170487 141942 181 55 0 168373 0
[pid=7204/tid=7211] ppid=7202 vsize=681948 CPUtime=942.24 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 128679 1260 0 0 94206 18 0 0 25 0 5 0 521359081 698314752 141942 33554432000 4194304 4417332 140736546097792 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=681948 CPUtime=942.24 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 73543 1260 0 0 94214 10 0 0 25 0 5 0 521359081 698314752 141942 33554432000 4194304 4417332 140736546097792 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=681948 CPUtime=942.24 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 73403 1260 0 0 94215 9 0 0 25 0 5 0 521359081 698314752 141942 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=681948 CPUtime=937.11 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 342684 1260 0 0 93660 51 0 0 25 0 5 0 521359081 698314752 141942 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.94
Current children cumulated vsize (KiB) 681948

[startup+1002.3 s]
/proc/loadavg: 8.26 8.20 8.12 9/190 7278
/proc/meminfo: memFree=28414428/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=709556 CPUtime=4003.62 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 632640 1260 0 0 400271 91 0 0 25 0 5 0 521359073 726585344 148844 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 177389 148844 181 55 0 175275 0
[pid=7204/tid=7211] ppid=7202 vsize=709556 CPUtime=1002.24 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 136835 1260 0 0 100205 19 0 0 25 0 5 0 521359081 726585344 148844 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=709556 CPUtime=1002.25 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 76549 1260 0 0 100214 11 0 0 25 0 5 0 521359081 726585344 148844 33554432000 4194304 4417332 140736546097792 18446744073709551615 4357054 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=709556 CPUtime=1002.25 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 73403 1260 0 0 100216 9 0 0 25 0 5 0 521359081 726585344 148844 33554432000 4194304 4417332 140736546097792 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=709556 CPUtime=996.78 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 342684 1260 0 0 99627 51 0 0 25 0 5 0 521359081 726585344 148844 33554432000 4194304 4417332 140736546097792 18446744073709551615 4366558 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 709556

[startup+1062.3 s]
/proc/loadavg: 8.19 8.19 8.12 9/190 7279
/proc/meminfo: memFree=28329460/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=742812 CPUtime=4243.3 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 659004 1260 0 0 424235 95 0 0 25 0 5 0 521359073 760639488 157158 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 185703 157158 181 55 0 183589 0
[pid=7204/tid=7211] ppid=7202 vsize=742812 CPUtime=1062.25 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 158044 1260 0 0 106203 22 0 0 25 0 5 0 521359081 760639488 157158 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=742812 CPUtime=1062.25 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 78177 1260 0 0 106214 11 0 0 25 0 5 0 521359081 760639488 157158 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=742812 CPUtime=1062.25 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 73403 1260 0 0 106216 9 0 0 25 0 5 0 521359081 760639488 157158 33554432000 4194304 4417332 140736546097792 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=742812 CPUtime=1056.45 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 346211 1260 0 0 105594 51 0 0 25 0 5 0 521359081 760639488 157158 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.3
Current children cumulated vsize (KiB) 742812

[startup+1122.3 s]
/proc/loadavg: 8.16 8.18 8.12 9/190 7281
/proc/meminfo: memFree=28318896/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=725604 CPUtime=4482.98 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 667494 1260 0 0 448202 96 0 0 25 0 5 0 521359073 743018496 152856 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 181401 152856 181 55 0 179287 0
[pid=7204/tid=7211] ppid=7202 vsize=725604 CPUtime=1122.25 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 163318 1260 0 0 112202 23 0 0 25 0 5 0 521359081 743018496 152856 33554432000 4194304 4417332 140736546097792 18446744073709551615 4232666 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=725604 CPUtime=1122.25 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 78177 1260 0 0 112214 11 0 0 25 0 5 0 521359081 743018496 152856 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=725604 CPUtime=1122.25 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 73403 1260 0 0 112216 9 0 0 25 0 5 0 521359081 743018496 152856 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=725604 CPUtime=1116.13 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 349427 1260 0 0 111561 52 0 0 25 0 5 0 521359081 743018496 152856 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.98
Current children cumulated vsize (KiB) 725604

[startup+1182.3 s]
/proc/loadavg: 8.10 8.16 8.12 9/190 7282
/proc/meminfo: memFree=28002924/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=975820 CPUtime=4722.66 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 736507 1260 0 0 472155 111 0 0 25 0 5 0 521359073 999239680 215410 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 243955 215410 181 55 0 241841 0
[pid=7204/tid=7211] ppid=7202 vsize=975820 CPUtime=1182.25 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 174568 1260 0 0 118201 24 0 0 25 0 5 0 521359081 999239680 215410 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=975820 CPUtime=1182.25 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 78177 1260 0 0 118214 11 0 0 25 0 5 0 521359081 999239680 215410 33554432000 4194304 4417332 140736546097792 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=975820 CPUtime=1182.25 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 74274 1260 0 0 118216 9 0 0 25 0 5 0 521359081 999239680 215410 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=975820 CPUtime=1175.81 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 406319 1260 0 0 117516 65 0 0 25 0 5 0 521359081 999239680 215410 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364529 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.66
Current children cumulated vsize (KiB) 975820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.22 8.18 8.12 10/190 7283
/proc/meminfo: memFree=28026968/32951124 swapFree=67111352/67111528
[pid=7204] ppid=7202 vsize=956732 CPUtime=4800.18 cores=1,3,5,7
/proc/7204/stat : 7204 (plingeling) S 7202 7204 6968 0 -1 4202496 737308 1260 0 0 479907 111 0 0 25 0 5 0 521359073 979693568 210638 33554432000 4194304 4417332 140736546097792 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/7204/statm: 239183 210638 181 55 0 237069 0
[pid=7204/tid=7211] ppid=7202 vsize=956732 CPUtime=1201.66 cores=1,3,5,7
/proc/7204/task/7211/stat : 7211 (plingeling) R 7202 7204 6968 0 -1 4202560 175369 1260 0 0 120141 25 0 0 25 0 5 0 521359081 979693568 210638 33554432000 4194304 4417332 140736546097792 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=7204/tid=7212] ppid=7202 vsize=956732 CPUtime=1201.66 cores=1,3,5,7
/proc/7204/task/7212/stat : 7212 (plingeling) R 7202 7204 6968 0 -1 4202560 78177 1260 0 0 120155 11 0 0 25 0 5 0 521359081 979693568 210638 33554432000 4194304 4417332 140736546097792 18446744073709551615 4282356 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=7204/tid=7213] ppid=7202 vsize=956732 CPUtime=1201.66 cores=1,3,5,7
/proc/7204/task/7213/stat : 7213 (plingeling) R 7202 7204 6968 0 -1 4202560 74274 1260 0 0 120157 9 0 0 25 0 5 0 521359081 979693568 210638 33554432000 4194304 4417332 140736546097792 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=7204/tid=7214] ppid=7202 vsize=956732 CPUtime=1195.1 cores=1,3,5,7
/proc/7204/task/7214/stat : 7214 (plingeling) R 7202 7204 6968 0 -1 4202560 406319 1260 0 0 119445 65 0 0 25 0 5 0 521359081 979693568 210638 33554432000 4194304 4417332 140736546097792 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 956732

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)
Real time (s): 1201.75
CPU time (s): 4800.25
CPU user time (s): 4799.1
CPU system time (s): 1.15582
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 975820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.1
system time used= 1.15582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 738568
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= 162
involuntary context switches= 32857

runsolver used 1.69974 second user time and 4.86426 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 19:20:12
IDJOB=3262738
IDBENCH=83797
IDSOLVER=1605
FILE ID=node135/3262738-1304097612
RUNJOBID= node135-1304096408-6987
PBS_JOBID= 13170608
Free space on /tmp= 71120 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.60.1152.shuffled-as.sat03-1650.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262738-1304097612/watcher-3262738-1304097612 -o /tmp/evaluation-result-3262738-1304097612/solver-3262738-1304097612 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262738-1304097612.cnf

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

MD5SUM BENCH= 98d6317b259165bb4fb7a39e783668e0
RANDOM SEED=1278037811

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29612520 kB
Buffers:        911820 kB
Cached:        1728268 kB
SwapCached:        172 kB
Active:         233676 kB
Inactive:      2588788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29612520 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:      182336 kB
Mapped:          15304 kB
Slab:           453380 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   369984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71120 MiB
End job on node135 at 2011-04-29 19:40:16