Trace number 3287919

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 427.805 107.329

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
MD5SUMf1a7d779d46b93ce2fde4f2438e6ae5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.9419
Satisfiable
(Un)Satisfiability was proved
Number of variables82007
Number of clauses241364
Sum of the clauses size563180
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2160908
Number of clauses of size 380454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

427.73/107.32	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-3287919-1304064564/watcher-3287919-1304064564 -o /tmp/evaluation-result-3287919-1304064564/solver-3287919-1304064564 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3287919-1304064564.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.99 7.78 7.61 5/181 30465
/proc/meminfo: memFree=19411600/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=10680 CPUtime=0 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) R 30463 30465 30119 0 -1 4202496 747 1255 0 0 0 0 0 0 25 0 1 0 596687061 10936320 676 33554432000 4194304 4417332 140737470121280 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30465/statm: 2670 676 147 55 0 556 0

[startup+0.0302269 s]
/proc/loadavg: 7.99 7.78 7.61 5/181 30465
/proc/meminfo: memFree=19411600/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=16616 CPUtime=0.02 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) R 30463 30465 30119 0 -1 4202496 2251 1255 0 0 2 0 0 0 25 0 1 0 596687061 17014784 2177 33554432000 4194304 4417332 140737470121280 18446744073709551615 4259138 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30465/statm: 4154 2177 148 55 0 2040 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16616

[startup+0.101218 s]
/proc/loadavg: 7.99 7.78 7.61 5/181 30465
/proc/meminfo: memFree=19411600/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=27516 CPUtime=0.09 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) R 30463 30465 30119 0 -1 4202496 5008 1255 0 0 9 0 0 0 25 0 1 0 596687061 28176384 4902 33554432000 4194304 4417332 140737470121280 18446744073709551615 4209644 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30465/statm: 6879 4902 148 55 0 4765 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27516

[startup+0.301117 s]
/proc/loadavg: 7.99 7.78 7.61 5/181 30465
/proc/meminfo: memFree=19411600/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=94296 CPUtime=0.31 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 14152 1255 0 0 30 1 0 0 25 0 5 0 596687061 96559104 11354 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 23574 11354 157 55 0 21460 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 94296

[startup+0.701044 s]
/proc/loadavg: 7.99 7.78 7.61 5/181 30465
/proc/meminfo: memFree=19411600/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=165072 CPUtime=1.91 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 27039 1255 0 0 188 3 0 0 25 0 5 0 596687061 169033728 14617 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 41268 14617 171 55 0 39154 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 165072

[startup+1.5009 s]
/proc/loadavg: 7.75 7.74 7.60 9/186 30475
/proc/meminfo: memFree=19342872/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=174836 CPUtime=5.1 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 36724 1255 0 0 506 4 0 0 25 0 5 0 596687061 179032064 17060 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 43709 17060 173 55 0 41595 0
[pid=30465/tid=30472] ppid=30463 vsize=174836 CPUtime=1.2 cores=1,3,5,7
/proc/30465/task/30472/stat : 30472 (plingeling) R 30463 30465 30119 0 -1 4202560 6883 1255 0 0 120 0 0 0 25 0 5 0 596687090 179032064 17060 33554432000 4194304 4417332 140737470121280 18446744073709551615 4284289 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=174836 CPUtime=1.19 cores=1,3,5,7
/proc/30465/task/30473/stat : 30473 (plingeling) R 30463 30465 30119 0 -1 4202560 8349 1255 0 0 119 0 0 0 25 0 5 0 596687090 179032064 17060 33554432000 4194304 4417332 140737470121280 18446744073709551615 4287486 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=174836 CPUtime=1.19 cores=1,3,5,7
/proc/30465/task/30474/stat : 30474 (plingeling) R 30463 30465 30119 0 -1 4202560 5269 1255 0 0 119 0 0 0 25 0 5 0 596687090 179032064 17060 33554432000 4194304 4417332 140737470121280 18446744073709551615 4291424 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=174836 CPUtime=1.2 cores=1,3,5,7
/proc/30465/task/30475/stat : 30475 (plingeling) R 30463 30465 30119 0 -1 4202560 2079 1255 0 0 120 0 0 0 25 0 5 0 596687090 179032064 17060 33554432000 4194304 4417332 140737470121280 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 174836

