Trace number 3371357

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 48.7476 12.2833

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
all.used-as.sat04-986.cnf
MD5SUM51fef6c1c8ac21be9eb125cde1cdd08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.941
Satisfiable
(Un)Satisfiability was proved
Number of variables21317
Number of clauses63664
Sum of the clauses size148532
Maximum clause length3
Minimum clause length1
Number of clauses of size 113
Number of clauses of size 242434
Number of clauses of size 321217
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 7.45 7.94 7.96 3/287 11336
/proc/meminfo: memFree=29297308/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=11552 CPUtime=0 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) R 11333 11336 3918 0 -1 4202496 1014 1251 0 0 0 0 0 0 22 0 1 0 654711828 11829248 912 33554432000 4194304 4417452 140734089700288 18446744073709551615 228122713856 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/11336/statm: 2888 912 149 55 0 774 0

[startup+0.0863401 s]
/proc/loadavg: 7.45 7.94 7.96 3/287 11336
/proc/meminfo: memFree=29297308/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=65664 CPUtime=0.1 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 5981 1251 0 0 10 0 0 0 22 0 5 0 654711828 67239936 4188 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 16416 4188 165 55 0 14302 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 65664

[startup+0.100341 s]
/proc/loadavg: 7.45 7.94 7.96 3/287 11336
/proc/meminfo: memFree=29297308/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=69140 CPUtime=0.16 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 6855 1251 0 0 16 0 0 0 22 0 5 0 654711828 70799360 5062 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 17285 5062 170 55 0 15171 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 69140

[startup+0.300305 s]
/proc/loadavg: 7.45 7.94 7.96 3/287 11336
/proc/meminfo: memFree=29297308/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=69968 CPUtime=0.95 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 8155 1251 0 0 95 0 0 0 22 0 5 0 654711828 71647232 5274 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 17492 5274 175 55 0 15378 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 69968

[startup+0.700232 s]
/proc/loadavg: 7.45 7.94 7.96 3/287 11336
/proc/meminfo: memFree=29297308/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=70992 CPUtime=2.56 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 8669 1251 0 0 255 1 0 0 22 0 5 0 654711828 72695808 5531 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 17748 5531 176 55 0 15634 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 70992

[startup+1.50108 s]
/proc/loadavg: 7.45 7.94 7.96 10/297 11352
/proc/meminfo: memFree=29248580/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=146728 CPUtime=5.75 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 11533 1251 0 0 574 1 0 0 22 0 5 0 654711828 150249472 8384 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 36682 8384 179 55 0 34568 0
[pid=11336/tid=11349] ppid=11333 vsize=146728 CPUtime=1.42 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (plingeling) R 11333 11336 3918 0 -1 4202560 2182 1251 0 0 142 0 0 0 25 0 5 0 654711836 150249472 8384 33554432000 4194304 4417452 140734089700288 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=146728 CPUtime=1.4 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (plingeling) R 11333 11336 3918 0 -1 4202560 2534 1251 0 0 140 0 0 0 25 0 5 0 654711836 150249472 8384 33554432000 4194304 4417452 140734089700288 18446744073709551615 4249193 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=146728 CPUtime=1.42 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (plingeling) R 11333 11336 3918 0 -1 4202560 1484 1251 0 0 142 0 0 0 25 0 5 0 654711836 150249472 8384 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=146728 CPUtime=1.42 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (plingeling) R 11333 11336 3918 0 -1 4202560 498 1251 0 0 142 0 0 0 25 0 5 0 654711836 150249472 8384 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 146728

[startup+3.1008 s]
/proc/loadavg: 7.50 7.94 7.96 11/297 11352
/proc/meminfo: memFree=29242752/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=144640 CPUtime=12.14 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 12574 1251 0 0 1213 1 0 0 22 0 5 0 654711828 148111360 7608 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 36160 7608 180 55 0 34046 0
[pid=11336/tid=11349] ppid=11333 vsize=144640 CPUtime=3.02 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (plingeling) R 11333 11336 3918 0 -1 4202560 2956 1251 0 0 302 0 0 0 25 0 5 0 654711836 148111360 7608 33554432000 4194304 4417452 140734089700288 18446744073709551615 4365181 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=144640 CPUtime=2.99 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (plingeling) R 11333 11336 3918 0 -1 4202560 2791 1251 0 0 299 0 0 0 25 0 5 0 654711836 148111360 7608 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=144640 CPUtime=3.02 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (plingeling) R 11333 11336 3918 0 -1 4202560 1494 1251 0 0 302 0 0 0 25 0 5 0 654711836 148111360 7608 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=144640 CPUtime=3.02 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (plingeling) R 11333 11336 3918 0 -1 4202560 498 1251 0 0 302 0 0 0 25 0 5 0 654711836 148111360 7608 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 144640

