Trace number 3281065

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.13 1201.84

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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

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

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


[startup+0 s]
/proc/loadavg: 6.04 5.29 5.80 5/181 5217
/proc/meminfo: memFree=19468088/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=8728 CPUtime=0 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) R 5215 5217 3973 0 -1 4202496 246 1251 0 0 0 0 0 0 25 0 1 0 496286268 8937472 174 33554432000 4194304 4417332 140737084780992 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/5217/statm: 2182 174 137 55 0 68 0

[startup+0.0468971 s]
/proc/loadavg: 6.04 5.29 5.80 5/181 5217
/proc/meminfo: memFree=19468088/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=18828 CPUtime=0.03 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) R 5215 5217 3973 0 -1 4202496 2771 1251 0 0 3 0 0 0 25 0 1 0 496286268 19279872 2699 33554432000 4194304 4417332 140737084780992 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/5217/statm: 4707 2699 148 55 0 2593 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18828

[startup+0.100889 s]
/proc/loadavg: 6.04 5.29 5.80 5/181 5217
/proc/meminfo: memFree=19468088/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=27676 CPUtime=0.08 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) R 5215 5217 3973 0 -1 4202496 5015 1251 0 0 8 0 0 0 25 0 1 0 496286268 28340224 4943 33554432000 4194304 4417332 140737084780992 18446744073709551615 4227819 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/5217/statm: 6919 4943 148 55 0 4805 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27676

[startup+0.30082 s]
/proc/loadavg: 6.04 5.29 5.80 5/181 5217
/proc/meminfo: memFree=19468088/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=91884 CPUtime=0.53 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 14253 1251 0 0 51 2 0 0 25 0 5 0 496286268 94089216 10750 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 22971 10750 171 55 0 20857 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 91884

[startup+0.700749 s]
/proc/loadavg: 6.04 5.29 5.80 5/181 5217
/proc/meminfo: memFree=19468088/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=91884 CPUtime=2.13 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 14256 1251 0 0 211 2 0 0 25 0 5 0 496286268 94089216 10753 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 22971 10753 174 55 0 20857 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 91884

[startup+1.50061 s]
/proc/loadavg: 6.04 5.29 5.80 9/186 5227
/proc/meminfo: memFree=19418456/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=96084 CPUtime=5.32 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 16747 1251 0 0 530 2 0 0 25 0 5 0 496286268 98390016 11805 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 24021 11805 176 55 0 21907 0
[pid=5217/tid=5224] ppid=5215 vsize=96084 CPUtime=1.28 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 1800 1251 0 0 128 0 0 0 25 0 5 0 496286290 98390016 11805 33554432000 4194304 4417332 140737084780992 18446744073709551615 4275967 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=96084 CPUtime=1.26 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 2861 1251 0 0 126 0 0 0 25 0 5 0 496286290 98390016 11805 33554432000 4194304 4417332 140737084780992 18446744073709551615 4265974 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=96084 CPUtime=1.27 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 1428 1251 0 0 127 0 0 0 25 0 5 0 496286290 98390016 11805 33554432000 4194304 4417332 140737084780992 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=96084 CPUtime=1.27 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 1050 1251 0 0 127 0 0 0 25 0 5 0 496286290 98390016 11805 33554432000 4194304 4417332 140737084780992 18446744073709551615 4236953 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 96084

[startup+3.10032 s]
/proc/loadavg: 6.20 5.33 5.81 9/186 5227
/proc/meminfo: memFree=19411884/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=106636 CPUtime=11.72 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 19423 1251 0 0 1169 3 0 0 25 0 5 0 496286268 109195264 14459 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 26659 14459 180 55 0 24545 0
[pid=5217/tid=5224] ppid=5215 vsize=106636 CPUtime=2.88 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 2830 1251 0 0 288 0 0 0 25 0 5 0 496286290 109195264 14459 33554432000 4194304 4417332 140737084780992 18446744073709551615 4257772 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=106636 CPUtime=2.85 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 4278 1251 0 0 285 0 0 0 25 0 5 0 496286290 109195264 14459 33554432000 4194304 4417332 140737084780992 18446744073709551615 4252491 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=106636 CPUtime=2.87 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 1599 1251 0 0 287 0 0 0 25 0 5 0 496286290 109195264 14459 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364404 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=106636 CPUtime=2.87 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 1108 1251 0 0 287 0 0 0 25 0 5 0 496286290 109195264 14459 33554432000 4194304 4417332 140737084780992 18446744073709551615 4353472 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 106636

