Trace number 3287735

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 168.284 42.4434

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.0498
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

168.22/42.44	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-3287735-1304064501/watcher-3287735-1304064501 -o /tmp/evaluation-result-3287735-1304064501/solver-3287735-1304064501 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3287735-1304064501.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: 8.14 7.76 7.59 5/181 30319
/proc/meminfo: memFree=19419316/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=10528 CPUtime=0 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) R 30317 30319 30119 0 -1 4202496 724 1253 0 0 0 0 0 0 21 0 1 0 596680807 10780672 654 33554432000 4194304 4417332 140736804436256 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30319/statm: 2632 654 147 55 0 518 0

[startup+0.0898339 s]
/proc/loadavg: 8.14 7.76 7.59 5/181 30319
/proc/meminfo: memFree=19419316/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=27740 CPUtime=0.08 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) R 30317 30319 30119 0 -1 4202496 5064 1253 0 0 8 0 0 0 21 0 1 0 596680807 28405760 4958 33554432000 4194304 4417332 140736804436256 18446744073709551615 4260027 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30319/statm: 6935 4958 148 55 0 4821 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27740

[startup+0.100834 s]
/proc/loadavg: 8.14 7.76 7.59 5/181 30319
/proc/meminfo: memFree=19419316/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=27740 CPUtime=0.09 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) R 30317 30319 30119 0 -1 4202496 5064 1253 0 0 9 0 0 0 21 0 1 0 596680807 28405760 4958 33554432000 4194304 4417332 140736804436256 18446744073709551615 251367546624 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30319/statm: 6935 4958 148 55 0 4821 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27740

[startup+0.300798 s]
/proc/loadavg: 8.14 7.76 7.59 5/181 30319
/proc/meminfo: memFree=19419316/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=68348 CPUtime=0.29 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) R 30317 30319 30119 0 -1 4202496 14544 1253 0 0 28 1 0 0 22 0 1 0 596680807 69988352 14409 33554432000 4194304 4417332 140736804436256 18446744073709551615 251367240797 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30319/statm: 17087 14437 148 55 0 14973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68348

[startup+0.700662 s]
/proc/loadavg: 8.14 7.76 7.59 5/181 30319
/proc/meminfo: memFree=19419316/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=203224 CPUtime=1.67 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 32663 1253 0 0 163 4 0 0 22 0 5 0 596680807 208101376 23035 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 50806 23035 171 55 0 48692 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 203224

[startup+1.50051 s]
/proc/loadavg: 8.14 7.76 7.59 9/186 30329
/proc/meminfo: memFree=19328736/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=202008 CPUtime=4.86 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 44651 1253 0 0 480 6 0 0 22 0 5 0 596680807 206856192 22734 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 50502 22734 174 55 0 48388 0
[pid=30319/tid=30326] ppid=30317 vsize=202008 CPUtime=1.12 cores=1,3,5,7
/proc/30319/task/30326/stat : 30326 (plingeling) R 30317 30319 30119 0 -1 4202560 8065 1253 0 0 111 1 0 0 25 0 5 0 596680844 206856192 22734 33554432000 4194304 4417332 140736804436256 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30319/tid=30327] ppid=30317 vsize=202008 CPUtime=1.11 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 11110 1253 0 0 110 1 0 0 25 0 5 0 596680844 206856192 22734 33554432000 4194304 4417332 140736804436256 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=202008 CPUtime=1.11 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 4805 1253 0 0 111 0 0 0 25 0 5 0 596680844 206856192 22734 33554432000 4194304 4417332 140736804436256 18446744073709551615 4281470 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30319/tid=30329] ppid=30317 vsize=202008 CPUtime=1.11 cores=1,3,5,7
/proc/30319/task/30329/stat : 30329 (plingeling) R 30317 30319 30119 0 -1 4202560 2341 1253 0 0 111 0 0 0 25 0 5 0 596680844 206856192 22734 33554432000 4194304 4417332 140736804436256 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 202008

