Trace number 3287551

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 1105.56 277.031

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1105.51/277.02	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-3287551-1304064185/watcher-3287551-1304064185 -o /tmp/evaluation-result-3287551-1304064185/solver-3287551-1304064185 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3287551-1304064185.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: 4.27 7.04 7.39 2/177 30163
/proc/meminfo: memFree=19627424/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=10552 CPUtime=0 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) R 30161 30163 30119 0 -1 4202496 699 1249 0 0 0 0 0 0 21 0 1 0 596649181 10805248 628 33554432000 4194304 4417332 140735843456848 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30163/statm: 2638 628 147 55 0 524 0

[startup+0.030339 s]
/proc/loadavg: 4.27 7.04 7.39 2/177 30163
/proc/meminfo: memFree=19627424/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=16624 CPUtime=0.02 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) R 30161 30163 30119 0 -1 4202496 2250 1249 0 0 2 0 0 0 21 0 1 0 596649181 17022976 2179 33554432000 4194304 4417332 140735843456848 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30163/statm: 4156 2179 148 55 0 2042 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16624

[startup+0.100332 s]
/proc/loadavg: 4.27 7.04 7.39 2/177 30163
/proc/meminfo: memFree=19627424/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=27600 CPUtime=0.09 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) R 30161 30163 30119 0 -1 4202496 5006 1249 0 0 9 0 0 0 21 0 1 0 596649181 28262400 4923 33554432000 4194304 4417332 140735843456848 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30163/statm: 6900 4923 148 55 0 4786 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27600

[startup+0.3003 s]
/proc/loadavg: 4.27 7.04 7.39 2/177 30163
/proc/meminfo: memFree=19627424/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=64232 CPUtime=0.29 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) R 30161 30163 30119 0 -1 4202496 14164 1249 0 0 28 1 0 0 22 0 1 0 596649181 65773568 14081 33554432000 4194304 4417332 140735843456848 18446744073709551615 4209566 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30163/statm: 16058 14081 148 55 0 13944 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64232

[startup+0.700155 s]
/proc/loadavg: 4.27 7.04 7.39 2/177 30163
/proc/meminfo: memFree=19627424/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=196920 CPUtime=1.81 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 31123 1249 0 0 178 3 0 0 22 0 5 0 596649181 201646080 20658 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 49230 20658 172 55 0 47116 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 196920

[startup+1.50101 s]
/proc/loadavg: 4.27 7.04 7.39 9/186 30177
/proc/meminfo: memFree=19456984/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=187292 CPUtime=5.01 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 39150 1249 0 0 497 4 0 0 22 0 5 0 596649181 191787008 20576 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 46823 20576 172 55 0 44709 0
[pid=30163/tid=30170] ppid=30161 vsize=187292 CPUtime=1.17 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 6355 1249 0 0 117 0 0 0 25 0 5 0 596649213 191787008 20576 33554432000 4194304 4417332 140735843456848 18446744073709551615 4301960 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=187292 CPUtime=1.16 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 6528 1249 0 0 116 0 0 0 25 0 5 0 596649213 191787008 20576 33554432000 4194304 4417332 140735843456848 18446744073709551615 4290678 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=187292 CPUtime=1.16 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 5957 1249 0 0 116 0 0 0 19 0 5 0 596649213 191787008 20576 33554432000 4194304 4417332 140735843456848 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=187292 CPUtime=1.17 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 2038 1249 0 0 117 0 0 0 25 0 5 0 596649213 191787008 20576 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 187292

[startup+3.10071 s]
/proc/loadavg: 4.27 7.04 7.39 9/186 30177
/proc/meminfo: memFree=19436632/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=188200 CPUtime=11.4 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 46339 1249 0 0 1135 5 0 0 22 0 5 0 596649181 192716800 18516 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 47050 18516 178 55 0 44936 0
[pid=30163/tid=30170] ppid=30161 vsize=188200 CPUtime=2.77 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 8442 1249 0 0 276 1 0 0 25 0 5 0 596649213 192716800 18516 33554432000 4194304 4417332 140735843456848 18446744073709551615 4346379 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=188200 CPUtime=2.75 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 10600 1249 0 0 274 1 0 0 25 0 5 0 596649213 192716800 18516 33554432000 4194304 4417332 140735843456848 18446744073709551615 4346257 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=188200 CPUtime=2.76 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 6985 1249 0 0 276 0 0 0 23 0 5 0 596649213 192716800 18516 33554432000 4194304 4417332 140735843456848 18446744073709551615 4254157 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=188200 CPUtime=2.77 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 2040 1249 0 0 277 0 0 0 25 0 5 0 596649213 192716800 18516 33554432000 4194304 4417332 140735843456848 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 188200