[startup+6.30077 s]
/proc/loadavg: 6.20 5.33 5.81 9/186 5227
/proc/meminfo: memFree=19401232/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=113012 CPUtime=24.5 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 21043 1251 0 0 2447 3 0 0 25 0 5 0 496286268 115724288 16053 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 28253 16053 180 55 0 26139 0
[pid=5217/tid=5224] ppid=5215 vsize=113012 CPUtime=6.08 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 3013 1251 0 0 608 0 0 0 25 0 5 0 496286290 115724288 16053 33554432000 4194304 4417332 140737084780992 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=113012 CPUtime=6.04 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 5663 1251 0 0 603 1 0 0 25 0 5 0 496286290 115724288 16053 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=113012 CPUtime=6.07 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 1599 1251 0 0 607 0 0 0 25 0 5 0 496286290 115724288 16053 33554432000 4194304 4417332 140737084780992 18446744073709551615 4357912 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=113012 CPUtime=6.07 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 1160 1251 0 0 607 0 0 0 25 0 5 0 496286290 115724288 16053 33554432000 4194304 4417332 140737084780992 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 113012

[startup+12.7006 s]
/proc/loadavg: 6.47 5.42 5.83 9/186 5227
/proc/meminfo: memFree=19360072/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=132672 CPUtime=50.07 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 25990 1251 0 0 5003 4 0 0 25 0 5 0 496286268 135856128 20969 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 33168 20969 181 55 0 31054 0
[pid=5217/tid=5224] ppid=5215 vsize=132672 CPUtime=12.47 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 3291 1251 0 0 1247 0 0 0 25 0 5 0 496286290 135856128 20969 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=132672 CPUtime=12.41 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 7090 1251 0 0 1240 1 0 0 25 0 5 0 496286290 135856128 20969 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=132672 CPUtime=12.47 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 3483 1251 0 0 1247 0 0 0 25 0 5 0 496286290 135856128 20969 33554432000 4194304 4417332 140737084780992 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=132672 CPUtime=12.47 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 2518 1251 0 0 1247 0 0 0 25 0 5 0 496286290 135856128 20969 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364504 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.07
Current children cumulated vsize (KiB) 132672

[startup+25.5004 s]
/proc/loadavg: 6.71 5.50 5.86 9/186 5227
/proc/meminfo: memFree=19332672/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=211864 CPUtime=101.19 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 46157 1251 0 0 10113 6 0 0 25 0 5 0 496286268 216948736 24416 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 52966 24416 181 55 0 50852 0
[pid=5217/tid=5224] ppid=5215 vsize=211864 CPUtime=25.27 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 6562 1251 0 0 2527 0 0 0 25 0 5 0 496286290 216948736 24416 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=211864 CPUtime=25.13 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 9393 1251 0 0 2512 1 0 0 25 0 5 0 496286290 216948736 24416 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=211864 CPUtime=25.27 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 11236 1251 0 0 2526 1 0 0 25 0 5 0 496286290 216948736 24416 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=211864 CPUtime=25.27 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 9358 1251 0 0 2526 1 0 0 25 0 5 0 496286290 216948736 24416 33554432000 4194304 4417332 140737084780992 18446744073709551615 4236630 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 211864

