Trace number 3371401

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 260.012 66.3389

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
MD5SUM28b7074e04e59e64b5e4d7991d54f9d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.4606
Satisfiable
(Un)Satisfiability was proved
Number of variables448370
Number of clauses1130525
Sum of the clauses size2637889
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2753682
Number of clauses of size 3376841
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

259.94/66.33	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-3371401-1305422122/watcher-3371401-1305422122 -o /tmp/evaluation-result-3371401-1305422122/solver-3371401-1305422122 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371401-1305422122.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: 7.56 7.68 7.79 6/387 13724
/proc/meminfo: memFree=14594836/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=22328 CPUtime=0 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) R 13722 13724 12655 0 -1 4202496 3647 1252 0 0 0 0 0 0 20 0 1 0 732442927 22863872 3577 33554432000 4194304 4417452 140735617917648 18446744073709551615 216734875403 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/13724/statm: 5582 3577 147 55 0 3468 0

[startup+0.0398331 s]
/proc/loadavg: 7.56 7.68 7.79 6/387 13724
/proc/meminfo: memFree=14594836/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=28236 CPUtime=0.02 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) R 13722 13724 12655 0 -1 4202496 5147 1252 0 0 2 0 0 0 20 0 1 0 732442927 28913664 5052 33554432000 4194304 4417452 140735617917648 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/13724/statm: 7059 5052 149 55 0 4945 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28236

[startup+0.100826 s]
/proc/loadavg: 7.56 7.68 7.79 6/387 13724
/proc/meminfo: memFree=14594836/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=38112 CPUtime=0.08 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) R 13722 13724 12655 0 -1 4202496 7632 1252 0 0 8 0 0 0 20 0 1 0 732442927 39026688 7537 33554432000 4194304 4417452 140735617917648 18446744073709551615 4232498 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/13724/statm: 9528 7537 149 55 0 7414 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38112

[startup+0.300823 s]
/proc/loadavg: 7.56 7.68 7.79 6/387 13724
/proc/meminfo: memFree=14594836/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=76148 CPUtime=0.29 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) R 13722 13724 12655 0 -1 4202496 17203 1252 0 0 27 2 0 0 21 0 1 0 732442927 77975552 17062 33554432000 4194304 4417452 140735617917648 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/13724/statm: 19037 17062 149 55 0 16923 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76148

[startup+0.700718 s]
/proc/loadavg: 7.56 7.68 7.79 6/387 13724
/proc/meminfo: memFree=14594836/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=121832 CPUtime=0.68 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) R 13722 13724 12655 0 -1 4202496 28662 1252 0 0 65 3 0 0 22 0 1 0 732442927 124755968 28483 33554432000 4194304 4417452 140735617917648 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/13724/statm: 30458 28483 149 55 0 28344 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 121832

[startup+1.50054 s]
/proc/loadavg: 7.35 7.63 7.77 6/388 13730
/proc/meminfo: memFree=14366292/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=319056 CPUtime=1.55 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 72077 1252 0 0 147 8 0 0 25 0 5 0 732442927 326713344 67546 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 79764 67546 158 55 0 77650 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 319056

[startup+3.10026 s]
/proc/loadavg: 7.35 7.63 7.77 9/392 13734
/proc/meminfo: memFree=14235564/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=420028 CPUtime=7.93 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 145585 1252 0 0 773 20 0 0 25 0 5 0 732442927 430108672 86092 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 105007 86092 172 55 0 102893 0
[pid=13724/tid=13731] ppid=13722 vsize=420028 CPUtime=1.62 cores=0,2,4,6
/proc/13724/task/13731/stat : 13731 (plingeling) R 13722 13724 12655 0 -1 4202560 23568 1252 0 0 159 3 0 0 25 0 5 0 732443075 430108672 86092 33554432000 4194304 4417452 140735617917648 18446744073709551615 4291511 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13724/tid=13732] ppid=13722 vsize=420028 CPUtime=1.61 cores=0,2,4,6
/proc/13724/task/13732/stat : 13732 (plingeling) R 13722 13724 12655 0 -1 4202560 21056 1252 0 0 158 3 0 0 20 0 5 0 732443075 430108672 86092 33554432000 4194304 4417452 140735617917648 18446744073709551615 4291497 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13724/tid=13733] ppid=13722 vsize=420028 CPUtime=1.61 cores=0,2,4,6
/proc/13724/task/13733/stat : 13733 (plingeling) R 13722 13724 12655 0 -1 4202560 19983 1252 0 0 158 3 0 0 25 0 5 0 732443075 430108672 86092 33554432000 4194304 4417452 140735617917648 18446744073709551615 4306659 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13724/tid=13734] ppid=13722 vsize=420028 CPUtime=1.6 cores=0,2,4,6
/proc/13724/task/13734/stat : 13734 (plingeling) R 13722 13724 12655 0 -1 4202560 8975 1252 0 0 159 1 0 0 25 0 5 0 732443075 430108672 86092 33554432000 4194304 4417452 140735617917648 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 420028

