Trace number 3287505

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 3057.55 765.945

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3057.55
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

running on 4 cores: 0,2,4,6

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/173 30151
/proc/meminfo: memFree=19670220/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=11232 CPUtime=0 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) R 30148 30151 30119 0 -1 4202496 877 1250 0 0 0 0 0 0 19 0 1 0 596649161 11501568 806 33554432000 4194304 4417332 140735953249968 18446744073709551615 251367240655 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30151/statm: 2808 806 147 55 0 694 0

[startup+0.0347301 s]
/proc/loadavg: 4.27 7.04 7.39 2/173 30151
/proc/meminfo: memFree=19670220/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=17692 CPUtime=0.03 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) R 30148 30151 30119 0 -1 4202496 2525 1250 0 0 3 0 0 0 19 0 1 0 596649161 18116608 2446 33554432000 4194304 4417332 140735953249968 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30151/statm: 4423 2446 148 55 0 2309 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17692

[startup+0.100716 s]
/proc/loadavg: 4.27 7.04 7.39 2/173 30151
/proc/meminfo: memFree=19670220/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=28588 CPUtime=0.09 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) R 30148 30151 30119 0 -1 4202496 5249 1250 0 0 9 0 0 0 19 0 1 0 596649161 29274112 5170 33554432000 4194304 4417332 140735953249968 18446744073709551615 251366907632 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30151/statm: 7147 5170 148 55 0 5033 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28588

[startup+0.300676 s]
/proc/loadavg: 4.27 7.04 7.39 2/173 30151
/proc/meminfo: memFree=19670220/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=73076 CPUtime=0.29 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) R 30148 30151 30119 0 -1 4202496 16422 1250 0 0 28 1 0 0 20 0 1 0 596649161 74829824 16292 33554432000 4194304 4417332 140735953249968 18446744073709551615 251367604650 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/30151/statm: 19293 16295 148 55 0 17179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73076

[startup+0.700492 s]
/proc/loadavg: 4.27 7.04 7.39 2/173 30151
/proc/meminfo: memFree=19670220/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=216968 CPUtime=1 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 42098 1250 0 0 95 5 0 0 20 0 5 0 596649161 222175232 27261 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 55201 27300 167 55 0 53087 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 216968

[startup+1.50035 s]
/proc/loadavg: 4.27 7.04 7.39 9/186 30177
/proc/meminfo: memFree=19478808/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=239384 CPUtime=4.2 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 60945 1250 0 0 412 8 0 0 20 0 5 0 596649161 245129216 31912 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 59846 31912 171 55 0 57732 0
[pid=30151/tid=30174] ppid=30148 vsize=239384 CPUtime=0.9 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 8611 1250 0 0 89 1 0 0 25 0 5 0 596649220 245129216 31912 33554432000 4194304 4417332 140735953249968 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=239384 CPUtime=0.89 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 10869 1250 0 0 88 1 0 0 25 0 5 0 596649220 245129216 31912 33554432000 4194304 4417332 140735953249968 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=239384 CPUtime=0.89 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 9625 1250 0 0 88 1 0 0 25 0 5 0 596649220 245129216 31912 33554432000 4194304 4417332 140735953249968 18446744073709551615 4284229 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=239384 CPUtime=0.89 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 3947 1250 0 0 89 0 0 0 25 0 5 0 596649220 245129216 31912 33554432000 4194304 4417332 140735953249968 18446744073709551615 4232595 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 239384

[startup+3.10106 s]
/proc/loadavg: 4.27 7.04 7.39 9/186 30177
/proc/meminfo: memFree=19451388/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=269564 CPUtime=10.6 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 79800 1250 0 0 1048 12 0 0 20 0 5 0 596649161 276033536 39460 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 67391 39460 174 55 0 65277 0
[pid=30151/tid=30174] ppid=30148 vsize=269564 CPUtime=2.5 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 14786 1250 0 0 248 2 0 0 25 0 5 0 596649220 276033536 39460 33554432000 4194304 4417332 140735953249968 18446744073709551615 4260044 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=269564 CPUtime=2.5 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 16995 1250 0 0 247 3 0 0 25 0 5 0 596649220 276033536 39460 33554432000 4194304 4417332 140735953249968 18446744073709551615 4268543 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=269564 CPUtime=2.5 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 16179 1250 0 0 248 2 0 0 25 0 5 0 596649220 276033536 39460 33554432000 4194304 4417332 140735953249968 18446744073709551615 4346375 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=269564 CPUtime=2.48 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 3947 1250 0 0 248 0 0 0 25 0 5 0 596649220 276033536 39460 33554432000 4194304 4417332 140735953249968 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.6
Current children cumulated vsize (KiB) 269564

