Trace number 3309297

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 587UNSAT 10250.2 1294.5

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark441.7
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

10250.13/1294.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3309297-1303994636/watcher-3309297-1303994636 -o /tmp/evaluation-result-3309297-1303994636/solver-3309297-1303994636 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309297-1303994636.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.85 7.76 7.92 2/170 10117
/proc/meminfo: memFree=30425912/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=12724 CPUtime=0 cores=0-7
/proc/10117/stat : 10117 (plingeling) R 10115 10117 10091 0 -1 4202496 1255 1259 0 0 0 0 0 0 22 0 1 0 511064362 13029376 1184 33554432000 4194304 4417332 140736364379248 18446744073709551615 253640556299 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/10117/statm: 3181 1194 146 55 0 1067 0

[startup+0.0221341 s]
/proc/loadavg: 6.85 7.76 7.92 2/170 10117
/proc/meminfo: memFree=30425912/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=16332 CPUtime=0.01 cores=0-7
/proc/10117/stat : 10117 (plingeling) R 10115 10117 10091 0 -1 4202496 2177 1259 0 0 1 0 0 0 22 0 1 0 511064362 16723968 2106 33554432000 4194304 4417332 140736364379248 18446744073709551615 4231480 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/10117/statm: 4083 2106 148 55 0 1969 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16332

[startup+0.101118 s]
/proc/loadavg: 6.85 7.76 7.92 2/170 10117
/proc/meminfo: memFree=30425912/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=27740 CPUtime=0.09 cores=0-7
/proc/10117/stat : 10117 (plingeling) R 10115 10117 10091 0 -1 4202496 5029 1259 0 0 9 0 0 0 22 0 1 0 511064362 28405760 4958 33554432000 4194304 4417332 140736364379248 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/10117/statm: 6935 4958 148 55 0 4821 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27740

[startup+0.301083 s]
/proc/loadavg: 6.85 7.76 7.92 2/170 10117
/proc/meminfo: memFree=30425912/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=46668 CPUtime=0.28 cores=0-7
/proc/10117/stat : 10117 (plingeling) R 10115 10117 10091 0 -1 4202496 9773 1259 0 0 28 0 0 0 23 0 1 0 511064362 47788032 9690 33554432000 4194304 4417332 140736364379248 18446744073709551615 4321569 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/10117/statm: 11667 9690 148 55 0 9553 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 46668

[startup+0.701008 s]
/proc/loadavg: 6.85 7.76 7.92 2/170 10117
/proc/meminfo: memFree=30425912/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=113252 CPUtime=0.69 cores=0-7
/proc/10117/stat : 10117 (plingeling) R 10115 10117 10091 0 -1 4202496 26419 1259 0 0 67 2 0 0 25 0 1 0 511064362 115970048 26336 33554432000 4194304 4417332 140736364379248 18446744073709551615 4235997 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/10117/statm: 28313 26336 148 55 0 26199 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113252

[startup+1.50086 s]
/proc/loadavg: 6.85 7.76 7.92 2/171 10123
/proc/meminfo: memFree=30285048/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=214340 CPUtime=1.49 cores=0-7
/proc/10117/stat : 10117 (plingeling) R 10115 10117 10091 0 -1 4202496 51675 1259 0 0 144 5 0 0 25 0 1 0 511064362 219484160 51592 33554432000 4194304 4417332 140736364379248 18446744073709551615 4231283 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/10117/statm: 53585 51592 148 55 0 51471 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 214340

[startup+3.10557 s]
/proc/loadavg: 6.85 7.76 7.92 2/171 10123
/proc/meminfo: memFree=30020444/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=416228 CPUtime=3.09 cores=0-7
/proc/10117/stat : 10117 (plingeling) R 10115 10117 10091 0 -1 4202496 102163 1259 0 0 298 11 0 0 25 0 1 0 511064362 426217472 102080 33554432000 4194304 4417332 140736364379248 18446744073709551615 4259380 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/10117/statm: 104057 102080 148 55 0 101943 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 416228

[startup+6.30099 s]
/proc/loadavg: 6.38 7.64 7.88 2/171 10123
/proc/meminfo: memFree=29617348/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=818864 CPUtime=6.29 cores=0-7
/proc/10117/stat : 10117 (plingeling) R 10115 10117 10091 0 -1 4202496 202869 1259 0 0 606 23 0 0 25 0 1 0 511064362 838516736 202739 33554432000 4194304 4417332 140736364379248 18446744073709551615 4227889 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/10117/statm: 204716 202739 148 55 0 202602 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 818864

[startup+12.7008 s]
/proc/loadavg: 5.95 7.53 7.84 2/171 10124
/proc/meminfo: memFree=29337716/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=1623196 CPUtime=12.69 cores=0-7
/proc/10117/stat : 10117 (plingeling) R 10115 10117 10091 0 -1 4202496 404023 1259 0 0 1221 48 0 0 25 0 1 0 511064362 1662152704 403822 33554432000 4194304 4417332 140736364379248 18446744073709551615 4235968 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/10117/statm: 405799 403822 148 55 0 403685 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1623196