[startup+6.3007 s]
/proc/loadavg: 7.35 7.63 7.77 9/392 13734
/proc/meminfo: memFree=14222428/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=447440 CPUtime=20.69 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 192573 1252 0 0 2044 25 0 0 25 0 5 0 732442927 458178560 98634 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 111860 98634 177 55 0 109746 0
[pid=13724/tid=13731] ppid=13722 vsize=447440 CPUtime=4.81 cores=0,2,4,6
/proc/13724/task/13731/stat : 13731 (plingeling) R 13722 13724 12655 0 -1 4202560 25616 1252 0 0 478 3 0 0 25 0 5 0 732443075 458178560 98634 33554432000 4194304 4417452 140735617917648 18446744073709551615 4330445 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13724/tid=13732] ppid=13722 vsize=447440 CPUtime=4.81 cores=0,2,4,6
/proc/13724/task/13732/stat : 13732 (plingeling) R 13722 13724 12655 0 -1 4202560 54344 1252 0 0 474 7 0 0 25 0 5 0 732443075 458178560 98634 33554432000 4194304 4417452 140735617917648 18446744073709551615 4320487 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13724/tid=13733] ppid=13722 vsize=447440 CPUtime=4.81 cores=0,2,4,6
/proc/13724/task/13733/stat : 13733 (plingeling) R 13722 13724 12655 0 -1 4202560 31635 1252 0 0 477 4 0 0 25 0 5 0 732443075 458178560 98634 33554432000 4194304 4417452 140735617917648 18446744073709551615 4330445 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13724/tid=13734] ppid=13722 vsize=447440 CPUtime=4.75 cores=0,2,4,6
/proc/13724/task/13734/stat : 13734 (plingeling) R 13722 13724 12655 0 -1 4202560 8975 1252 0 0 474 1 0 0 25 0 5 0 732443075 458178560 98634 33554432000 4194304 4417452 140735617917648 18446744073709551615 4264902 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.69
Current children cumulated vsize (KiB) 447440

[startup+12.7006 s]
/proc/loadavg: 7.45 7.65 7.77 9/392 13735
/proc/meminfo: memFree=14110312/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=503584 CPUtime=46.2 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 219268 1252 0 0 4592 28 0 0 25 0 5 0 732442927 515670016 112653 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 125896 112653 180 55 0 123782 0
[pid=13724/tid=13731] ppid=13722 vsize=503584 CPUtime=11.2 cores=0,2,4,6
/proc/13724/task/13731/stat : 13731 (plingeling) R 13722 13724 12655 0 -1 4202560 31767 1252 0 0 1117 3 0 0 25 0 5 0 732443075 515670016 112653 33554432000 4194304 4417452 140735617917648 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13724/tid=13732] ppid=13722 vsize=503584 CPUtime=11.21 cores=0,2,4,6
/proc/13724/task/13732/stat : 13732 (plingeling) R 13722 13724 12655 0 -1 4202560 54350 1252 0 0 1114 7 0 0 25 0 5 0 732443075 515670016 112653 33554432000 4194304 4417452 140735617917648 18446744073709551615 4252855 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13724/tid=13733] ppid=13722 vsize=503584 CPUtime=11.21 cores=0,2,4,6
/proc/13724/task/13733/stat : 13733 (plingeling) R 13722 13724 12655 0 -1 4202560 52172 1252 0 0 1114 7 0 0 25 0 5 0 732443075 515670016 112653 33554432000 4194304 4417452 140735617917648 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13724/tid=13734] ppid=13722 vsize=503584 CPUtime=11.08 cores=0,2,4,6
/proc/13724/task/13734/stat : 13734 (plingeling) R 13722 13724 12655 0 -1 4202560 8976 1252 0 0 1107 1 0 0 25 0 5 0 732443075 515670016 112653 33554432000 4194304 4417452 140735617917648 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.2
Current children cumulated vsize (KiB) 503584

