Trace number 3371366

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 81.1607 21.1501

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.5654
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 8.07 8.07 7.89 3/347 22457
/proc/meminfo: memFree=24092080/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) R 22455 22457 22319 0 -1 4202496 1046 1251 0 0 0 0 0 0 24 0 1 0 653268931 12095488 976 33554432000 4194304 4417452 140734149178032 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/22457/statm: 2953 976 148 55 0 839 0

[startup+0.0957519 s]
/proc/loadavg: 8.07 8.07 7.89 3/347 22457
/proc/meminfo: memFree=24092080/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=25892 CPUtime=0.08 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) R 22455 22457 22319 0 -1 4202496 4585 1251 0 0 8 0 0 0 24 0 1 0 653268931 26513408 4497 33554432000 4194304 4417452 140734149178032 18446744073709551615 4274446 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/22457/statm: 6473 4497 149 55 0 4359 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25892

[startup+0.100749 s]
/proc/loadavg: 8.07 8.07 7.89 3/347 22457
/proc/meminfo: memFree=24092080/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=29228 CPUtime=0.09 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) R 22455 22457 22319 0 -1 4202496 5419 1251 0 0 9 0 0 0 24 0 1 0 653268931 29929472 5331 33554432000 4194304 4417452 140734149178032 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/22457/statm: 7307 5331 149 55 0 5193 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29228

[startup+0.300708 s]
/proc/loadavg: 8.07 8.07 7.89 3/347 22457
/proc/meminfo: memFree=24092080/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=50088 CPUtime=0.29 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) R 22455 22457 22319 0 -1 4202496 10672 1251 0 0 28 1 0 0 25 0 1 0 653268931 51290112 10546 33554432000 4194304 4417452 140734149178032 18446744073709551615 4231256 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/22457/statm: 12522 10546 149 55 0 10408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50088

[startup+0.700632 s]
/proc/loadavg: 8.07 8.07 7.89 3/347 22457
/proc/meminfo: memFree=24092080/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=122028 CPUtime=0.69 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) R 22455 22457 22319 0 -1 4202496 28657 1251 0 0 66 3 0 0 25 0 1 0 653268931 124956672 28531 33554432000 4194304 4417452 140734149178032 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/22457/statm: 30507 28531 149 55 0 28393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122028

[startup+1.50042 s]
/proc/loadavg: 8.07 8.07 7.89 6/355 22478
/proc/meminfo: memFree=23799428/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=251148 CPUtime=2.98 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) S 22455 22457 22319 0 -1 4202496 53719 1251 0 0 291 7 0 0 25 0 5 0 653268931 257175552 36335 33554432000 4194304 4417452 140734149178032 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22457/statm: 62787 36335 174 55 0 60673 0
[pid=22457/tid=22475] ppid=22455 vsize=251148 CPUtime=0.49 cores=0,2,4,6
/proc/22457/task/22475/stat : 22475 (plingeling) R 22455 22457 22319 0 -1 4202560 3710 1251 0 0 49 0 0 0 25 0 5 0 653269031 257175552 36335 33554432000 4194304 4417452 140734149178032 18446744073709551615 4310225 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22457/tid=22476] ppid=22455 vsize=251148 CPUtime=0.49 cores=0,2,4,6
/proc/22457/task/22476/stat : 22476 (plingeling) R 22455 22457 22319 0 -1 4202560 3722 1251 0 0 49 0 0 0 18 0 5 0 653269031 257175552 36335 33554432000 4194304 4417452 140734149178032 18446744073709551615 4311324 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22457/tid=22477] ppid=22455 vsize=251148 CPUtime=0.49 cores=0,2,4,6
/proc/22457/task/22477/stat : 22477 (plingeling) R 22455 22457 22319 0 -1 4202560 3744 1251 0 0 49 0 0 0 25 0 5 0 653269031 257175552 36335 33554432000 4194304 4417452 140734149178032 18446744073709551615 4282430 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22457/tid=22478] ppid=22455 vsize=251148 CPUtime=0.48 cores=0,2,4,6
/proc/22457/task/22478/stat : 22478 (plingeling) R 22455 22457 22319 0 -1 4202560 2480 1251 0 0 48 0 0 0 25 0 5 0 653269031 257175552 36335 33554432000 4194304 4417452 140734149178032 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 251148

