Trace number 3289391

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.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top25.cnf
MD5SUM1d36146d5d79c91e0605a19242395228
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark527.919
Satisfiable
(Un)Satisfiability was proved
Number of variables71356
Number of clauses227126
Sum of the clauses size555264
Maximum clause length2747
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2137909
Number of clauses of size 387742
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 51127

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-3289391-1304081245/watcher-3289391-1304081245 -o /tmp/evaluation-result-3289391-1304081245/solver-3289391-1304081245 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3289391-1304081245.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: 8.10 7.32 6.03 5/179 24081
/proc/meminfo: memFree=30663920/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=15724 CPUtime=0 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) R 24079 24081 23406 0 -1 4202496 1826 1260 0 0 0 0 0 0 25 0 1 0 519724191 16101376 1755 33554432000 4194304 4417332 140733242732512 18446744073709551615 274664502365 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/24081/statm: 3931 1767 140 55 0 1817 0

[startup+0.0628109 s]
/proc/loadavg: 8.10 7.32 6.03 5/179 24081
/proc/meminfo: memFree=30663920/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=29876 CPUtime=0.05 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) R 24079 24081 23406 0 -1 4202496 5580 1260 0 0 5 0 0 0 25 0 1 0 519724191 30593024 5493 33554432000 4194304 4417332 140733242732512 18446744073709551615 274664808192 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/24081/statm: 7469 5493 148 55 0 5355 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29876

[startup+0.100804 s]
/proc/loadavg: 8.10 7.32 6.03 5/179 24081
/proc/meminfo: memFree=30663920/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=33972 CPUtime=0.08 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) R 24079 24081 23406 0 -1 4202496 6604 1260 0 0 8 0 0 0 25 0 1 0 519724191 34787328 6517 33554432000 4194304 4417332 140733242732512 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/24081/statm: 8493 6517 148 55 0 6379 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33972

[startup+0.300736 s]
/proc/loadavg: 8.10 7.32 6.03 5/179 24081
/proc/meminfo: memFree=30663920/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=160504 CPUtime=0.36 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 16583 1260 0 0 34 2 0 0 25 0 5 0 519724191 164356096 11777 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 40126 11777 158 55 0 38012 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 160504

[startup+0.700666 s]
/proc/loadavg: 8.10 7.32 6.03 5/179 24081
/proc/meminfo: memFree=30663920/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=166300 CPUtime=1.95 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 29384 1260 0 0 191 4 0 0 25 0 5 0 519724191 170291200 14610 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 41575 14635 174 55 0 39461 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 166300

[startup+1.50053 s]
/proc/loadavg: 8.10 7.32 6.03 9/184 24091
/proc/meminfo: memFree=30593184/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=164160 CPUtime=5.15 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 43211 1260 0 0 508 7 0 0 25 0 5 0 519724191 168099840 14715 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 41040 14715 175 55 0 38926 0
[pid=24081/tid=24088] ppid=24079 vsize=164160 CPUtime=1.21 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 8344 1260 0 0 120 1 0 0 25 0 5 0 519724219 168099840 14715 33554432000 4194304 4417332 140733242732512 18446744073709551615 4270989 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=164160 CPUtime=1.21 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 9929 1260 0 0 120 1 0 0 19 0 5 0 519724219 168099840 14715 33554432000 4194304 4417332 140733242732512 18446744073709551615 4282416 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=164160 CPUtime=1.2 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 8413 1260 0 0 119 1 0 0 25 0 5 0 519724219 168099840 14715 33554432000 4194304 4417332 140733242732512 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=164160 CPUtime=1.21 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 2206 1260 0 0 121 0 0 0 25 0 5 0 519724219 168099840 14715 33554432000 4194304 4417332 140733242732512 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 164160