[startup+3.1006 s]
/proc/loadavg: 7.75 7.74 7.60 9/186 30475
/proc/meminfo: memFree=19337416/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=183872 CPUtime=11.49 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 45766 1255 0 0 1144 5 0 0 25 0 5 0 596687061 188284928 19355 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 45968 19355 177 55 0 43854 0
[pid=30465/tid=30472] ppid=30463 vsize=183872 CPUtime=2.8 cores=1,3,5,7
/proc/30465/task/30472/stat : 30472 (plingeling) R 30463 30465 30119 0 -1 4202560 9457 1255 0 0 279 1 0 0 25 0 5 0 596687090 188284928 19355 33554432000 4194304 4417332 140737470121280 18446744073709551615 4346410 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=183872 CPUtime=2.78 cores=1,3,5,7
/proc/30465/task/30473/stat : 30473 (plingeling) R 30463 30465 30119 0 -1 4202560 10777 1255 0 0 277 1 0 0 25 0 5 0 596687090 188284928 19355 33554432000 4194304 4417332 140737470121280 18446744073709551615 4346390 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=183872 CPUtime=2.8 cores=1,3,5,7
/proc/30465/task/30474/stat : 30474 (plingeling) R 30463 30465 30119 0 -1 4202560 8285 1255 0 0 279 1 0 0 25 0 5 0 596687090 188284928 19355 33554432000 4194304 4417332 140737470121280 18446744073709551615 4284262 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=183872 CPUtime=2.8 cores=1,3,5,7
/proc/30465/task/30475/stat : 30475 (plingeling) R 30463 30465 30119 0 -1 4202560 3103 1255 0 0 280 0 0 0 25 0 5 0 596687090 188284928 19355 33554432000 4194304 4417332 140737470121280 18446744073709551615 4232670 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 183872

[startup+6.30101 s]
/proc/loadavg: 7.77 7.74 7.60 9/186 30475
/proc/meminfo: memFree=19322416/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=189064 CPUtime=24.28 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 48304 1255 0 0 2422 6 0 0 25 0 5 0 596687061 193601536 21763 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 47266 21763 179 55 0 45152 0
[pid=30465/tid=30472] ppid=30463 vsize=189064 CPUtime=6 cores=1,3,5,7
/proc/30465/task/30472/stat : 30472 (plingeling) R 30463 30465 30119 0 -1 4202560 10856 1255 0 0 599 1 0 0 25 0 5 0 596687090 193601536 21763 33554432000 4194304 4417332 140737470121280 18446744073709551615 4365207 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=189064 CPUtime=5.96 cores=1,3,5,7
/proc/30465/task/30473/stat : 30473 (plingeling) R 30463 30465 30119 0 -1 4202560 11914 1255 0 0 595 1 0 0 25 0 5 0 596687090 193601536 21763 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=189064 CPUtime=6 cores=1,3,5,7
/proc/30465/task/30474/stat : 30474 (plingeling) R 30463 30465 30119 0 -1 4202560 8287 1255 0 0 599 1 0 0 25 0 5 0 596687090 193601536 21763 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=189064 CPUtime=6 cores=1,3,5,7
/proc/30465/task/30475/stat : 30475 (plingeling) R 30463 30465 30119 0 -1 4202560 3103 1255 0 0 600 0 0 0 25 0 5 0 596687090 193601536 21763 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 189064