[startup+3.10104 s]
/proc/loadavg: 7.91 8.04 7.88 6/355 22478
/proc/meminfo: memFree=23648892/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=293080 CPUtime=9.37 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) S 22455 22457 22319 0 -1 4202496 65740 1251 0 0 927 10 0 0 25 0 5 0 653268931 300113920 46823 33554432000 4194304 4417452 140734149178032 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22457/statm: 73270 46823 177 55 0 71156 0
[pid=22457/tid=22475] ppid=22455 vsize=293080 CPUtime=2.09 cores=0,2,4,6
/proc/22457/task/22475/stat : 22475 (plingeling) R 22455 22457 22319 0 -1 4202560 4503 1251 0 0 209 0 0 0 25 0 5 0 653269031 300113920 46823 33554432000 4194304 4417452 140734149178032 18446744073709551615 4259882 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22457/tid=22476] ppid=22455 vsize=293080 CPUtime=2.09 cores=0,2,4,6
/proc/22457/task/22476/stat : 22476 (plingeling) R 22455 22457 22319 0 -1 4202560 10853 1251 0 0 208 1 0 0 21 0 5 0 653269031 300113920 46823 33554432000 4194304 4417452 140734149178032 18446744073709551615 4275688 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22457/tid=22477] ppid=22455 vsize=293080 CPUtime=2.09 cores=0,2,4,6
/proc/22457/task/22477/stat : 22477 (plingeling) R 22455 22457 22319 0 -1 4202560 7841 1251 0 0 207 2 0 0 25 0 5 0 653269031 300113920 46823 33554432000 4194304 4417452 140734149178032 18446744073709551615 4277491 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22457/tid=22478] ppid=22455 vsize=293080 CPUtime=2.07 cores=0,2,4,6
/proc/22457/task/22478/stat : 22478 (plingeling) R 22455 22457 22319 0 -1 4202560 2480 1251 0 0 207 0 0 0 25 0 5 0 653269031 300113920 46823 33554432000 4194304 4417452 140734149178032 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.37
Current children cumulated vsize (KiB) 293080

[startup+6.3004 s]
/proc/loadavg: 7.91 8.04 7.88 9/359 22482
/proc/meminfo: memFree=23492996/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=314292 CPUtime=22.12 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) S 22455 22457 22319 0 -1 4202496 115925 1251 0 0 2196 16 0 0 25 0 5 0 653268931 321835008 52160 33554432000 4194304 4417452 140734149178032 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22457/statm: 78573 52160 179 55 0 76459 0
[pid=22457/tid=22475] ppid=22455 vsize=314292 CPUtime=5.29 cores=0,2,4,6
/proc/22457/task/22475/stat : 22475 (plingeling) R 22455 22457 22319 0 -1 4202560 26787 1251 0 0 526 3 0 0 25 0 5 0 653269031 321835008 52160 33554432000 4194304 4417452 140734149178032 18446744073709551615 4233477 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22457/tid=22476] ppid=22455 vsize=314292 CPUtime=5.28 cores=0,2,4,6
/proc/22457/task/22476/stat : 22476 (plingeling) R 22455 22457 22319 0 -1 4202560 28289 1251 0 0 525 3 0 0 25 0 5 0 653269031 321835008 52160 33554432000 4194304 4417452 140734149178032 18446744073709551615 4254896 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22457/tid=22477] ppid=22455 vsize=314292 CPUtime=5.29 cores=0,2,4,6
/proc/22457/task/22477/stat : 22477 (plingeling) R 22455 22457 22319 0 -1 4202560 18306 1251 0 0 526 3 0 0 25 0 5 0 653269031 321835008 52160 33554432000 4194304 4417452 140734149178032 18446744073709551615 4254810 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22457/tid=22478] ppid=22455 vsize=314292 CPUtime=5.23 cores=0,2,4,6
/proc/22457/task/22478/stat : 22478 (plingeling) R 22455 22457 22319 0 -1 4202560 2480 1251 0 0 523 0 0 0 25 0 5 0 653269031 321835008 52160 33554432000 4194304 4417452 140734149178032 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.12
Current children cumulated vsize (KiB) 314292

[startup+12.7011 s]
/proc/loadavg: 7.92 8.03 7.88 9/359 22482
/proc/meminfo: memFree=23362856/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=345012 CPUtime=47.65 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) S 22455 22457 22319 0 -1 4202496 123598 1251 0 0 4748 17 0 0 25 0 5 0 653268931 353292288 59821 33554432000 4194304 4417452 140734149178032 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22457/statm: 86253 59821 180 55 0 84139 0
[pid=22457/tid=22475] ppid=22455 vsize=345012 CPUtime=11.7 cores=0,2,4,6
/proc/22457/task/22475/stat : 22475 (plingeling) R 22455 22457 22319 0 -1 4202560 30381 1251 0 0 1166 4 0 0 25 0 5 0 653269031 353292288 59821 33554432000 4194304 4417452 140734149178032 18446744073709551615 4250022 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22457/tid=22476] ppid=22455 vsize=345012 CPUtime=11.69 cores=0,2,4,6
/proc/22457/task/22476/stat : 22476 (plingeling) R 22455 22457 22319 0 -1 4202560 30839 1251 0 0 1165 4 0 0 25 0 5 0 653269031 353292288 59821 33554432000 4194304 4417452 140734149178032 18446744073709551615 4249186 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22457/tid=22477] ppid=22455 vsize=345012 CPUtime=11.69 cores=0,2,4,6
/proc/22457/task/22477/stat : 22477 (plingeling) R 22455 22457 22319 0 -1 4202560 19835 1251 0 0 1166 3 0 0 25 0 5 0 653269031 353292288 59821 33554432000 4194304 4417452 140734149178032 18446744073709551615 4364480 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22457/tid=22478] ppid=22455 vsize=345012 CPUtime=11.56 cores=0,2,4,6
/proc/22457/task/22478/stat : 22478 (plingeling) R 22455 22457 22319 0 -1 4202560 2480 1251 0 0 1156 0 0 0 25 0 5 0 653269031 353292288 59821 33554432000 4194304 4417452 140734149178032 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.65
Current children cumulated vsize (KiB) 345012

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

