Trace number 3265290

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.29 1201.77

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-030-029.shuffled-as.sat05-1234.cnf
MD5SUMc12aa6a0ac1bca448bef51c167f3bbbb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1704
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size50460
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224795
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-3265290-1304106198/watcher-3265290-1304106198 -o /tmp/evaluation-result-3265290-1304106198/solver-3265290-1304106198 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3265290-1304106198.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.68 7.96 7.99 5/181 8687
/proc/meminfo: memFree=25521848/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=9152 CPUtime=0 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) R 8685 8687 8397 0 -1 4202496 377 1254 0 0 0 0 0 0 25 0 1 0 522220306 9371648 305 33554432000 4194304 4417332 140736406394208 18446744073709551615 230809165568 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/8687/statm: 2332 310 146 55 0 218 0

[startup+0.0273121 s]
/proc/loadavg: 7.68 7.96 7.99 5/181 8687
/proc/meminfo: memFree=25521848/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=52312 CPUtime=0.03 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 1004 1254 0 0 3 0 0 0 25 0 5 0 522220306 53567488 879 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 13078 879 170 55 0 10964 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 52312

[startup+0.127294 s]
/proc/loadavg: 7.68 7.96 7.99 5/181 8687
/proc/meminfo: memFree=25521848/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=120948 CPUtime=0.42 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 2650 1254 0 0 42 0 0 0 25 0 5 0 522220306 123850752 1653 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 30237 1653 181 55 0 28123 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 120948

[startup+0.300267 s]
/proc/loadavg: 7.68 7.96 7.99 5/181 8687
/proc/meminfo: memFree=25521848/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=125592 CPUtime=1.11 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 4709 1254 0 0 111 0 0 0 25 0 5 0 522220306 128606208 2814 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 31398 2814 181 55 0 29284 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 125592

[startup+0.91301 s]
/proc/loadavg: 7.68 7.96 7.99 5/181 8687
/proc/meminfo: memFree=25521848/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=138876 CPUtime=3.56 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 18287 1254 0 0 354 2 0 0 25 0 5 0 522220306 142209024 5846 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 34719 5846 181 55 0 32605 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 138876

[startup+1.50105 s]
/proc/loadavg: 7.68 7.96 7.99 9/186 8697
/proc/meminfo: memFree=25494488/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=139464 CPUtime=5.91 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 24569 1254 0 0 588 3 0 0 25 0 5 0 522220306 142811136 6327 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 34866 6327 181 55 0 32752 0
[pid=8687/tid=8694] ppid=8685 vsize=139464 CPUtime=1.47 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 3729 1254 0 0 147 0 0 0 25 0 5 0 522220308 142811136 6327 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=139464 CPUtime=1.47 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 5437 1254 0 0 146 1 0 0 25 0 5 0 522220308 142811136 6327 33554432000 4194304 4417332 140736406394208 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=139464 CPUtime=1.46 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 5584 1254 0 0 146 0 0 0 25 0 5 0 522220308 142811136 6327 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364355 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=139464 CPUtime=1.46 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 8865 1254 0 0 146 0 0 0 19 0 5 0 522220308 142811136 6327 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 139464

[startup+3.10075 s]
/proc/loadavg: 7.68 7.96 7.99 9/186 8697
/proc/meminfo: memFree=25484816/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=157292 CPUtime=12.31 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 58020 1254 0 0 1222 9 0 0 25 0 5 0 522220306 161067008 10760 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 39323 10760 181 55 0 37209 0
[pid=8687/tid=8694] ppid=8685 vsize=157292 CPUtime=3.07 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 11850 1254 0 0 306 1 0 0 25 0 5 0 522220308 161067008 10760 33554432000 4194304 4417332 140736406394208 18446744073709551615 4356838 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=157292 CPUtime=3.06 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 14772 1254 0 0 304 2 0 0 25 0 5 0 522220308 161067008 10760 33554432000 4194304 4417332 140736406394208 18446744073709551615 4320914 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=157292 CPUtime=3.06 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 14644 1254 0 0 304 2 0 0 25 0 5 0 522220308 161067008 10760 33554432000 4194304 4417332 140736406394208 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=157292 CPUtime=3.05 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 15800 1254 0 0 304 1 0 0 22 0 5 0 522220308 161067008 10760 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 157292