[startup+6.30046 s]
/proc/loadavg: 4.57 7.06 7.39 9/186 30177
/proc/meminfo: memFree=19384800/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=285576 CPUtime=23.38 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 94407 1250 0 0 2324 14 0 0 20 0 5 0 596649161 292429824 45841 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 71394 45841 180 55 0 69280 0
[pid=30151/tid=30174] ppid=30148 vsize=285576 CPUtime=5.7 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 17865 1250 0 0 568 2 0 0 25 0 5 0 596649220 292429824 45841 33554432000 4194304 4417332 140735953249968 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=285576 CPUtime=5.7 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 22404 1250 0 0 566 4 0 0 25 0 5 0 596649220 292429824 45841 33554432000 4194304 4417332 140735953249968 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=285576 CPUtime=5.69 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 20248 1250 0 0 567 2 0 0 25 0 5 0 596649220 292429824 45841 33554432000 4194304 4417332 140735953249968 18446744073709551615 4232615 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=285576 CPUtime=5.67 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 5997 1250 0 0 566 1 0 0 25 0 5 0 596649220 292429824 45841 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.38
Current children cumulated vsize (KiB) 285576

[startup+12.7003 s]
/proc/loadavg: 4.84 7.07 7.39 9/186 30177
/proc/meminfo: memFree=19353060/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=285168 CPUtime=48.94 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 104886 1250 0 0 4879 15 0 0 20 0 5 0 596649161 292012032 43384 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 71292 43384 181 55 0 69178 0
[pid=30151/tid=30174] ppid=30148 vsize=285168 CPUtime=12.1 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 24011 1250 0 0 1207 3 0 0 25 0 5 0 596649220 292012032 43384 33554432000 4194304 4417332 140735953249968 18446744073709551615 4295205 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=285168 CPUtime=12.1 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 26500 1250 0 0 1205 5 0 0 25 0 5 0 596649220 292012032 43384 33554432000 4194304 4417332 140735953249968 18446744073709551615 4275685 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=285168 CPUtime=12.09 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 20248 1250 0 0 1207 2 0 0 25 0 5 0 596649220 292012032 43384 33554432000 4194304 4417332 140735953249968 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=285168 CPUtime=12.04 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 6234 1250 0 0 1203 1 0 0 25 0 5 0 596649220 292012032 43384 33554432000 4194304 4417332 140735953249968 18446744073709551615 4236816 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.94
Current children cumulated vsize (KiB) 285168

[startup+25.5009 s]
/proc/loadavg: 5.54 7.12 7.40 9/186 30178
/proc/meminfo: memFree=19420300/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=261680 CPUtime=100.07 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 105313 1250 0 0 9992 15 0 0 20 0 5 0 596649161 267960320 37512 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 65420 37512 181 55 0 63306 0
[pid=30151/tid=30174] ppid=30148 vsize=261680 CPUtime=24.9 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 24344 1250 0 0 2487 3 0 0 25 0 5 0 596649220 267960320 37512 33554432000 4194304 4417332 140735953249968 18446744073709551615 4365897 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=261680 CPUtime=24.9 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 26524 1250 0 0 2485 5 0 0 25 0 5 0 596649220 267960320 37512 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=261680 CPUtime=24.89 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 20318 1250 0 0 2487 2 0 0 25 0 5 0 596649220 267960320 37512 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364385 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=261680 CPUtime=24.77 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 6234 1250 0 0 2476 1 0 0 25 0 5 0 596649220 267960320 37512 33554432000 4194304 4417332 140735953249968 18446744073709551615 4236971 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.07
Current children cumulated vsize (KiB) 261680