[startup+25.5005 s]
/proc/loadavg: 5.93 7.44 7.81 9/179 10132
/proc/meminfo: memFree=28853052/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=1687052 CPUtime=107.76 cores=0-7
/proc/10117/stat : 10117 (plingeling) S 10115 10117 10091 0 -1 4202496 950392 1259 0 0 10620 156 0 0 25 0 9 0 511064362 1727541248 393063 33554432000 4194304 4417332 140736364379248 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10117/statm: 421763 393063 179 55 0 419649 0
[pid=10117/tid=10125] ppid=10115 vsize=1687052 CPUtime=11.78 cores=0-7
/proc/10117/task/10125/stat : 10125 (plingeling) R 10115 10117 10091 0 -1 4202560 73985 1259 0 0 1160 18 0 0 25 0 9 0 511065732 1727541248 393063 33554432000 4194304 4417332 140736364379248 18446744073709551615 4260694 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10117/tid=10126] ppid=10115 vsize=1687052 CPUtime=11.74 cores=0-7
/proc/10117/task/10126/stat : 10126 (plingeling) R 10115 10117 10091 0 -1 4202560 79888 1259 0 0 1161 13 0 0 25 0 9 0 511065732 1727541248 393063 33554432000 4194304 4417332 140736364379248 18446744073709551615 4239393 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10117/tid=10127] ppid=10115 vsize=1687052 CPUtime=11.78 cores=0-7
/proc/10117/task/10127/stat : 10127 (plingeling) R 10115 10117 10091 0 -1 4202560 75442 1259 0 0 1162 16 0 0 25 0 9 0 511065732 1727541248 393063 33554432000 4194304 4417332 140736364379248 18446744073709551615 4339825 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10117/tid=10128] ppid=10115 vsize=1687052 CPUtime=11.79 cores=0-7
/proc/10117/task/10128/stat : 10128 (plingeling) R 10115 10117 10091 0 -1 4202560 8216 1259 0 0 1177 2 0 0 25 0 9 0 511065732 1727541248 393063 33554432000 4194304 4417332 140736364379248 18446744073709551615 4264902 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10117/tid=10129] ppid=10115 vsize=1687052 CPUtime=11.77 cores=0-7
/proc/10117/task/10129/stat : 10129 (plingeling) R 10115 10117 10091 0 -1 4202560 76314 1259 0 0 1166 11 0 0 25 0 9 0 511065733 1727541248 393063 33554432000 4194304 4417332 140736364379248 18446744073709551615 4320223 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10117/tid=10130] ppid=10115 vsize=1687052 CPUtime=11.77 cores=0-7
/proc/10117/task/10130/stat : 10130 (plingeling) R 10115 10117 10091 0 -1 4202560 76505 1259 0 0 1161 16 0 0 25 0 9 0 511065733 1727541248 393063 33554432000 4194304 4417332 140736364379248 18446744073709551615 4259618 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10117/tid=10131] ppid=10115 vsize=1687052 CPUtime=11.7 cores=0-7
/proc/10117/task/10131/stat : 10131 (plingeling) R 10115 10117 10091 0 -1 4202560 73913 1259 0 0 1159 11 0 0 25 0 9 0 511065733 1727541248 393063 33554432000 4194304 4417332 140736364379248 18446744073709551615 4233326 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10117/tid=10132] ppid=10115 vsize=1687052 CPUtime=11.68 cores=0-7
/proc/10117/task/10132/stat : 10132 (plingeling) R 10115 10117 10091 0 -1 4202560 82090 1259 0 0 1152 16 0 0 25 0 9 0 511065734 1727541248 393063 33554432000 4194304 4417332 140736364379248 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 107.76
Current children cumulated vsize (KiB) 1687052