[startup+6.30117 s]
/proc/loadavg: 7.70 7.96 7.99 9/186 8697
/proc/meminfo: memFree=25461380/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=186376 CPUtime=25.08 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 110236 1254 0 0 2491 17 0 0 25 0 5 0 522220306 190849024 18031 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 46594 18031 181 55 0 44480 0
[pid=8687/tid=8694] ppid=8685 vsize=186376 CPUtime=6.27 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 24075 1254 0 0 624 3 0 0 25 0 5 0 522220308 190849024 18031 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=186376 CPUtime=6.26 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 28577 1254 0 0 622 4 0 0 25 0 5 0 522220308 190849024 18031 33554432000 4194304 4417332 140736406394208 18446744073709551615 4354419 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=186376 CPUtime=6.27 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 30650 1254 0 0 622 5 0 0 25 0 5 0 522220308 190849024 18031 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=186376 CPUtime=6.24 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 25980 1254 0 0 621 3 0 0 25 0 5 0 522220308 190849024 18031 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 186376

[startup+12.701 s]
/proc/loadavg: 7.73 7.96 7.99 9/186 8697
/proc/meminfo: memFree=25406924/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=205628 CPUtime=50.65 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 213248 1254 0 0 5030 35 0 0 25 0 5 0 522220306 210563072 22844 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 51407 22844 181 55 0 49293 0
[pid=8687/tid=8694] ppid=8685 vsize=205628 CPUtime=12.67 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 49071 1254 0 0 1260 7 0 0 25 0 5 0 522220308 210563072 22844 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=205628 CPUtime=12.66 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 59128 1254 0 0 1256 10 0 0 25 0 5 0 522220308 210563072 22844 33554432000 4194304 4417332 140736406394208 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=205628 CPUtime=12.67 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 58585 1254 0 0 1258 9 0 0 25 0 5 0 522220308 210563072 22844 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=205628 CPUtime=12.6 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 45510 1254 0 0 1253 7 0 0 25 0 5 0 522220308 210563072 22844 33554432000 4194304 4417332 140736406394208 18446744073709551615 4365007 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 205628

[startup+25.5066 s]
/proc/loadavg: 7.79 7.96 7.99 9/186 8698
/proc/meminfo: memFree=25350508/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=261112 CPUtime=101.79 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 395350 1254 0 0 10114 65 0 0 25 0 5 0 522220306 267378688 36715 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 65278 36715 181 55 0 63164 0
[pid=8687/tid=8694] ppid=8685 vsize=261112 CPUtime=25.47 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 99877 1254 0 0 2531 16 0 0 25 0 5 0 522220308 267378688 36715 33554432000 4194304 4417332 140736406394208 18446744073709551615 4259016 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=261112 CPUtime=25.47 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 106043 1254 0 0 2529 18 0 0 25 0 5 0 522220308 267378688 36715 33554432000 4194304 4417332 140736406394208 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=261112 CPUtime=25.47 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 106730 1254 0 0 2531 16 0 0 25 0 5 0 522220308 267378688 36715 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=261112 CPUtime=25.34 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 81746 1254 0 0 2520 14 0 0 25 0 5 0 522220308 267378688 36715 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 261112

