Trace number 3371358

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 56.6524 14.6858

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5286
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

Solver Data

56.37/14.68	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-3371358-1305415186/watcher-3371358-1305415186 -o /tmp/evaluation-result-3371358-1305415186/solver-3371358-1305415186 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371358-1305415186.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: 6.32 7.72 7.92 2/380 12689
/proc/meminfo: memFree=14875704/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) S 12687 12689 12655 0 -1 4202496 215 0 0 0 0 0 0 0 21 0 1 0 731749283 8937472 146 33554432000 4194304 4417452 140733952024560 18446744073709551615 216735178496 0 0 4096 0 18446744071562362840 0 0 17 4 0 0 0
/proc/12689/statm: 2182 146 122 55 0 68 0

[startup+0.096723 s]
/proc/loadavg: 6.32 7.72 7.92 2/380 12689
/proc/meminfo: memFree=14875704/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=26176 CPUtime=0.05 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) R 12687 12689 12655 0 -1 4202496 4637 1252 0 2 5 0 0 0 21 0 1 0 731749283 26804224 4567 33554432000 4194304 4417452 140733952024560 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12689/statm: 6544 4567 148 55 0 4430 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26176

[startup+0.100721 s]
/proc/loadavg: 6.32 7.72 7.92 2/380 12689
/proc/meminfo: memFree=14875704/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=26948 CPUtime=0.05 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) R 12687 12689 12655 0 -1 4202496 4784 1252 0 2 5 0 0 0 21 0 1 0 731749283 27594752 4714 33554432000 4194304 4417452 140733952024560 18446744073709551615 216734872557 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12689/statm: 6737 4734 148 55 0 4623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26948

[startup+0.300657 s]
/proc/loadavg: 6.32 7.72 7.92 2/380 12689
/proc/meminfo: memFree=14875704/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=64660 CPUtime=0.26 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) R 12687 12689 12655 0 -1 4202496 14275 1252 0 2 24 2 0 0 21 0 1 0 731749283 66211840 14189 33554432000 4194304 4417452 140733952024560 18446744073709551615 216734797360 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12689/statm: 16165 14189 149 55 0 14051 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 64660

[startup+0.700588 s]
/proc/loadavg: 6.32 7.72 7.92 2/380 12689
/proc/meminfo: memFree=14875704/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=182936 CPUtime=0.97 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) S 12687 12689 12655 0 -1 4202496 27888 1252 0 2 93 4 0 0 22 0 5 0 731749283 187326464 20303 33554432000 4194304 4417452 140733952024560 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12689/statm: 45734 20303 171 55 0 43620 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 182936

[startup+1.50045 s]
/proc/loadavg: 6.32 7.72 7.92 6/388 12713
/proc/meminfo: memFree=14721360/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=175560 CPUtime=4.15 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) S 12687 12689 12655 0 -1 4202496 31540 1252 0 2 411 4 0 0 22 0 5 0 731749283 179773440 16358 33554432000 4194304 4417452 140733952024560 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12689/statm: 43890 16358 175 55 0 41776 0
[pid=12689/tid=12697] ppid=12687 vsize=175560 CPUtime=0.89 cores=0,2,4,6
/proc/12689/task/12697/stat : 12697 (plingeling) R 12687 12689 12655 0 -1 4202560 3066 1252 0 2 89 0 0 0 19 0 5 0 731749343 179773440 16358 33554432000 4194304 4417452 140733952024560 18446744073709551615 4270620 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12689/tid=12698] ppid=12687 vsize=175560 CPUtime=0.88 cores=0,2,4,6
/proc/12689/task/12698/stat : 12698 (plingeling) R 12687 12689 12655 0 -1 4202560 4574 1252 0 2 88 0 0 0 25 0 5 0 731749343 179773440 16358 33554432000 4194304 4417452 140733952024560 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12689/tid=12699] ppid=12687 vsize=175560 CPUtime=0.9 cores=0,2,4,6
/proc/12689/task/12699/stat : 12699 (plingeling) R 12687 12689 12655 0 -1 4202560 2808 1252 0 2 90 0 0 0 25 0 5 0 731749343 179773440 16358 33554432000 4194304 4417452 140733952024560 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12689/tid=12700] ppid=12687 vsize=175560 CPUtime=0.89 cores=0,2,4,6
/proc/12689/task/12700/stat : 12700 (plingeling) R 12687 12689 12655 0 -1 4202560 1615 1252 0 2 89 0 0 0 25 0 5 0 731749343 179773440 16358 33554432000 4194304 4417452 140733952024560 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 175560