[startup+51.1008 s]
/proc/loadavg: 6.64 7.49 7.81 9/179 10133
/proc/meminfo: memFree=28650164/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=1924828 CPUtime=312.39 cores=0-7
/proc/10117/stat : 10117 (plingeling) S 10115 10117 10091 0 -1 4202496 1009924 1259 0 0 31071 168 0 0 25 0 9 0 511064362 1971023872 444829 33554432000 4194304 4417332 140736364379248 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10117/statm: 481207 444829 181 55 0 479093 0
[pid=10117/tid=10125] ppid=10115 vsize=1924828 CPUtime=37.38 cores=0-7
/proc/10117/task/10125/stat : 10125 (plingeling) R 10115 10117 10091 0 -1 4202560 82424 1259 0 0 3719 19 0 0 25 0 9 0 511065732 1971023872 444829 33554432000 4194304 4417332 140736364379248 18446744073709551615 4232350 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10117/tid=10126] ppid=10115 vsize=1924828 CPUtime=37.31 cores=0-7
/proc/10117/task/10126/stat : 10126 (plingeling) R 10115 10117 10091 0 -1 4202560 85990 1259 0 0 3716 15 0 0 25 0 9 0 511065732 1971023872 444829 33554432000 4194304 4417332 140736364379248 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10117/tid=10127] ppid=10115 vsize=1924828 CPUtime=37.36 cores=0-7
/proc/10117/task/10127/stat : 10127 (plingeling) R 10115 10117 10091 0 -1 4202560 84130 1259 0 0 3718 18 0 0 25 0 9 0 511065732 1971023872 444829 33554432000 4194304 4417332 140736364379248 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10117/tid=10128] ppid=10115 vsize=1924828 CPUtime=37.39 cores=0-7
/proc/10117/task/10128/stat : 10128 (plingeling) R 10115 10117 10091 0 -1 4202560 8216 1259 0 0 3737 2 0 0 25 0 9 0 511065732 1971023872 444829 33554432000 4194304 4417332 140736364379248 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10117/tid=10129] ppid=10115 vsize=1924828 CPUtime=37.37 cores=0-7
/proc/10117/task/10129/stat : 10129 (plingeling) R 10115 10117 10091 0 -1 4202560 82416 1259 0 0 3724 13 0 0 25 0 9 0 511065733 1971023872 444829 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10117/tid=10130] ppid=10115 vsize=1924828 CPUtime=37.36 cores=0-7
/proc/10117/task/10130/stat : 10130 (plingeling) R 10115 10117 10091 0 -1 4202560 86992 1259 0 0 3719 17 0 0 25 0 9 0 511065733 1971023872 444829 33554432000 4194304 4417332 140736364379248 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10117/tid=10131] ppid=10115 vsize=1924828 CPUtime=37.17 cores=0-7
/proc/10117/task/10131/stat : 10131 (plingeling) R 10115 10117 10091 0 -1 4202560 85261 1259 0 0 3703 14 0 0 25 0 9 0 511065733 1971023872 444829 33554432000 4194304 4417332 140736364379248 18446744073709551615 4241586 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10117/tid=10132] ppid=10115 vsize=1924828 CPUtime=37.28 cores=0-7
/proc/10117/task/10132/stat : 10132 (plingeling) R 10115 10117 10091 0 -1 4202560 90456 1259 0 0 3711 17 0 0 25 0 9 0 511065734 1971023872 444829 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 312.39
Current children cumulated vsize (KiB) 1924828

[startup+102.3 s]
/proc/loadavg: 7.45 7.58 7.83 9/179 10134
/proc/meminfo: memFree=28560600/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=2044236 CPUtime=721.65 cores=0-7
/proc/10117/stat : 10117 (plingeling) S 10115 10117 10091 0 -1 4202496 1229693 1259 0 0 71963 202 0 0 25 0 9 0 511064362 2093297664 474681 33554432000 4194304 4417332 140736364379248 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10117/statm: 511059 474681 181 55 0 508945 0
[pid=10117/tid=10125] ppid=10115 vsize=2044236 CPUtime=88.59 cores=0-7
/proc/10117/task/10125/stat : 10125 (plingeling) R 10115 10117 10091 0 -1 4202560 118321 1259 0 0 8835 24 0 0 25 0 9 0 511065732 2093297664 474681 33554432000 4194304 4417332 140736364379248 18446744073709551615 4274691 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10117/tid=10126] ppid=10115 vsize=2044236 CPUtime=88.51 cores=0-7
/proc/10117/task/10126/stat : 10126 (plingeling) R 10115 10117 10091 0 -1 4202560 124745 1259 0 0 8831 20 0 0 25 0 9 0 511065732 2093297664 474681 33554432000 4194304 4417332 140736364379248 18446744073709551615 4253542 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10117/tid=10127] ppid=10115 vsize=2044236 CPUtime=88.55 cores=0-7
/proc/10117/task/10127/stat : 10127 (plingeling) R 10115 10117 10091 0 -1 4202560 120490 1259 0 0 8831 24 0 0 25 0 9 0 511065732 2093297664 474681 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10117/tid=10128] ppid=10115 vsize=2044236 CPUtime=88.59 cores=0-7
/proc/10117/task/10128/stat : 10128 (plingeling) R 10115 10117 10091 0 -1 4202560 13792 1259 0 0 8856 3 0 0 25 0 9 0 511065732 2093297664 474681 33554432000 4194304 4417332 140736364379248 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10117/tid=10129] ppid=10115 vsize=2044236 CPUtime=88.55 cores=0-7
/proc/10117/task/10129/stat : 10129 (plingeling) R 10115 10117 10091 0 -1 4202560 117456 1259 0 0 8836 19 0 0 25 0 9 0 511065733 2093297664 474681 33554432000 4194304 4417332 140736364379248 18446744073709551615 4301965 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10117/tid=10130] ppid=10115 vsize=2044236 CPUtime=88.55 cores=0-7
/proc/10117/task/10130/stat : 10130 (plingeling) R 10115 10117 10091 0 -1 4202560 86992 1259 0 0 8838 17 0 0 25 0 9 0 511065733 2093297664 474681 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10117/tid=10131] ppid=10115 vsize=2044236 CPUtime=88.07 cores=0-7
/proc/10117/task/10131/stat : 10131 (plingeling) R 10115 10117 10091 0 -1 4202560 118255 1259 0 0 8786 21 0 0 25 0 9 0 511065733 2093297664 474681 33554432000 4194304 4417332 140736364379248 18446744073709551615 4290744 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10117/tid=10132] ppid=10115 vsize=2044236 CPUtime=88.48 cores=0-7
/proc/10117/task/10132/stat : 10132 (plingeling) R 10115 10117 10091 0 -1 4202560 125603 1259 0 0 8826 22 0 0 25 0 9 0 511065734 2093297664 474681 33554432000 4194304 4417332 140736364379248 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 721.65
Current children cumulated vsize (KiB) 2044236