[startup+51.1009 s]
/proc/loadavg: 7.86 7.97 7.99 9/186 8698
/proc/meminfo: memFree=25296400/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=317216 CPUtime=204.04 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 704028 1254 0 0 20286 118 0 0 25 0 5 0 522220306 324829184 50741 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 79304 50741 181 55 0 77190 0
[pid=8687/tid=8694] ppid=8685 vsize=317216 CPUtime=51.07 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 171087 1254 0 0 5079 28 0 0 25 0 5 0 522220308 324829184 50741 33554432000 4194304 4417332 140736406394208 18446744073709551615 4308767 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=317216 CPUtime=51.06 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 187571 1254 0 0 5075 31 0 0 25 0 5 0 522220308 324829184 50741 33554432000 4194304 4417332 140736406394208 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=317216 CPUtime=51.06 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 195336 1254 0 0 5075 31 0 0 25 0 5 0 522220308 324829184 50741 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=317216 CPUtime=50.8 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 149080 1254 0 0 5054 26 0 0 25 0 5 0 522220308 324829184 50741 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 317216

[startup+102.301 s]
/proc/loadavg: 7.94 7.97 7.99 9/186 8700
/proc/meminfo: memFree=25327604/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=400836 CPUtime=408.56 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 1169116 1254 0 0 40668 188 0 0 25 0 5 0 522220306 410456064 71646 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 100209 71646 181 55 0 98095 0
[pid=8687/tid=8694] ppid=8685 vsize=400836 CPUtime=102.27 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 281499 1254 0 0 10182 45 0 0 25 0 5 0 522220308 410456064 71646 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=400836 CPUtime=102.26 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 325917 1254 0 0 10172 54 0 0 25 0 5 0 522220308 410456064 71646 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=400836 CPUtime=102.26 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 340361 1254 0 0 10175 51 0 0 25 0 5 0 522220308 410456064 71646 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=400836 CPUtime=101.71 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 220385 1254 0 0 10135 36 0 0 25 0 5 0 522220308 410456064 71646 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 400836

[startup+162.301 s]
/proc/loadavg: 7.89 7.94 7.98 9/186 8738
/proc/meminfo: memFree=25641252/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=391260 CPUtime=648.23 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 1642817 1254 0 0 64563 260 0 0 25 0 5 0 522220306 400650240 69284 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 97815 69284 181 55 0 95701 0
[pid=8687/tid=8694] ppid=8685 vsize=391260 CPUtime=162.27 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 418138 1254 0 0 16160 67 0 0 25 0 5 0 522220308 400650240 69284 33554432000 4194304 4417332 140736406394208 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=391260 CPUtime=162.27 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 438482 1254 0 0 16156 71 0 0 25 0 5 0 522220308 400650240 69284 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=391260 CPUtime=162.26 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 484323 1254 0 0 16154 72 0 0 25 0 5 0 522220308 400650240 69284 33554432000 4194304 4417332 140736406394208 18446744073709551615 4264892 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=391260 CPUtime=161.38 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 300920 1254 0 0 16090 48 0 0 25 0 5 0 522220308 400650240 69284 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.23
Current children cumulated vsize (KiB) 391260


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

[pid=8687/tid=8695] ppid=8685 vsize=1006976 CPUtime=762.26 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 1338880 1254 0 0 76027 199 0 0 25 0 5 0 522220308 1031143424 223181 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=1006976 CPUtime=762.28 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 1365983 1254 0 0 76023 205 0 0 25 0 5 0 522220308 1031143424 223181 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=1006976 CPUtime=758.11 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 787980 1254 0 0 75684 127 0 0 25 0 5 0 522220308 1031143424 223181 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.97
Current children cumulated vsize (KiB) 1006976

