Trace number 3371469

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 587f (fixed)UNSAT 4063.96 1019.02

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

4063.93/1019.01	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: 961)

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

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

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


[startup+0 s]
/proc/loadavg: 7.45 7.41 7.67 5/321 10290
/proc/meminfo: memFree=10746444/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=11776 CPUtime=0 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) R 10288 10290 8860 0 -1 4202496 1021 1252 0 0 0 0 0 0 25 0 1 0 653819952 12058624 951 33554432000 4194304 4417452 140735969831504 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/10290/statm: 2944 951 148 55 0 830 0

[startup+0.0287979 s]
/proc/loadavg: 7.45 7.41 7.67 5/321 10290
/proc/meminfo: memFree=10746444/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=15892 CPUtime=0.02 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) R 10288 10290 8860 0 -1 4202496 2075 1252 0 0 2 0 0 0 25 0 1 0 653819952 16273408 1997 33554432000 4194304 4417452 140735969831504 18446744073709551615 4227863 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/10290/statm: 3973 1997 149 55 0 1859 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15892

[startup+0.100789 s]
/proc/loadavg: 7.45 7.41 7.67 5/321 10290
/proc/meminfo: memFree=10746444/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=28588 CPUtime=0.09 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) R 10288 10290 8860 0 -1 4202496 5249 1252 0 0 9 0 0 0 25 0 1 0 653819952 29274112 5171 33554432000 4194304 4417452 140735969831504 18446744073709551615 4262125 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/10290/statm: 7147 5171 149 55 0 5033 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28588

[startup+0.300746 s]
/proc/loadavg: 7.45 7.41 7.67 5/321 10290
/proc/meminfo: memFree=10746444/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=73076 CPUtime=0.29 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) R 10288 10290 8860 0 -1 4202496 15570 1252 0 0 27 2 0 0 25 0 1 0 653819952 74829824 15441 33554432000 4194304 4417452 140735969831504 18446744073709551615 212435711069 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/10290/statm: 18269 15464 149 55 0 16155 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73076

[startup+0.700639 s]
/proc/loadavg: 7.45 7.41 7.67 5/321 10290
/proc/meminfo: memFree=10746444/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=209940 CPUtime=1 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 37655 1252 0 0 95 5 0 0 25 0 5 0 653819952 214978560 22860 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 52485 22885 165 55 0 50371 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 209940

[startup+1.50049 s]
/proc/loadavg: 7.26 7.37 7.66 9/326 10300
/proc/meminfo: memFree=10641252/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=222624 CPUtime=4.19 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 61394 1252 0 0 411 8 0 0 25 0 5 0 653819952 227966976 31561 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 55656 31561 172 55 0 53542 0
[pid=10290/tid=10297] ppid=10288 vsize=222624 CPUtime=0.89 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 8610 1252 0 0 89 0 0 0 25 0 5 0 653820011 227966976 31561 33554432000 4194304 4417452 140735969831504 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=222624 CPUtime=0.88 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 9947 1252 0 0 87 1 0 0 25 0 5 0 653820011 227966976 31561 33554432000 4194304 4417452 140735969831504 18446744073709551615 4288172 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=222624 CPUtime=0.89 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 11070 1252 0 0 88 1 0 0 25 0 5 0 653820011 227966976 31561 33554432000 4194304 4417452 140735969831504 18446744073709551615 4284926 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=222624 CPUtime=0.89 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 3874 1252 0 0 89 0 0 0 25 0 5 0 653820011 227966976 31561 33554432000 4194304 4417452 140735969831504 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 222624