[startup+3.10025 s]
/proc/loadavg: 8.17 7.35 6.04 9/184 24091
/proc/meminfo: memFree=30582768/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=178964 CPUtime=11.53 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 57484 1260 0 0 1145 8 0 0 25 0 5 0 519724191 183259136 18405 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 44741 18405 181 55 0 42627 0
[pid=24081/tid=24088] ppid=24079 vsize=178964 CPUtime=2.81 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 13053 1260 0 0 280 1 0 0 25 0 5 0 519724219 183259136 18405 33554432000 4194304 4417332 140733242732512 18446744073709551615 4330365 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=178964 CPUtime=2.81 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 14475 1260 0 0 279 2 0 0 23 0 5 0 519724219 183259136 18405 33554432000 4194304 4417332 140733242732512 18446744073709551615 4330435 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=178964 CPUtime=2.8 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 12984 1260 0 0 278 2 0 0 25 0 5 0 519724219 183259136 18405 33554432000 4194304 4417332 140733242732512 18446744073709551615 4233384 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=178964 CPUtime=2.81 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 2653 1260 0 0 281 0 0 0 25 0 5 0 519724219 183259136 18405 33554432000 4194304 4417332 140733242732512 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.53
Current children cumulated vsize (KiB) 178964

[startup+6.30069 s]
/proc/loadavg: 8.17 7.35 6.04 9/184 24092
/proc/meminfo: memFree=30561680/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=195244 CPUtime=24.32 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 61950 1260 0 0 2422 10 0 0 25 0 5 0 519724191 199929856 22871 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 48811 22871 181 55 0 46697 0
[pid=24081/tid=24088] ppid=24079 vsize=195244 CPUtime=6.02 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 14993 1260 0 0 600 2 0 0 25 0 5 0 519724219 199929856 22871 33554432000 4194304 4417332 140733242732512 18446744073709551615 4253162 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=195244 CPUtime=6.01 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 16617 1260 0 0 599 2 0 0 25 0 5 0 519724219 199929856 22871 33554432000 4194304 4417332 140733242732512 18446744073709551615 4336613 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=195244 CPUtime=5.98 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 13368 1260 0 0 596 2 0 0 25 0 5 0 519724219 199929856 22871 33554432000 4194304 4417332 140733242732512 18446744073709551615 4250072 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=195244 CPUtime=6.01 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 2653 1260 0 0 601 0 0 0 25 0 5 0 519724219 199929856 22871 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.32
Current children cumulated vsize (KiB) 195244

[startup+12.7006 s]
/proc/loadavg: 8.14 7.37 6.06 9/184 24092
/proc/meminfo: memFree=30572012/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=199900 CPUtime=49.89 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 63136 1260 0 0 4979 10 0 0 25 0 5 0 519724191 204697600 23683 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 49975 23683 181 55 0 47861 0
[pid=24081/tid=24088] ppid=24079 vsize=199900 CPUtime=12.42 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 14993 1260 0 0 1240 2 0 0 25 0 5 0 519724219 204697600 23683 33554432000 4194304 4417332 140733242732512 18446744073709551615 4258410 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=199900 CPUtime=12.41 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 16617 1260 0 0 1239 2 0 0 25 0 5 0 519724219 204697600 23683 33554432000 4194304 4417332 140733242732512 18446744073709551615 4250003 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=199900 CPUtime=12.34 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 13368 1260 0 0 1232 2 0 0 25 0 5 0 519724219 204697600 23683 33554432000 4194304 4417332 140733242732512 18446744073709551615 4365859 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=199900 CPUtime=12.41 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 3839 1260 0 0 1241 0 0 0 25 0 5 0 519724219 204697600 23683 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.89
Current children cumulated vsize (KiB) 199900

[startup+25.5004 s]
/proc/loadavg: 8.12 7.39 6.08 9/184 24092
/proc/meminfo: memFree=30567276/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=196872 CPUtime=100.99 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 64561 1260 0 0 10084 15 0 0 25 0 5 0 519724191 201596928 22926 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 49218 22926 181 55 0 47104 0
[pid=24081/tid=24088] ppid=24079 vsize=196872 CPUtime=25.2 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 15006 1260 0 0 2513 7 0 0 25 0 5 0 519724219 201596928 22926 33554432000 4194304 4417332 140733242732512 18446744073709551615 4331742 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=196872 CPUtime=25.21 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 16631 1260 0 0 2519 2 0 0 25 0 5 0 519724219 201596928 22926 33554432000 4194304 4417332 140733242732512 18446744073709551615 4236302 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=196872 CPUtime=25.07 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 13868 1260 0 0 2505 2 0 0 25 0 5 0 519724219 201596928 22926 33554432000 4194304 4417332 140733242732512 18446744073709551615 4365033 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=196872 CPUtime=25.21 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 4737 1260 0 0 2521 0 0 0 25 0 5 0 519724219 201596928 22926 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.99
Current children cumulated vsize (KiB) 196872