[startup+12.7008 s]
/proc/loadavg: 7.79 7.74 7.60 9/186 30475
/proc/meminfo: memFree=19328944/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=191372 CPUtime=49.84 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 49234 1255 0 0 4978 6 0 0 25 0 5 0 596687061 195964928 22340 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 47843 22340 179 55 0 45729 0
[pid=30465/tid=30472] ppid=30463 vsize=191372 CPUtime=12.4 cores=1,3,5,7
/proc/30465/task/30472/stat : 30472 (plingeling) R 30463 30465 30119 0 -1 4202560 10865 1255 0 0 1239 1 0 0 25 0 5 0 596687090 195964928 22340 33554432000 4194304 4417332 140737470121280 18446744073709551615 4277485 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=191372 CPUtime=12.33 cores=1,3,5,7
/proc/30465/task/30473/stat : 30473 (plingeling) R 30463 30465 30119 0 -1 4202560 12835 1255 0 0 1232 1 0 0 25 0 5 0 596687090 195964928 22340 33554432000 4194304 4417332 140737470121280 18446744073709551615 4237273 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=191372 CPUtime=12.4 cores=1,3,5,7
/proc/30465/task/30474/stat : 30474 (plingeling) R 30463 30465 30119 0 -1 4202560 8287 1255 0 0 1239 1 0 0 25 0 5 0 596687090 195964928 22340 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=191372 CPUtime=12.4 cores=1,3,5,7
/proc/30465/task/30475/stat : 30475 (plingeling) R 30463 30465 30119 0 -1 4202560 3103 1255 0 0 1240 0 0 0 25 0 5 0 596687090 195964928 22340 33554432000 4194304 4417332 140737470121280 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 191372

[startup+25.5005 s]
/proc/loadavg: 7.83 7.76 7.61 9/186 30476
/proc/meminfo: memFree=19318996/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=197148 CPUtime=100.97 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 50760 1255 0 0 10091 6 0 0 25 0 5 0 596687061 201879552 23785 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 49287 23785 180 55 0 47173 0
[pid=30465/tid=30472] ppid=30463 vsize=197148 CPUtime=25.2 cores=1,3,5,7
/proc/30465/task/30472/stat : 30472 (plingeling) R 30463 30465 30119 0 -1 4202560 11578 1255 0 0 2519 1 0 0 25 0 5 0 596687090 201879552 23785 33554432000 4194304 4417332 140737470121280 18446744073709551615 4266081 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=197148 CPUtime=25.05 cores=1,3,5,7
/proc/30465/task/30473/stat : 30473 (plingeling) R 30463 30465 30119 0 -1 4202560 12852 1255 0 0 2504 1 0 0 25 0 5 0 596687090 201879552 23785 33554432000 4194304 4417332 140737470121280 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=197148 CPUtime=25.2 cores=1,3,5,7
/proc/30465/task/30474/stat : 30474 (plingeling) R 30463 30465 30119 0 -1 4202560 8844 1255 0 0 2519 1 0 0 25 0 5 0 596687090 201879552 23785 33554432000 4194304 4417332 140737470121280 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=197148 CPUtime=25.2 cores=1,3,5,7
/proc/30465/task/30475/stat : 30475 (plingeling) R 30463 30465 30119 0 -1 4202560 3342 1255 0 0 2520 0 0 0 25 0 5 0 596687090 201879552 23785 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.97
Current children cumulated vsize (KiB) 197148

[startup+51.1007 s]
/proc/loadavg: 8.01 7.80 7.63 9/186 30476
/proc/meminfo: memFree=19307244/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=207936 CPUtime=203.24 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 53535 1255 0 0 20317 7 0 0 25 0 5 0 596687061 212926464 26482 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 51984 26482 180 55 0 49870 0
[pid=30465/tid=30472] ppid=30463 vsize=207936 CPUtime=50.8 cores=1,3,5,7
/proc/30465/task/30472/stat : 30472 (plingeling) R 30463 30465 30119 0 -1 4202560 11590 1255 0 0 5079 1 0 0 25 0 5 0 596687090 212926464 26482 33554432000 4194304 4417332 140737470121280 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=207936 CPUtime=50.52 cores=1,3,5,7
/proc/30465/task/30473/stat : 30473 (plingeling) R 30463 30465 30119 0 -1 4202560 13381 1255 0 0 5051 1 0 0 25 0 5 0 596687090 212926464 26482 33554432000 4194304 4417332 140737470121280 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=207936 CPUtime=50.8 cores=1,3,5,7
/proc/30465/task/30474/stat : 30474 (plingeling) R 30463 30465 30119 0 -1 4202560 8941 1255 0 0 5079 1 0 0 25 0 5 0 596687090 212926464 26482 33554432000 4194304 4417332 140737470121280 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=207936 CPUtime=50.8 cores=1,3,5,7
/proc/30465/task/30475/stat : 30475 (plingeling) R 30463 30465 30119 0 -1 4202560 5479 1255 0 0 5079 1 0 0 25 0 5 0 596687090 212926464 26482 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.24
Current children cumulated vsize (KiB) 207936