[startup+3.10118 s]
/proc/loadavg: 7.26 7.37 7.66 9/326 10300
/proc/meminfo: memFree=10593624/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=252528 CPUtime=10.58 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 86197 1252 0 0 1046 12 0 0 25 0 5 0 653819952 258588672 34723 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 63132 34723 175 55 0 61018 0
[pid=10290/tid=10297] ppid=10288 vsize=252528 CPUtime=2.49 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 15047 1252 0 0 248 1 0 0 25 0 5 0 653820011 258588672 34723 33554432000 4194304 4417452 140735969831504 18446744073709551615 4302015 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=252528 CPUtime=2.48 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 19793 1252 0 0 245 3 0 0 25 0 5 0 653820011 258588672 34723 33554432000 4194304 4417452 140735969831504 18446744073709551615 4275475 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=252528 CPUtime=2.5 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 19590 1252 0 0 247 3 0 0 25 0 5 0 653820011 258588672 34723 33554432000 4194304 4417452 140735969831504 18446744073709551615 4346639 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=252528 CPUtime=2.5 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 3874 1252 0 0 250 0 0 0 25 0 5 0 653820011 258588672 34723 33554432000 4194304 4417452 140735969831504 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 252528

[startup+6.30058 s]
/proc/loadavg: 7.32 7.38 7.66 9/326 10300
/proc/meminfo: memFree=10575828/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=287152 CPUtime=23.35 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 98722 1252 0 0 2321 14 0 0 25 0 5 0 653819952 294043648 46167 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 71788 46167 179 55 0 69674 0
[pid=10290/tid=10297] ppid=10288 vsize=287152 CPUtime=5.7 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 17102 1252 0 0 568 2 0 0 25 0 5 0 653820011 294043648 46167 33554432000 4194304 4417452 140735969831504 18446744073709551615 4247954 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=287152 CPUtime=5.63 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 25615 1252 0 0 560 3 0 0 25 0 5 0 653820011 294043648 46167 33554432000 4194304 4417452 140735969831504 18446744073709551615 4252087 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=287152 CPUtime=5.7 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 22189 1252 0 0 567 3 0 0 25 0 5 0 653820011 294043648 46167 33554432000 4194304 4417452 140735969831504 18446744073709551615 4232595 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=287152 CPUtime=5.69 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 5923 1252 0 0 569 0 0 0 25 0 5 0 653820011 294043648 46167 33554432000 4194304 4417452 140735969831504 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.35
Current children cumulated vsize (KiB) 287152

[startup+12.7004 s]
/proc/loadavg: 7.37 7.39 7.66 9/326 10300
/proc/meminfo: memFree=10513180/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=311072 CPUtime=48.88 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 111013 1252 0 0 4872 16 0 0 25 0 5 0 653819952 318537728 52148 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 77768 52148 180 55 0 75654 0
[pid=10290/tid=10297] ppid=10288 vsize=311072 CPUtime=12.1 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 23248 1252 0 0 1207 3 0 0 25 0 5 0 653820011 318537728 52148 33554432000 4194304 4417452 140735969831504 18446744073709551615 4278624 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=311072 CPUtime=11.98 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 31760 1252 0 0 1193 5 0 0 25 0 5 0 653820011 318537728 52148 33554432000 4194304 4417452 140735969831504 18446744073709551615 4257504 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=311072 CPUtime=12.1 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 22189 1252 0 0 1207 3 0 0 25 0 5 0 653820011 318537728 52148 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364576 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=311072 CPUtime=12.09 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 5923 1252 0 0 1209 0 0 0 25 0 5 0 653820011 318537728 52148 33554432000 4194304 4417452 140735969831504 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.88
Current children cumulated vsize (KiB) 311072

[startup+25.5009 s]
/proc/loadavg: 7.47 7.41 7.66 9/326 10301
/proc/meminfo: memFree=10573676/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=266348 CPUtime=99.95 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 112340 1252 0 0 9978 17 0 0 25 0 5 0 653819952 272740352 38203 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 66587 38203 180 55 0 64473 0
[pid=10290/tid=10297] ppid=10288 vsize=266348 CPUtime=24.9 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 23588 1252 0 0 2487 3 0 0 25 0 5 0 653820011 272740352 38203 33554432000 4194304 4417452 140735969831504 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=266348 CPUtime=24.64 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 32677 1252 0 0 2459 5 0 0 25 0 5 0 653820011 272740352 38203 33554432000 4194304 4417452 140735969831504 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=266348 CPUtime=24.9 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 22259 1252 0 0 2487 3 0 0 25 0 5 0 653820011 272740352 38203 33554432000 4194304 4417452 140735969831504 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=266348 CPUtime=24.89 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 5923 1252 0 0 2489 0 0 0 25 0 5 0 653820011 272740352 38203 33554432000 4194304 4417452 140735969831504 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.95
Current children cumulated vsize (KiB) 266348