[startup+822.3 s]
/proc/loadavg: 8.06 8.08 8.02 9/186 8756
/proc/meminfo: memFree=24296776/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=1266472 CPUtime=3284.65 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 4921157 1254 0 0 327720 745 0 0 25 0 5 0 522220306 1296867328 288055 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 316618 288055 181 55 0 314504 0
[pid=8687/tid=8694] ppid=8685 vsize=1266472 CPUtime=822.27 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 1271186 1254 0 0 82036 191 0 0 25 0 5 0 522220308 1296867328 288055 33554432000 4194304 4417332 140736406394208 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=1266472 CPUtime=822.27 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 1384591 1254 0 0 82020 207 0 0 25 0 5 0 522220308 1296867328 288055 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=1266472 CPUtime=822.28 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 1441057 1254 0 0 82015 213 0 0 25 0 5 0 522220308 1296867328 288055 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=1266472 CPUtime=817.79 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 823369 1254 0 0 81646 133 0 0 25 0 5 0 522220308 1296867328 288055 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.65
Current children cumulated vsize (KiB) 1266472

[startup+882.3 s]
/proc/loadavg: 8.06 8.07 8.02 9/186 8758
/proc/meminfo: memFree=23934252/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=1594268 CPUtime=3524.34 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 5107541 1254 0 0 351659 775 0 0 25 0 5 0 522220306 1632530432 370004 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 398567 370004 181 55 0 396453 0
[pid=8687/tid=8694] ppid=8685 vsize=1594268 CPUtime=882.27 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 1335282 1254 0 0 88027 200 0 0 25 0 5 0 522220308 1632530432 370004 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=1594268 CPUtime=882.28 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 1436476 1254 0 0 88013 215 0 0 25 0 5 0 522220308 1632530432 370004 33554432000 4194304 4417332 140736406394208 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=1594268 CPUtime=882.28 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 1481218 1254 0 0 88007 221 0 0 25 0 5 0 522220308 1632530432 370004 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=1594268 CPUtime=877.45 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 853611 1254 0 0 87608 137 0 0 25 0 5 0 522220308 1632530432 370004 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 1594268

[startup+942.3 s]
/proc/loadavg: 8.06 8.07 8.02 9/186 8759
/proc/meminfo: memFree=23776080/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=1669500 CPUtime=3764 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 5210385 1254 0 0 375611 789 0 0 25 0 5 0 522220306 1709568000 388812 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 417375 388812 181 55 0 415261 0
[pid=8687/tid=8694] ppid=8685 vsize=1669500 CPUtime=942.27 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 1388389 1254 0 0 94021 206 0 0 25 0 5 0 522220308 1709568000 388812 33554432000 4194304 4417332 140736406394208 18446744073709551615 4262955 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=1669500 CPUtime=942.28 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 1436476 1254 0 0 94013 215 0 0 25 0 5 0 522220308 1709568000 388812 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=1669500 CPUtime=942.27 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 1489410 1254 0 0 94006 221 0 0 25 0 5 0 522220308 1709568000 388812 33554432000 4194304 4417332 140736406394208 18446744073709551615 4306212 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=1669500 CPUtime=937.13 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 895156 1254 0 0 93568 145 0 0 25 0 5 0 522220308 1709568000 388812 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764
Current children cumulated vsize (KiB) 1669500

[startup+1002.31 s]
/proc/loadavg: 8.20 8.10 8.03 9/186 8761
/proc/meminfo: memFree=23611196/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=1761524 CPUtime=4003.7 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 5379636 1254 0 0 399549 821 0 0 25 0 5 0 522220306 1803800576 411818 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 440381 411818 181 55 0 438267 0
[pid=8687/tid=8694] ppid=8685 vsize=1761524 CPUtime=1002.28 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 1428966 1254 0 0 100014 214 0 0 25 0 5 0 522220308 1803800576 411818 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=1761524 CPUtime=1002.28 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 1468122 1254 0 0 100007 221 0 0 25 0 5 0 522220308 1803800576 411818 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=1761524 CPUtime=1002.29 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 1555285 1254 0 0 99994 235 0 0 25 0 5 0 522220308 1803800576 411818 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=1761524 CPUtime=996.8 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 926309 1254 0 0 99531 149 0 0 25 0 5 0 522220308 1803800576 411818 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 1761524