[startup+51.1009 s]
/proc/loadavg: 7.15 5.70 5.91 9/186 5228
/proc/meminfo: memFree=19304724/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=219880 CPUtime=203.46 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 67385 1251 0 0 20337 9 0 0 25 0 5 0 496286268 225157120 26458 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 54970 26458 181 55 0 52856 0
[pid=5217/tid=5224] ppid=5215 vsize=219880 CPUtime=50.87 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 7681 1251 0 0 5087 0 0 0 25 0 5 0 496286290 225157120 26458 33554432000 4194304 4417332 140737084780992 18446744073709551615 4357063 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=219880 CPUtime=50.59 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 18747 1251 0 0 5057 2 0 0 25 0 5 0 496286290 225157120 26458 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364491 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=219880 CPUtime=50.87 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 15259 1251 0 0 5086 1 0 0 25 0 5 0 496286290 225157120 26458 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=219880 CPUtime=50.87 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 16090 1251 0 0 5085 2 0 0 25 0 5 0 496286290 225157120 26458 33554432000 4194304 4417332 140737084780992 18446744073709551615 4365859 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.46
Current children cumulated vsize (KiB) 219880

[startup+102.307 s]
/proc/loadavg: 7.71 6.10 6.04 10/186 5265
/proc/meminfo: memFree=19345316/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=248576 CPUtime=408 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 159478 1251 0 0 40778 22 0 0 25 0 5 0 496286268 254541824 33632 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 62144 33632 181 55 0 60030 0
[pid=5217/tid=5224] ppid=5215 vsize=248576 CPUtime=102.08 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 42682 1251 0 0 10203 5 0 0 25 0 5 0 496286290 254541824 33632 33554432000 4194304 4417332 140737084780992 18446744073709551615 4353540 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=248576 CPUtime=101.52 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 42157 1251 0 0 10146 6 0 0 25 0 5 0 496286290 254541824 33632 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=248576 CPUtime=102.08 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 27759 1251 0 0 10205 3 0 0 25 0 5 0 496286290 254541824 33632 33554432000 4194304 4417332 140737084780992 18446744073709551615 4346354 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=248576 CPUtime=102.07 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 37272 1251 0 0 10203 4 0 0 25 0 5 0 496286290 254541824 33632 33554432000 4194304 4417332 140737084780992 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408
Current children cumulated vsize (KiB) 248576

[startup+162.3 s]
/proc/loadavg: 7.98 6.47 6.17 10/186 5276
/proc/meminfo: memFree=19206896/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=338404 CPUtime=647.66 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 298623 1251 0 0 64722 44 0 0 25 0 5 0 496286268 346525696 56057 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 84601 56057 181 55 0 82487 0
[pid=5217/tid=5224] ppid=5215 vsize=338404 CPUtime=162.07 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 117144 1251 0 0 16190 17 0 0 25 0 5 0 496286290 346525696 56057 33554432000 4194304 4417332 140737084780992 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=338404 CPUtime=161.19 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 79171 1251 0 0 16108 11 0 0 25 0 5 0 496286290 346525696 56057 33554432000 4194304 4417332 140737084780992 18446744073709551615 4346261 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=338404 CPUtime=162.07 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 52309 1251 0 0 16200 7 0 0 25 0 5 0 496286290 346525696 56057 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=338404 CPUtime=162.07 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 40391 1251 0 0 16202 5 0 0 25 0 5 0 496286290 346525696 56057 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.66
Current children cumulated vsize (KiB) 338404


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

[pid=5217/tid=5225] ppid=5215 vsize=557136 CPUtime=698.24 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 260896 1251 0 0 69785 39 0 0 25 0 5 0 496286290 570507264 110740 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=557136 CPUtime=702.08 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 223604 1251 0 0 70178 30 0 0 25 0 5 0 496286290 570507264 110740 33554432000 4194304 4417332 140737084780992 18446744073709551615 4251148 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=557136 CPUtime=702.09 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 246666 1251 0 0 70174 35 0 0 25 0 5 0 496286290 570507264 110740 33554432000 4194304 4417332 140737084780992 18446744073709551615 4237317 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2804.74
Current children cumulated vsize (KiB) 557136