[startup+6.30112 s]
/proc/loadavg: 4.57 7.06 7.39 9/186 30177
/proc/meminfo: memFree=19376616/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=225440 CPUtime=24.19 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 57786 1249 0 0 2411 8 0 0 22 0 5 0 596649181 230850560 29445 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 56360 29445 180 55 0 54246 0
[pid=30163/tid=30170] ppid=30161 vsize=225440 CPUtime=5.97 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 12182 1249 0 0 595 2 0 0 25 0 5 0 596649213 230850560 29445 33554432000 4194304 4417332 140735843456848 18446744073709551615 4252083 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=225440 CPUtime=5.94 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 15798 1249 0 0 592 2 0 0 25 0 5 0 596649213 230850560 29445 33554432000 4194304 4417332 140735843456848 18446744073709551615 4253344 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=225440 CPUtime=5.97 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 8479 1249 0 0 596 1 0 0 25 0 5 0 596649213 230850560 29445 33554432000 4194304 4417332 140735843456848 18446744073709551615 4265399 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=225440 CPUtime=5.97 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 3055 1249 0 0 597 0 0 0 25 0 5 0 596649213 230850560 29445 33554432000 4194304 4417332 140735843456848 18446744073709551615 4365037 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 225440

[startup+12.7009 s]
/proc/loadavg: 4.84 7.07 7.39 9/186 30177
/proc/meminfo: memFree=19353104/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=208520 CPUtime=49.75 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 57869 1249 0 0 4967 8 0 0 22 0 5 0 596649181 213524480 23590 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 52130 23590 181 55 0 50016 0
[pid=30163/tid=30170] ppid=30161 vsize=208520 CPUtime=12.37 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 12199 1249 0 0 1235 2 0 0 25 0 5 0 596649213 213524480 23590 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=208520 CPUtime=12.3 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 15814 1249 0 0 1228 2 0 0 25 0 5 0 596649213 213524480 23590 33554432000 4194304 4417332 140735843456848 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=208520 CPUtime=12.37 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 8529 1249 0 0 1236 1 0 0 25 0 5 0 596649213 213524480 23590 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=208520 CPUtime=12.37 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 3055 1249 0 0 1237 0 0 0 25 0 5 0 596649213 213524480 23590 33554432000 4194304 4417332 140735843456848 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 208520

[startup+25.5006 s]
/proc/loadavg: 5.54 7.12 7.40 9/186 30178
/proc/meminfo: memFree=19418440/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=208740 CPUtime=100.88 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 58795 1249 0 0 10080 8 0 0 22 0 5 0 596649181 213749760 23644 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 52185 23644 181 55 0 50071 0
[pid=30163/tid=30170] ppid=30161 vsize=208740 CPUtime=25.17 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 12214 1249 0 0 2515 2 0 0 25 0 5 0 596649213 213749760 23644 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=208740 CPUtime=25.03 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 15828 1249 0 0 2501 2 0 0 25 0 5 0 596649213 213749760 23644 33554432000 4194304 4417332 140735843456848 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=208740 CPUtime=25.17 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 9194 1249 0 0 2516 1 0 0 25 0 5 0 596649213 213749760 23644 33554432000 4194304 4417332 140735843456848 18446744073709551615 4277628 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=208740 CPUtime=25.17 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 3287 1249 0 0 2517 0 0 0 25 0 5 0 596649213 213749760 23644 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 208740

[startup+51.1008 s]
/proc/loadavg: 6.45 7.20 7.42 9/186 30178
/proc/meminfo: memFree=19400048/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=225956 CPUtime=203.14 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 67499 1249 0 0 20305 9 0 0 22 0 5 0 596649181 231378944 27955 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 56489 27955 181 55 0 54375 0
[pid=30163/tid=30170] ppid=30161 vsize=225956 CPUtime=50.77 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 12252 1249 0 0 5075 2 0 0 25 0 5 0 596649213 231378944 27955 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=225956 CPUtime=50.49 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 16447 1249 0 0 5047 2 0 0 25 0 5 0 596649213 231378944 27955 33554432000 4194304 4417332 140735843456848 18446744073709551615 4251081 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=225956 CPUtime=50.76 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 14013 1249 0 0 5075 1 0 0 25 0 5 0 596649213 231378944 27955 33554432000 4194304 4417332 140735843456848 18446744073709551615 4276054 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=225956 CPUtime=50.76 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 6515 1249 0 0 5076 0 0 0 25 0 5 0 596649213 231378944 27955 33554432000 4194304 4417332 140735843456848 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.14
Current children cumulated vsize (KiB) 225956