[startup+15.9005 s]
/proc/loadavg: 7.92 8.03 7.88 9/359 22482
/proc/meminfo: memFree=23348596/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=344292 CPUtime=60.41 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) S 22455 22457 22319 0 -1 4202496 123598 1251 0 0 6024 17 0 0 25 0 5 0 653268931 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22457/statm: 86073 59641 180 55 0 83959 0
[pid=22457/tid=22475] ppid=22455 vsize=344292 CPUtime=14.9 cores=0,2,4,6
/proc/22457/task/22475/stat : 22475 (plingeling) R 22455 22457 22319 0 -1 4202560 30381 1251 0 0 1486 4 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22457/tid=22476] ppid=22455 vsize=344292 CPUtime=14.89 cores=0,2,4,6
/proc/22457/task/22476/stat : 22476 (plingeling) R 22455 22457 22319 0 -1 4202560 30839 1251 0 0 1485 4 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22457/tid=22477] ppid=22455 vsize=344292 CPUtime=14.88 cores=0,2,4,6
/proc/22457/task/22477/stat : 22477 (plingeling) R 22455 22457 22319 0 -1 4202560 19835 1251 0 0 1485 3 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22457/tid=22478] ppid=22455 vsize=344292 CPUtime=14.72 cores=0,2,4,6
/proc/22457/task/22478/stat : 22478 (plingeling) R 22455 22457 22319 0 -1 4202560 2480 1251 0 0 1472 0 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 60.41
Current children cumulated vsize (KiB) 344292

[startup+19.1009 s]
/proc/loadavg: 7.93 8.03 7.88 9/359 22482
/proc/meminfo: memFree=23348596/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=344292 CPUtime=73.16 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) S 22455 22457 22319 0 -1 4202496 123598 1251 0 0 7299 17 0 0 25 0 5 0 653268931 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22457/statm: 86073 59641 180 55 0 83959 0
[pid=22457/tid=22475] ppid=22455 vsize=344292 CPUtime=18.1 cores=0,2,4,6
/proc/22457/task/22475/stat : 22475 (plingeling) R 22455 22457 22319 0 -1 4202560 30381 1251 0 0 1806 4 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22457/tid=22476] ppid=22455 vsize=344292 CPUtime=18.08 cores=0,2,4,6
/proc/22457/task/22476/stat : 22476 (plingeling) R 22455 22457 22319 0 -1 4202560 30839 1251 0 0 1804 4 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4364446 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22457/tid=22477] ppid=22455 vsize=344292 CPUtime=18.09 cores=0,2,4,6
/proc/22457/task/22477/stat : 22477 (plingeling) R 22455 22457 22319 0 -1 4202560 19835 1251 0 0 1806 3 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22457/tid=22478] ppid=22455 vsize=344292 CPUtime=17.88 cores=0,2,4,6
/proc/22457/task/22478/stat : 22478 (plingeling) R 22455 22457 22319 0 -1 4202560 2480 1251 0 0 1788 0 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 73.16
Current children cumulated vsize (KiB) 344292

[startup+19.9007 s]
/proc/loadavg: 7.93 8.03 7.88 9/359 22482
/proc/meminfo: memFree=23347352/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=344292 CPUtime=76.35 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) S 22455 22457 22319 0 -1 4202496 123598 1251 0 0 7618 17 0 0 25 0 5 0 653268931 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22457/statm: 86073 59641 180 55 0 83959 0
[pid=22457/tid=22475] ppid=22455 vsize=344292 CPUtime=18.9 cores=0,2,4,6
/proc/22457/task/22475/stat : 22475 (plingeling) R 22455 22457 22319 0 -1 4202560 30381 1251 0 0 1886 4 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4302892 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22457/tid=22476] ppid=22455 vsize=344292 CPUtime=18.88 cores=0,2,4,6
/proc/22457/task/22476/stat : 22476 (plingeling) R 22455 22457 22319 0 -1 4202560 30839 1251 0 0 1884 4 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22457/tid=22477] ppid=22455 vsize=344292 CPUtime=18.89 cores=0,2,4,6
/proc/22457/task/22477/stat : 22477 (plingeling) R 22455 22457 22319 0 -1 4202560 19835 1251 0 0 1886 3 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22457/tid=22478] ppid=22455 vsize=344292 CPUtime=18.67 cores=0,2,4,6
/proc/22457/task/22478/stat : 22478 (plingeling) R 22455 22457 22319 0 -1 4202560 2480 1251 0 0 1867 0 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 76.35
Current children cumulated vsize (KiB) 344292