[startup+162.301 s]
/proc/loadavg: 7.80 7.65 7.83 9/179 10136
/proc/meminfo: memFree=28546004/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=2024920 CPUtime=1201.33 cores=0-7
/proc/10117/stat : 10117 (plingeling) S 10115 10117 10091 0 -1 4202496 1409829 1259 0 0 119906 227 0 0 25 0 9 0 511064362 2073518080 469852 33554432000 4194304 4417332 140736364379248 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10117/statm: 506230 469852 181 55 0 504116 0
[pid=10117/tid=10125] ppid=10115 vsize=2024920 CPUtime=148.58 cores=0-7
/proc/10117/task/10125/stat : 10125 (plingeling) R 10115 10117 10091 0 -1 4202560 126683 1259 0 0 14833 25 0 0 25 0 9 0 511065732 2073518080 469852 33554432000 4194304 4417332 140736364379248 18446744073709551615 4277701 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10117/tid=10126] ppid=10115 vsize=2024920 CPUtime=148.51 cores=0-7
/proc/10117/task/10126/stat : 10126 (plingeling) R 10115 10117 10091 0 -1 4202560 149500 1259 0 0 14828 23 0 0 25 0 9 0 511065732 2073518080 469852 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10117/tid=10127] ppid=10115 vsize=2024920 CPUtime=148.55 cores=0-7
/proc/10117/task/10127/stat : 10127 (plingeling) R 10115 10117 10091 0 -1 4202560 147758 1259 0 0 14828 27 0 0 25 0 9 0 511065732 2073518080 469852 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10117/tid=10128] ppid=10115 vsize=2024920 CPUtime=148.59 cores=0-7
/proc/10117/task/10128/stat : 10128 (plingeling) R 10115 10117 10091 0 -1 4202560 15637 1259 0 0 14856 3 0 0 25 0 9 0 511065732 2073518080 469852 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10117/tid=10129] ppid=10115 vsize=2024920 CPUtime=148.55 cores=0-7
/proc/10117/task/10129/stat : 10129 (plingeling) R 10115 10117 10091 0 -1 4202560 142211 1259 0 0 14833 22 0 0 25 0 9 0 511065733 2073518080 469852 33554432000 4194304 4417332 140736364379248 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10117/tid=10130] ppid=10115 vsize=2024920 CPUtime=148.56 cores=0-7
/proc/10117/task/10130/stat : 10130 (plingeling) R 10115 10117 10091 0 -1 4202560 128157 1259 0 0 14833 23 0 0 25 0 9 0 511065733 2073518080 469852 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10117/tid=10131] ppid=10115 vsize=2024920 CPUtime=147.75 cores=0-7
/proc/10117/task/10131/stat : 10131 (plingeling) R 10115 10117 10091 0 -1 4202560 143201 1259 0 0 14750 25 0 0 25 0 9 0 511065733 2073518080 469852 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10117/tid=10132] ppid=10115 vsize=2024920 CPUtime=148.48 cores=0-7
/proc/10117/task/10132/stat : 10132 (plingeling) R 10115 10117 10091 0 -1 4202560 152643 1259 0 0 14822 26 0 0 25 0 9 0 511065734 2073518080 469852 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1201.33
Current children cumulated vsize (KiB) 2024920


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

/proc/10117/task/10128/stat : 10128 (plingeling) R 10115 10117 10091 0 -1 4202560 483532 1259 0 0 124033 103 0 0 25 0 9 0 511065732 2744975360 633826 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10117/tid=10129] ppid=10115 vsize=2680640 CPUtime=1241.44 cores=0-7
/proc/10117/task/10129/stat : 10129 (plingeling) R 10115 10117 10091 0 -1 4202560 309492 1259 0 0 124096 48 0 0 25 0 9 0 511065733 2744975360 633826 33554432000 4194304 4417332 140736364379248 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10117/tid=10130] ppid=10115 vsize=2680640 CPUtime=1241.36 cores=0-7
/proc/10117/task/10130/stat : 10130 (plingeling) R 10115 10117 10091 0 -1 4202560 269480 1259 0 0 124088 48 0 0 25 0 9 0 511065733 2744975360 633826 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10117/tid=10131] ppid=10115 vsize=2680640 CPUtime=1234.71 cores=0-7
/proc/10117/task/10131/stat : 10131 (plingeling) R 10115 10117 10091 0 -1 4202560 301455 1259 0 0 123424 47 0 0 25 0 9 0 511065733 2744975360 633826 33554432000 4194304 4417332 140736364379248 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10117/tid=10132] ppid=10115 vsize=2680640 CPUtime=1241.38 cores=0-7
/proc/10117/task/10132/stat : 10132 (plingeling) R 10115 10117 10091 0 -1 4202560 329816 1259 0 0 124083 55 0 0 25 0 9 0 511065734 2744975360 633826 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9937.73
Current children cumulated vsize (KiB) 2680640