[startup+51.1009 s]
/proc/loadavg: 8.08 7.44 6.13 9/184 24093
/proc/meminfo: memFree=30562760/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=205336 CPUtime=203.26 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 68831 1260 0 0 20310 16 0 0 25 0 5 0 519724191 210264064 24121 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 51334 24121 181 55 0 49220 0
[pid=24081/tid=24088] ppid=24079 vsize=205336 CPUtime=50.79 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 16052 1260 0 0 5072 7 0 0 25 0 5 0 519724219 210264064 24121 33554432000 4194304 4417332 140733242732512 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=205336 CPUtime=50.81 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 17678 1260 0 0 5079 2 0 0 25 0 5 0 519724219 210264064 24121 33554432000 4194304 4417332 140733242732512 18446744073709551615 4309838 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=205336 CPUtime=50.54 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 15956 1260 0 0 5051 3 0 0 25 0 5 0 519724219 210264064 24121 33554432000 4194304 4417332 140733242732512 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=205336 CPUtime=50.81 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 4826 1260 0 0 5081 0 0 0 25 0 5 0 519724219 210264064 24121 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.26
Current children cumulated vsize (KiB) 205336

[startup+102.306 s]
/proc/loadavg: 8.10 7.56 6.25 9/184 24094
/proc/meminfo: memFree=30539288/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=236504 CPUtime=407.78 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 88026 1260 0 0 40761 17 0 0 25 0 5 0 519724191 242180096 31913 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 59126 31913 181 55 0 57012 0
[pid=24081/tid=24088] ppid=24079 vsize=236504 CPUtime=101.97 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 19455 1260 0 0 10190 7 0 0 25 0 5 0 519724219 242180096 31913 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=236504 CPUtime=102.02 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 21817 1260 0 0 10199 3 0 0 25 0 5 0 519724219 242180096 31913 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=236504 CPUtime=101.46 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 22833 1260 0 0 10143 3 0 0 25 0 5 0 519724219 242180096 31913 33554432000 4194304 4417332 140733242732512 18446744073709551615 4236956 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=236504 CPUtime=102.02 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 9602 1260 0 0 10201 1 0 0 25 0 5 0 519724219 242180096 31913 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.78
Current children cumulated vsize (KiB) 236504

[startup+162.301 s]
/proc/loadavg: 8.11 7.66 6.37 10/184 24096
/proc/meminfo: memFree=30461640/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=274852 CPUtime=647.42 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 141869 1260 0 0 64715 27 0 0 25 0 5 0 519724191 281448448 41500 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 68713 41500 181 55 0 66599 0
[pid=24081/tid=24088] ppid=24079 vsize=274852 CPUtime=161.95 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 37165 1260 0 0 16185 10 0 0 25 0 5 0 519724219 281448448 41500 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=274852 CPUtime=162.01 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 36845 1260 0 0 16195 6 0 0 25 0 5 0 519724219 281448448 41500 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=274852 CPUtime=161.13 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 36620 1260 0 0 16108 5 0 0 25 0 5 0 519724219 281448448 41500 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=274852 CPUtime=162.02 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 16920 1260 0 0 16200 2 0 0 25 0 5 0 519724219 281448448 41500 33554432000 4194304 4417332 140733242732512 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.42
Current children cumulated vsize (KiB) 274852


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