[startup+51.1011 s]
/proc/loadavg: 7.76 7.48 7.68 9/326 10301
/proc/meminfo: memFree=10573012/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=264444 CPUtime=202.1 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 113369 1252 0 0 20193 17 0 0 25 0 5 0 653819952 270790656 37733 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 66111 37733 180 55 0 63997 0
[pid=10290/tid=10297] ppid=10288 vsize=264444 CPUtime=50.5 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 23881 1252 0 0 5047 3 0 0 25 0 5 0 653820011 270790656 37733 33554432000 4194304 4417452 140735969831504 18446744073709551615 18446744073699065911 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=264444 CPUtime=49.99 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 33344 1252 0 0 4994 5 0 0 25 0 5 0 653820011 270790656 37733 33554432000 4194304 4417452 140735969831504 18446744073709551615 4357204 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=264444 CPUtime=50.49 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 22328 1252 0 0 5046 3 0 0 25 0 5 0 653820011 270790656 37733 33554432000 4194304 4417452 140735969831504 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=264444 CPUtime=50.49 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 5923 1252 0 0 5049 0 0 0 25 0 5 0 653820011 270790656 37733 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.1
Current children cumulated vsize (KiB) 264444

[startup+102.312 s]
/proc/loadavg: 7.94 7.57 7.70 9/326 10303
/proc/meminfo: memFree=10538048/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=261160 CPUtime=406.43 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 115090 1252 0 0 40626 17 0 0 25 0 5 0 653819952 267427840 36912 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 65290 36912 180 55 0 63176 0
[pid=10290/tid=10297] ppid=10288 vsize=261160 CPUtime=101.71 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 23900 1252 0 0 10168 3 0 0 25 0 5 0 653820011 267427840 36912 33554432000 4194304 4417452 140735969831504 18446744073709551615 4251091 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=261160 CPUtime=100.68 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 33373 1252 0 0 10063 5 0 0 25 0 5 0 653820011 267427840 36912 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=261160 CPUtime=101.71 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 22357 1252 0 0 10168 3 0 0 25 0 5 0 653820011 267427840 36912 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=261160 CPUtime=101.71 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 7567 1252 0 0 10171 0 0 0 25 0 5 0 653820011 267427840 36912 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 406.43
Current children cumulated vsize (KiB) 261160

[startup+162.301 s]
/proc/loadavg: 8.09 7.68 7.73 9/326 10304
/proc/meminfo: memFree=10518420/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=281524 CPUtime=645.8 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 120256 1252 0 0 64562 18 0 0 25 0 5 0 653819952 288280576 42003 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 70381 42003 180 55 0 68267 0
[pid=10290/tid=10297] ppid=10288 vsize=281524 CPUtime=161.7 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 24595 1252 0 0 16167 3 0 0 25 0 5 0 653820011 288280576 42003 33554432000 4194304 4417452 140735969831504 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=281524 CPUtime=160.09 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 37780 1252 0 0 16003 6 0 0 25 0 5 0 653820011 288280576 42003 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=281524 CPUtime=161.7 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 22421 1252 0 0 16167 3 0 0 25 0 5 0 653820011 288280576 42003 33554432000 4194304 4417452 140735969831504 18446744073709551615 4366486 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=281524 CPUtime=161.7 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 7567 1252 0 0 16170 0 0 0 25 0 5 0 653820011 288280576 42003 33554432000 4194304 4417452 140735969831504 18446744073709551615 4236593 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 645.8
Current children cumulated vsize (KiB) 281524


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