[startup+6.30122 s]
/proc/loadavg: 7.50 7.94 7.96 6/290 11374
/proc/meminfo: memFree=29200692/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=147048 CPUtime=24.91 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 13693 1251 0 0 2490 1 0 0 22 0 5 0 654711828 150577152 8210 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 36762 8210 180 55 0 34648 0
[pid=11336/tid=11349] ppid=11333 vsize=147048 CPUtime=6.22 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (plingeling) R 11333 11336 3918 0 -1 4202560 3307 1251 0 0 622 0 0 0 25 0 5 0 654711836 150577152 8210 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=147048 CPUtime=6.16 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (plingeling) R 11333 11336 3918 0 -1 4202560 3047 1251 0 0 616 0 0 0 25 0 5 0 654711836 150577152 8210 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=147048 CPUtime=6.22 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (plingeling) R 11333 11336 3918 0 -1 4202560 1494 1251 0 0 622 0 0 0 25 0 5 0 654711836 150577152 8210 33554432000 4194304 4417452 140734089700288 18446744073709551615 4250980 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=147048 CPUtime=6.22 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (plingeling) R 11333 11336 3918 0 -1 4202560 1010 1251 0 0 622 0 0 0 25 0 5 0 654711836 150577152 8210 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 147048

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

[startup+9.50064 s]
/proc/loadavg: 7.30 7.89 7.95 6/293 11385
/proc/meminfo: memFree=29043252/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=150708 CPUtime=37.68 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 16157 1251 0 0 3766 2 0 0 22 0 5 0 654711828 154324992 9125 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 37677 9125 180 55 0 35563 0
[pid=11336/tid=11349] ppid=11333 vsize=150708 CPUtime=9.41 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (plingeling) R 11333 11336 3918 0 -1 4202560 4546 1251 0 0 941 0 0 0 25 0 5 0 654711836 154324992 9125 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=150708 CPUtime=9.33 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (plingeling) R 11333 11336 3918 0 -1 4202560 3734 1251 0 0 933 0 0 0 25 0 5 0 654711836 154324992 9125 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=150708 CPUtime=9.41 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (plingeling) R 11333 11336 3918 0 -1 4202560 2032 1251 0 0 941 0 0 0 25 0 5 0 654711836 154324992 9125 33554432000 4194304 4417452 140734089700288 18446744073709551615 4365990 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=150708 CPUtime=9.42 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (plingeling) R 11333 11336 3918 0 -1 4202560 1010 1251 0 0 942 0 0 0 25 0 5 0 654711836 154324992 9125 33554432000 4194304 4417452 140734089700288 18446744073709551615 4365120 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.68
Current children cumulated vsize (KiB) 150708

[startup+11.1004 s]
/proc/loadavg: 7.30 7.89 7.95 6/293 11385
/proc/meminfo: memFree=28797872/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=151804 CPUtime=44.06 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 16674 1251 0 0 4402 4 0 0 22 0 5 0 654711828 155447296 9399 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 37951 9399 180 55 0 35837 0
[pid=11336/tid=11349] ppid=11333 vsize=151804 CPUtime=11.01 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (plingeling) R 11333 11336 3918 0 -1 4202560 4546 1251 0 0 1101 0 0 0 25 0 5 0 654711836 155447296 9399 33554432000 4194304 4417452 140734089700288 18446744073709551615 4236800 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=151804 CPUtime=10.91 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (plingeling) R 11333 11336 3918 0 -1 4202560 3945 1251 0 0 1091 0 0 0 25 0 5 0 654711836 155447296 9399 33554432000 4194304 4417452 140734089700288 18446744073709551615 4357869 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=151804 CPUtime=11.01 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (plingeling) R 11333 11336 3918 0 -1 4202560 2032 1251 0 0 1101 0 0 0 25 0 5 0 654711836 155447296 9399 33554432000 4194304 4417452 140734089700288 18446744073709551615 4232693 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=151804 CPUtime=11.02 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (plingeling) R 11333 11336 3918 0 -1 4202560 1316 1251 0 0 1100 2 0 0 25 0 5 0 654711836 155447296 9399 33554432000 4194304 4417452 140734089700288 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.06
Current children cumulated vsize (KiB) 151804

[startup+11.9012 s]
/proc/loadavg: 7.30 7.89 7.95 6/293 11385
/proc/meminfo: memFree=28797872/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=154100 CPUtime=47.26 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 17281 1251 0 0 4722 4 0 0 22 0 5 0 654711828 157798400 10002 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 38525 10002 180 55 0 36411 0
[pid=11336/tid=11349] ppid=11333 vsize=154100 CPUtime=11.81 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (plingeling) R 11333 11336 3918 0 -1 4202560 4549 1251 0 0 1181 0 0 0 25 0 5 0 654711836 157798400 10002 33554432000 4194304 4417452 140734089700288 18446744073709551615 4278089 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=154100 CPUtime=11.71 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (plingeling) R 11333 11336 3918 0 -1 4202560 3974 1251 0 0 1171 0 0 0 25 0 5 0 654711836 157798400 10002 33554432000 4194304 4417452 140734089700288 18446744073709551615 4236655 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=154100 CPUtime=11.81 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (plingeling) R 11333 11336 3918 0 -1 4202560 2544 1251 0 0 1181 0 0 0 25 0 5 0 654711836 157798400 10002 33554432000 4194304 4417452 140734089700288 18446744073709551615 4353477 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=154100 CPUtime=11.82 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (plingeling) R 11333 11336 3918 0 -1 4202560 1379 1251 0 0 1180 2 0 0 25 0 5 0 654711836 157798400 10002 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.26
Current children cumulated vsize (KiB) 154100