[startup+102.306 s]
/proc/loadavg: 7.41 7.34 7.46 9/186 30180
/proc/meminfo: memFree=19382044/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=242324 CPUtime=407.69 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 75623 1249 0 0 40759 10 0 0 22 0 5 0 596649181 248139776 32047 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 60581 32047 181 55 0 58467 0
[pid=30163/tid=30170] ppid=30161 vsize=242324 CPUtime=101.98 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 14642 1249 0 0 10196 2 0 0 25 0 5 0 596649213 248139776 32047 33554432000 4194304 4417332 140735843456848 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=242324 CPUtime=101.42 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 18302 1249 0 0 10139 3 0 0 25 0 5 0 596649213 248139776 32047 33554432000 4194304 4417332 140735843456848 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=242324 CPUtime=101.97 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 14739 1249 0 0 10196 1 0 0 25 0 5 0 596649213 248139776 32047 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=242324 CPUtime=101.98 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 9668 1249 0 0 10197 1 0 0 25 0 5 0 596649213 248139776 32047 33554432000 4194304 4417332 140735843456848 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.69
Current children cumulated vsize (KiB) 242324

[startup+162.3 s]
/proc/loadavg: 7.91 7.49 7.50 9/186 30181
/proc/meminfo: memFree=19321132/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=284768 CPUtime=647.35 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 106062 1249 0 0 64721 14 0 0 22 0 5 0 596649181 291602432 42658 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 71192 42658 181 55 0 69078 0
[pid=30163/tid=30170] ppid=30161 vsize=284768 CPUtime=161.97 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 24216 1249 0 0 16194 3 0 0 25 0 5 0 596649213 291602432 42658 33554432000 4194304 4417332 140735843456848 18446744073709551615 4346390 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=284768 CPUtime=161.08 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 34787 1249 0 0 16104 4 0 0 25 0 5 0 596649213 291602432 42658 33554432000 4194304 4417332 140735843456848 18446744073709551615 4236827 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=284768 CPUtime=161.96 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 15294 1249 0 0 16195 1 0 0 25 0 5 0 596649213 291602432 42658 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=284768 CPUtime=161.97 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 13493 1249 0 0 16196 1 0 0 25 0 5 0 596649213 291602432 42658 33554432000 4194304 4417332 140735843456848 18446744073709551615 4355734 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.35
Current children cumulated vsize (KiB) 284768

[startup+222.301 s]
/proc/loadavg: 8.08 7.61 7.54 9/186 30183
/proc/meminfo: memFree=19283168/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=291972 CPUtime=887.02 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 122598 1249 0 0 88686 16 0 0 22 0 5 0 596649181 298979328 44478 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 72993 44478 181 55 0 70879 0
[pid=30163/tid=30170] ppid=30161 vsize=291972 CPUtime=221.97 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 30013 1249 0 0 22193 4 0 0 25 0 5 0 596649213 298979328 44478 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=291972 CPUtime=220.76 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 38892 1249 0 0 22071 5 0 0 25 0 5 0 596649213 298979328 44478 33554432000 4194304 4417332 140735843456848 18446744073709551615 4357111 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=291972 CPUtime=221.97 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 19573 1249 0 0 22195 2 0 0 25 0 5 0 596649213 298979328 44478 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=291972 CPUtime=221.97 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 15848 1249 0 0 22196 1 0 0 25 0 5 0 596649213 298979328 44478 33554432000 4194304 4417332 140735843456848 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 887.02
Current children cumulated vsize (KiB) 291972

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

[startup+230.301 s]
/proc/loadavg: 8.07 7.62 7.54 9/186 30183
/proc/meminfo: memFree=19280068/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=298056 CPUtime=918.98 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 125986 1249 0 0 91881 17 0 0 22 0 5 0 596649181 305209344 45979 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 74514 45979 181 55 0 72400 0
[pid=30163/tid=30170] ppid=30161 vsize=298056 CPUtime=229.97 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 30765 1249 0 0 22993 4 0 0 25 0 5 0 596649213 305209344 45979 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364512 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=298056 CPUtime=228.71 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 41378 1249 0 0 22866 5 0 0 25 0 5 0 596649213 305209344 45979 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=298056 CPUtime=229.97 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 19573 1249 0 0 22995 2 0 0 25 0 5 0 596649213 305209344 45979 33554432000 4194304 4417332 140735843456848 18446744073709551615 4357340 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=298056 CPUtime=229.97 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 15998 1249 0 0 22996 1 0 0 25 0 5 0 596649213 305209344 45979 33554432000 4194304 4417332 140735843456848 18446744073709551615 4353734 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 918.98
Current children cumulated vsize (KiB) 298056