[pid=10290/tid=10297] ppid=10288 vsize=618812 CPUtime=821.72 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 124673 1252 0 0 82153 19 0 0 25 0 5 0 653820011 633663488 126357 33554432000 4194304 4417452 140735969831504 18446744073709551615 4278321 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=618812 CPUtime=813.51 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 124273 1252 0 0 81333 18 0 0 25 0 5 0 653820011 633663488 126357 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=618812 CPUtime=821.72 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 113564 1252 0 0 82155 17 0 0 25 0 5 0 653820011 633663488 126357 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=618812 CPUtime=821.72 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 55080 1252 0 0 82166 6 0 0 25 0 5 0 653820011 633663488 126357 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.3
Current children cumulated vsize (KiB) 618812

[startup+882.3 s]
/proc/loadavg: 8.03 8.03 7.90 9/326 10323
/proc/meminfo: memFree=10211108/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=546568 CPUtime=3518.7 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 495514 1252 0 0 351794 76 0 0 25 0 5 0 653819952 559685632 108296 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 136642 108296 180 55 0 134528 0
[pid=10290/tid=10297] ppid=10288 vsize=546568 CPUtime=881.73 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 147341 1252 0 0 88149 24 0 0 25 0 5 0 653820011 559685632 108296 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=546568 CPUtime=872.91 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 143859 1252 0 0 87269 22 0 0 25 0 5 0 653820011 559685632 108296 33554432000 4194304 4417452 140735969831504 18446744073709551615 4236891 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=546568 CPUtime=881.72 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 117866 1252 0 0 88154 18 0 0 25 0 5 0 653820011 559685632 108296 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=546568 CPUtime=881.72 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 58555 1252 0 0 88165 7 0 0 25 0 5 0 653820011 559685632 108296 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.7
Current children cumulated vsize (KiB) 546568

[startup+942.301 s]
/proc/loadavg: 8.05 8.04 7.91 9/326 10325
/proc/meminfo: memFree=10158628/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=598396 CPUtime=3758.12 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 512403 1252 0 0 375733 79 0 0 25 0 5 0 653819952 612757504 121253 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 149599 121253 180 55 0 147485 0
[pid=10290/tid=10297] ppid=10288 vsize=598396 CPUtime=941.72 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 150836 1252 0 0 94148 24 0 0 25 0 5 0 653820011 612757504 121253 33554432000 4194304 4417452 140735969831504 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=598396 CPUtime=932.32 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 150411 1252 0 0 93209 23 0 0 25 0 5 0 653820011 612757504 121253 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=598396 CPUtime=941.73 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 121069 1252 0 0 94154 19 0 0 25 0 5 0 653820011 612757504 121253 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=598396 CPUtime=941.73 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 62194 1252 0 0 94165 8 0 0 25 0 5 0 653820011 612757504 121253 33554432000 4194304 4417452 140735969831504 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.12
Current children cumulated vsize (KiB) 598396

[startup+1002.3 s]
/proc/loadavg: 8.02 8.03 7.91 9/326 10327
/proc/meminfo: memFree=10081216/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=696496 CPUtime=3997.52 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 549674 1252 0 0 399666 86 0 0 25 0 5 0 653819952 713211904 145778 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 174124 145778 180 55 0 172010 0
[pid=10290/tid=10297] ppid=10288 vsize=696496 CPUtime=1001.73 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 168014 1252 0 0 100146 27 0 0 25 0 5 0 653820011 713211904 145778 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=696496 CPUtime=991.72 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 150418 1252 0 0 99149 23 0 0 25 0 5 0 653820011 713211904 145778 33554432000 4194304 4417452 140735969831504 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=696496 CPUtime=1001.73 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 136950 1252 0 0 100151 22 0 0 25 0 5 0 653820011 713211904 145778 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=696496 CPUtime=1001.73 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 66399 1252 0 0 100164 9 0 0 25 0 5 0 653820011 713211904 145778 33554432000 4194304 4417452 140735969831504 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.52
Current children cumulated vsize (KiB) 696496

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