[startup+762.307 s]
/proc/loadavg: 8.09 7.89 7.08 10/186 5292
/proc/meminfo: memFree=18648420/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=628776 CPUtime=3044.44 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 1142250 1251 0 0 304280 164 0 0 25 0 5 0 496286268 643866624 128650 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 157194 128650 181 55 0 155080 0
[pid=5217/tid=5224] ppid=5215 vsize=628776 CPUtime=762.09 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 288443 1251 0 0 76166 43 0 0 25 0 5 0 496286290 643866624 128650 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=628776 CPUtime=757.92 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 289751 1251 0 0 75749 43 0 0 25 0 5 0 496286290 643866624 128650 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364720 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=628776 CPUtime=762.09 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 250518 1251 0 0 76176 33 0 0 25 0 5 0 496286290 643866624 128650 33554432000 4194304 4417332 140737084780992 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=628776 CPUtime=762.1 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 303930 1251 0 0 76167 43 0 0 25 0 5 0 496286290 643866624 128650 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.44
Current children cumulated vsize (KiB) 628776

[startup+822.3 s]
/proc/loadavg: 8.14 7.94 7.15 10/186 5294
/proc/meminfo: memFree=18777604/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=532596 CPUtime=3284.1 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 1297806 1251 0 0 328222 188 0 0 25 0 5 0 496286268 545378304 104605 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 133149 104605 181 55 0 131035 0
[pid=5217/tid=5224] ppid=5215 vsize=532596 CPUtime=822.08 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 306595 1251 0 0 82162 46 0 0 25 0 5 0 496286290 545378304 104605 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=532596 CPUtime=817.59 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 329187 1251 0 0 81710 49 0 0 25 0 5 0 496286290 545378304 104605 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364534 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=532596 CPUtime=822.09 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 284771 1251 0 0 82171 38 0 0 25 0 5 0 496286290 545378304 104605 33554432000 4194304 4417332 140737084780992 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=532596 CPUtime=822.08 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 367645 1251 0 0 82157 51 0 0 25 0 5 0 496286290 545378304 104605 33554432000 4194304 4417332 140737084780992 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.1
Current children cumulated vsize (KiB) 532596

[startup+882.301 s]
/proc/loadavg: 8.15 7.98 7.21 9/186 5295
/proc/meminfo: memFree=18589232/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=615852 CPUtime=3523.78 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 1469879 1251 0 0 352168 210 0 0 25 0 5 0 496286268 630632448 122812 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 153963 122812 181 55 0 151849 0
[pid=5217/tid=5224] ppid=5215 vsize=615852 CPUtime=882.08 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 331710 1251 0 0 88160 48 0 0 25 0 5 0 496286290 630632448 122812 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=615852 CPUtime=877.26 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 377719 1251 0 0 87670 56 0 0 25 0 5 0 496286290 630632448 122812 33554432000 4194304 4417332 140737084780992 18446744073709551615 4250938 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=615852 CPUtime=882.08 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 326087 1251 0 0 88165 43 0 0 25 0 5 0 496286290 630632448 122812 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364581 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=615852 CPUtime=882.09 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 424755 1251 0 0 88150 59 0 0 25 0 5 0 496286290 630632448 122812 33554432000 4194304 4417332 140737084780992 18446744073709551615 4352400 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.78
Current children cumulated vsize (KiB) 615852

[startup+942.301 s]
/proc/loadavg: 8.10 7.99 7.26 9/186 5297
/proc/meminfo: memFree=18653936/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=546348 CPUtime=3763.46 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 1619107 1251 0 0 376116 230 0 0 25 0 5 0 496286268 559460352 108043 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 136587 108043 181 55 0 134473 0
[pid=5217/tid=5224] ppid=5215 vsize=546348 CPUtime=942.08 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 343612 1251 0 0 94158 50 0 0 25 0 5 0 496286290 559460352 108043 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=546348 CPUtime=936.94 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 426094 1251 0 0 93632 62 0 0 25 0 5 0 496286290 559460352 108043 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=546348 CPUtime=942.09 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 366710 1251 0 0 94160 49 0 0 25 0 5 0 496286290 559460352 108043 33554432000 4194304 4417332 140737084780992 18446744073709551615 4244345 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=546348 CPUtime=942.09 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 473083 1251 0 0 94144 65 0 0 25 0 5 0 496286290 559460352 108043 33554432000 4194304 4417332 140737084780992 18446744073709551615 4365999 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.46
Current children cumulated vsize (KiB) 546348