[startup+1062.3 s]
/proc/loadavg: 8.21 8.11 8.03 9/186 8762
/proc/meminfo: memFree=23791184/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=1535220 CPUtime=4243.33 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 5584717 1254 0 0 423473 860 0 0 25 0 5 0 522220306 1572065280 354672 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 383805 354672 181 55 0 381691 0
[pid=8687/tid=8694] ppid=8685 vsize=1535220 CPUtime=1062.28 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 1516791 1254 0 0 105997 231 0 0 25 0 5 0 522220308 1572065280 354672 33554432000 4194304 4417332 140736406394208 18446744073709551615 4343668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=1535220 CPUtime=1062.25 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 1537941 1254 0 0 105990 235 0 0 25 0 5 0 522220308 1572065280 354672 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=1535220 CPUtime=1062.28 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 1563497 1254 0 0 105991 237 0 0 25 0 5 0 522220308 1572065280 354672 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=1535220 CPUtime=1056.47 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 965534 1254 0 0 105492 155 0 0 25 0 5 0 522220308 1572065280 354672 33554432000 4194304 4417332 140736406394208 18446744073709551615 4352318 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.33
Current children cumulated vsize (KiB) 1535220

[startup+1122.3 s]
/proc/loadavg: 8.08 8.09 8.03 9/186 8773
/proc/meminfo: memFree=23836756/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=1384368 CPUtime=4483 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 5756181 1254 0 0 447413 887 0 0 25 0 5 0 522220306 1417592832 317529 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 346092 317529 181 55 0 343978 0
[pid=8687/tid=8694] ppid=8685 vsize=1384368 CPUtime=1122.28 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 1537016 1254 0 0 111993 235 0 0 25 0 5 0 522220308 1417592832 317529 33554432000 4194304 4417332 140736406394208 18446744073709551615 4264838 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=1384368 CPUtime=1122.25 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 1594543 1254 0 0 111982 243 0 0 25 0 5 0 522220308 1417592832 317529 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=1384368 CPUtime=1122.28 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 1599915 1254 0 0 111986 242 0 0 25 0 5 0 522220308 1417592832 317529 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=1384368 CPUtime=1116.14 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 1023753 1254 0 0 111449 165 0 0 25 0 5 0 522220308 1417592832 317529 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483
Current children cumulated vsize (KiB) 1384368

[startup+1182.3 s]
/proc/loadavg: 8.03 8.07 8.02 9/186 8775
/proc/meminfo: memFree=23692756/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=1697180 CPUtime=4722.69 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 5961958 1254 0 0 471345 924 0 0 25 0 5 0 522220306 1737912320 395732 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 424295 395732 181 55 0 422181 0
[pid=8687/tid=8694] ppid=8685 vsize=1697180 CPUtime=1182.28 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 1553584 1254 0 0 117991 237 0 0 25 0 5 0 522220308 1737912320 395732 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=1697180 CPUtime=1182.26 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 1645998 1254 0 0 117973 253 0 0 25 0 5 0 522220308 1737912320 395732 33554432000 4194304 4417332 140736406394208 18446744073709551615 4343680 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=1697180 CPUtime=1182.28 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 1692457 1254 0 0 117967 261 0 0 25 0 5 0 522220308 1737912320 395732 33554432000 4194304 4417332 140736406394208 18446744073709551615 4250602 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=1697180 CPUtime=1175.82 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 1068965 1254 0 0 117410 172 0 0 25 0 5 0 522220308 1737912320 395732 33554432000 4194304 4417332 140736406394208 18446744073709551615 4365977 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.69
Current children cumulated vsize (KiB) 1697180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.07 8.02 9/186 8775
/proc/meminfo: memFree=23866972/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=1459248 CPUtime=4800.19 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 6029552 1254 0 0 479085 934 0 0 25 0 5 0 522220306 1494269952 336249 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 364812 336249 181 55 0 362698 0
[pid=8687/tid=8694] ppid=8685 vsize=1459248 CPUtime=1201.68 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 1563822 1254 0 0 119930 238 0 0 25 0 5 0 522220308 1494269952 336249 33554432000 4194304 4417332 140736406394208 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=1459248 CPUtime=1201.65 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 1678958 1254 0 0 119909 256 0 0 25 0 5 0 522220308 1494269952 336249 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=1459248 CPUtime=1201.69 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 1708885 1254 0 0 119904 265 0 0 25 0 5 0 522220308 1494269952 336249 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=1459248 CPUtime=1195.11 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 1076933 1254 0 0 119338 173 0 0 25 0 5 0 522220308 1494269952 336249 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1459248

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

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