[pid=24081/tid=24089] ppid=24079 vsize=426044 CPUtime=762.03 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 225478 1260 0 0 76167 36 0 0 25 0 5 0 519724219 436269056 79298 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=426044 CPUtime=757.89 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 182466 1260 0 0 75761 28 0 0 25 0 5 0 519724219 436269056 79298 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=426044 CPUtime=762.04 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 127532 1260 0 0 76184 20 0 0 25 0 5 0 519724219 436269056 79298 33554432000 4194304 4417332 140733242732512 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.06
Current children cumulated vsize (KiB) 426044

[startup+822.3 s]
/proc/loadavg: 7.99 8.03 7.24 10/185 24151
/proc/meminfo: memFree=30466828/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=433112 CPUtime=3283.7 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 810778 1260 0 0 328236 134 0 0 25 0 5 0 519724191 443506688 81065 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 108278 81065 181 55 0 106164 0
[pid=24081/tid=24088] ppid=24079 vsize=433112 CPUtime=821.79 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 221552 1260 0 0 82140 39 0 0 25 0 5 0 519724219 443506688 81065 33554432000 4194304 4417332 140733242732512 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=433112 CPUtime=822.02 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 244487 1260 0 0 82162 40 0 0 25 0 5 0 519724219 443506688 81065 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=433112 CPUtime=817.56 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 194713 1260 0 0 81726 30 0 0 25 0 5 0 519724219 443506688 81065 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=433112 CPUtime=822.03 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 135707 1260 0 0 82182 21 0 0 25 0 5 0 519724219 443506688 81065 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.7
Current children cumulated vsize (KiB) 433112

[startup+882.301 s]
/proc/loadavg: 8.03 8.04 7.29 10/184 24161
/proc/meminfo: memFree=30398748/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=479036 CPUtime=3523.36 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 851573 1260 0 0 352195 141 0 0 25 0 5 0 519724191 490532864 92546 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 119759 92546 181 55 0 117645 0
[pid=24081/tid=24088] ppid=24079 vsize=479036 CPUtime=881.78 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 234276 1260 0 0 88137 41 0 0 25 0 5 0 519724219 490532864 92546 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364383 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=479036 CPUtime=882.02 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 251040 1260 0 0 88160 42 0 0 25 0 5 0 519724219 490532864 92546 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=479036 CPUtime=877.23 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 207709 1260 0 0 87691 32 0 0 25 0 5 0 519724219 490532864 92546 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=479036 CPUtime=882.03 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 144229 1260 0 0 88180 23 0 0 25 0 5 0 519724219 490532864 92546 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.36
Current children cumulated vsize (KiB) 479036

[startup+942.301 s]
/proc/loadavg: 8.04 8.04 7.33 10/184 24163
/proc/meminfo: memFree=30382104/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=482208 CPUtime=3763.05 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 913886 1260 0 0 376155 150 0 0 25 0 5 0 519724191 493780992 93339 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 120552 93339 181 55 0 118438 0
[pid=24081/tid=24088] ppid=24079 vsize=482208 CPUtime=941.78 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 251336 1260 0 0 94135 43 0 0 25 0 5 0 519724219 493780992 93339 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=482208 CPUtime=942.01 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 275597 1260 0 0 94156 45 0 0 25 0 5 0 519724219 493780992 93339 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=482208 CPUtime=936.91 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 219292 1260 0 0 93657 34 0 0 25 0 5 0 519724219 493780992 93339 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=482208 CPUtime=942.03 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 153342 1260 0 0 94179 24 0 0 25 0 5 0 519724219 493780992 93339 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.05
Current children cumulated vsize (KiB) 482208

[startup+1002.3 s]
/proc/loadavg: 8.09 8.05 7.38 9/184 24164
/proc/meminfo: memFree=30308292/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=505032 CPUtime=4002.73 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 957981 1260 0 0 400115 158 0 0 25 0 5 0 519724191 517152768 99045 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 126258 99045 181 55 0 124144 0
[pid=24081/tid=24088] ppid=24079 vsize=505032 CPUtime=1001.78 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 262335 1260 0 0 100134 44 0 0 25 0 5 0 519724219 517152768 99045 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=505032 CPUtime=1002.02 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 283789 1260 0 0 100155 47 0 0 25 0 5 0 519724219 517152768 99045 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=505032 CPUtime=996.58 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 234495 1260 0 0 99622 36 0 0 25 0 5 0 519724219 517152768 99045 33554432000 4194304 4417332 140733242732512 18446744073709551615 4353435 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=505032 CPUtime=1002.03 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 163043 1260 0 0 100177 26 0 0 25 0 5 0 519724219 517152768 99045 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.73
Current children cumulated vsize (KiB) 505032

