Trace number 3291967

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.16 1207.49

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

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

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

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


[startup+0 s]
/proc/loadavg: 7.80 8.00 7.98 5/181 1967
/proc/meminfo: memFree=21833508/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=10180 CPUtime=0 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) R 1965 1967 1515 0 -1 4202496 400 1253 0 0 0 0 0 0 24 0 1 0 522057184 10424320 330 33554432000 4194304 4417332 140734648188256 18446744073709551615 268272383069 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/1967/statm: 2545 343 138 55 0 431 0

[startup+0.03682 s]
/proc/loadavg: 7.80 8.00 7.98 5/181 1967
/proc/meminfo: memFree=21833508/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=18188 CPUtime=0.03 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) R 1965 1967 1515 0 -1 4202496 2640 1253 0 0 3 0 0 0 24 0 1 0 522057184 18624512 2570 33554432000 4194304 4417332 140734648188256 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/1967/statm: 4547 2570 148 55 0 2433 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18188

[startup+0.100809 s]
/proc/loadavg: 7.80 8.00 7.98 5/181 1967
/proc/meminfo: memFree=21833508/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=28432 CPUtime=0.08 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) R 1965 1967 1515 0 -1 4202496 5205 1253 0 0 8 0 0 0 25 0 1 0 522057184 29114368 5131 33554432000 4194304 4417332 140734648188256 18446744073709551615 4209589 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/1967/statm: 7108 5131 148 55 0 4994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28432

[startup+0.300773 s]
/proc/loadavg: 7.80 8.00 7.98 5/181 1967
/proc/meminfo: memFree=21833508/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=47388 CPUtime=0.29 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) R 1965 1967 1515 0 -1 4202496 9944 1253 0 0 27 2 0 0 25 0 1 0 522057184 48525312 9870 33554432000 4194304 4417332 140734648188256 18446744073709551615 268272307811 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/1967/statm: 11847 9870 148 55 0 9733 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47388

[startup+0.700702 s]
/proc/loadavg: 7.80 8.00 7.98 5/181 1967
/proc/meminfo: memFree=21833508/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=113924 CPUtime=0.68 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) R 1965 1967 1515 0 -1 4202496 26587 1253 0 0 64 4 0 0 25 0 1 0 522057184 116658176 26504 33554432000 4194304 4417332 140734648188256 18446744073709551615 268272307789 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/1967/statm: 28481 26504 148 55 0 26367 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 113924

[startup+1.80251 s]
/proc/loadavg: 7.80 8.00 7.98 5/181 1967
/proc/meminfo: memFree=21833508/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=214944 CPUtime=1.79 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) R 1965 1967 1515 0 -1 4202496 51969 1253 0 0 171 8 0 0 25 0 1 0 522057184 220102656 51759 33554432000 4194304 4417332 140734648188256 18446744073709551615 4231277 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/1967/statm: 53736 51759 148 55 0 51622 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 214944

[startup+3.10028 s]
/proc/loadavg: 7.81 8.00 7.98 6/182 1973
/proc/meminfo: memFree=21426880/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=416032 CPUtime=3.1 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) R 1965 1967 1515 0 -1 4202496 102241 1253 0 0 294 16 0 0 25 0 1 0 522057184 426016768 102031 33554432000 4194304 4417332 140734648188256 18446744073709551615 268272688896 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/1967/statm: 104008 102031 148 55 0 101894 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 416032

[startup+6.30071 s]
/proc/loadavg: 7.81 8.00 7.98 6/182 1973
/proc/meminfo: memFree=21266660/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=818208 CPUtime=6.29 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) R 1965 1967 1515 0 -1 4202496 202785 1253 0 0 599 30 0 0 25 0 1 0 522057184 837844992 202575 33554432000 4194304 4417332 140734648188256 18446744073709551615 268272688896 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/1967/statm: 204552 202575 148 55 0 202438 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 818208