[startup+25.5004 s]
/proc/loadavg: 7.62 7.67 7.78 9/392 13735
/proc/meminfo: memFree=14040744/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=577296 CPUtime=97.24 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 239770 1252 0 0 9693 31 0 0 25 0 5 0 732442927 591151104 131081 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 144324 131081 180 55 0 142210 0
[pid=13724/tid=13731] ppid=13722 vsize=577296 CPUtime=24 cores=0,2,4,6
/proc/13724/task/13731/stat : 13731 (plingeling) R 13722 13724 12655 0 -1 4202560 42007 1252 0 0 2395 5 0 0 25 0 5 0 732443075 591151104 131081 33554432000 4194304 4417452 140735617917648 18446744073709551615 4253214 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13724/tid=13732] ppid=13722 vsize=577296 CPUtime=24.01 cores=0,2,4,6
/proc/13724/task/13732/stat : 13732 (plingeling) R 13722 13724 12655 0 -1 4202560 64590 1252 0 0 2393 8 0 0 25 0 5 0 732443075 591151104 131081 33554432000 4194304 4417452 140735617917648 18446744073709551615 4334511 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13724/tid=13733] ppid=13722 vsize=577296 CPUtime=24.01 cores=0,2,4,6
/proc/13724/task/13733/stat : 13733 (plingeling) R 13722 13724 12655 0 -1 4202560 52194 1252 0 0 2394 7 0 0 25 0 5 0 732443075 591151104 131081 33554432000 4194304 4417452 140735617917648 18446744073709551615 4317337 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13724/tid=13734] ppid=13722 vsize=577296 CPUtime=23.72 cores=0,2,4,6
/proc/13724/task/13734/stat : 13734 (plingeling) R 13722 13724 12655 0 -1 4202560 8976 1252 0 0 2371 1 0 0 25 0 5 0 732443075 591151104 131081 33554432000 4194304 4417452 140735617917648 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 97.24
Current children cumulated vsize (KiB) 577296

[startup+51.1009 s]
/proc/loadavg: 7.75 7.70 7.79 9/392 13736
/proc/meminfo: memFree=14107492/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=573236 CPUtime=199.34 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 264201 1252 0 0 19900 34 0 0 25 0 5 0 732442927 586993664 118494 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 143309 118494 180 55 0 141195 0
[pid=13724/tid=13731] ppid=13722 vsize=573236 CPUtime=49.6 cores=0,2,4,6
/proc/13724/task/13731/stat : 13731 (plingeling) R 13722 13724 12655 0 -1 4202560 50226 1252 0 0 4954 6 0 0 25 0 5 0 732443075 586993664 118494 33554432000 4194304 4417452 140735617917648 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13724/tid=13732] ppid=13722 vsize=573236 CPUtime=49.61 cores=0,2,4,6
/proc/13724/task/13732/stat : 13732 (plingeling) R 13722 13724 12655 0 -1 4202560 72783 1252 0 0 4952 9 0 0 25 0 5 0 732443075 586993664 118494 33554432000 4194304 4417452 140735617917648 18446744073709551615 4232702 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13724/tid=13733] ppid=13722 vsize=573236 CPUtime=49.6 cores=0,2,4,6
/proc/13724/task/13733/stat : 13733 (plingeling) R 13722 13724 12655 0 -1 4202560 52243 1252 0 0 4953 7 0 0 25 0 5 0 732443075 586993664 118494 33554432000 4194304 4417452 140735617917648 18446744073709551615 4232791 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13724/tid=13734] ppid=13722 vsize=573236 CPUtime=49.02 cores=0,2,4,6
/proc/13724/task/13734/stat : 13734 (plingeling) R 13722 13724 12655 0 -1 4202560 16946 1252 0 0 4900 2 0 0 25 0 5 0 732443075 586993664 118494 33554432000 4194304 4417452 140735617917648 18446744073709551615 4356995 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 199.34
Current children cumulated vsize (KiB) 573236

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