[startup+1011.1 s]
/proc/loadavg: 8.09 8.04 7.91 9/326 10327
/proc/meminfo: memFree=10028744/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=748852 CPUtime=4032.64 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 570891 1252 0 0 403174 90 0 0 25 0 5 0 653819952 766824448 158867 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 187213 158867 180 55 0 185099 0
[pid=10290/tid=10297] ppid=10288 vsize=748852 CPUtime=1010.53 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 168014 1252 0 0 101026 27 0 0 25 0 5 0 653820011 766824448 158867 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=748852 CPUtime=1000.42 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 170456 1252 0 0 100016 26 0 0 25 0 5 0 653820011 766824448 158867 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=748852 CPUtime=1010.53 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 136950 1252 0 0 101031 22 0 0 25 0 5 0 653820011 766824448 158867 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=748852 CPUtime=1010.53 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 67578 1252 0 0 101044 9 0 0 25 0 5 0 653820011 766824448 158867 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4032.64
Current children cumulated vsize (KiB) 748852

[startup+1014.3 s]
/proc/loadavg: 8.09 8.04 7.91 9/326 10327
/proc/meminfo: memFree=10042632/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=735012 CPUtime=4045.41 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 571210 1252 0 0 404451 90 0 0 25 0 5 0 653819952 752652288 155407 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 183753 155407 180 55 0 181639 0
[pid=10290/tid=10297] ppid=10288 vsize=735012 CPUtime=1013.73 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 168014 1252 0 0 101346 27 0 0 25 0 5 0 653820011 752652288 155407 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=735012 CPUtime=1003.59 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 170456 1252 0 0 100333 26 0 0 25 0 5 0 653820011 752652288 155407 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=735012 CPUtime=1013.73 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 136950 1252 0 0 101351 22 0 0 25 0 5 0 653820011 752652288 155407 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=735012 CPUtime=1013.73 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 67897 1252 0 0 101364 9 0 0 25 0 5 0 653820011 752652288 155407 33554432000 4194304 4417452 140735969831504 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4045.41
Current children cumulated vsize (KiB) 735012

[startup+1017.51 s]
/proc/loadavg: 8.08 8.04 7.91 9/326 10327
/proc/meminfo: memFree=10036680/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=737480 CPUtime=4058.22 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 571827 1252 0 0 405732 90 0 0 25 0 5 0 653819952 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 184370 156024 180 55 0 182256 0
[pid=10290/tid=10297] ppid=10288 vsize=737480 CPUtime=1016.94 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 168014 1252 0 0 101667 27 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=737480 CPUtime=1006.77 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 170456 1252 0 0 100651 26 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=737480 CPUtime=1016.94 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 136950 1252 0 0 101672 22 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=737480 CPUtime=1016.95 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 68514 1252 0 0 101686 9 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4058.22
Current children cumulated vsize (KiB) 737480

[startup+1018.3 s]
/proc/loadavg: 8.08 8.04 7.91 9/326 10327
/proc/meminfo: memFree=10036680/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=737480 CPUtime=4061.37 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 571827 1252 0 0 406047 90 0 0 25 0 5 0 653819952 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 184370 156024 180 55 0 182256 0
[pid=10290/tid=10297] ppid=10288 vsize=737480 CPUtime=1017.73 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 168014 1252 0 0 101746 27 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4263067 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=737480 CPUtime=1007.55 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 170456 1252 0 0 100729 26 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=737480 CPUtime=1017.73 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 136950 1252 0 0 101751 22 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4366105 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=737480 CPUtime=1017.73 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 68514 1252 0 0 101764 9 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4061.37
Current children cumulated vsize (KiB) 737480