[startup+255.901 s]
/proc/loadavg: 8.11 7.67 7.56 9/186 30184
/proc/meminfo: memFree=19260468/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=316976 CPUtime=1021.25 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 137805 1249 0 0 102106 19 0 0 22 0 5 0 596649181 324583424 50710 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 79244 50710 181 55 0 77130 0
[pid=30163/tid=30170] ppid=30161 vsize=316976 CPUtime=255.58 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 30775 1249 0 0 25553 5 0 0 25 0 5 0 596649213 324583424 50710 33554432000 4194304 4417332 140735843456848 18446744073709551615 4262999 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=316976 CPUtime=254.18 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 42363 1249 0 0 25412 6 0 0 25 0 5 0 596649213 324583424 50710 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=316976 CPUtime=255.57 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 26953 1249 0 0 25554 3 0 0 25 0 5 0 596649213 324583424 50710 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=316976 CPUtime=255.58 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 19442 1249 0 0 25556 2 0 0 25 0 5 0 596649213 324583424 50710 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364351 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1021.25
Current children cumulated vsize (KiB) 316976

[startup+268.701 s]
/proc/loadavg: 8.17 7.70 7.57 9/186 30184
/proc/meminfo: memFree=19252400/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=320620 CPUtime=1072.38 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 138717 1249 0 0 107219 19 0 0 22 0 5 0 596649181 328314880 51621 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 80155 51621 181 55 0 78041 0
[pid=30163/tid=30170] ppid=30161 vsize=320620 CPUtime=268.38 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 30775 1249 0 0 26833 5 0 0 25 0 5 0 596649213 328314880 51621 33554432000 4194304 4417332 140735843456848 18446744073709551615 4366004 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=320620 CPUtime=266.91 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 42363 1249 0 0 26685 6 0 0 25 0 5 0 596649213 328314880 51621 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=320620 CPUtime=268.37 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 26965 1249 0 0 26834 3 0 0 25 0 5 0 596649213 328314880 51621 33554432000 4194304 4417332 140735843456848 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=320620 CPUtime=268.38 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 20342 1249 0 0 26836 2 0 0 25 0 5 0 596649213 328314880 51621 33554432000 4194304 4417332 140735843456848 18446744073709551615 4357926 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1072.38
Current children cumulated vsize (KiB) 320620

[startup+271.901 s]
/proc/loadavg: 8.16 7.70 7.57 9/186 30184
/proc/meminfo: memFree=19247192/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=320572 CPUtime=1085.16 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 138717 1249 0 0 108497 19 0 0 22 0 5 0 596649181 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 80143 51609 181 55 0 78029 0
[pid=30163/tid=30170] ppid=30161 vsize=320572 CPUtime=271.58 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 30775 1249 0 0 27153 5 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=320572 CPUtime=270.09 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 42363 1249 0 0 27003 6 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=320572 CPUtime=271.57 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 26965 1249 0 0 27154 3 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=320572 CPUtime=271.58 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 20342 1249 0 0 27156 2 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1085.16
Current children cumulated vsize (KiB) 320572

[startup+275.1 s]
/proc/loadavg: 8.15 7.71 7.57 9/186 30184
/proc/meminfo: memFree=19260584/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=320572 CPUtime=1097.94 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 138717 1249 0 0 109775 19 0 0 22 0 5 0 596649181 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 80143 51609 181 55 0 78029 0
[pid=30163/tid=30170] ppid=30161 vsize=320572 CPUtime=274.78 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 30775 1249 0 0 27473 5 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=320572 CPUtime=273.28 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 42363 1249 0 0 27322 6 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=320572 CPUtime=274.77 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 26965 1249 0 0 27474 3 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=320572 CPUtime=274.78 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 20342 1249 0 0 27476 2 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1097.94
Current children cumulated vsize (KiB) 320572

[startup+275.9 s]
/proc/loadavg: 8.15 7.71 7.57 9/186 30184
/proc/meminfo: memFree=19260584/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=320572 CPUtime=1101.14 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 138717 1249 0 0 110095 19 0 0 22 0 5 0 596649181 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 80143 51609 181 55 0 78029 0
[pid=30163/tid=30170] ppid=30161 vsize=320572 CPUtime=275.58 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 30775 1249 0 0 27553 5 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=320572 CPUtime=274.08 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 42363 1249 0 0 27402 6 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4236820 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=320572 CPUtime=275.57 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 26965 1249 0 0 27554 3 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=320572 CPUtime=275.58 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 20342 1249 0 0 27556 2 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1101.14
Current children cumulated vsize (KiB) 320572