[startup+3.10114 s]
/proc/loadavg: 6.32 7.72 7.92 6/388 12714
/proc/meminfo: memFree=14559660/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=164392 CPUtime=10.53 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) S 12687 12689 12655 0 -1 4202496 32473 1252 0 2 1048 5 0 0 22 0 5 0 731749283 168337408 13448 33554432000 4194304 4417452 140733952024560 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12689/statm: 41098 13448 180 55 0 38984 0
[pid=12689/tid=12697] ppid=12687 vsize=164392 CPUtime=2.48 cores=0,2,4,6
/proc/12689/task/12697/stat : 12697 (plingeling) R 12687 12689 12655 0 -1 4202560 3523 1252 0 2 248 0 0 0 22 0 5 0 731749343 168337408 13448 33554432000 4194304 4417452 140733952024560 18446744073709551615 4357714 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12689/tid=12698] ppid=12687 vsize=164392 CPUtime=2.47 cores=0,2,4,6
/proc/12689/task/12698/stat : 12698 (plingeling) R 12687 12689 12655 0 -1 4202560 4870 1252 0 2 246 1 0 0 25 0 5 0 731749343 168337408 13448 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12689/tid=12699] ppid=12687 vsize=164392 CPUtime=2.5 cores=0,2,4,6
/proc/12689/task/12699/stat : 12699 (plingeling) R 12687 12689 12655 0 -1 4202560 2860 1252 0 2 250 0 0 0 25 0 5 0 731749343 168337408 13448 33554432000 4194304 4417452 140733952024560 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12689/tid=12700] ppid=12687 vsize=164392 CPUtime=2.49 cores=0,2,4,6
/proc/12689/task/12700/stat : 12700 (plingeling) R 12687 12689 12655 0 -1 4202560 1743 1252 0 2 249 0 0 0 25 0 5 0 731749343 168337408 13448 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.53
Current children cumulated vsize (KiB) 164392

[startup+6.30058 s]
/proc/loadavg: 6.45 7.72 7.92 9/392 12718
/proc/meminfo: memFree=14533356/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=160692 CPUtime=23.29 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) S 12687 12689 12655 0 -1 4202496 34415 1252 0 2 2324 5 0 0 22 0 5 0 731749283 164548608 12745 33554432000 4194304 4417452 140733952024560 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12689/statm: 40173 12745 180 55 0 38059 0
[pid=12689/tid=12697] ppid=12687 vsize=160692 CPUtime=5.68 cores=0,2,4,6
/proc/12689/task/12697/stat : 12697 (plingeling) R 12687 12689 12655 0 -1 4202560 4180 1252 0 2 568 0 0 0 25 0 5 0 731749343 164548608 12745 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12689/tid=12698] ppid=12687 vsize=160692 CPUtime=5.63 cores=0,2,4,6
/proc/12689/task/12698/stat : 12698 (plingeling) R 12687 12689 12655 0 -1 4202560 5580 1252 0 2 562 1 0 0 25 0 5 0 731749343 164548608 12745 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12689/tid=12699] ppid=12687 vsize=160692 CPUtime=5.7 cores=0,2,4,6
/proc/12689/task/12699/stat : 12699 (plingeling) R 12687 12689 12655 0 -1 4202560 3223 1252 0 2 570 0 0 0 25 0 5 0 731749343 164548608 12745 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12689/tid=12700] ppid=12687 vsize=160692 CPUtime=5.69 cores=0,2,4,6
/proc/12689/task/12700/stat : 12700 (plingeling) R 12687 12689 12655 0 -1 4202560 1955 1252 0 2 569 0 0 0 25 0 5 0 731749343 164548608 12745 33554432000 4194304 4417452 140733952024560 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.29
Current children cumulated vsize (KiB) 160692

[startup+12.7005 s]
/proc/loadavg: 6.58 7.73 7.92 9/392 12718
/proc/meminfo: memFree=14506008/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=168476 CPUtime=48.8 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) S 12687 12689 12655 0 -1 4202496 40434 1252 0 2 4874 6 0 0 22 0 5 0 731749283 172519424 14966 33554432000 4194304 4417452 140733952024560 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12689/statm: 42119 14966 180 55 0 40005 0
[pid=12689/tid=12697] ppid=12687 vsize=168476 CPUtime=12.09 cores=0,2,4,6
/proc/12689/task/12697/stat : 12697 (plingeling) R 12687 12689 12655 0 -1 4202560 7204 1252 0 2 1208 1 0 0 25 0 5 0 731749343 172519424 14966 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12689/tid=12698] ppid=12687 vsize=168476 CPUtime=11.94 cores=0,2,4,6
/proc/12689/task/12698/stat : 12698 (plingeling) R 12687 12689 12655 0 -1 4202560 7803 1252 0 2 1193 1 0 0 25 0 5 0 731749343 172519424 14966 33554432000 4194304 4417452 140733952024560 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12689/tid=12699] ppid=12687 vsize=168476 CPUtime=12.1 cores=0,2,4,6
/proc/12689/task/12699/stat : 12699 (plingeling) R 12687 12689 12655 0 -1 4202560 3995 1252 0 2 1210 0 0 0 25 0 5 0 731749343 172519424 14966 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12689/tid=12700] ppid=12687 vsize=168476 CPUtime=12.09 cores=0,2,4,6
/proc/12689/task/12700/stat : 12700 (plingeling) R 12687 12689 12655 0 -1 4202560 1955 1252 0 2 1209 0 0 0 25 0 5 0 731749343 172519424 14966 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.8
Current children cumulated vsize (KiB) 168476

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