[startup+102.306 s]
/proc/loadavg: 8.00 7.83 7.64 9/186 30478
/proc/meminfo: memFree=19277840/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=213696 CPUtime=407.78 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 56106 1255 0 0 40771 7 0 0 25 0 5 0 596687061 218824704 27928 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 53424 27928 180 55 0 51310 0
[pid=30465/tid=30472] ppid=30463 vsize=213696 CPUtime=102.01 cores=1,3,5,7
/proc/30465/task/30472/stat : 30472 (plingeling) R 30463 30465 30119 0 -1 4202560 11615 1255 0 0 10200 1 0 0 25 0 5 0 596687090 218824704 27928 33554432000 4194304 4417332 140737470121280 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=213696 CPUtime=101.44 cores=1,3,5,7
/proc/30465/task/30473/stat : 30473 (plingeling) R 30463 30465 30119 0 -1 4202560 13405 1255 0 0 10143 1 0 0 25 0 5 0 596687090 218824704 27928 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=213696 CPUtime=102 cores=1,3,5,7
/proc/30465/task/30474/stat : 30474 (plingeling) R 30463 30465 30119 0 -1 4202560 10641 1255 0 0 10199 1 0 0 25 0 5 0 596687090 218824704 27928 33554432000 4194304 4417332 140737470121280 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=213696 CPUtime=102.01 cores=1,3,5,7
/proc/30465/task/30475/stat : 30475 (plingeling) R 30463 30465 30119 0 -1 4202560 6301 1255 0 0 10200 1 0 0 25 0 5 0 596687090 218824704 27928 33554432000 4194304 4417332 140737470121280 18446744073709551615 4250654 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.78
Current children cumulated vsize (KiB) 213696

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

[startup+105.501 s]
/proc/loadavg: 8.00 7.83 7.65 9/186 30478
/proc/meminfo: memFree=19274112/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=213692 CPUtime=420.56 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 56114 1255 0 0 42049 7 0 0 25 0 5 0 596687061 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 53423 27927 180 55 0 51309 0
[pid=30465/tid=30472] ppid=30463 vsize=213692 CPUtime=105.21 cores=1,3,5,7
/proc/30465/task/30472/stat : 30472 (plingeling) R 30463 30465 30119 0 -1 4202560 11615 1255 0 0 10520 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=213692 CPUtime=104.63 cores=1,3,5,7
/proc/30465/task/30473/stat : 30473 (plingeling) R 30463 30465 30119 0 -1 4202560 13405 1255 0 0 10462 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=213692 CPUtime=105.2 cores=1,3,5,7
/proc/30465/task/30474/stat : 30474 (plingeling) R 30463 30465 30119 0 -1 4202560 10649 1255 0 0 10519 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=213692 CPUtime=105.21 cores=1,3,5,7
/proc/30465/task/30475/stat : 30475 (plingeling) R 30463 30465 30119 0 -1 4202560 6301 1255 0 0 10520 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4366412 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 420.56
Current children cumulated vsize (KiB) 213692

[startup+106.301 s]
/proc/loadavg: 8.00 7.83 7.65 9/186 30478
/proc/meminfo: memFree=19274112/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=213692 CPUtime=423.74 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 56114 1255 0 0 42367 7 0 0 25 0 5 0 596687061 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 53423 27927 180 55 0 51309 0
[pid=30465/tid=30472] ppid=30463 vsize=213692 CPUtime=106 cores=1,3,5,7
/proc/30465/task/30472/stat : 30472 (plingeling) R 30463 30465 30119 0 -1 4202560 11615 1255 0 0 10599 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364491 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=213692 CPUtime=105.42 cores=1,3,5,7
/proc/30465/task/30473/stat : 30473 (plingeling) R 30463 30465 30119 0 -1 4202560 13405 1255 0 0 10541 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=213692 CPUtime=106 cores=1,3,5,7
/proc/30465/task/30474/stat : 30474 (plingeling) R 30463 30465 30119 0 -1 4202560 10649 1255 0 0 10599 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4353463 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=213692 CPUtime=106 cores=1,3,5,7
/proc/30465/task/30475/stat : 30475 (plingeling) R 30463 30465 30119 0 -1 4202560 6301 1255 0 0 10599 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4365894 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 423.74
Current children cumulated vsize (KiB) 213692