[startup+276.701 s]
/proc/loadavg: 8.15 7.71 7.57 9/186 30184
/proc/meminfo: memFree=19245948/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=320572 CPUtime=1104.34 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 138717 1249 0 0 110415 19 0 0 22 0 5 0 596649181 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 80143 51609 181 55 0 78029 0
[pid=30163/tid=30170] ppid=30161 vsize=320572 CPUtime=276.38 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 30775 1249 0 0 27633 5 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4237672 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=320572 CPUtime=274.87 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 42363 1249 0 0 27481 6 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=320572 CPUtime=276.37 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 26965 1249 0 0 27634 3 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=320572 CPUtime=276.38 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 20342 1249 0 0 27636 2 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1104.34
Current children cumulated vsize (KiB) 320572

[startup+276.901 s]
/proc/loadavg: 8.15 7.71 7.57 9/186 30184
/proc/meminfo: memFree=19245948/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=320572 CPUtime=1105.14 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 138717 1249 0 0 110495 19 0 0 22 0 5 0 596649181 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 80143 51609 181 55 0 78029 0
[pid=30163/tid=30170] ppid=30161 vsize=320572 CPUtime=276.58 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (plingeling) R 30161 30163 30119 0 -1 4202560 30775 1249 0 0 27653 5 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4365894 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30163/tid=30171] ppid=30161 vsize=320572 CPUtime=275.07 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (plingeling) R 30161 30163 30119 0 -1 4202560 42363 1249 0 0 27501 6 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364404 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30163/tid=30172] ppid=30161 vsize=320572 CPUtime=276.57 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 26965 1249 0 0 27654 3 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30163/tid=30173] ppid=30161 vsize=320572 CPUtime=276.58 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (plingeling) R 30161 30163 30119 0 -1 4202560 20342 1249 0 0 27656 2 0 0 25 0 5 0 596649213 328265728 51609 33554432000 4194304 4417332 140735843456848 18446744073709551615 4236891 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1105.14
Current children cumulated vsize (KiB) 320572

[startup+277.001 s]
/proc/loadavg: 8.15 7.71 7.57 9/186 30184
/proc/meminfo: memFree=19245948/32950928 swapFree=67111364/67111528
[pid=30163] ppid=30161 vsize=320572 CPUtime=1105.51 cores=1,3,5,7
/proc/30163/stat : 30163 (plingeling) S 30161 30163 30119 0 -1 4202496 138718 1249 0 0 110532 19 0 0 17 0 2 0 596649181 328265728 51610 33554432000 4194304 4417332 140735843456848 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30163/statm: 80143 51610 182 55 0 78029 0
[pid=30163/tid=30172] ppid=30161 vsize=320572 CPUtime=276.67 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (plingeling) R 30161 30163 30119 0 -1 4202560 26965 1249 0 0 27664 3 0 0 25 0 2 0 596649213 328265728 51610 33554432000 4194304 4417332 140735843456848 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1105.51
Current children cumulated vsize (KiB) 320572

Child status: 20
Real time (s): 277.031
CPU time (s): 1105.56
CPU user time (s): 1105.35
CPU system time (s): 0.210967
CPU usage (%): 399.074
Max. virtual memory (cumulated for all children) (KiB): 320620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1105.35
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139970
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= 184
involuntary context switches= 7693

runsolver used 0.452931 second user time and 1.06684 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 10:03:05
IDJOB=3287551
IDBENCH=82469
IDSOLVER=1605
FILE ID=node113/3287551-1304064185
RUNJOBID= node113-1304064180-30139
PBS_JOBID= 13170457
Free space on /tmp= 71156 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287551-1304064185/watcher-3287551-1304064185 -o /tmp/evaluation-result-3287551-1304064185/solver-3287551-1304064185 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3287551-1304064185.cnf

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1897430762

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19627704 kB
Buffers:       1744808 kB
Cached:       10885876 kB
SwapCached:        164 kB
Active:        6489840 kB
Inactive:      6242876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19627704 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           13400 kB
Writeback:           0 kB
AnonPages:      101408 kB
Mapped:          14956 kB
Slab:           527080 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   246392 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= 71152 MiB
End job on node113 at 2011-04-29 10:07:42