[startup+12.7006 s]
/proc/loadavg: 7.62 7.95 7.97 9/186 1977
/proc/meminfo: memFree=21018764/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=999048 CPUtime=27.7 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 275910 1253 0 0 2729 41 0 0 25 0 5 0 522057184 1023025152 237544 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 249762 237544 175 55 0 247648 0
[pid=1967/tid=1974] ppid=1965 vsize=999048 CPUtime=5 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 10523 1253 0 0 499 1 0 0 25 0 5 0 522057952 1023025152 237544 33554432000 4194304 4417332 140734648188256 18446744073709551615 4247520 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=999048 CPUtime=4.98 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 10633 1253 0 0 496 2 0 0 25 0 5 0 522057952 1023025152 237544 33554432000 4194304 4417332 140734648188256 18446744073709551615 4247520 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=999048 CPUtime=5 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 43310 1253 0 0 496 4 0 0 25 0 5 0 522057952 1023025152 237544 33554432000 4194304 4417332 140734648188256 18446744073709551615 4259740 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=999048 CPUtime=5.01 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 8647 1253 0 0 500 1 0 0 25 0 5 0 522057952 1023025152 237544 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236603 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 27.7
Current children cumulated vsize (KiB) 999048

[startup+25.5003 s]
/proc/loadavg: 7.68 7.95 7.97 9/186 1978
/proc/meminfo: memFree=21004648/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=893032 CPUtime=78.83 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 455346 1253 0 0 7815 68 0 0 25 0 5 0 522057184 914464768 211055 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 223258 211055 178 55 0 221144 0
[pid=1967/tid=1974] ppid=1965 vsize=893032 CPUtime=17.81 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 78021 1253 0 0 1769 12 0 0 25 0 5 0 522057952 914464768 211055 33554432000 4194304 4417332 140734648188256 18446744073709551615 4235295 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=893032 CPUtime=17.7 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 79352 1253 0 0 1758 12 0 0 25 0 5 0 522057952 914464768 211055 33554432000 4194304 4417332 140734648188256 18446744073709551615 4240321 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=893032 CPUtime=17.8 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 86529 1253 0 0 1770 10 0 0 25 0 5 0 522057952 914464768 211055 33554432000 4194304 4417332 140734648188256 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=893032 CPUtime=17.81 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 8647 1253 0 0 1780 1 0 0 25 0 5 0 522057952 914464768 211055 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 78.83
Current children cumulated vsize (KiB) 893032

[startup+51.1007 s]
/proc/loadavg: 7.79 7.95 7.97 9/186 1978
/proc/meminfo: memFree=20948364/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=931544 CPUtime=181.09 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 465048 1253 0 0 18039 70 0 0 25 0 5 0 522057184 953901056 220685 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 232886 220685 180 55 0 230772 0
[pid=1967/tid=1974] ppid=1965 vsize=931544 CPUtime=43.4 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 80531 1253 0 0 4328 12 0 0 25 0 5 0 522057952 953901056 220685 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=931544 CPUtime=43.17 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 79353 1253 0 0 4305 12 0 0 25 0 5 0 522057952 953901056 220685 33554432000 4194304 4417332 140734648188256 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=931544 CPUtime=43.4 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 93720 1253 0 0 4328 12 0 0 25 0 5 0 522057952 953901056 220685 33554432000 4194304 4417332 140734648188256 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=931544 CPUtime=43.41 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 8647 1253 0 0 4340 1 0 0 25 0 5 0 522057952 953901056 220685 33554432000 4194304 4417332 140734648188256 18446744073709551615 4237157 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 181.09
Current children cumulated vsize (KiB) 931544

[startup+102.301 s]
/proc/loadavg: 7.91 7.96 7.97 9/186 1980
/proc/meminfo: memFree=20903388/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=935224 CPUtime=385.56 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 571550 1253 0 0 38470 86 0 0 25 0 5 0 522057184 957669376 221605 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 233806 221605 180 55 0 231692 0
[pid=1967/tid=1974] ppid=1965 vsize=935224 CPUtime=94.6 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 113580 1253 0 0 9443 17 0 0 25 0 5 0 522057952 957669376 221605 33554432000 4194304 4417332 140734648188256 18446744073709551615 4264911 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=935224 CPUtime=94.09 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 113803 1253 0 0 9391 18 0 0 25 0 5 0 522057952 957669376 221605 33554432000 4194304 4417332 140734648188256 18446744073709551615 4240132 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=935224 CPUtime=94.56 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 132723 1253 0 0 9439 17 0 0 25 0 5 0 522057952 957669376 221605 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236784 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=935224 CPUtime=94.61 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 8647 1253 0 0 9460 1 0 0 25 0 5 0 522057952 957669376 221605 33554432000 4194304 4417332 140734648188256 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 385.56
Current children cumulated vsize (KiB) 935224