[startup+3.10122 s]
/proc/loadavg: 8.14 7.76 7.59 10/186 30329
/proc/meminfo: memFree=19325168/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=192988 CPUtime=11.27 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 54850 1253 0 0 1119 8 0 0 22 0 5 0 596680807 197619712 21560 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 48247 21560 178 55 0 46133 0
[pid=30319/tid=30326] ppid=30317 vsize=192988 CPUtime=2.72 cores=1,3,5,7
/proc/30319/task/30326/stat : 30326 (plingeling) R 30317 30319 30119 0 -1 4202560 9379 1253 0 0 271 1 0 0 25 0 5 0 596680844 197619712 21560 33554432000 4194304 4417332 140736804436256 18446744073709551615 4346166 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30319/tid=30327] ppid=30317 vsize=192988 CPUtime=2.72 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 16417 1253 0 0 270 2 0 0 25 0 5 0 596680844 197619712 21560 33554432000 4194304 4417332 140736804436256 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=192988 CPUtime=2.72 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 8383 1253 0 0 271 1 0 0 25 0 5 0 596680844 197619712 21560 33554432000 4194304 4417332 140736804436256 18446744073709551615 4330209 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30319/tid=30329] ppid=30317 vsize=192988 CPUtime=2.71 cores=1,3,5,7
/proc/30319/task/30329/stat : 30329 (plingeling) R 30317 30319 30119 0 -1 4202560 2341 1253 0 0 271 0 0 0 25 0 5 0 596680844 197619712 21560 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 192988

[startup+6.30062 s]
/proc/loadavg: 8.12 7.76 7.59 9/186 30329
/proc/meminfo: memFree=19298644/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=238004 CPUtime=24.04 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 68658 1253 0 0 2394 10 0 0 22 0 5 0 596680807 243716096 34025 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 59501 34025 180 55 0 57387 0
[pid=30319/tid=30326] ppid=30317 vsize=238004 CPUtime=5.92 cores=1,3,5,7
/proc/30319/task/30326/stat : 30326 (plingeling) R 30317 30319 30119 0 -1 4202560 14286 1253 0 0 590 2 0 0 25 0 5 0 596680844 243716096 34025 33554432000 4194304 4417332 140736804436256 18446744073709551615 4253237 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30319/tid=30327] ppid=30317 vsize=238004 CPUtime=5.91 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 23080 1253 0 0 588 3 0 0 25 0 5 0 596680844 243716096 34025 33554432000 4194304 4417332 140736804436256 18446744073709551615 4257634 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=238004 CPUtime=5.92 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 10621 1253 0 0 591 1 0 0 25 0 5 0 596680844 243716096 34025 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364362 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30319/tid=30329] ppid=30317 vsize=238004 CPUtime=5.89 cores=1,3,5,7
/proc/30319/task/30329/stat : 30329 (plingeling) R 30317 30319 30119 0 -1 4202560 2341 1253 0 0 589 0 0 0 25 0 5 0 596680844 243716096 34025 33554432000 4194304 4417332 140736804436256 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.04
Current children cumulated vsize (KiB) 238004

[startup+12.7004 s]
/proc/loadavg: 8.11 7.76 7.60 9/186 30330
/proc/meminfo: memFree=19280700/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=209028 CPUtime=49.6 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 73298 1253 0 0 4950 10 0 0 22 0 5 0 596680807 214044672 26782 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 52257 26782 181 55 0 50143 0
[pid=30319/tid=30326] ppid=30317 vsize=209028 CPUtime=12.32 cores=1,3,5,7
/proc/30319/task/30326/stat : 30326 (plingeling) R 30317 30319 30119 0 -1 4202560 16335 1253 0 0 1230 2 0 0 25 0 5 0 596680844 214044672 26782 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30319/tid=30327] ppid=30317 vsize=209028 CPUtime=12.32 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 25129 1253 0 0 1228 4 0 0 25 0 5 0 596680844 214044672 26782 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=209028 CPUtime=12.32 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 11163 1253 0 0 1231 1 0 0 25 0 5 0 596680844 214044672 26782 33554432000 4194304 4417332 140736804436256 18446744073709551615 4275652 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30319/tid=30329] ppid=30317 vsize=209028 CPUtime=12.25 cores=1,3,5,7
/proc/30319/task/30329/stat : 30329 (plingeling) R 30317 30319 30119 0 -1 4202560 2341 1253 0 0 1225 0 0 0 25 0 5 0 596680844 214044672 26782 33554432000 4194304 4417332 140736804436256 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.6
Current children cumulated vsize (KiB) 209028