[startup+12.1112 s]
/proc/loadavg: 7.11 7.85 7.93 6/293 11385
/proc/meminfo: memFree=28670276/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=151692 CPUtime=48.09 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 17299 1251 0 0 4805 4 0 0 22 0 5 0 654711828 155332608 9400 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 37923 9400 180 55 0 35809 0
[pid=11336/tid=11349] ppid=11333 vsize=151692 CPUtime=12.02 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (plingeling) R 11333 11336 3918 0 -1 4202560 4549 1251 0 0 1202 0 0 0 25 0 5 0 654711836 155332608 9400 33554432000 4194304 4417452 140734089700288 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=151692 CPUtime=11.91 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (plingeling) R 11333 11336 3918 0 -1 4202560 3974 1251 0 0 1191 0 0 0 25 0 5 0 654711836 155332608 9400 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=151692 CPUtime=12.02 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (plingeling) R 11333 11336 3918 0 -1 4202560 2544 1251 0 0 1202 0 0 0 25 0 5 0 654711836 155332608 9400 33554432000 4194304 4417452 140734089700288 18446744073709551615 4236577 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=151692 CPUtime=12.03 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (plingeling) R 11333 11336 3918 0 -1 4202560 1397 1251 0 0 1201 2 0 0 25 0 5 0 654711836 155332608 9400 33554432000 4194304 4417452 140734089700288 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.09
Current children cumulated vsize (KiB) 151692

[startup+12.2012 s]
/proc/loadavg: 7.11 7.85 7.93 6/293 11385
/proc/meminfo: memFree=28670276/32951124 swapFree=54427468/67111528
[pid=11336] ppid=11333 vsize=151692 CPUtime=48.45 cores=1,3,5,7
/proc/11336/stat : 11336 (plingeling) S 11333 11336 3918 0 -1 4202496 17299 1251 0 0 4841 4 0 0 22 0 5 0 654711828 155332608 9400 33554432000 4194304 4417452 140734089700288 18446744073709551615 228134516709 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11336/statm: 37923 9400 180 55 0 35809 0
[pid=11336/tid=11349] ppid=11333 vsize=151692 CPUtime=12.11 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (plingeling) R 11333 11336 3918 0 -1 4202560 4549 1251 0 0 1211 0 0 0 25 0 5 0 654711836 155332608 9400 33554432000 4194304 4417452 140734089700288 18446744073709551615 4236827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=151692 CPUtime=12 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (plingeling) R 11333 11336 3918 0 -1 4202560 3974 1251 0 0 1200 0 0 0 25 0 5 0 654711836 155332608 9400 33554432000 4194304 4417452 140734089700288 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=151692 CPUtime=12.11 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (plingeling) R 11333 11336 3918 0 -1 4202560 2544 1251 0 0 1211 0 0 0 25 0 5 0 654711836 155332608 9400 33554432000 4194304 4417452 140734089700288 18446744073709551615 4353504 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=151692 CPUtime=12.12 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (plingeling) R 11333 11336 3918 0 -1 4202560 1397 1251 0 0 1210 2 0 0 25 0 5 0 654711836 155332608 9400 33554432000 4194304 4417452 140734089700288 18446744073709551615 4232648 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.45
Current children cumulated vsize (KiB) 151692

Child status: 20
Real time (s): 12.2833
CPU time (s): 48.7476
CPU user time (s): 48.6956
CPU system time (s): 0.051992
CPU usage (%): 396.86
Max. virtual memory (cumulated for all children) (KiB): 154112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.6956
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18554
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= 85
involuntary context switches= 365

runsolver used 0.037994 second user time and 0.083987 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 05:45:39
IDJOB=3371357
IDBENCH=84958
IDSOLVER=1848
FILE ID=node138/3371357-1305431138
RUNJOBID= node138-1305431138-11310
PBS_JOBID= 13324591
Free space on /tmp= 73612 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/all.used-as.sat04-986.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371357-1305431138/watcher-3371357-1305431138 -o /tmp/evaluation-result-3371357-1305431138/solver-3371357-1305431138 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371357-1305431138.cnf

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

MD5SUM BENCH= 51fef6c1c8ac21be9eb125cde1cdd08e
RANDOM SEED=1456125822

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.80
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.854
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.854
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29297960 kB
Buffers:        259884 kB
Cached:        3153360 kB
SwapCached:      18472 kB
Active:         880048 kB
Inactive:      2559112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29297960 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            1960 kB
Writeback:           0 kB
AnonPages:       19448 kB
Mapped:           9372 kB
Slab:           111332 kB
PageTables:      40596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39484864 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= 73460 MiB
End job on node138 at 2011-05-15 05:45:51