[startup+162.301 s]
/proc/loadavg: 8.02 7.98 7.97 9/186 1981
/proc/meminfo: memFree=20927536/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=949944 CPUtime=625.25 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 637090 1253 0 0 62430 95 0 0 25 0 5 0 522057184 972742656 225285 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 237486 225285 180 55 0 235372 0
[pid=1967/tid=1974] ppid=1965 vsize=949944 CPUtime=154.6 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 127432 1253 0 0 15441 19 0 0 25 0 5 0 522057952 972742656 225285 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=949944 CPUtime=153.76 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 157490 1253 0 0 15353 23 0 0 25 0 5 0 522057952 972742656 225285 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=949944 CPUtime=154.56 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 139788 1253 0 0 15438 18 0 0 25 0 5 0 522057952 972742656 225285 33554432000 4194304 4417332 140734648188256 18446744073709551615 4281851 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=949944 CPUtime=154.61 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 9583 1253 0 0 15460 1 0 0 25 0 5 0 522057952 972742656 225285 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 625.25
Current children cumulated vsize (KiB) 949944

[startup+222.3 s]
/proc/loadavg: 8.05 8.00 7.98 9/186 1983
/proc/meminfo: memFree=20857448/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=1015244 CPUtime=864.91 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 719512 1253 0 0 86385 106 0 0 25 0 5 0 522057184 1039609856 241610 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 253811 241610 180 55 0 251697 0
[pid=1967/tid=1974] ppid=1965 vsize=1015244 CPUtime=214.59 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 165698 1253 0 0 21435 24 0 0 25 0 5 0 522057952 1039609856 241610 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=1015244 CPUtime=213.44 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 165685 1253 0 0 21319 25 0 0 25 0 5 0 522057952 1039609856 241610 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236870 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=1015244 CPUtime=214.56 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 172787 1253 0 0 21433 23 0 0 25 0 5 0 522057952 1039609856 241610 33554432000 4194304 4417332 140734648188256 18446744073709551615 4309822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=1015244 CPUtime=214.61 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 12545 1253 0 0 21460 1 0 0 25 0 5 0 522057952 1039609856 241610 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 864.91
Current children cumulated vsize (KiB) 1015244

[startup+282.301 s]
/proc/loadavg: 8.14 8.03 7.99 9/186 1984
/proc/meminfo: memFree=20818476/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=1033520 CPUtime=1104.59 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 834454 1253 0 0 110333 126 0 0 25 0 5 0 522057184 1058324480 246185 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 258380 246185 180 55 0 256266 0
[pid=1967/tid=1974] ppid=1965 vsize=1033520 CPUtime=274.59 cores=1,3,5,7

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

[pid=1967/tid=1975] ppid=1965 vsize=1392620 CPUtime=690.83 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 276919 1253 0 0 69042 41 0 0 25 0 5 0 522057952 1426042880 335960 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=1392620 CPUtime=694.58 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 299047 1253 0 0 69415 43 0 0 25 0 5 0 522057952 1426042880 335960 33554432000 4194304 4417332 140734648188256 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=1392620 CPUtime=694.62 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 172509 1253 0 0 69439 23 0 0 25 0 5 0 522057952 1426042880 335960 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236910 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2782.3
Current children cumulated vsize (KiB) 1392620