[startup+25.5011 s]
/proc/loadavg: 8.09 7.77 7.60 9/186 30330
/proc/meminfo: memFree=19298692/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=218500 CPUtime=100.74 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 76507 1253 0 0 10063 11 0 0 22 0 5 0 596680807 223744000 29150 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 54625 29150 181 55 0 52511 0
[pid=30319/tid=30326] ppid=30317 vsize=218500 CPUtime=25.12 cores=1,3,5,7
/proc/30319/task/30326/stat : 30326 (plingeling) R 30317 30319 30119 0 -1 4202560 17914 1253 0 0 2510 2 0 0 25 0 5 0 596680844 223744000 29150 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30319/tid=30327] ppid=30317 vsize=218500 CPUtime=25.12 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 26705 1253 0 0 2508 4 0 0 25 0 5 0 596680844 223744000 29150 33554432000 4194304 4417332 140736804436256 18446744073709551615 4308643 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=218500 CPUtime=25.12 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 11217 1253 0 0 2511 1 0 0 25 0 5 0 596680844 223744000 29150 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364365 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30319/tid=30329] ppid=30317 vsize=218500 CPUtime=24.98 cores=1,3,5,7
/proc/30319/task/30329/stat : 30329 (plingeling) R 30317 30319 30119 0 -1 4202560 2341 1253 0 0 2498 0 0 0 25 0 5 0 596680844 223744000 29150 33554432000 4194304 4417332 140736804436256 18446744073709551615 4365886 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.74
Current children cumulated vsize (KiB) 218500

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

[startup+31.9069 s]
/proc/loadavg: 8.08 7.78 7.60 9/186 30330
/proc/meminfo: memFree=19303536/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=211756 CPUtime=126.32 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 76524 1253 0 0 12621 11 0 0 22 0 5 0 596680807 216838144 26224 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 52939 26224 181 55 0 50825 0
[pid=30319/tid=30326] ppid=30317 vsize=211756 CPUtime=31.52 cores=1,3,5,7
/proc/30319/task/30326/stat : 30326 (plingeling) R 30317 30319 30119 0 -1 4202560 17919 1253 0 0 3150 2 0 0 25 0 5 0 596680844 216838144 26224 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30319/tid=30327] ppid=30317 vsize=211756 CPUtime=31.53 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 26711 1253 0 0 3149 4 0 0 25 0 5 0 596680844 216838144 26224 33554432000 4194304 4417332 140736804436256 18446744073709551615 4357978 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=211756 CPUtime=31.52 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 11223 1253 0 0 3151 1 0 0 25 0 5 0 596680844 216838144 26224 33554432000 4194304 4417332 140736804436256 18446744073709551615 4252349 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30319/tid=30329] ppid=30317 vsize=211756 CPUtime=31.35 cores=1,3,5,7
/proc/30319/task/30329/stat : 30329 (plingeling) R 30317 30319 30119 0 -1 4202560 2341 1253 0 0 3135 0 0 0 25 0 5 0 596680844 216838144 26224 33554432000 4194304 4417332 140736804436256 18446744073709551615 4366505 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 126.32
Current children cumulated vsize (KiB) 211756

[startup+38.3007 s]
/proc/loadavg: 8.07 7.78 7.61 9/186 30330
/proc/meminfo: memFree=19305620/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=213528 CPUtime=151.87 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 78053 1253 0 0 15176 11 0 0 22 0 5 0 596680807 218652672 26667 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 53382 26667 181 55 0 51268 0
[pid=30319/tid=30326] ppid=30317 vsize=213528 CPUtime=37.93 cores=1,3,5,7
/proc/30319/task/30326/stat : 30326 (plingeling) R 30317 30319 30119 0 -1 4202560 18943 1253 0 0 3790 3 0 0 25 0 5 0 596680844 218652672 26667 33554432000 4194304 4417332 140736804436256 18446744073709551615 4306284 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30319/tid=30327] ppid=30317 vsize=213528 CPUtime=37.92 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 26711 1253 0 0 3788 4 0 0 25 0 5 0 596680844 218652672 26667 33554432000 4194304 4417332 140736804436256 18446744073709551615 4307418 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=213528 CPUtime=37.92 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 11728 1253 0 0 3791 1 0 0 25 0 5 0 596680844 218652672 26667 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30319/tid=30329] ppid=30317 vsize=213528 CPUtime=37.72 cores=1,3,5,7
/proc/30319/task/30329/stat : 30329 (plingeling) R 30317 30319 30119 0 -1 4202560 2341 1253 0 0 3772 0 0 0 25 0 5 0 596680844 218652672 26667 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 151.87
Current children cumulated vsize (KiB) 213528