[startup+107.1 s]
/proc/loadavg: 8.00 7.83 7.65 9/186 30478
/proc/meminfo: memFree=19274112/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=213692 CPUtime=426.93 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 56114 1255 0 0 42686 7 0 0 25 0 5 0 596687061 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 53423 27927 180 55 0 51309 0
[pid=30465/tid=30472] ppid=30463 vsize=213692 CPUtime=106.8 cores=1,3,5,7
/proc/30465/task/30472/stat : 30472 (plingeling) R 30463 30465 30119 0 -1 4202560 11615 1255 0 0 10679 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4365094 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=213692 CPUtime=106.21 cores=1,3,5,7
/proc/30465/task/30473/stat : 30473 (plingeling) R 30463 30465 30119 0 -1 4202560 13405 1255 0 0 10620 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364329 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=213692 CPUtime=106.8 cores=1,3,5,7
/proc/30465/task/30474/stat : 30474 (plingeling) R 30463 30465 30119 0 -1 4202560 10649 1255 0 0 10679 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=213692 CPUtime=106.8 cores=1,3,5,7
/proc/30465/task/30475/stat : 30475 (plingeling) R 30463 30465 30119 0 -1 4202560 6301 1255 0 0 10679 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 426.93
Current children cumulated vsize (KiB) 213692

[startup+107.3 s]
/proc/loadavg: 8.00 7.83 7.65 9/186 30478
/proc/meminfo: memFree=19274112/32950928 swapFree=67111364/67111528
[pid=30465] ppid=30463 vsize=213692 CPUtime=427.73 cores=1,3,5,7
/proc/30465/stat : 30465 (plingeling) S 30463 30465 30119 0 -1 4202496 56114 1255 0 0 42766 7 0 0 25 0 5 0 596687061 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/30465/statm: 53423 27927 180 55 0 51309 0
[pid=30465/tid=30472] ppid=30463 vsize=213692 CPUtime=107 cores=1,3,5,7
/proc/30465/task/30472/stat : 30472 (plingeling) R 30463 30465 30119 0 -1 4202560 11615 1255 0 0 10699 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4365076 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=213692 CPUtime=106.41 cores=1,3,5,7
/proc/30465/task/30473/stat : 30473 (plingeling) R 30463 30465 30119 0 -1 4202560 13405 1255 0 0 10640 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=213692 CPUtime=107 cores=1,3,5,7
/proc/30465/task/30474/stat : 30474 (plingeling) R 30463 30465 30119 0 -1 4202560 10649 1255 0 0 10699 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=213692 CPUtime=107 cores=1,3,5,7
/proc/30465/task/30475/stat : 30475 (plingeling) R 30463 30465 30119 0 -1 4202560 6301 1255 0 0 10699 1 0 0 25 0 5 0 596687090 218820608 27927 33554432000 4194304 4417332 140737470121280 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 427.73
Current children cumulated vsize (KiB) 213692

Child status: 20
Real time (s): 107.329
CPU time (s): 427.805
CPU user time (s): 427.72
CPU system time (s): 0.084987
CPU usage (%): 398.593
Max. virtual memory (cumulated for all children) (KiB): 217940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 427.72
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57373
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= 83
involuntary context switches= 3066

runsolver used 0.168974 second user time and 0.418936 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 10:09:24
IDJOB=3287919
IDBENCH=82477
IDSOLVER=1605
FILE ID=node113/3287919-1304064564
RUNJOBID= node113-1304064180-30139
PBS_JOBID= 13170457
Free space on /tmp= 71156 MiB

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

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

MD5SUM BENCH= f1a7d779d46b93ce2fde4f2438e6ae5c
RANDOM SEED=850957144

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:      19411880 kB
Buffers:       1744944 kB
Cached:       10886784 kB
SwapCached:        164 kB
Active:        6705996 kB
Inactive:      6242884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19411880 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3728 kB
Writeback:           0 kB
AnonPages:      316416 kB
Mapped:          15284 kB
Slab:           527168 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   516784 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= 71156 MiB
End job on node113 at 2011-04-29 10:11:11