[startup+762.301 s]
/proc/loadavg: 6.00 7.54 7.83 5/176 2015
/proc/meminfo: memFree=20759736/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=1267180 CPUtime=3021.98 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 1292411 1253 0 0 302006 192 0 0 25 0 5 0 522057184 1297592320 304632 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 316795 304632 180 55 0 314681 0
[pid=1967/tid=1974] ppid=1965 vsize=1267180 CPUtime=754.56 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 279321 1253 0 0 75414 42 0 0 25 0 5 0 522057952 1297592320 304632 33554432000 4194304 4417332 140734648188256 18446744073709551615 4232636 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=1267180 CPUtime=750.51 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 293450 1253 0 0 75007 44 0 0 25 0 5 0 522057952 1297592320 304632 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=1267180 CPUtime=754.58 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 303437 1253 0 0 75415 43 0 0 25 0 5 0 522057952 1297592320 304632 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=1267180 CPUtime=754.63 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 213406 1253 0 0 75433 30 0 0 25 0 5 0 522057952 1297592320 304632 33554432000 4194304 4417332 140734648188256 18446744073709551615 4265383 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3021.98
Current children cumulated vsize (KiB) 1267180

[startup+822.301 s]
/proc/loadavg: 4.77 6.91 7.59 5/176 2017
/proc/meminfo: memFree=20720756/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=1306164 CPUtime=3261.67 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 1326094 1253 0 0 325970 197 0 0 25 0 5 0 522057184 1337511936 314378 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 326541 314378 180 55 0 324427 0
[pid=1967/tid=1974] ppid=1965 vsize=1306164 CPUtime=814.56 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 295707 1253 0 0 81412 44 0 0 25 0 5 0 522057952 1337511936 314378 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=1306164 CPUtime=810.19 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 297289 1253 0 0 80974 45 0 0 25 0 5 0 522057952 1337511936 314378 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=1306164 CPUtime=814.58 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 303437 1253 0 0 81415 43 0 0 25 0 5 0 522057952 1337511936 314378 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236816 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=1306164 CPUtime=814.62 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 226864 1253 0 0 81431 31 0 0 25 0 5 0 522057952 1337511936 314378 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3261.67
Current children cumulated vsize (KiB) 1306164

[startup+882.301 s]
/proc/loadavg: 4.31 6.39 7.37 5/176 2018
/proc/meminfo: memFree=20524300/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=1502304 CPUtime=3501.35 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 1391614 1253 0 0 349929 206 0 0 25 0 5 0 522057184 1538359296 363381 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 375576 363381 180 55 0 373462 0
[pid=1967/tid=1974] ppid=1965 vsize=1502304 CPUtime=874.56 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 302716 1253 0 0 87411 45 0 0 25 0 5 0 522057952 1538359296 363381 33554432000 4194304 4417332 140734648188256 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=1502304 CPUtime=869.87 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 299597 1253 0 0 86942 45 0 0 25 0 5 0 522057952 1538359296 363381 33554432000 4194304 4417332 140734648188256 18446744073709551615 4352301 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=1502304 CPUtime=874.58 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 326786 1253 0 0 87412 46 0 0 25 0 5 0 522057952 1538359296 363381 33554432000 4194304 4417332 140734648188256 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=1502304 CPUtime=874.63 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 259718 1253 0 0 87426 37 0 0 25 0 5 0 522057952 1538359296 363381 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3501.35
Current children cumulated vsize (KiB) 1502304

[startup+942.301 s]
/proc/loadavg: 4.16 6.00 7.18 5/176 2020
/proc/meminfo: memFree=20702800/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=1324316 CPUtime=3741.03 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 1426079 1253 0 0 373889 214 0 0 25 0 5 0 522057184 1356099584 318884 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 331079 318884 180 55 0 328965 0
[pid=1967/tid=1974] ppid=1965 vsize=1324316 CPUtime=934.56 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 302885 1253 0 0 93411 45 0 0 25 0 5 0 522057952 1356099584 318884 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=1324316 CPUtime=929.55 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 315983 1253 0 0 92907 48 0 0 25 0 5 0 522057952 1356099584 318884 33554432000 4194304 4417332 140734648188256 18446744073709551615 4281860 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=1324316 CPUtime=934.58 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 331206 1253 0 0 93411 47 0 0 25 0 5 0 522057952 1356099584 318884 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=1324316 CPUtime=934.62 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 273208 1253 0 0 93421 41 0 0 25 0 5 0 522057952 1356099584 318884 33554432000 4194304 4417332 140734648188256 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3741.03
Current children cumulated vsize (KiB) 1324316