[startup+13.5003 s]
/proc/loadavg: 6.58 7.73 7.92 9/392 12718
/proc/meminfo: memFree=14518408/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=173204 CPUtime=51.99 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) S 12687 12689 12655 0 -1 4202496 41671 1252 0 2 5193 6 0 0 22 0 5 0 731749283 177360896 15832 33554432000 4194304 4417452 140733952024560 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12689/statm: 43301 15832 180 55 0 41187 0
[pid=12689/tid=12697] ppid=12687 vsize=173204 CPUtime=12.89 cores=0,2,4,6
/proc/12689/task/12697/stat : 12697 (plingeling) R 12687 12689 12655 0 -1 4202560 7771 1252 0 2 1288 1 0 0 25 0 5 0 731749343 177360896 15832 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12689/tid=12698] ppid=12687 vsize=173204 CPUtime=12.73 cores=0,2,4,6
/proc/12689/task/12698/stat : 12698 (plingeling) R 12687 12689 12655 0 -1 4202560 8473 1252 0 2 1272 1 0 0 25 0 5 0 731749343 177360896 15832 33554432000 4194304 4417452 140733952024560 18446744073709551615 4236830 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12689/tid=12699] ppid=12687 vsize=173204 CPUtime=12.9 cores=0,2,4,6
/proc/12689/task/12699/stat : 12699 (plingeling) R 12687 12689 12655 0 -1 4202560 3995 1252 0 2 1290 0 0 0 25 0 5 0 731749343 177360896 15832 33554432000 4194304 4417452 140733952024560 18446744073709551615 4311285 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12689/tid=12700] ppid=12687 vsize=173204 CPUtime=12.89 cores=0,2,4,6
/proc/12689/task/12700/stat : 12700 (plingeling) R 12687 12689 12655 0 -1 4202560 1955 1252 0 2 1289 0 0 0 25 0 5 0 731749343 177360896 15832 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.99
Current children cumulated vsize (KiB) 173204

[startup+14.3142 s]
/proc/loadavg: 6.69 7.73 7.92 9/392 12718
/proc/meminfo: memFree=14520656/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=172080 CPUtime=55.23 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) S 12687 12689 12655 0 -1 4202496 42307 1252 0 2 5517 6 0 0 22 0 5 0 731749283 176209920 15955 33554432000 4194304 4417452 140733952024560 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12689/statm: 43020 15955 180 55 0 40906 0
[pid=12689/tid=12697] ppid=12687 vsize=172080 CPUtime=13.7 cores=0,2,4,6
/proc/12689/task/12697/stat : 12697 (plingeling) R 12687 12689 12655 0 -1 4202560 8169 1252 0 2 1369 1 0 0 25 0 5 0 731749343 176209920 15955 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12689/tid=12698] ppid=12687 vsize=172080 CPUtime=13.52 cores=0,2,4,6
/proc/12689/task/12698/stat : 12698 (plingeling) R 12687 12689 12655 0 -1 4202560 8690 1252 0 2 1351 1 0 0 25 0 5 0 731749343 176209920 15955 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12689/tid=12699] ppid=12687 vsize=172080 CPUtime=13.71 cores=0,2,4,6
/proc/12689/task/12699/stat : 12699 (plingeling) R 12687 12689 12655 0 -1 4202560 4016 1252 0 2 1371 0 0 0 25 0 5 0 731749343 176209920 15955 33554432000 4194304 4417452 140733952024560 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12689/tid=12700] ppid=12687 vsize=172080 CPUtime=13.71 cores=0,2,4,6
/proc/12689/task/12700/stat : 12700 (plingeling) R 12687 12689 12655 0 -1 4202560 1955 1252 0 2 1371 0 0 0 25 0 5 0 731749343 176209920 15955 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 55.23
Current children cumulated vsize (KiB) 172080