[startup+1002.3 s]
/proc/loadavg: 8.07 8.00 7.31 10/186 5298
/proc/meminfo: memFree=18782264/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=533836 CPUtime=4003.13 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 1724843 1251 0 0 400069 244 0 0 25 0 5 0 496286268 546648064 104915 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 133459 104915 181 55 0 131345 0
[pid=5217/tid=5224] ppid=5215 vsize=533836 CPUtime=1002.08 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 381531 1251 0 0 100153 55 0 0 25 0 5 0 496286290 546648064 104915 33554432000 4194304 4417332 140737084780992 18446744073709551615 4366359 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=533836 CPUtime=996.61 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 451474 1251 0 0 99596 65 0 0 25 0 5 0 496286290 546648064 104915 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=533836 CPUtime=1002.09 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 396152 1251 0 0 100156 53 0 0 25 0 5 0 496286290 546648064 104915 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=533836 CPUtime=1002.09 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 486078 1251 0 0 100142 67 0 0 25 0 5 0 496286290 546648064 104915 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.13
Current children cumulated vsize (KiB) 533836

[startup+1062.3 s]
/proc/loadavg: 8.06 8.02 7.35 10/186 5300
/proc/meminfo: memFree=18725464/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=579432 CPUtime=4242.81 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 1797181 1251 0 0 424026 255 0 0 25 0 5 0 496286268 593338368 116314 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 144858 116314 181 55 0 142744 0
[pid=5217/tid=5224] ppid=5215 vsize=579432 CPUtime=1062.09 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 390837 1251 0 0 106152 57 0 0 25 0 5 0 496286290 593338368 116314 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=579432 CPUtime=1056.29 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 468416 1251 0 0 105561 68 0 0 25 0 5 0 496286290 593338368 116314 33554432000 4194304 4417332 140737084780992 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=579432 CPUtime=1062.09 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 442242 1251 0 0 106149 60 0 0 25 0 5 0 496286290 593338368 116314 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=579432 CPUtime=1062.09 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 486078 1251 0 0 106142 67 0 0 25 0 5 0 496286290 593338368 116314 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.81
Current children cumulated vsize (KiB) 579432

[startup+1122.3 s]
/proc/loadavg: 8.06 8.03 7.39 10/186 5302
/proc/meminfo: memFree=18541312/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=827576 CPUtime=4482.48 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 1892817 1251 0 0 447981 267 0 0 25 0 5 0 496286268 847437824 178350 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 206894 178350 181 55 0 204780 0
[pid=5217/tid=5224] ppid=5215 vsize=827576 CPUtime=1122.09 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 419549 1251 0 0 112147 62 0 0 25 0 5 0 496286290 847437824 178350 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=827576 CPUtime=1115.95 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 497684 1251 0 0 111525 70 0 0 25 0 5 0 496286290 847437824 178350 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=827576 CPUtime=1122.1 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 479898 1251 0 0 112145 65 0 0 25 0 5 0 496286290 847437824 178350 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=827576 CPUtime=1122.09 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 486078 1251 0 0 112142 67 0 0 25 0 5 0 496286290 847437824 178350 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.48
Current children cumulated vsize (KiB) 827576