[startup+1062.3 s]
/proc/loadavg: 8.07 8.05 7.42 9/184 24166
/proc/meminfo: memFree=30283708/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=519724 CPUtime=4242.41 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 1012250 1260 0 0 424075 166 0 0 25 0 5 0 519724191 532197376 102718 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 129931 102718 181 55 0 127817 0
[pid=24081/tid=24088] ppid=24079 vsize=519724 CPUtime=1061.78 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 280862 1260 0 0 106131 47 0 0 25 0 5 0 519724219 532197376 102718 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=519724 CPUtime=1062.02 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 291981 1260 0 0 106154 48 0 0 25 0 5 0 519724219 532197376 102718 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=519724 CPUtime=1056.26 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 251045 1260 0 0 105587 39 0 0 25 0 5 0 519724219 532197376 102718 33554432000 4194304 4417332 140733242732512 18446744073709551615 4251109 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=519724 CPUtime=1062.04 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 174043 1260 0 0 106176 28 0 0 25 0 5 0 519724219 532197376 102718 33554432000 4194304 4417332 140733242732512 18446744073709551615 4358022 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 519724

[startup+1122.3 s]
/proc/loadavg: 8.29 8.10 7.47 11/185 24170
/proc/meminfo: memFree=30240560/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=526200 CPUtime=4482.08 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 1058401 1260 0 0 448035 173 0 0 25 0 5 0 519724191 538828800 104347 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 131550 104347 181 55 0 129436 0
[pid=24081/tid=24088] ppid=24079 vsize=526200 CPUtime=1121.78 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 290444 1260 0 0 112129 49 0 0 25 0 5 0 519724219 538828800 104347 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=526200 CPUtime=1122.02 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 304409 1260 0 0 112152 50 0 0 25 0 5 0 519724219 538828800 104347 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=526200 CPUtime=1115.93 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 266886 1260 0 0 111552 41 0 0 25 0 5 0 519724219 538828800 104347 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=526200 CPUtime=1122.03 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 182343 1260 0 0 112174 29 0 0 25 0 5 0 519724219 538828800 104347 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.08
Current children cumulated vsize (KiB) 526200

[startup+1182.3 s]
/proc/loadavg: 8.29 8.14 7.53 9/184 24172
/proc/meminfo: memFree=30197020/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=542348 CPUtime=4721.76 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 1101949 1260 0 0 471997 179 0 0 25 0 5 0 519724191 555364352 108384 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 135587 108384 181 55 0 133473 0
[pid=24081/tid=24088] ppid=24079 vsize=542348 CPUtime=1181.78 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 305196 1260 0 0 118127 51 0 0 25 0 5 0 519724219 555364352 108384 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364512 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=542348 CPUtime=1182.03 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 307725 1260 0 0 118152 51 0 0 25 0 5 0 519724219 555364352 108384 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=542348 CPUtime=1175.62 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 276245 1260 0 0 117519 43 0 0 25 0 5 0 519724219 555364352 108384 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=542348 CPUtime=1182.03 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 198464 1260 0 0 118172 31 0 0 25 0 5 0 519724219 555364352 108384 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.76
Current children cumulated vsize (KiB) 542348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.21 8.13 7.54 9/184 24172
/proc/meminfo: memFree=30157332/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=554112 CPUtime=4800.07 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 1117507 1260 0 0 479825 182 0 0 25 0 5 0 519724191 567410688 111325 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 138528 111325 181 55 0 136414 0
[pid=24081/tid=24088] ppid=24079 vsize=554112 CPUtime=1201.39 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 305196 1260 0 0 120088 51 0 0 25 0 5 0 519724219 567410688 111325 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=554112 CPUtime=1201.63 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 319935 1260 0 0 120110 53 0 0 25 0 5 0 519724219 567410688 111325 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=554112 CPUtime=1195.11 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 276824 1260 0 0 119468 43 0 0 25 0 5 0 519724219 567410688 111325 33554432000 4194304 4417332 140733242732512 18446744073709551615 4366370 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=554112 CPUtime=1201.65 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 201233 1260 0 0 120133 32 0 0 25 0 5 0 519724219 567410688 111325 33554432000 4194304 4417332 140733242732512 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 554112

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

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