[startup+39.9004 s]
/proc/loadavg: 8.15 7.80 7.61 9/186 30330
/proc/meminfo: memFree=19302272/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=213528 CPUtime=158.26 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 78053 1253 0 0 15815 11 0 0 22 0 5 0 596680807 218652672 26667 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 53382 26667 181 55 0 51268 0
[pid=30319/tid=30326] ppid=30317 vsize=213528 CPUtime=39.52 cores=1,3,5,7
/proc/30319/task/30326/stat : 30326 (plingeling) R 30317 30319 30119 0 -1 4202560 18943 1253 0 0 3949 3 0 0 25 0 5 0 596680844 218652672 26667 33554432000 4194304 4417332 140736804436256 18446744073709551615 4278246 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30319/tid=30327] ppid=30317 vsize=213528 CPUtime=39.52 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 26711 1253 0 0 3948 4 0 0 25 0 5 0 596680844 218652672 26667 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=213528 CPUtime=39.52 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 11728 1253 0 0 3951 1 0 0 25 0 5 0 596680844 218652672 26667 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30319/tid=30329] ppid=30317 vsize=213528 CPUtime=39.3 cores=1,3,5,7
/proc/30319/task/30329/stat : 30329 (plingeling) R 30317 30319 30119 0 -1 4202560 2341 1253 0 0 3930 0 0 0 25 0 5 0 596680844 218652672 26667 33554432000 4194304 4417332 140736804436256 18446744073709551615 4265480 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 158.26
Current children cumulated vsize (KiB) 213528

[startup+41.5011 s]
/proc/loadavg: 8.15 7.80 7.61 9/186 30330
/proc/meminfo: memFree=19312936/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=217624 CPUtime=164.65 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 79077 1253 0 0 16454 11 0 0 22 0 5 0 596680807 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 54406 27691 181 55 0 52292 0
[pid=30319/tid=30326] ppid=30317 vsize=217624 CPUtime=41.13 cores=1,3,5,7
/proc/30319/task/30326/stat : 30326 (plingeling) R 30317 30319 30119 0 -1 4202560 18943 1253 0 0 4110 3 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30319/tid=30327] ppid=30317 vsize=217624 CPUtime=41.12 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 26711 1253 0 0 4108 4 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=217624 CPUtime=41.12 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 12752 1253 0 0 4111 1 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364715 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30319/tid=30329] ppid=30317 vsize=217624 CPUtime=40.9 cores=1,3,5,7
/proc/30319/task/30329/stat : 30329 (plingeling) R 30317 30319 30119 0 -1 4202560 2341 1253 0 0 4090 0 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 164.65
Current children cumulated vsize (KiB) 217624

[startup+41.901 s]
/proc/loadavg: 8.15 7.80 7.61 9/186 30330
/proc/meminfo: memFree=19308596/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=217624 CPUtime=166.25 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 79077 1253 0 0 16614 11 0 0 22 0 5 0 596680807 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 54406 27691 181 55 0 52292 0
[pid=30319/tid=30326] ppid=30317 vsize=217624 CPUtime=41.53 cores=1,3,5,7
/proc/30319/task/30326/stat : 30326 (plingeling) R 30317 30319 30119 0 -1 4202560 18943 1253 0 0 4150 3 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30319/tid=30327] ppid=30317 vsize=217624 CPUtime=41.52 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 26711 1253 0 0 4148 4 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4250869 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=217624 CPUtime=41.52 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 12752 1253 0 0 4151 1 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364923 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30319/tid=30329] ppid=30317 vsize=217624 CPUtime=41.29 cores=1,3,5,7
/proc/30319/task/30329/stat : 30329 (plingeling) R 30317 30319 30119 0 -1 4202560 2341 1253 0 0 4129 0 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4365076 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 166.25
Current children cumulated vsize (KiB) 217624