[startup+1280.8 s]
/proc/loadavg: 8.16 8.13 8.00 9/179 10177
/proc/meminfo: memFree=27887364/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=2695148 CPUtime=10142.4 cores=0-7
/proc/10117/stat : 10117 (plingeling) S 10115 10117 10091 0 -1 4202496 2992089 1259 0 0 1013739 500 0 0 25 0 9 0 511064362 2759831552 637421 33554432000 4194304 4417332 140736364379248 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10117/statm: 673787 637421 181 55 0 671673 0
[pid=10117/tid=10125] ppid=10115 vsize=2695148 CPUtime=1267.1 cores=0-7
/proc/10117/task/10125/stat : 10125 (plingeling) R 10115 10117 10091 0 -1 4202560 275377 1259 0 0 126665 45 0 0 25 0 9 0 511065732 2759831552 637421 33554432000 4194304 4417332 140736364379248 18446744073709551615 4346556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10117/tid=10126] ppid=10115 vsize=2695148 CPUtime=1267.02 cores=0-7
/proc/10117/task/10126/stat : 10126 (plingeling) R 10115 10117 10091 0 -1 4202560 325657 1259 0 0 126652 50 0 0 25 0 9 0 511065732 2759831552 637421 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10117/tid=10127] ppid=10115 vsize=2695148 CPUtime=1266.4 cores=0-7
/proc/10117/task/10127/stat : 10127 (plingeling) R 10115 10117 10091 0 -1 4202560 270035 1259 0 0 126592 48 0 0 25 0 9 0 511065732 2759831552 637421 33554432000 4194304 4417332 140736364379248 18446744073709551615 4233061 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10117/tid=10128] ppid=10115 vsize=2695148 CPUtime=1266.96 cores=0-7
/proc/10117/task/10128/stat : 10128 (plingeling) R 10115 10117 10091 0 -1 4202560 483532 1259 0 0 126593 103 0 0 25 0 9 0 511065732 2759831552 637421 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10117/tid=10129] ppid=10115 vsize=2695148 CPUtime=1267.04 cores=0-7
/proc/10117/task/10129/stat : 10129 (plingeling) R 10115 10117 10091 0 -1 4202560 309492 1259 0 0 126656 48 0 0 25 0 9 0 511065733 2759831552 637421 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10117/tid=10130] ppid=10115 vsize=2695148 CPUtime=1266.95 cores=0-7
/proc/10117/task/10130/stat : 10130 (plingeling) R 10115 10117 10091 0 -1 4202560 292686 1259 0 0 126645 50 0 0 25 0 9 0 511065733 2759831552 637421 33554432000 4194304 4417332 140736364379248 18446744073709551615 4254855 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10117/tid=10131] ppid=10115 vsize=2695148 CPUtime=1260.17 cores=0-7
/proc/10117/task/10131/stat : 10131 (plingeling) R 10115 10117 10091 0 -1 4202560 301455 1259 0 0 125970 47 0 0 25 0 9 0 511065733 2759831552 637421 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10117/tid=10132] ppid=10115 vsize=2695148 CPUtime=1266.98 cores=0-7
/proc/10117/task/10132/stat : 10132 (plingeling) R 10115 10117 10091 0 -1 4202560 329816 1259 0 0 126643 55 0 0 25 0 9 0 511065734 2759831552 637421 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10142.4
Current children cumulated vsize (KiB) 2695148

[startup+1287.2 s]
/proc/loadavg: 8.15 8.12 8.00 9/179 10178
/proc/meminfo: memFree=27799560/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=2773492 CPUtime=10193.5 cores=0-7
/proc/10117/stat : 10117 (plingeling) S 10115 10117 10091 0 -1 4202496 3019911 1259 0 0 1018851 504 0 0 25 0 9 0 511064362 2840055808 657007 33554432000 4194304 4417332 140736364379248 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10117/statm: 693373 657007 181 55 0 691259 0
[pid=10117/tid=10125] ppid=10115 vsize=2773492 CPUtime=1273.5 cores=0-7
/proc/10117/task/10125/stat : 10125 (plingeling) R 10115 10117 10091 0 -1 4202560 283569 1259 0 0 127304 46 0 0 25 0 9 0 511065732 2840055808 657007 33554432000 4194304 4417332 140736364379248 18446744073709551615 4254821 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10117/tid=10126] ppid=10115 vsize=2773492 CPUtime=1273.41 cores=0-7
/proc/10117/task/10126/stat : 10126 (plingeling) R 10115 10117 10091 0 -1 4202560 328432 1259 0 0 127291 50 0 0 25 0 9 0 511065732 2840055808 657007 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10117/tid=10127] ppid=10115 vsize=2773492 CPUtime=1272.8 cores=0-7
/proc/10117/task/10127/stat : 10127 (plingeling) R 10115 10117 10091 0 -1 4202560 270035 1259 0 0 127232 48 0 0 25 0 9 0 511065732 2840055808 657007 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10117/tid=10128] ppid=10115 vsize=2773492 CPUtime=1273.36 cores=0-7
/proc/10117/task/10128/stat : 10128 (plingeling) R 10115 10117 10091 0 -1 4202560 483532 1259 0 0 127233 103 0 0 25 0 9 0 511065732 2840055808 657007 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10117/tid=10129] ppid=10115 vsize=2773492 CPUtime=1273.44 cores=0-7
/proc/10117/task/10129/stat : 10129 (plingeling) R 10115 10117 10091 0 -1 4202560 309492 1259 0 0 127296 48 0 0 25 0 9 0 511065733 2840055808 657007 33554432000 4194304 4417332 140736364379248 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10117/tid=10130] ppid=10115 vsize=2773492 CPUtime=1273.35 cores=0-7
/proc/10117/task/10130/stat : 10130 (plingeling) R 10115 10117 10091 0 -1 4202560 303700 1259 0 0 127282 53 0 0 25 0 9 0 511065733 2840055808 657007 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10117/tid=10131] ppid=10115 vsize=2773492 CPUtime=1266.53 cores=0-7
/proc/10117/task/10131/stat : 10131 (plingeling) R 10115 10117 10091 0 -1 4202560 301455 1259 0 0 126606 47 0 0 25 0 9 0 511065733 2840055808 657007 33554432000 4194304 4417332 140736364379248 18446744073709551615 4264888 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10117/tid=10132] ppid=10115 vsize=2773492 CPUtime=1273.38 cores=0-7
/proc/10117/task/10132/stat : 10132 (plingeling) R 10115 10117 10091 0 -1 4202560 335657 1259 0 0 127282 56 0 0 25 0 9 0 511065734 2840055808 657007 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10193.5
Current children cumulated vsize (KiB) 2773492