[startup+51.1012 s]
/proc/loadavg: 6.45 7.20 7.42 9/186 30178
/proc/meminfo: memFree=19400048/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=264148 CPUtime=202.34 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 106045 1250 0 0 20218 16 0 0 20 0 5 0 596649161 270487552 38135 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 66037 38135 181 55 0 63923 0
[pid=30151/tid=30174] ppid=30148 vsize=264148 CPUtime=50.5 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 24636 1250 0 0 5047 3 0 0 25 0 5 0 596649220 270487552 38135 33554432000 4194304 4417332 140735953249968 18446744073709551615 4275873 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=264148 CPUtime=50.5 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 26541 1250 0 0 5045 5 0 0 25 0 5 0 596649220 270487552 38135 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=264148 CPUtime=50.49 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 20741 1250 0 0 5047 2 0 0 25 0 5 0 596649220 270487552 38135 33554432000 4194304 4417332 140735953249968 18446744073709551615 4253272 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=264148 CPUtime=50.23 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 6234 1250 0 0 5022 1 0 0 25 0 5 0 596649220 270487552 38135 33554432000 4194304 4417332 140735953249968 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.34
Current children cumulated vsize (KiB) 264148

[startup+102.307 s]
/proc/loadavg: 7.41 7.34 7.46 9/186 30180
/proc/meminfo: memFree=19382044/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=265576 CPUtime=406.88 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 108924 1250 0 0 40671 17 0 0 20 0 5 0 596649161 271949824 38492 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 66394 38492 181 55 0 64280 0
[pid=30151/tid=30174] ppid=30148 vsize=265576 CPUtime=101.7 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 24654 1250 0 0 10167 3 0 0 25 0 5 0 596649220 271949824 38492 33554432000 4194304 4417332 140735953249968 18446744073709551615 4366053 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=265576 CPUtime=101.7 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 29372 1250 0 0 10165 5 0 0 25 0 5 0 596649220 271949824 38492 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=265576 CPUtime=101.7 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 20771 1250 0 0 10167 3 0 0 25 0 5 0 596649220 271949824 38492 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=265576 CPUtime=101.15 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 6234 1250 0 0 10114 1 0 0 25 0 5 0 596649220 271949824 38492 33554432000 4194304 4417332 140735953249968 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.88
Current children cumulated vsize (KiB) 265576

[startup+162.301 s]
/proc/loadavg: 7.91 7.49 7.50 9/186 30181
/proc/meminfo: memFree=19321132/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=283468 CPUtime=646.52 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 117629 1250 0 0 64634 18 0 0 20 0 5 0 596649161 290271232 42965 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 70867 42965 181 55 0 68753 0
[pid=30151/tid=30174] ppid=30148 vsize=283468 CPUtime=161.7 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 28082 1250 0 0 16166 4 0 0 25 0 5 0 596649220 290271232 42965 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=283468 CPUtime=161.68 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 30454 1250 0 0 16163 5 0 0 25 0 5 0 596649220 290271232 42965 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=283468 CPUtime=161.7 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 20882 1250 0 0 16167 3 0 0 25 0 5 0 596649220 290271232 42965 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=283468 CPUtime=160.82 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 10318 1250 0 0 16081 1 0 0 25 0 5 0 596649220 290271232 42965 33554432000 4194304 4417332 140735953249968 18446744073709551615 4357638 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.52
Current children cumulated vsize (KiB) 283468


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

Current children cumulated CPU time (s) 1605.23
Current children cumulated vsize (KiB) 360656