[startup+42.301 s]
/proc/loadavg: 8.15 7.80 7.61 9/186 30330
/proc/meminfo: memFree=19308596/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=217624 CPUtime=167.85 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 79077 1253 0 0 16774 11 0 0 22 0 5 0 596680807 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 54406 27691 181 55 0 52292 0
[pid=30319/tid=30326] ppid=30317 vsize=217624 CPUtime=41.93 cores=1,3,5,7
/proc/30319/task/30326/stat : 30326 (plingeling) R 30317 30319 30119 0 -1 4202560 18943 1253 0 0 4190 3 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30319/tid=30327] ppid=30317 vsize=217624 CPUtime=41.92 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 26711 1253 0 0 4188 4 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=217624 CPUtime=41.92 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 12752 1253 0 0 4191 1 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30319/tid=30329] ppid=30317 vsize=217624 CPUtime=41.69 cores=1,3,5,7
/proc/30319/task/30329/stat : 30329 (plingeling) R 30317 30319 30119 0 -1 4202560 2341 1253 0 0 4169 0 0 0 25 0 5 0 596680844 222846976 27691 33554432000 4194304 4417332 140736804436256 18446744073709551615 4366412 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 167.85
Current children cumulated vsize (KiB) 217624

[startup+42.401 s]
/proc/loadavg: 8.15 7.80 7.61 9/186 30330
/proc/meminfo: memFree=19308596/32950928 swapFree=67111364/67111528
[pid=30319] ppid=30317 vsize=217648 CPUtime=168.22 cores=1,3,5,7
/proc/30319/stat : 30319 (plingeling) S 30317 30319 30119 0 -1 4202496 79084 1253 0 0 16811 11 0 0 18 0 3 0 596680807 222871552 27698 33554432000 4194304 4417332 140736804436256 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/30319/statm: 54412 27698 182 55 0 52298 0
[pid=30319/tid=30327] ppid=30317 vsize=217648 CPUtime=42.02 cores=1,3,5,7
/proc/30319/task/30327/stat : 30327 (plingeling) R 30317 30319 30119 0 -1 4202560 26711 1253 0 0 4198 4 0 0 25 0 3 0 596680844 222871552 27698 33554432000 4194304 4417332 140736804436256 18446744073709551615 4237250 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30319/tid=30328] ppid=30317 vsize=217648 CPUtime=42.02 cores=1,3,5,7
/proc/30319/task/30328/stat : 30328 (plingeling) R 30317 30319 30119 0 -1 4202560 12752 1253 0 0 4201 1 0 0 25 0 3 0 596680844 222871552 27698 33554432000 4194304 4417332 140736804436256 18446744073709551615 4236564 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 168.22
Current children cumulated vsize (KiB) 217648

Child status: 20
Real time (s): 42.4434
CPU time (s): 168.284
CPU user time (s): 168.159
CPU system time (s): 0.124981
CPU usage (%): 396.491
Max. virtual memory (cumulated for all children) (KiB): 248248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.159
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80340
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= 129
involuntary context switches= 1210

runsolver used 0.066989 second user time and 0.167974 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 10:08:21
IDJOB=3287735
IDBENCH=82473
IDSOLVER=1605
FILE ID=node113/3287735-1304064501
RUNJOBID= node113-1304064180-30139
PBS_JOBID= 13170457
Free space on /tmp= 71152 MiB

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

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

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=1639852872

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:      19419604 kB
Buffers:       1744888 kB
Cached:       10886668 kB
SwapCached:        164 kB
Active:        6698596 kB
Inactive:      6242688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19419604 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5172 kB
Writeback:           0 kB
AnonPages:      309028 kB
Mapped:          15284 kB
Slab:           526976 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   510204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71152 MiB
End job on node113 at 2011-04-29 10:09:04