[startup+1182.3 s]
/proc/loadavg: 8.09 8.05 7.44 10/186 5303
/proc/meminfo: memFree=18602556/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=611400 CPUtime=4722.16 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 1947340 1251 0 0 471941 275 0 0 25 0 5 0 496286268 626073600 124306 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 152850 124306 181 55 0 150736 0
[pid=5217/tid=5224] ppid=5215 vsize=611400 CPUtime=1182.09 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 429985 1251 0 0 118146 63 0 0 25 0 5 0 496286290 626073600 124306 33554432000 4194304 4417332 140737084780992 18446744073709551615 4366002 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=611400 CPUtime=1175.63 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 520327 1251 0 0 117489 74 0 0 25 0 5 0 496286290 626073600 124306 33554432000 4194304 4417332 140737084780992 18446744073709551615 4358027 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=611400 CPUtime=1182.09 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 501342 1251 0 0 118142 67 0 0 25 0 5 0 496286290 626073600 124306 33554432000 4194304 4417332 140737084780992 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=611400 CPUtime=1182.1 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 486078 1251 0 0 118143 67 0 0 25 0 5 0 496286290 626073600 124306 33554432000 4194304 4417332 140737084780992 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.16
Current children cumulated vsize (KiB) 611400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.06 7.46 9/186 5304
/proc/meminfo: memFree=18630204/32951124 swapFree=67111524/67111528
[pid=5217] ppid=5215 vsize=680560 CPUtime=4800.07 cores=1,3,5,7
/proc/5217/stat : 5217 (plingeling) S 5215 5217 3973 0 -1 4202496 1973181 1251 0 0 479729 278 0 0 25 0 5 0 496286268 696893440 141596 33554432000 4194304 4417332 140737084780992 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/5217/statm: 170140 141596 181 55 0 168026 0
[pid=5217/tid=5224] ppid=5215 vsize=680560 CPUtime=1201.6 cores=1,3,5,7
/proc/5217/task/5224/stat : 5224 (plingeling) R 5215 5217 3973 0 -1 4202560 439489 1251 0 0 120096 64 0 0 25 0 5 0 496286290 696893440 141596 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5217/tid=5225] ppid=5215 vsize=680560 CPUtime=1195.02 cores=1,3,5,7
/proc/5217/task/5225/stat : 5225 (plingeling) R 5215 5217 3973 0 -1 4202560 527882 1251 0 0 119427 75 0 0 25 0 5 0 496286290 696893440 141596 33554432000 4194304 4417332 140737084780992 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5217/tid=5226] ppid=5215 vsize=680560 CPUtime=1201.6 cores=1,3,5,7
/proc/5217/task/5226/stat : 5226 (plingeling) R 5215 5217 3973 0 -1 4202560 510124 1251 0 0 120091 69 0 0 25 0 5 0 496286290 696893440 141596 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5217/tid=5227] ppid=5215 vsize=680560 CPUtime=1201.6 cores=1,3,5,7
/proc/5217/task/5227/stat : 5227 (plingeling) R 5215 5217 3973 0 -1 4202560 486078 1251 0 0 120093 67 0 0 25 0 5 0 496286290 696893440 141596 33554432000 4194304 4417332 140737084780992 18446744073709551615 4364938 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 680560

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.84
CPU time (s): 4800.13
CPU user time (s): 4797.32
CPU system time (s): 2.81057
CPU usage (%): 399.399
Max. virtual memory (cumulated for all children) (KiB): 827576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.32
system time used= 2.81057
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1974432
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= 119
involuntary context switches= 32453

runsolver used 2.05069 second user time and 4.50331 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 02:58:21
IDJOB=3281065
IDBENCH=20521
IDSOLVER=1605
FILE ID=node144/3281065-1304038701
RUNJOBID= node144-1304038663-5152
PBS_JOBID= 13170308
Free space on /tmp= 72404 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281065-1304038701/watcher-3281065-1304038701 -o /tmp/evaluation-result-3281065-1304038701/solver-3281065-1304038701 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3281065-1304038701.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=64688254

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.82
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.850
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.850
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:      19468368 kB
Buffers:       2204056 kB
Cached:       10534424 kB
SwapCached:          4 kB
Active:        4720348 kB
Inactive:      8198620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19468368 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4068 kB
Writeback:           0 kB
AnonPages:      180376 kB
Mapped:          15456 kB
Slab:           499248 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   368180 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= 72404 MiB
End job on node144 at 2011-04-29 03:18:25