[startup+1018.7 s]
/proc/loadavg: 8.08 8.04 7.91 9/326 10327
/proc/meminfo: memFree=10035812/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=737480 CPUtime=4062.96 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 571827 1252 0 0 406206 90 0 0 25 0 5 0 653819952 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 184370 156024 180 55 0 182256 0
[pid=10290/tid=10297] ppid=10288 vsize=737480 CPUtime=1018.13 cores=1,3,5,7
/proc/10290/task/10297/stat : 10297 (plingeling) R 10288 10290 8860 0 -1 4202560 168014 1252 0 0 101786 27 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10290/tid=10298] ppid=10288 vsize=737480 CPUtime=1007.94 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 170456 1252 0 0 100768 26 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=737480 CPUtime=1018.13 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 136950 1252 0 0 101791 22 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364877 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10290/tid=10300] ppid=10288 vsize=737480 CPUtime=1018.13 cores=1,3,5,7
/proc/10290/task/10300/stat : 10300 (plingeling) R 10288 10290 8860 0 -1 4202560 68514 1252 0 0 101804 9 0 0 25 0 5 0 653820011 755179520 156024 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4062.96
Current children cumulated vsize (KiB) 737480

[startup+1018.9 s]
/proc/loadavg: 8.08 8.04 7.91 9/326 10327
/proc/meminfo: memFree=10035812/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=737480 CPUtime=4063.75 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) S 10288 10290 8860 0 -1 4202496 571828 1252 0 0 406285 90 0 0 18 0 3 0 653819952 755179520 156025 33554432000 4194304 4417452 140735969831504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/10290/statm: 184370 156025 181 55 0 182256 0
[pid=10290/tid=10298] ppid=10288 vsize=737480 CPUtime=1008.14 cores=1,3,5,7
/proc/10290/task/10298/stat : 10298 (plingeling) R 10288 10290 8860 0 -1 4202560 170456 1252 0 0 100788 26 0 0 25 0 3 0 653820011 755179520 156025 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10290/tid=10299] ppid=10288 vsize=737480 CPUtime=1018.33 cores=1,3,5,7
/proc/10290/task/10299/stat : 10299 (plingeling) R 10288 10290 8860 0 -1 4202560 136950 1252 0 0 101811 22 0 0 25 0 3 0 653820011 755179520 156025 33554432000 4194304 4417452 140735969831504 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4063.75
Current children cumulated vsize (KiB) 737480

[startup+1019 s]
/proc/loadavg: 8.08 8.04 7.91 9/326 10327
/proc/meminfo: memFree=10035812/32951124 swapFree=67093864/67111528
[pid=10290] ppid=10288 vsize=561164 CPUtime=4063.93 cores=1,3,5,7
/proc/10290/stat : 10290 (plingeling) R 10288 10290 8860 0 -1 4202496 571828 1252 0 0 406302 91 0 0 17 0 1 0 653819952 574631936 107331 33554432000 4194304 4417452 140735969831504 18446744073709551615 212436060295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10290/statm: 140291 107331 181 55 0 138177 0
Current children cumulated CPU time (s) 4063.93
Current children cumulated vsize (KiB) 561164

Child status: 20
Real time (s): 1019.02
CPU time (s): 4063.96
CPU user time (s): 4063.03
CPU system time (s): 0.932858
CPU usage (%): 398.81
Max. virtual memory (cumulated for all children) (KiB): 748852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4063.03
system time used= 0.932858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573083
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= 127
involuntary context switches= 31022

runsolver used 2.80757 second user time and 7.38888 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 03:16:16
IDJOB=3371469
IDBENCH=82468
IDSOLVER=1848
FILE ID=node102/3371469-1305422176
RUNJOBID= node102-1305421967-9824
PBS_JOBID= 13324562
Free space on /tmp= 73516 MiB

SOLVER NAME= Plingeling 587f (fixed)
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-3371469-1305422176/watcher-3371469-1305422176 -o /tmp/evaluation-result-3371469-1305422176/solver-3371469-1305422176 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371469-1305422176.cnf

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=1081157365

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10746732 kB
Buffers:        266900 kB
Cached:        2922216 kB
SwapCached:       1128 kB
Active:       19834596 kB
Inactive:      2074920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10746732 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           18500 kB
Writeback:          20 kB
AnonPages:    18718988 kB
Mapped:          26736 kB
Slab:           177860 kB
PageTables:      53412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59398468 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= 73512 MiB
End job on node102 at 2011-05-15 03:33:15