[startup+1290.4 s]
/proc/loadavg: 8.14 8.12 8.00 9/179 10178
/proc/meminfo: memFree=27820268/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=2752212 CPUtime=10219.1 cores=0-7
/proc/10117/stat : 10117 (plingeling) S 10115 10117 10091 0 -1 4202496 3022799 1259 0 0 1021409 505 0 0 25 0 9 0 511064362 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10117/statm: 688053 651687 181 55 0 685939 0
[pid=10117/tid=10125] ppid=10115 vsize=2752212 CPUtime=1276.7 cores=0-7
/proc/10117/task/10125/stat : 10125 (plingeling) R 10115 10117 10091 0 -1 4202560 286457 1259 0 0 127623 47 0 0 25 0 9 0 511065732 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10117/tid=10126] ppid=10115 vsize=2752212 CPUtime=1276.61 cores=0-7
/proc/10117/task/10126/stat : 10126 (plingeling) R 10115 10117 10091 0 -1 4202560 328432 1259 0 0 127611 50 0 0 25 0 9 0 511065732 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4265433 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10117/tid=10127] ppid=10115 vsize=2752212 CPUtime=1276 cores=0-7
/proc/10117/task/10127/stat : 10127 (plingeling) R 10115 10117 10091 0 -1 4202560 270035 1259 0 0 127552 48 0 0 25 0 9 0 511065732 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4232726 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10117/tid=10128] ppid=10115 vsize=2752212 CPUtime=1276.56 cores=0-7
/proc/10117/task/10128/stat : 10128 (plingeling) R 10115 10117 10091 0 -1 4202560 483532 1259 0 0 127553 103 0 0 25 0 9 0 511065732 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4265499 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10117/tid=10129] ppid=10115 vsize=2752212 CPUtime=1276.64 cores=0-7
/proc/10117/task/10129/stat : 10129 (plingeling) R 10115 10117 10091 0 -1 4202560 309492 1259 0 0 127616 48 0 0 25 0 9 0 511065733 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10117/tid=10130] ppid=10115 vsize=2752212 CPUtime=1276.55 cores=0-7
/proc/10117/task/10130/stat : 10130 (plingeling) R 10115 10117 10091 0 -1 4202560 303700 1259 0 0 127602 53 0 0 25 0 9 0 511065733 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10117/tid=10131] ppid=10115 vsize=2752212 CPUtime=1269.72 cores=0-7
/proc/10117/task/10131/stat : 10131 (plingeling) R 10115 10117 10091 0 -1 4202560 301455 1259 0 0 126925 47 0 0 25 0 9 0 511065733 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10117/tid=10132] ppid=10115 vsize=2752212 CPUtime=1276.58 cores=0-7
/proc/10117/task/10132/stat : 10132 (plingeling) R 10115 10117 10091 0 -1 4202560 335657 1259 0 0 127602 56 0 0 25 0 9 0 511065734 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10219.1
Current children cumulated vsize (KiB) 2752212