[startup+57.5008 s]
/proc/loadavg: 7.78 7.71 7.79 9/392 13736
/proc/meminfo: memFree=14102780/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=552620 CPUtime=224.85 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 264228 1252 0 0 22451 34 0 0 25 0 5 0 732442927 565882880 113340 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 138155 113340 180 55 0 136041 0
[pid=13724/tid=13731] ppid=13722 vsize=552620 CPUtime=55.99 cores=0,2,4,6
/proc/13724/task/13731/stat : 13731 (plingeling) R 13722 13724 12655 0 -1 4202560 50226 1252 0 0 5593 6 0 0 25 0 5 0 732443075 565882880 113340 33554432000 4194304 4417452 140735617917648 18446744073709551615 4320876 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13724/tid=13732] ppid=13722 vsize=552620 CPUtime=56.01 cores=0,2,4,6
/proc/13724/task/13732/stat : 13732 (plingeling) R 13722 13724 12655 0 -1 4202560 72810 1252 0 0 5592 9 0 0 25 0 5 0 732443075 565882880 113340 33554432000 4194304 4417452 140735617917648 18446744073709551615 4232566 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13724/tid=13733] ppid=13722 vsize=552620 CPUtime=56 cores=0,2,4,6
/proc/13724/task/13733/stat : 13733 (plingeling) R 13722 13724 12655 0 -1 4202560 52243 1252 0 0 5593 7 0 0 25 0 5 0 732443075 565882880 113340 33554432000 4194304 4417452 140735617917648 18446744073709551615 4357842 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13724/tid=13734] ppid=13722 vsize=552620 CPUtime=55.34 cores=0,2,4,6
/proc/13724/task/13734/stat : 13734 (plingeling) R 13722 13724 12655 0 -1 4202560 16946 1252 0 0 5532 2 0 0 25 0 5 0 732443075 565882880 113340 33554432000 4194304 4417452 140735617917648 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 224.85
Current children cumulated vsize (KiB) 552620

[startup+60.7012 s]
/proc/loadavg: 7.78 7.71 7.79 9/392 13736
/proc/meminfo: memFree=14097448/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=548500 CPUtime=237.61 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 264243 1252 0 0 23727 34 0 0 25 0 5 0 732442927 561664000 112310 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 137125 112310 180 55 0 135011 0
[pid=13724/tid=13731] ppid=13722 vsize=548500 CPUtime=59.19 cores=0,2,4,6
/proc/13724/task/13731/stat : 13731 (plingeling) R 13722 13724 12655 0 -1 4202560 50241 1252 0 0 5913 6 0 0 25 0 5 0 732443075 561664000 112310 33554432000 4194304 4417452 140735617917648 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13724/tid=13732] ppid=13722 vsize=548500 CPUtime=59.21 cores=0,2,4,6
/proc/13724/task/13732/stat : 13732 (plingeling) R 13722 13724 12655 0 -1 4202560 72810 1252 0 0 5912 9 0 0 25 0 5 0 732443075 561664000 112310 33554432000 4194304 4417452 140735617917648 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13724/tid=13733] ppid=13722 vsize=548500 CPUtime=59.21 cores=0,2,4,6
/proc/13724/task/13733/stat : 13733 (plingeling) R 13722 13724 12655 0 -1 4202560 52243 1252 0 0 5914 7 0 0 25 0 5 0 732443075 561664000 112310 33554432000 4194304 4417452 140735617917648 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13724/tid=13734] ppid=13722 vsize=548500 CPUtime=58.5 cores=0,2,4,6
/proc/13724/task/13734/stat : 13734 (plingeling) R 13722 13724 12655 0 -1 4202560 16946 1252 0 0 5848 2 0 0 25 0 5 0 732443075 561664000 112310 33554432000 4194304 4417452 140735617917648 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 237.61
Current children cumulated vsize (KiB) 548500