[startup+462.301 s]
/proc/loadavg: 8.00 7.82 7.64 9/186 30477
/proc/meminfo: memFree=19292596/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=366356 CPUtime=1844.9 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 230656 1250 0 0 184453 37 0 0 20 0 5 0 596649161 375148544 63687 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 91589 63687 181 55 0 89475 0
[pid=30151/tid=30174] ppid=30148 vsize=366356 CPUtime=461.7 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 66197 1250 0 0 46159 11 0 0 25 0 5 0 596649220 375148544 63687 33554432000 4194304 4417332 140735953249968 18446744073709551615 4261222 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=366356 CPUtime=461.66 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 56669 1250 0 0 46157 9 0 0 25 0 5 0 596649220 375148544 63687 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=366356 CPUtime=461.71 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 49572 1250 0 0 46164 7 0 0 25 0 5 0 596649220 375148544 63687 33554432000 4194304 4417332 140735953249968 18446744073709551615 4356922 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=366356 CPUtime=459.2 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 30325 1250 0 0 45915 5 0 0 25 0 5 0 596649220 375148544 63687 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1844.9
Current children cumulated vsize (KiB) 366356

[startup+522.301 s]
/proc/loadavg: 8.07 7.87 7.66 9/186 30551
/proc/meminfo: memFree=19168904/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=375824 CPUtime=2084.57 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 258592 1250 0 0 208415 42 0 0 20 0 5 0 596649161 384843776 66054 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 93956 66054 181 55 0 91842 0
[pid=30151/tid=30174] ppid=30148 vsize=375824 CPUtime=521.71 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 74915 1250 0 0 52158 13 0 0 25 0 5 0 596649220 384843776 66054 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=375824 CPUtime=521.66 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 65513 1250 0 0 52155 11 0 0 25 0 5 0 596649220 384843776 66054 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=375824 CPUtime=521.72 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 57981 1250 0 0 52163 9 0 0 25 0 5 0 596649220 384843776 66054 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=375824 CPUtime=518.87 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 32290 1250 0 0 51882 5 0 0 25 0 5 0 596649220 384843776 66054 33554432000 4194304 4417332 140735953249968 18446744073709551615 4236945 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2084.57
Current children cumulated vsize (KiB) 375824

[startup+582.301 s]
/proc/loadavg: 8.09 7.91 7.68 9/186 30552
/proc/meminfo: memFree=19175064/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=384744 CPUtime=2324.25 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 279307 1250 0 0 232380 45 0 0 20 0 5 0 596649161 393977856 68284 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 96186 68284 181 55 0 94072 0
[pid=30151/tid=30174] ppid=30148 vsize=384744 CPUtime=581.71 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 83843 1250 0 0 58157 14 0 0 25 0 5 0 596649220 393977856 68284 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=384744 CPUtime=581.66 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 70954 1250 0 0 58154 12 0 0 25 0 5 0 596649220 393977856 68284 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=384744 CPUtime=581.71 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 64327 1250 0 0 58162 9 0 0 25 0 5 0 596649220 393977856 68284 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=384744 CPUtime=578.55 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 32290 1250 0 0 57850 5 0 0 25 0 5 0 596649220 393977856 68284 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2324.25
Current children cumulated vsize (KiB) 384744

[startup+642.301 s]
/proc/loadavg: 8.03 7.92 7.70 9/186 30554
/proc/meminfo: memFree=19137692/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=413832 CPUtime=2563.95 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 304795 1250 0 0 256347 48 0 0 20 0 5 0 596649161 423763968 75556 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 103458 75556 181 55 0 101344 0
[pid=30151/tid=30174] ppid=30148 vsize=413832 CPUtime=641.71 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 92804 1250 0 0 64156 15 0 0 25 0 5 0 596649220 423763968 75556 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=413832 CPUtime=641.66 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 78257 1250 0 0 64154 12 0 0 25 0 5 0 596649220 423763968 75556 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=413832 CPUtime=641.72 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 73551 1250 0 0 64162 10 0 0 25 0 5 0 596649220 423763968 75556 33554432000 4194304 4417332 140735953249968 18446744073709551615 4308618 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=413832 CPUtime=638.22 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 32290 1250 0 0 63817 5 0 0 25 0 5 0 596649220 423763968 75556 33554432000 4194304 4417332 140735953249968 18446744073709551615 4320859 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2563.95
Current children cumulated vsize (KiB) 413832