[startup+1292 s]
/proc/loadavg: 8.14 8.12 8.00 9/179 10178
/proc/meminfo: memFree=27820268/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=2752212 CPUtime=10231.9 cores=0-7
/proc/10117/stat : 10117 (plingeling) S 10115 10117 10091 0 -1 4202496 3022799 1259 0 0 1022688 505 0 0 25 0 9 0 511064362 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10117/statm: 688053 651687 181 55 0 685939 0
[pid=10117/tid=10125] ppid=10115 vsize=2752212 CPUtime=1278.3 cores=0-7
/proc/10117/task/10125/stat : 10125 (plingeling) R 10115 10117 10091 0 -1 4202560 286457 1259 0 0 127783 47 0 0 25 0 9 0 511065732 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4251148 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10117/tid=10126] ppid=10115 vsize=2752212 CPUtime=1278.21 cores=0-7
/proc/10117/task/10126/stat : 10126 (plingeling) R 10115 10117 10091 0 -1 4202560 328432 1259 0 0 127771 50 0 0 25 0 9 0 511065732 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10117/tid=10127] ppid=10115 vsize=2752212 CPUtime=1277.6 cores=0-7
/proc/10117/task/10127/stat : 10127 (plingeling) R 10115 10117 10091 0 -1 4202560 270035 1259 0 0 127712 48 0 0 25 0 9 0 511065732 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4232648 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10117/tid=10128] ppid=10115 vsize=2752212 CPUtime=1278.16 cores=0-7
/proc/10117/task/10128/stat : 10128 (plingeling) R 10115 10117 10091 0 -1 4202560 483532 1259 0 0 127713 103 0 0 25 0 9 0 511065732 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10117/tid=10129] ppid=10115 vsize=2752212 CPUtime=1278.24 cores=0-7
/proc/10117/task/10129/stat : 10129 (plingeling) R 10115 10117 10091 0 -1 4202560 309492 1259 0 0 127776 48 0 0 25 0 9 0 511065733 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10117/tid=10130] ppid=10115 vsize=2752212 CPUtime=1278.15 cores=0-7
/proc/10117/task/10130/stat : 10130 (plingeling) R 10115 10117 10091 0 -1 4202560 303700 1259 0 0 127762 53 0 0 25 0 9 0 511065733 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364417 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10117/tid=10131] ppid=10115 vsize=2752212 CPUtime=1271.31 cores=0-7
/proc/10117/task/10131/stat : 10131 (plingeling) R 10115 10117 10091 0 -1 4202560 301455 1259 0 0 127084 47 0 0 25 0 9 0 511065733 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4232350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10117/tid=10132] ppid=10115 vsize=2752212 CPUtime=1278.18 cores=0-7
/proc/10117/task/10132/stat : 10132 (plingeling) R 10115 10117 10091 0 -1 4202560 335657 1259 0 0 127762 56 0 0 25 0 9 0 511065734 2818265088 651687 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10231.9
Current children cumulated vsize (KiB) 2752212

[startup+1293.6 s]
/proc/loadavg: 8.13 8.12 8.00 9/179 10178
/proc/meminfo: memFree=27806876/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=2765704 CPUtime=10244.7 cores=0-7
/proc/10117/stat : 10117 (plingeling) S 10115 10117 10091 0 -1 4202496 3026171 1259 0 0 1023967 505 0 0 25 0 9 0 511064362 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10117/statm: 691426 655059 181 55 0 689312 0
[pid=10117/tid=10125] ppid=10115 vsize=2765704 CPUtime=1279.9 cores=0-7
/proc/10117/task/10125/stat : 10125 (plingeling) R 10115 10117 10091 0 -1 4202560 286457 1259 0 0 127943 47 0 0 25 0 9 0 511065732 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10117/tid=10126] ppid=10115 vsize=2765704 CPUtime=1279.81 cores=0-7
/proc/10117/task/10126/stat : 10126 (plingeling) R 10115 10117 10091 0 -1 4202560 328432 1259 0 0 127931 50 0 0 25 0 9 0 511065732 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10117/tid=10127] ppid=10115 vsize=2765704 CPUtime=1279.2 cores=0-7
/proc/10117/task/10127/stat : 10127 (plingeling) R 10115 10117 10091 0 -1 4202560 270035 1259 0 0 127872 48 0 0 25 0 9 0 511065732 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10117/tid=10128] ppid=10115 vsize=2765704 CPUtime=1279.76 cores=0-7
/proc/10117/task/10128/stat : 10128 (plingeling) R 10115 10117 10091 0 -1 4202560 483532 1259 0 0 127873 103 0 0 25 0 9 0 511065732 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10117/tid=10129] ppid=10115 vsize=2765704 CPUtime=1279.85 cores=0-7
/proc/10117/task/10129/stat : 10129 (plingeling) R 10115 10117 10091 0 -1 4202560 309492 1259 0 0 127937 48 0 0 25 0 9 0 511065733 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10117/tid=10130] ppid=10115 vsize=2765704 CPUtime=1279.75 cores=0-7
/proc/10117/task/10130/stat : 10130 (plingeling) R 10115 10117 10091 0 -1 4202560 303700 1259 0 0 127922 53 0 0 25 0 9 0 511065733 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364475 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10117/tid=10131] ppid=10115 vsize=2765704 CPUtime=1272.9 cores=0-7
/proc/10117/task/10131/stat : 10131 (plingeling) R 10115 10117 10091 0 -1 4202560 301455 1259 0 0 127243 47 0 0 25 0 9 0 511065733 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10117/tid=10132] ppid=10115 vsize=2765704 CPUtime=1279.78 cores=0-7
/proc/10117/task/10132/stat : 10132 (plingeling) R 10115 10117 10091 0 -1 4202560 339029 1259 0 0 127922 56 0 0 25 0 9 0 511065734 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10244.7
Current children cumulated vsize (KiB) 2765704