[startup+1201.9 s]
/proc/loadavg: 8.21 8.13 7.54 9/184 24172
/proc/meminfo: memFree=30157332/32951132 swapFree=67111356/67111528
[pid=24081] ppid=24079 vsize=554112 CPUtime=4800.07 cores=1,3,5,7
/proc/24081/stat : 24081 (plingeling) S 24079 24081 23406 0 -1 4202496 1117507 1260 0 0 479825 182 0 0 25 0 5 0 519724191 567410688 111325 33554432000 4194304 4417332 140733242732512 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/24081/statm: 138528 111325 181 55 0 136414 0
[pid=24081/tid=24088] ppid=24079 vsize=554112 CPUtime=1201.39 cores=1,3,5,7
/proc/24081/task/24088/stat : 24088 (plingeling) R 24079 24081 23406 0 -1 4202560 305196 1260 0 0 120088 51 0 0 25 0 5 0 519724219 567410688 111325 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24081/tid=24089] ppid=24079 vsize=554112 CPUtime=1201.63 cores=1,3,5,7
/proc/24081/task/24089/stat : 24089 (plingeling) R 24079 24081 23406 0 -1 4202560 319935 1260 0 0 120110 53 0 0 25 0 5 0 519724219 567410688 111325 33554432000 4194304 4417332 140733242732512 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24081/tid=24090] ppid=24079 vsize=554112 CPUtime=1195.11 cores=1,3,5,7
/proc/24081/task/24090/stat : 24090 (plingeling) R 24079 24081 23406 0 -1 4202560 276824 1260 0 0 119468 43 0 0 25 0 5 0 519724219 567410688 111325 33554432000 4194304 4417332 140733242732512 18446744073709551615 4366370 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24081/tid=24091] ppid=24079 vsize=554112 CPUtime=1201.65 cores=1,3,5,7
/proc/24081/task/24091/stat : 24091 (plingeling) R 24079 24081 23406 0 -1 4202560 201233 1260 0 0 120133 32 0 0 25 0 5 0 519724219 567410688 111325 33554432000 4194304 4417332 140733242732512 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 554112

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.93
CPU time (s): 4800.13
CPU user time (s): 4798.28
CPU system time (s): 1.84772
CPU usage (%): 399.368
Max. virtual memory (cumulated for all children) (KiB): 586660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.28
system time used= 1.84772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1118767
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= 139
involuntary context switches= 21895

runsolver used 1.9457 second user time and 4.5963 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 14:47:26
IDJOB=3289391
IDBENCH=83121
IDSOLVER=1605
FILE ID=node131/3289391-1304081245
RUNJOBID= node131-1304080744-23932
PBS_JOBID= 13170501
Free space on /tmp= 71380 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top25.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289391-1304081245/watcher-3289391-1304081245 -o /tmp/evaluation-result-3289391-1304081245/solver-3289391-1304081245 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3289391-1304081245.cnf

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

MD5SUM BENCH= 1d36146d5d79c91e0605a19242395228
RANDOM SEED=390443343

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30664068 kB
Buffers:        180920 kB
Cached:        1484340 kB
SwapCached:        168 kB
Active:         334272 kB
Inactive:      1645612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30664068 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3912 kB
Writeback:           0 kB
AnonPages:      313564 kB
Mapped:          15708 kB
Slab:           242592 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   502600 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71380 MiB
End job on node131 at 2011-04-29 15:07:29