[startup+1002.3 s]
/proc/loadavg: 4.08 5.62 6.97 5/176 2022
/proc/meminfo: memFree=20589552/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=1436784 CPUtime=3980.71 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 1470768 1253 0 0 397851 220 0 0 25 0 5 0 522057184 1471266816 347001 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 359196 347001 180 55 0 357082 0
[pid=1967/tid=1974] ppid=1965 vsize=1436784 CPUtime=994.56 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 319271 1253 0 0 99409 47 0 0 25 0 5 0 522057952 1471266816 347001 33554432000 4194304 4417332 140734648188256 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=1436784 CPUtime=989.23 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 315983 1253 0 0 98875 48 0 0 25 0 5 0 522057952 1471266816 347001 33554432000 4194304 4417332 140734648188256 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=1436784 CPUtime=994.58 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 331359 1253 0 0 99411 47 0 0 25 0 5 0 522057952 1471266816 347001 33554432000 4194304 4417332 140734648188256 18446744073709551615 4353498 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=1436784 CPUtime=994.63 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 301358 1253 0 0 99417 46 0 0 25 0 5 0 522057952 1471266816 347001 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364385 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3980.71
Current children cumulated vsize (KiB) 1436784

[startup+1062.3 s]
/proc/loadavg: 4.03 5.35 6.79 5/176 2023
/proc/meminfo: memFree=20555632/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=1471528 CPUtime=4220.39 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 1503427 1253 0 0 421814 225 0 0 25 0 5 0 522057184 1506844672 355687 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 367882 355687 180 55 0 365768 0
[pid=1967/tid=1974] ppid=1965 vsize=1471528 CPUtime=1054.56 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 323027 1253 0 0 105409 47 0 0 25 0 5 0 522057952 1506844672 355687 33554432000 4194304 4417332 140734648188256 18446744073709551615 4249897 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=1471528 CPUtime=1048.9 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 316145 1253 0 0 104842 48 0 0 25 0 5 0 522057952 1506844672 355687 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=1471528 CPUtime=1054.58 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 347745 1253 0 0 105409 49 0 0 25 0 5 0 522057952 1506844672 355687 33554432000 4194304 4417332 140734648188256 18446744073709551615 4265480 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=1471528 CPUtime=1054.63 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 313713 1253 0 0 105415 48 0 0 25 0 5 0 522057952 1506844672 355687 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236816 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4220.39
Current children cumulated vsize (KiB) 1471528

[startup+1122.3 s]
/proc/loadavg: 4.01 5.08 6.60 5/176 2025
/proc/meminfo: memFree=20417456/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=1608868 CPUtime=4460.08 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 1554305 1253 0 0 445774 234 0 0 25 0 5 0 522057184 1647480832 390022 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 402217 390022 180 55 0 400103 0
[pid=1967/tid=1974] ppid=1965 vsize=1608868 CPUtime=1114.56 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 323196 1253 0 0 111409 47 0 0 25 0 5 0 522057952 1647480832 390022 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=1608868 CPUtime=1108.58 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 335775 1253 0 0 110807 51 0 0 25 0 5 0 522057952 1647480832 390022 33554432000 4194304 4417332 140734648188256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=1608868 CPUtime=1114.59 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 347745 1253 0 0 111410 49 0 0 25 0 5 0 522057952 1647480832 390022 33554432000 4194304 4417332 140734648188256 18446744073709551615 4233477 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=1608868 CPUtime=1114.64 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 344792 1253 0 0 111410 54 0 0 25 0 5 0 522057952 1647480832 390022 33554432000 4194304 4417332 140734648188256 18446744073709551615 4250938 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4460.08
Current children cumulated vsize (KiB) 1608868