[startup+702.301 s]
/proc/loadavg: 8.01 7.93 7.72 9/186 30556
/proc/meminfo: memFree=19085080/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=459472 CPUtime=2803.6 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 355525 1250 0 0 280303 57 0 0 20 0 5 0 596649161 470499328 86966 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 114868 86966 181 55 0 112754 0
[pid=30151/tid=30174] ppid=30148 vsize=459472 CPUtime=701.71 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 108232 1250 0 0 70154 17 0 0 25 0 5 0 596649220 470499328 86966 33554432000 4194304 4417332 140735953249968 18446744073709551615 4365862 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=459472 CPUtime=701.65 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 84652 1250 0 0 70152 13 0 0 25 0 5 0 596649220 470499328 86966 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=459472 CPUtime=701.72 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 91541 1250 0 0 70157 15 0 0 25 0 5 0 596649220 470499328 86966 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364475 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=459472 CPUtime=697.9 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 43207 1250 0 0 69783 7 0 0 25 0 5 0 596649220 470499328 86966 33554432000 4194304 4417332 140735953249968 18446744073709551615 4353424 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2803.6
Current children cumulated vsize (KiB) 459472

[startup+762.307 s]
/proc/loadavg: 8.00 7.94 7.73 9/186 30557
/proc/meminfo: memFree=19036068/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=455400 CPUtime=3043.29 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 416931 1250 0 0 304262 67 0 0 20 0 5 0 596649161 466329600 85980 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 113850 85980 181 55 0 111736 0
[pid=30151/tid=30174] ppid=30148 vsize=455400 CPUtime=761.72 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 128082 1250 0 0 76151 21 0 0 25 0 5 0 596649220 466329600 85980 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364800 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=455400 CPUtime=761.66 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 109642 1250 0 0 76149 17 0 0 25 0 5 0 596649220 466329600 85980 33554432000 4194304 4417332 140735953249968 18446744073709551615 4357136 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=455400 CPUtime=761.72 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 105853 1250 0 0 76155 17 0 0 25 0 5 0 596649220 466329600 85980 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=455400 CPUtime=757.57 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 45461 1250 0 0 75750 7 0 0 25 0 5 0 596649220 466329600 85980 33554432000 4194304 4417332 140735953249968 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3043.29
Current children cumulated vsize (KiB) 455400

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

[startup+763.101 s]
/proc/loadavg: 8.00 7.94 7.73 9/186 30557
/proc/meminfo: memFree=19036068/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=455424 CPUtime=3046.47 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 416938 1250 0 0 304580 67 0 0 20 0 5 0 596649161 466354176 85986 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 113856 85986 181 55 0 111742 0
[pid=30151/tid=30174] ppid=30148 vsize=455424 CPUtime=762.51 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 128082 1250 0 0 76230 21 0 0 25 0 5 0 596649220 466354176 85986 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=455424 CPUtime=762.45 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 109642 1250 0 0 76228 17 0 0 25 0 5 0 596649220 466354176 85986 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=455424 CPUtime=762.52 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 105860 1250 0 0 76235 17 0 0 25 0 5 0 596649220 466354176 85986 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=455424 CPUtime=758.37 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 45461 1250 0 0 75830 7 0 0 25 0 5 0 596649220 466354176 85986 33554432000 4194304 4417332 140735953249968 18446744073709551615 4281907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3046.47
Current children cumulated vsize (KiB) 455424

[startup+764.7 s]
/proc/loadavg: 8.00 7.94 7.73 9/186 30557
/proc/meminfo: memFree=19036068/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=455424 CPUtime=3052.86 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 416938 1250 0 0 305219 67 0 0 20 0 5 0 596649161 466354176 85986 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 113856 85986 181 55 0 111742 0
[pid=30151/tid=30174] ppid=30148 vsize=455424 CPUtime=764.11 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 128082 1250 0 0 76390 21 0 0 25 0 5 0 596649220 466354176 85986 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=455424 CPUtime=764.05 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 109642 1250 0 0 76388 17 0 0 25 0 5 0 596649220 466354176 85986 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=455424 CPUtime=764.12 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 105860 1250 0 0 76395 17 0 0 25 0 5 0 596649220 466354176 85986 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=455424 CPUtime=759.96 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 45461 1250 0 0 75989 7 0 0 25 0 5 0 596649220 466354176 85986 33554432000 4194304 4417332 140735953249968 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3052.86
Current children cumulated vsize (KiB) 455424