[startup+1201.7 s]
/proc/loadavg: 8.02 8.07 8.02 9/186 8775
/proc/meminfo: memFree=23866972/32951124 swapFree=67111524/67111528
[pid=8687] ppid=8685 vsize=1459248 CPUtime=4800.19 cores=1,3,5,7
/proc/8687/stat : 8687 (plingeling) S 8685 8687 8397 0 -1 4202496 6029552 1254 0 0 479085 934 0 0 25 0 5 0 522220306 1494269952 336249 33554432000 4194304 4417332 140736406394208 18446744073709551615 230820968421 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8687/statm: 364812 336249 181 55 0 362698 0
[pid=8687/tid=8694] ppid=8685 vsize=1459248 CPUtime=1201.68 cores=1,3,5,7
/proc/8687/task/8694/stat : 8694 (plingeling) R 8685 8687 8397 0 -1 4202560 1563822 1254 0 0 119930 238 0 0 25 0 5 0 522220308 1494269952 336249 33554432000 4194304 4417332 140736406394208 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8687/tid=8695] ppid=8685 vsize=1459248 CPUtime=1201.65 cores=1,3,5,7
/proc/8687/task/8695/stat : 8695 (plingeling) R 8685 8687 8397 0 -1 4202560 1678958 1254 0 0 119909 256 0 0 25 0 5 0 522220308 1494269952 336249 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=8687/tid=8696] ppid=8685 vsize=1459248 CPUtime=1201.69 cores=1,3,5,7
/proc/8687/task/8696/stat : 8696 (plingeling) R 8685 8687 8397 0 -1 4202560 1708885 1254 0 0 119904 265 0 0 25 0 5 0 522220308 1494269952 336249 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=8687/tid=8697] ppid=8685 vsize=1459248 CPUtime=1195.11 cores=1,3,5,7
/proc/8687/task/8697/stat : 8697 (plingeling) R 8685 8687 8397 0 -1 4202560 1076933 1254 0 0 119338 173 0 0 25 0 5 0 522220308 1494269952 336249 33554432000 4194304 4417332 140736406394208 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1459248

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.29
CPU user time (s): 4790.88
CPU system time (s): 9.41357
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 2069028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.88
system time used= 9.41357
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6030806
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= 328
involuntary context switches= 35491

runsolver used 1.9457 second user time and 4.6183 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 21:43:19
IDJOB=3265290
IDBENCH=85538
IDSOLVER=1605
FILE ID=node104/3265290-1304106198
RUNJOBID= node104-1304103906-8416
PBS_JOBID= 13170642
Free space on /tmp= 71548 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-030-029.shuffled-as.sat05-1234.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265290-1304106198/watcher-3265290-1304106198 -o /tmp/evaluation-result-3265290-1304106198/solver-3265290-1304106198 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3265290-1304106198.cnf

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

MD5SUM BENCH= c12aa6a0ac1bca448bef51c167f3bbbb
RANDOM SEED=1350494545

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25522128 kB
Buffers:       1890508 kB
Cached:        4392152 kB
SwapCached:          4 kB
Active:         713252 kB
Inactive:      6172024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25522128 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:      602324 kB
Mapped:          15288 kB
Slab:           479820 kB
PageTables:       5824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   788120 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= 71548 MiB
End job on node104 at 2011-04-29 22:03:22