[startup+1182.3 s]
/proc/loadavg: 4.00 4.88 6.44 5/176 2026
/proc/meminfo: memFree=20333344/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=1757336 CPUtime=4699.77 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 1596200 1253 0 0 469735 242 0 0 25 0 5 0 522057184 1799512064 411012 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 439334 411012 180 55 0 437220 0
[pid=1967/tid=1974] ppid=1965 vsize=1757336 CPUtime=1174.57 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 339582 1253 0 0 117408 49 0 0 25 0 5 0 522057952 1799512064 411012 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=1757336 CPUtime=1168.26 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 335775 1253 0 0 116775 51 0 0 25 0 5 0 522057952 1799512064 411012 33554432000 4194304 4417332 140734648188256 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=1757336 CPUtime=1174.59 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 348181 1253 0 0 117410 49 0 0 25 0 5 0 522057952 1799512064 411012 33554432000 4194304 4417332 140734648188256 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=1757336 CPUtime=1174.64 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 369865 1253 0 0 117405 59 0 0 25 0 5 0 522057952 1799512064 411012 33554432000 4194304 4417332 140734648188256 18446744073709551615 4357187 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4699.77
Current children cumulated vsize (KiB) 1757336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 4.00 4.81 6.37 5/176 2027
/proc/meminfo: memFree=20250500/32950928 swapFree=67111524/67111528
[pid=1967] ppid=1965 vsize=1838936 CPUtime=4800.04 cores=1,3,5,7
/proc/1967/stat : 1967 (plingeling) S 1965 1967 1515 0 -1 4202496 1616857 1253 0 0 479758 246 0 0 25 0 5 0 522057184 1883070464 431668 33554432000 4194304 4417332 140734648188256 18446744073709551615 268284491749 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/1967/statm: 459734 431668 180 55 0 457620 0
[pid=1967/tid=1974] ppid=1965 vsize=1838936 CPUtime=1199.67 cores=1,3,5,7
/proc/1967/task/1974/stat : 1974 (plingeling) R 1965 1967 1515 0 -1 4202560 339582 1253 0 0 119918 49 0 0 25 0 5 0 522057952 1883070464 431668 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=1967/tid=1975] ppid=1965 vsize=1838936 CPUtime=1193.23 cores=1,3,5,7
/proc/1967/task/1975/stat : 1975 (plingeling) R 1965 1967 1515 0 -1 4202560 335775 1253 0 0 119272 51 0 0 25 0 5 0 522057952 1883070464 431668 33554432000 4194304 4417332 140734648188256 18446744073709551615 4365485 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=1967/tid=1976] ppid=1965 vsize=1838936 CPUtime=1199.69 cores=1,3,5,7
/proc/1967/task/1976/stat : 1976 (plingeling) R 1965 1967 1515 0 -1 4202560 348438 1253 0 0 119920 49 0 0 25 0 5 0 522057952 1883070464 431668 33554432000 4194304 4417332 140734648188256 18446744073709551615 4353489 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=1967/tid=1977] ppid=1965 vsize=1838936 CPUtime=1199.74 cores=1,3,5,7
/proc/1967/task/1977/stat : 1977 (plingeling) R 1965 1967 1515 0 -1 4202560 390265 1253 0 0 119911 63 0 0 25 0 5 0 522057952 1883070464 431668 33554432000 4194304 4417332 140734648188256 18446744073709551615 4364385 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1838936

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): 1207.49
CPU time (s): 4800.16
CPU user time (s): 4797.61
CPU system time (s): 2.54561
CPU usage (%): 397.532
Max. virtual memory (cumulated for all children) (KiB): 1838936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.61
system time used= 2.54561
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1618110
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= 125
involuntary context switches= 32226

runsolver used 1.9497 second user time and 4.5953 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 21:16:24
IDJOB=3291967
IDBENCH=85005
IDSOLVER=1605
FILE ID=node122/3291967-1304104579
RUNJOBID= node122-1304102113-1534
PBS_JOBID= 13170631
Free space on /tmp= 71512 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291967-1304104579/watcher-3291967-1304104579 -o /tmp/evaluation-result-3291967-1304104579/solver-3291967-1304104579 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3291967-1304104579.cnf

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=57975337

node122.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.820
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.64
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.820
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.820
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.820
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21833788 kB
Buffers:       1630404 kB
Cached:        8725368 kB
SwapCached:          4 kB
Active:        1417468 kB
Inactive:      9147276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21833788 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          156324 kB
Writeback:           0 kB
AnonPages:      208384 kB
Mapped:          15544 kB
Slab:           490000 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   398968 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= 71512 MiB
End job on node122 at 2011-04-29 21:36:33