[startup+63.9007 s]
/proc/loadavg: 7.80 7.71 7.79 9/392 13736
/proc/meminfo: memFree=14074136/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=548500 CPUtime=250.37 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 264250 1252 0 0 25003 34 0 0 25 0 5 0 732442927 561664000 112310 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 137125 112310 180 55 0 135011 0
[pid=13724/tid=13731] ppid=13722 vsize=548500 CPUtime=62.39 cores=0,2,4,6
/proc/13724/task/13731/stat : 13731 (plingeling) R 13722 13724 12655 0 -1 4202560 50241 1252 0 0 6233 6 0 0 25 0 5 0 732443075 561664000 112310 33554432000 4194304 4417452 140735617917648 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13724/tid=13732] ppid=13722 vsize=548500 CPUtime=62.41 cores=0,2,4,6
/proc/13724/task/13732/stat : 13732 (plingeling) R 13722 13724 12655 0 -1 4202560 72817 1252 0 0 6232 9 0 0 25 0 5 0 732443075 561664000 112310 33554432000 4194304 4417452 140735617917648 18446744073709551615 4232791 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13724/tid=13733] ppid=13722 vsize=548500 CPUtime=62.4 cores=0,2,4,6
/proc/13724/task/13733/stat : 13733 (plingeling) R 13722 13724 12655 0 -1 4202560 52243 1252 0 0 6233 7 0 0 25 0 5 0 732443075 561664000 112310 33554432000 4194304 4417452 140735617917648 18446744073709551615 4277671 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13724/tid=13734] ppid=13722 vsize=548500 CPUtime=61.66 cores=0,2,4,6
/proc/13724/task/13734/stat : 13734 (plingeling) R 13722 13724 12655 0 -1 4202560 16946 1252 0 0 6164 2 0 0 25 0 5 0 732443075 561664000 112310 33554432000 4194304 4417452 140735617917648 18446744073709551615 4281683 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 250.37
Current children cumulated vsize (KiB) 548500

[startup+65.5004 s]
/proc/loadavg: 7.80 7.71 7.79 9/392 13736
/proc/meminfo: memFree=14076864/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=544348 CPUtime=256.75 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 264250 1252 0 0 25641 34 0 0 25 0 5 0 732442927 557412352 111272 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 136087 111272 180 55 0 133973 0
[pid=13724/tid=13731] ppid=13722 vsize=544348 CPUtime=63.99 cores=0,2,4,6
/proc/13724/task/13731/stat : 13731 (plingeling) R 13722 13724 12655 0 -1 4202560 50241 1252 0 0 6393 6 0 0 25 0 5 0 732443075 557412352 111272 33554432000 4194304 4417452 140735617917648 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13724/tid=13732] ppid=13722 vsize=544348 CPUtime=64.01 cores=0,2,4,6
/proc/13724/task/13732/stat : 13732 (plingeling) R 13722 13724 12655 0 -1 4202560 72817 1252 0 0 6392 9 0 0 25 0 5 0 732443075 557412352 111272 33554432000 4194304 4417452 140735617917648 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13724/tid=13733] ppid=13722 vsize=544348 CPUtime=64 cores=0,2,4,6
/proc/13724/task/13733/stat : 13733 (plingeling) R 13722 13724 12655 0 -1 4202560 52243 1252 0 0 6393 7 0 0 25 0 5 0 732443075 557412352 111272 33554432000 4194304 4417452 140735617917648 18446744073709551615 4264994 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13724/tid=13734] ppid=13722 vsize=544348 CPUtime=63.25 cores=0,2,4,6
/proc/13724/task/13734/stat : 13734 (plingeling) R 13722 13724 12655 0 -1 4202560 16946 1252 0 0 6323 2 0 0 25 0 5 0 732443075 557412352 111272 33554432000 4194304 4417452 140735617917648 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 256.75
Current children cumulated vsize (KiB) 544348

[startup+65.9003 s]
/proc/loadavg: 7.82 7.72 7.79 9/392 13736
/proc/meminfo: memFree=14093976/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=542296 CPUtime=258.38 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 264250 1252 0 0 25804 34 0 0 25 0 5 0 732442927 555311104 110759 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 135574 110759 180 55 0 133460 0
[pid=13724/tid=13731] ppid=13722 vsize=542296 CPUtime=64.41 cores=0,2,4,6
/proc/13724/task/13731/stat : 13731 (plingeling) R 13722 13724 12655 0 -1 4202560 50241 1252 0 0 6435 6 0 0 25 0 5 0 732443075 555311104 110759 33554432000 4194304 4417452 140735617917648 18446744073709551615 4236224 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13724/tid=13732] ppid=13722 vsize=542296 CPUtime=64.42 cores=0,2,4,6
/proc/13724/task/13732/stat : 13732 (plingeling) R 13722 13724 12655 0 -1 4202560 72817 1252 0 0 6433 9 0 0 25 0 5 0 732443075 555311104 110759 33554432000 4194304 4417452 140735617917648 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13724/tid=13733] ppid=13722 vsize=542296 CPUtime=64.42 cores=0,2,4,6
/proc/13724/task/13733/stat : 13733 (plingeling) R 13722 13724 12655 0 -1 4202560 52243 1252 0 0 6435 7 0 0 25 0 5 0 732443075 555311104 110759 33554432000 4194304 4417452 140735617917648 18446744073709551615 4232656 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13724/tid=13734] ppid=13722 vsize=542296 CPUtime=63.65 cores=0,2,4,6
/proc/13724/task/13734/stat : 13734 (plingeling) R 13722 13724 12655 0 -1 4202560 16946 1252 0 0 6363 2 0 0 25 0 5 0 732443075 555311104 110759 33554432000 4194304 4417452 140735617917648 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 258.38
Current children cumulated vsize (KiB) 542296