[startup+14.5011 s]
/proc/loadavg: 6.69 7.73 7.92 9/392 12718
/proc/meminfo: memFree=14520656/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=173316 CPUtime=55.97 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) S 12687 12689 12655 0 -1 4202496 42616 1252 0 2 5591 6 0 0 22 0 5 0 731749283 177475584 16264 33554432000 4194304 4417452 140733952024560 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12689/statm: 43329 16264 180 55 0 41215 0
[pid=12689/tid=12697] ppid=12687 vsize=173316 CPUtime=13.89 cores=0,2,4,6
/proc/12689/task/12697/stat : 12697 (plingeling) R 12687 12689 12655 0 -1 4202560 8169 1252 0 2 1388 1 0 0 25 0 5 0 731749343 177475584 16264 33554432000 4194304 4417452 140733952024560 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12689/tid=12698] ppid=12687 vsize=173316 CPUtime=13.7 cores=0,2,4,6
/proc/12689/task/12698/stat : 12698 (plingeling) R 12687 12689 12655 0 -1 4202560 8999 1252 0 2 1369 1 0 0 25 0 5 0 731749343 177475584 16264 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12689/tid=12699] ppid=12687 vsize=173316 CPUtime=13.9 cores=0,2,4,6
/proc/12689/task/12699/stat : 12699 (plingeling) R 12687 12689 12655 0 -1 4202560 4016 1252 0 2 1390 0 0 0 25 0 5 0 731749343 177475584 16264 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12689/tid=12700] ppid=12687 vsize=173316 CPUtime=13.89 cores=0,2,4,6
/proc/12689/task/12700/stat : 12700 (plingeling) R 12687 12689 12655 0 -1 4202560 1955 1252 0 2 1389 0 0 0 25 0 5 0 731749343 177475584 16264 33554432000 4194304 4417452 140733952024560 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 55.97
Current children cumulated vsize (KiB) 173316

[startup+14.6011 s]
/proc/loadavg: 6.69 7.73 7.92 9/392 12718
/proc/meminfo: memFree=14520656/32951124 swapFree=65586204/67111528
[pid=12689] ppid=12687 vsize=173316 CPUtime=56.37 cores=0,2,4,6
/proc/12689/stat : 12689 (plingeling) S 12687 12689 12655 0 -1 4202496 42616 1252 0 2 5631 6 0 0 22 0 5 0 731749283 177475584 16264 33554432000 4194304 4417452 140733952024560 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/12689/statm: 43329 16264 180 55 0 41215 0
[pid=12689/tid=12697] ppid=12687 vsize=173316 CPUtime=13.99 cores=0,2,4,6
/proc/12689/task/12697/stat : 12697 (plingeling) R 12687 12689 12655 0 -1 4202560 8169 1252 0 2 1398 1 0 0 25 0 5 0 731749343 177475584 16264 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12689/tid=12698] ppid=12687 vsize=173316 CPUtime=13.8 cores=0,2,4,6
/proc/12689/task/12698/stat : 12698 (plingeling) R 12687 12689 12655 0 -1 4202560 8999 1252 0 2 1379 1 0 0 25 0 5 0 731749343 177475584 16264 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12689/tid=12699] ppid=12687 vsize=173316 CPUtime=14 cores=0,2,4,6
/proc/12689/task/12699/stat : 12699 (plingeling) R 12687 12689 12655 0 -1 4202560 4016 1252 0 2 1400 0 0 0 25 0 5 0 731749343 177475584 16264 33554432000 4194304 4417452 140733952024560 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12689/tid=12700] ppid=12687 vsize=173316 CPUtime=13.99 cores=0,2,4,6
/proc/12689/task/12700/stat : 12700 (plingeling) R 12687 12689 12655 0 -1 4202560 1955 1252 0 2 1399 0 0 0 25 0 5 0 731749343 177475584 16264 33554432000 4194304 4417452 140733952024560 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 56.37
Current children cumulated vsize (KiB) 173316

Child status: 20
Real time (s): 14.6858
CPU time (s): 56.6524
CPU user time (s): 56.5824
CPU system time (s): 0.069989
CPU usage (%): 385.763
Max. virtual memory (cumulated for all children) (KiB): 186868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.5824
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44367
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132
involuntary context switches= 277

runsolver used 0.057991 second user time and 0.138978 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 01:19:46
IDJOB=3371358
IDBENCH=20346
IDSOLVER=1848
FILE ID=node119/3371358-1305415186
RUNJOBID= node119-1305415186-12673
PBS_JOBID= 13324563
Free space on /tmp= 73180 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371358-1305415186/watcher-3371358-1305415186 -o /tmp/evaluation-result-3371358-1305415186/solver-3371358-1305415186 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371358-1305415186.cnf

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

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=656359630

node119.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.815
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.63
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.815
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.815
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14876000 kB
Buffers:        286920 kB
Cached:        4570064 kB
SwapCached:       4756 kB
Active:       14709672 kB
Inactive:      3031120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14876000 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           16856 kB
Writeback:           0 kB
AnonPages:    12881984 kB
Mapped:          29524 kB
Slab:           211044 kB
PageTables:      56504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102463676 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= 73160 MiB
End job on node119 at 2011-05-15 01:20:01