[startup+20.7005 s]
/proc/loadavg: 7.93 8.03 7.88 9/359 22482
/proc/meminfo: memFree=23347352/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=344292 CPUtime=79.55 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) S 22455 22457 22319 0 -1 4202496 123598 1251 0 0 7938 17 0 0 25 0 5 0 653268931 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22457/statm: 86073 59641 180 55 0 83959 0
[pid=22457/tid=22475] ppid=22455 vsize=344292 CPUtime=19.7 cores=0,2,4,6
/proc/22457/task/22475/stat : 22475 (plingeling) R 22455 22457 22319 0 -1 4202560 30381 1251 0 0 1966 4 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4236870 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22457/tid=22476] ppid=22455 vsize=344292 CPUtime=19.68 cores=0,2,4,6
/proc/22457/task/22476/stat : 22476 (plingeling) R 22455 22457 22319 0 -1 4202560 30839 1251 0 0 1964 4 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22457/tid=22477] ppid=22455 vsize=344292 CPUtime=19.69 cores=0,2,4,6
/proc/22457/task/22477/stat : 22477 (plingeling) R 22455 22457 22319 0 -1 4202560 19835 1251 0 0 1966 3 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22457/tid=22478] ppid=22455 vsize=344292 CPUtime=19.47 cores=0,2,4,6
/proc/22457/task/22478/stat : 22478 (plingeling) R 22455 22457 22319 0 -1 4202560 2480 1251 0 0 1947 0 0 0 25 0 5 0 653269031 352555008 59641 33554432000 4194304 4417452 140734149178032 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 79.55
Current children cumulated vsize (KiB) 344292

[startup+21.1005 s]
/proc/loadavg: 7.93 8.03 7.88 9/359 22482
/proc/meminfo: memFree=23347484/32950928 swapFree=45937192/67111528
[pid=22457] ppid=22455 vsize=344292 CPUtime=81.1 cores=0,2,4,6
/proc/22457/stat : 22457 (plingeling) S 22455 22457 22319 0 -1 4202496 123599 1251 0 0 8093 17 0 0 25 0 2 0 653268931 352555008 59642 33554432000 4194304 4417452 140734149178032 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22457/statm: 86073 59642 181 55 0 83959 0
[pid=22457/tid=22475] ppid=22455 vsize=344292 CPUtime=20.1 cores=0,2,4,6
/proc/22457/task/22475/stat : 22475 (plingeling) R 22455 22457 22319 0 -1 4202560 30381 1251 0 0 2006 4 0 0 25 0 2 0 653269031 352555008 59642 33554432000 4194304 4417452 140734149178032 18446744073709551615 4237702 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 81.1
Current children cumulated vsize (KiB) 344292

Child status: 20
Real time (s): 21.1501
CPU time (s): 81.1607
CPU user time (s): 80.9687
CPU system time (s): 0.19197
CPU usage (%): 383.737
Max. virtual memory (cumulated for all children) (KiB): 371976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.9687
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124853
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= 115
involuntary context switches= 623

runsolver used 0.077988 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 01:45:22
IDJOB=3371366
IDBENCH=20431
IDSOLVER=1848
FILE ID=node149/3371366-1305416722
RUNJOBID= node149-1305415515-22337
PBS_JOBID= 13324565
Free space on /tmp= 73536 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371366-1305416722/watcher-3371366-1305416722 -o /tmp/evaluation-result-3371366-1305416722/solver-3371366-1305416722 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371366-1305416722.cnf

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

MD5SUM BENCH= 3b8c6114a974b09e9b1601ba0718cbf3
RANDOM SEED=350068429

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:      24092616 kB
Buffers:        312552 kB
Cached:        3909476 kB
SwapCached:      19984 kB
Active:        6333480 kB
Inactive:      2229512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24092616 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           38060 kB
Writeback:           0 kB
AnonPages:     4332952 kB
Mapped:          13812 kB
Slab:           158092 kB
PageTables:      71920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80193156 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= 73528 MiB
End job on node149 at 2011-05-15 01:45:44