[startup+765.501 s]
/proc/loadavg: 8.00 7.94 7.73 9/186 30557
/proc/meminfo: memFree=19052064/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=456232 CPUtime=3056.07 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 417140 1250 0 0 305540 67 0 0 20 0 5 0 596649161 467181568 86188 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 114058 86188 181 55 0 111944 0
[pid=30151/tid=30174] ppid=30148 vsize=456232 CPUtime=764.92 cores=0,2,4,6
/proc/30151/task/30174/stat : 30174 (plingeling) R 30148 30151 30119 0 -1 4202560 128082 1250 0 0 76471 21 0 0 25 0 5 0 596649220 467181568 86188 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30151/tid=30175] ppid=30148 vsize=456232 CPUtime=764.86 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 109642 1250 0 0 76469 17 0 0 25 0 5 0 596649220 467181568 86188 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=456232 CPUtime=764.92 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 105860 1250 0 0 76475 17 0 0 25 0 5 0 596649220 467181568 86188 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30151/tid=30177] ppid=30148 vsize=456232 CPUtime=760.76 cores=0,2,4,6
/proc/30151/task/30177/stat : 30177 (plingeling) R 30148 30151 30119 0 -1 4202560 45663 1250 0 0 76069 7 0 0 25 0 5 0 596649220 467181568 86188 33554432000 4194304 4417332 140735953249968 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3056.07
Current children cumulated vsize (KiB) 456232

[startup+765.901 s]
/proc/loadavg: 8.00 7.94 7.73 9/186 30557
/proc/meminfo: memFree=19052064/32950928 swapFree=67111364/67111528
[pid=30151] ppid=30148 vsize=456232 CPUtime=3057.48 cores=0,2,4,6
/proc/30151/stat : 30151 (plingeling) S 30148 30151 30119 0 -1 4202496 417141 1250 0 0 305681 67 0 0 18 0 3 0 596649161 467181568 86189 33554432000 4194304 4417332 140735953249968 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/30151/statm: 114058 86189 182 55 0 111944 0
[pid=30151/tid=30175] ppid=30148 vsize=456232 CPUtime=765.25 cores=0,2,4,6
/proc/30151/task/30175/stat : 30175 (plingeling) R 30148 30151 30119 0 -1 4202560 109642 1250 0 0 76508 17 0 0 25 0 3 0 596649220 467181568 86189 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30151/tid=30176] ppid=30148 vsize=456232 CPUtime=765.32 cores=0,2,4,6
/proc/30151/task/30176/stat : 30176 (plingeling) R 30148 30151 30119 0 -1 4202560 105860 1250 0 0 76515 17 0 0 25 0 3 0 596649220 467181568 86189 33554432000 4194304 4417332 140735953249968 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3057.48
Current children cumulated vsize (KiB) 456232

Child status: 20
Real time (s): 765.945
CPU time (s): 3057.55
CPU user time (s): 3056.85
CPU system time (s): 0.699893
CPU usage (%): 399.187
Max. virtual memory (cumulated for all children) (KiB): 536476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3056.85
system time used= 0.699893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 418394
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= 174
involuntary context switches= 15816

runsolver used 1.27381 second user time and 2.90056 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 10:03:05
IDJOB=3287505
IDBENCH=82468
IDSOLVER=1605
FILE ID=node113/3287505-1304064185
RUNJOBID= node113-1304064180-30138
PBS_JOBID= 13170457
Free space on /tmp= 71160 MiB

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

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
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:      19670756 kB
Buffers:       1744788 kB
Cached:       10881628 kB
SwapCached:        164 kB
Active:        6446912 kB
Inactive:      6242888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19670756 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            9120 kB
Writeback:           0 kB
AnonPages:       62988 kB
Mapped:          14484 kB
Slab:           526828 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185512 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= 71148 MiB
End job on node113 at 2011-04-29 10:15:51