[startup+1294 s]
/proc/loadavg: 8.13 8.12 8.00 9/179 10178
/proc/meminfo: memFree=27806876/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=2765704 CPUtime=10247.9 cores=0-7
/proc/10117/stat : 10117 (plingeling) S 10115 10117 10091 0 -1 4202496 3026171 1259 0 0 1024287 505 0 0 25 0 9 0 511064362 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/10117/statm: 691426 655059 181 55 0 689312 0
[pid=10117/tid=10125] ppid=10115 vsize=2765704 CPUtime=1280.3 cores=0-7
/proc/10117/task/10125/stat : 10125 (plingeling) R 10115 10117 10091 0 -1 4202560 286457 1259 0 0 127983 47 0 0 25 0 9 0 511065732 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10117/tid=10126] ppid=10115 vsize=2765704 CPUtime=1280.21 cores=0-7
/proc/10117/task/10126/stat : 10126 (plingeling) R 10115 10117 10091 0 -1 4202560 328432 1259 0 0 127971 50 0 0 25 0 9 0 511065732 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10117/tid=10127] ppid=10115 vsize=2765704 CPUtime=1279.6 cores=0-7
/proc/10117/task/10127/stat : 10127 (plingeling) R 10115 10117 10091 0 -1 4202560 270035 1259 0 0 127912 48 0 0 25 0 9 0 511065732 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10117/tid=10128] ppid=10115 vsize=2765704 CPUtime=1280.16 cores=0-7
/proc/10117/task/10128/stat : 10128 (plingeling) R 10115 10117 10091 0 -1 4202560 483532 1259 0 0 127913 103 0 0 25 0 9 0 511065732 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10117/tid=10129] ppid=10115 vsize=2765704 CPUtime=1280.25 cores=0-7
/proc/10117/task/10129/stat : 10129 (plingeling) R 10115 10117 10091 0 -1 4202560 309492 1259 0 0 127977 48 0 0 25 0 9 0 511065733 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4365065 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10117/tid=10130] ppid=10115 vsize=2765704 CPUtime=1280.15 cores=0-7
/proc/10117/task/10130/stat : 10130 (plingeling) R 10115 10117 10091 0 -1 4202560 303700 1259 0 0 127962 53 0 0 25 0 9 0 511065733 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10117/tid=10131] ppid=10115 vsize=2765704 CPUtime=1273.3 cores=0-7
/proc/10117/task/10131/stat : 10131 (plingeling) R 10115 10117 10091 0 -1 4202560 301455 1259 0 0 127283 47 0 0 25 0 9 0 511065733 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10117/tid=10132] ppid=10115 vsize=2765704 CPUtime=1280.18 cores=0-7
/proc/10117/task/10132/stat : 10132 (plingeling) R 10115 10117 10091 0 -1 4202560 339029 1259 0 0 127962 56 0 0 25 0 9 0 511065734 2832080896 655059 33554432000 4194304 4417332 140736364379248 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10247.9
Current children cumulated vsize (KiB) 2765704

[startup+1294.4 s]
/proc/loadavg: 8.13 8.12 8.00 2/172 10178
/proc/meminfo: memFree=27806932/32951124 swapFree=67111364/67111528
[pid=10117] ppid=10115 vsize=2706288 CPUtime=10250.1 cores=0-7
/proc/10117/stat : 10117 (plingeling) R 10115 10117 10091 0 -1 4202496 3026172 1259 0 0 1024508 505 0 0 16 0 1 0 511064362 2771238912 647085 33554432000 4194304 4417332 140736364379248 18446744073709551615 253640902791 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10117/statm: 676572 647085 182 55 0 674458 0
Current children cumulated CPU time (s) 10250.1
Current children cumulated vsize (KiB) 2706288

Child status: 20
Real time (s): 1294.5
CPU time (s): 10250.2
CPU user time (s): 10245.1
CPU system time (s): 5.15522
CPU usage (%): 791.828
Max. virtual memory (cumulated for all children) (KiB): 2795032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10245.1
system time used= 5.15522
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3027434
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= 366
involuntary context switches= 49503

runsolver used 1.9987 second user time and 5.04823 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-28 14:44:00
IDJOB=3309297
IDBENCH=20580
IDSOLVER=1695
FILE ID=node106/3309297-1303994636
RUNJOBID= node106-1303994636-10105
PBS_JOBID= 13168780
Free space on /tmp= 72032 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309297-1303994636/watcher-3309297-1303994636 -o /tmp/evaluation-result-3309297-1303994636/solver-3309297-1303994636 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309297-1303994636.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=21978756

node106.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	: 5226.20
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.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.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.82
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30426192 kB
Buffers:        191384 kB
Cached:        2055188 kB
SwapCached:         88 kB
Active:         754980 kB
Inactive:      1554808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30426192 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          132120 kB
Writeback:           0 kB
AnonPages:       62964 kB
Mapped:          14480 kB
Slab:           147584 kB
PageTables:       4324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187672 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= 72032 MiB
End job on node106 at 2011-04-28 15:05:34