[startup+66.3002 s]
/proc/loadavg: 7.82 7.72 7.79 9/392 13736
/proc/meminfo: memFree=14093976/32951124 swapFree=65586204/67111528
[pid=13724] ppid=13722 vsize=540228 CPUtime=259.94 cores=0,2,4,6
/proc/13724/stat : 13724 (plingeling) S 13722 13724 12655 0 -1 4202496 264255 1252 0 0 25960 34 0 0 25 0 5 0 732442927 553193472 110242 33554432000 4194304 4417452 140735617917648 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/13724/statm: 135057 110242 180 55 0 132943 0
[pid=13724/tid=13731] ppid=13722 vsize=540228 CPUtime=64.79 cores=0,2,4,6
/proc/13724/task/13731/stat : 13731 (plingeling) R 13722 13724 12655 0 -1 4202560 50241 1252 0 0 6473 6 0 0 25 0 5 0 732443075 553193472 110242 33554432000 4194304 4417452 140735617917648 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13724/tid=13732] ppid=13722 vsize=540228 CPUtime=64.81 cores=0,2,4,6
/proc/13724/task/13732/stat : 13732 (plingeling) R 13722 13724 12655 0 -1 4202560 72817 1252 0 0 6472 9 0 0 25 0 5 0 732443075 553193472 110242 33554432000 4194304 4417452 140735617917648 18446744073709551615 4281706 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13724/tid=13733] ppid=13722 vsize=540228 CPUtime=64.8 cores=0,2,4,6
/proc/13724/task/13733/stat : 13733 (plingeling) R 13722 13724 12655 0 -1 4202560 52248 1252 0 0 6473 7 0 0 25 0 5 0 732443075 553193472 110242 33554432000 4194304 4417452 140735617917648 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13724/tid=13734] ppid=13722 vsize=540228 CPUtime=64.04 cores=0,2,4,6
/proc/13724/task/13734/stat : 13734 (plingeling) R 13722 13724 12655 0 -1 4202560 16946 1252 0 0 6402 2 0 0 25 0 5 0 732443075 553193472 110242 33554432000 4194304 4417452 140735617917648 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 259.94
Current children cumulated vsize (KiB) 540228

Child status: 20
Real time (s): 66.3389
CPU time (s): 260.012
CPU user time (s): 259.648
CPU system time (s): 0.364944
CPU usage (%): 391.946
Max. virtual memory (cumulated for all children) (KiB): 674816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.648
system time used= 0.364944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265511
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= 176
involuntary context switches= 1302

runsolver used 0.212967 second user time and 0.593909 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 03:15:23
IDJOB=3371401
IDBENCH=82450
IDSOLVER=1848
FILE ID=node119/3371401-1305422122
RUNJOBID= node119-1305421790-13435
PBS_JOBID= 13324563
Free space on /tmp= 73172 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371401-1305422122/watcher-3371401-1305422122 -o /tmp/evaluation-result-3371401-1305422122/solver-3371401-1305422122 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371401-1305422122.cnf

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=2104233951

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:      14595124 kB
Buffers:        288904 kB
Cached:        4680800 kB
SwapCached:       4756 kB
Active:       14911088 kB
Inactive:      3111508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14595124 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           21280 kB
Writeback:           4 kB
AnonPages:    13051288 kB
Mapped:          30504 kB
Slab:           211124 kB
PageTables:      57152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102708180 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= 73168 MiB
End job on node119 at 2011-05-15 03:16:29