Trace number 3286769

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587UNSAT 133.624 34.0936

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
MD5SUMceca868d07951273fdc2de08c57f2b6a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.9231
Satisfiable
(Un)Satisfiability was proved
Number of variables259762
Number of clauses656573
Sum of the clauses size1532001
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2437714
Number of clauses of size 3218857
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

133.32/34.09	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3286769-1304062611/watcher-3286769-1304062611 -o /tmp/evaluation-result-3286769-1304062611/solver-3286769-1304062611 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3286769-1304062611.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.04 7.94 7.45 5/181 21224
/proc/meminfo: memFree=10611232/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=15888 CPUtime=0 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) R 21222 21224 20615 0 -1 4202496 1986 1250 0 0 0 0 0 0 25 0 1 0 596491808 16269312 1915 33554432000 4194304 4417332 140733908974480 18446744073709551615 216734872669 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21224/statm: 3972 1927 140 55 0 1858 0

[startup+0.038518 s]
/proc/loadavg: 8.04 7.94 7.45 5/181 21224
/proc/meminfo: memFree=10611232/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=21748 CPUtime=0.03 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) R 21222 21224 20615 0 -1 4202496 3558 1250 0 0 3 0 0 0 25 0 1 0 596491808 22269952 3460 33554432000 4194304 4417332 140733908974480 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21224/statm: 5437 3460 148 55 0 3323 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21748

[startup+0.10051 s]
/proc/loadavg: 8.04 7.94 7.45 5/181 21224
/proc/meminfo: memFree=10611232/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=35588 CPUtime=0.08 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) R 21222 21224 20615 0 -1 4202496 7018 1250 0 0 8 0 0 0 25 0 1 0 596491808 36442112 6920 33554432000 4194304 4417332 140733908974480 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21224/statm: 8897 6920 148 55 0 6783 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35588

[startup+0.300489 s]
/proc/loadavg: 8.04 7.94 7.45 5/181 21224
/proc/meminfo: memFree=10611232/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=66136 CPUtime=0.28 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) R 21222 21224 20615 0 -1 4202496 14639 1250 0 0 27 1 0 0 25 0 1 0 596491808 67723264 14541 33554432000 4194304 4417332 140733908974480 18446744073709551615 4231373 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21224/statm: 16534 14541 148 55 0 14420 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 66136

[startup+0.700406 s]
/proc/loadavg: 8.04 7.94 7.45 5/181 21224
/proc/meminfo: memFree=10611232/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=135892 CPUtime=0.69 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) R 21222 21224 20615 0 -1 4202496 30790 1250 0 0 65 4 0 0 25 0 1 0 596491808 139153408 30643 33554432000 4194304 4417332 140733908974480 18446744073709551615 216734872669 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/21224/statm: 33973 30670 148 55 0 31859 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 135892

[startup+1.50124 s]
/proc/loadavg: 7.80 7.89 7.44 9/186 21234
/proc/meminfo: memFree=10424828/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=308044 CPUtime=3.49 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) S 21222 21224 20615 0 -1 4202496 74953 1250 0 0 339 10 0 0 25 0 5 0 596491808 315437056 49442 33554432000 4194304 4417332 140733908974480 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21224/statm: 77011 49442 171 55 0 74897 0
[pid=21224/tid=21231] ppid=21222 vsize=308044 CPUtime=0.66 cores=1,3,5,7
/proc/21224/task/21231/stat : 21231 (plingeling) R 21222 21224 20615 0 -1 4202560 10624 1250 0 0 65 1 0 0 25 0 5 0 596491891 315437056 49442 33554432000 4194304 4417332 140733908974480 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=308044 CPUtime=0.66 cores=1,3,5,7
/proc/21224/task/21232/stat : 21232 (plingeling) R 21222 21224 20615 0 -1 4202560 12327 1250 0 0 65 1 0 0 18 0 5 0 596491891 315437056 49442 33554432000 4194304 4417332 140733908974480 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=308044 CPUtime=0.65 cores=1,3,5,7
/proc/21224/task/21233/stat : 21233 (plingeling) R 21222 21224 20615 0 -1 4202560 10561 1250 0 0 64 1 0 0 18 0 5 0 596491891 315437056 49442 33554432000 4194304 4417332 140733908974480 18446744073709551615 4281423 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=308044 CPUtime=0.65 cores=1,3,5,7
/proc/21224/task/21234/stat : 21234 (plingeling) R 21222 21224 20615 0 -1 4202560 5189 1250 0 0 65 0 0 0 25 0 5 0 596491891 315437056 49442 33554432000 4194304 4417332 140733908974480 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 308044

[startup+3.10096 s]
/proc/loadavg: 7.80 7.89 7.44 9/186 21234
/proc/meminfo: memFree=10415664/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=305580 CPUtime=9.88 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) S 21222 21224 20615 0 -1 4202496 96155 1250 0 0 975 13 0 0 25 0 5 0 596491808 312913920 50077 33554432000 4194304 4417332 140733908974480 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21224/statm: 76395 50077 173 55 0 74281 0
[pid=21224/tid=21231] ppid=21222 vsize=305580 CPUtime=2.27 cores=1,3,5,7
/proc/21224/task/21231/stat : 21231 (plingeling) R 21222 21224 20615 0 -1 4202560 21626 1250 0 0 224 3 0 0 25 0 5 0 596491891 312913920 50077 33554432000 4194304 4417332 140733908974480 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=305580 CPUtime=2.26 cores=1,3,5,7
/proc/21224/task/21232/stat : 21232 (plingeling) R 21222 21224 20615 0 -1 4202560 20523 1250 0 0 224 2 0 0 21 0 5 0 596491891 312913920 50077 33554432000 4194304 4417332 140733908974480 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=305580 CPUtime=2.24 cores=1,3,5,7
/proc/21224/task/21233/stat : 21233 (plingeling) R 21222 21224 20615 0 -1 4202560 12565 1250 0 0 223 1 0 0 21 0 5 0 596491891 312913920 50077 33554432000 4194304 4417332 140733908974480 18446744073709551615 4261363 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=305580 CPUtime=2.25 cores=1,3,5,7
/proc/21224/task/21234/stat : 21234 (plingeling) R 21222 21224 20615 0 -1 4202560 5189 1250 0 0 225 0 0 0 25 0 5 0 596491891 312913920 50077 33554432000 4194304 4417332 140733908974480 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (KiB) 305580

[startup+6.3004 s]
/proc/loadavg: 7.81 7.89 7.44 9/186 21234
/proc/meminfo: memFree=10402788/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=365216 CPUtime=22.66 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) S 21222 21224 20615 0 -1 4202496 139268 1250 0 0 2247 19 0 0 25 0 5 0 596491808 373981184 63754 33554432000 4194304 4417332 140733908974480 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21224/statm: 91304 63754 178 55 0 89190 0
[pid=21224/tid=21231] ppid=21222 vsize=365216 CPUtime=5.46 cores=1,3,5,7
/proc/21224/task/21231/stat : 21231 (plingeling) R 21222 21224 20615 0 -1 4202560 40172 1250 0 0 541 5 0 0 25 0 5 0 596491891 373981184 63754 33554432000 4194304 4417332 140733908974480 18446744073709551615 4252349 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=365216 CPUtime=5.46 cores=1,3,5,7
/proc/21224/task/21232/stat : 21232 (plingeling) R 21222 21224 20615 0 -1 4202560 29097 1250 0 0 542 4 0 0 25 0 5 0 596491891 373981184 63754 33554432000 4194304 4417332 140733908974480 18446744073709551615 4273098 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=365216 CPUtime=5.43 cores=1,3,5,7
/proc/21224/task/21233/stat : 21233 (plingeling) R 21222 21224 20615 0 -1 4202560 25167 1250 0 0 540 3 0 0 25 0 5 0 596491891 373981184 63754 33554432000 4194304 4417332 140733908974480 18446744073709551615 4236311 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=365216 CPUtime=5.46 cores=1,3,5,7
/proc/21224/task/21234/stat : 21234 (plingeling) R 21222 21224 20615 0 -1 4202560 8580 1250 0 0 545 1 0 0 25 0 5 0 596491891 373981184 63754 33554432000 4194304 4417332 140733908974480 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.66
Current children cumulated vsize (KiB) 365216

[startup+12.7003 s]
/proc/loadavg: 7.83 7.90 7.44 9/186 21234
/proc/meminfo: memFree=10173956/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=406392 CPUtime=48.22 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) S 21222 21224 20615 0 -1 4202496 165453 1250 0 0 4800 22 0 0 25 0 5 0 596491808 416145408 74051 33554432000 4194304 4417332 140733908974480 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21224/statm: 101598 74051 181 55 0 99484 0
[pid=21224/tid=21231] ppid=21222 vsize=406392 CPUtime=11.86 cores=1,3,5,7
/proc/21224/task/21231/stat : 21231 (plingeling) R 21222 21224 20615 0 -1 4202560 48365 1250 0 0 1180 6 0 0 25 0 5 0 596491891 416145408 74051 33554432000 4194304 4417332 140733908974480 18446744073709551615 4257702 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=406392 CPUtime=11.86 cores=1,3,5,7
/proc/21224/task/21232/stat : 21232 (plingeling) R 21222 21224 20615 0 -1 4202560 37290 1250 0 0 1181 5 0 0 25 0 5 0 596491891 416145408 74051 33554432000 4194304 4417332 140733908974480 18446744073709551615 4252098 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=406392 CPUtime=11.8 cores=1,3,5,7
/proc/21224/task/21233/stat : 21233 (plingeling) R 21222 21224 20615 0 -1 4202560 29274 1250 0 0 1176 4 0 0 25 0 5 0 596491891 416145408 74051 33554432000 4194304 4417332 140733908974480 18446744073709551615 4357806 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=406392 CPUtime=11.85 cores=1,3,5,7
/proc/21224/task/21234/stat : 21234 (plingeling) R 21222 21224 20615 0 -1 4202560 14272 1250 0 0 1184 1 0 0 25 0 5 0 596491891 416145408 74051 33554432000 4194304 4417332 140733908974480 18446744073709551615 4320859 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.22
Current children cumulated vsize (KiB) 406392

[startup+25.501 s]
/proc/loadavg: 7.85 7.90 7.45 9/186 21235
/proc/meminfo: memFree=9913568/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=403452 CPUtime=99.36 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) S 21222 21224 20615 0 -1 4202496 180607 1250 0 0 9912 24 0 0 25 0 5 0 596491808 413134848 73322 33554432000 4194304 4417332 140733908974480 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21224/statm: 100863 73322 181 55 0 98749 0
[pid=21224/tid=21231] ppid=21222 vsize=403452 CPUtime=24.66 cores=1,3,5,7
/proc/21224/task/21231/stat : 21231 (plingeling) R 21222 21224 20615 0 -1 4202560 50413 1250 0 0 2460 6 0 0 25 0 5 0 596491891 413134848 73322 33554432000 4194304 4417332 140733908974480 18446744073709551615 4265437 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=403452 CPUtime=24.66 cores=1,3,5,7
/proc/21224/task/21232/stat : 21232 (plingeling) R 21222 21224 20615 0 -1 4202560 39338 1250 0 0 2461 5 0 0 25 0 5 0 596491891 413134848 73322 33554432000 4194304 4417332 140733908974480 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=403452 CPUtime=24.53 cores=1,3,5,7
/proc/21224/task/21233/stat : 21233 (plingeling) R 21222 21224 20615 0 -1 4202560 30317 1250 0 0 2449 4 0 0 25 0 5 0 596491891 413134848 73322 33554432000 4194304 4417332 140733908974480 18446744073709551615 4353755 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=403452 CPUtime=24.65 cores=1,3,5,7
/proc/21224/task/21234/stat : 21234 (plingeling) R 21222 21224 20615 0 -1 4202560 24287 1250 0 0 2463 2 0 0 25 0 5 0 596491891 413134848 73322 33554432000 4194304 4417332 140733908974480 18446744073709551615 4352289 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.36
Current children cumulated vsize (KiB) 403452

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

[startup+28.7005 s]
/proc/loadavg: 7.86 7.90 7.45 9/186 21235
/proc/meminfo: memFree=9954116/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=378624 CPUtime=112.13 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) S 21222 21224 20615 0 -1 4202496 180636 1250 0 0 11189 24 0 0 25 0 5 0 596491808 387710976 67147 33554432000 4194304 4417332 140733908974480 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21224/statm: 94656 67147 181 55 0 92542 0
[pid=21224/tid=21231] ppid=21222 vsize=378624 CPUtime=27.86 cores=1,3,5,7
/proc/21224/task/21231/stat : 21231 (plingeling) R 21222 21224 20615 0 -1 4202560 50421 1250 0 0 2780 6 0 0 25 0 5 0 596491891 387710976 67147 33554432000 4194304 4417332 140733908974480 18446744073709551615 4252155 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=378624 CPUtime=27.86 cores=1,3,5,7
/proc/21224/task/21232/stat : 21232 (plingeling) R 21222 21224 20615 0 -1 4202560 39350 1250 0 0 2781 5 0 0 25 0 5 0 596491891 387710976 67147 33554432000 4194304 4417332 140733908974480 18446744073709551615 4248338 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=378624 CPUtime=27.71 cores=1,3,5,7
/proc/21224/task/21233/stat : 21233 (plingeling) R 21222 21224 20615 0 -1 4202560 30326 1250 0 0 2767 4 0 0 25 0 5 0 596491891 387710976 67147 33554432000 4194304 4417332 140733908974480 18446744073709551615 4232683 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=378624 CPUtime=27.86 cores=1,3,5,7
/proc/21224/task/21234/stat : 21234 (plingeling) R 21222 21224 20615 0 -1 4202560 24287 1250 0 0 2783 3 0 0 25 0 5 0 596491891 387710976 67147 33554432000 4194304 4417332 140733908974480 18446744073709551615 4281907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 112.13
Current children cumulated vsize (KiB) 378624

[startup+31.9069 s]
/proc/loadavg: 7.87 7.90 7.45 9/186 21235
/proc/meminfo: memFree=9966392/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=366288 CPUtime=124.94 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) S 21222 21224 20615 0 -1 4202496 180645 1250 0 0 12470 24 0 0 25 0 5 0 596491808 375078912 64063 33554432000 4194304 4417332 140733908974480 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21224/statm: 91572 64063 181 55 0 89458 0
[pid=21224/tid=21231] ppid=21222 vsize=366288 CPUtime=31.06 cores=1,3,5,7
/proc/21224/task/21231/stat : 21231 (plingeling) R 21222 21224 20615 0 -1 4202560 50426 1250 0 0 3100 6 0 0 25 0 5 0 596491891 375078912 64063 33554432000 4194304 4417332 140733908974480 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=366288 CPUtime=31.06 cores=1,3,5,7
/proc/21224/task/21232/stat : 21232 (plingeling) R 21222 21224 20615 0 -1 4202560 39354 1250 0 0 3101 5 0 0 25 0 5 0 596491891 375078912 64063 33554432000 4194304 4417332 140733908974480 18446744073709551615 4232775 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=366288 CPUtime=30.9 cores=1,3,5,7
/proc/21224/task/21233/stat : 21233 (plingeling) R 21222 21224 20615 0 -1 4202560 30326 1250 0 0 3086 4 0 0 25 0 5 0 596491891 375078912 64063 33554432000 4194304 4417332 140733908974480 18446744073709551615 4353570 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=366288 CPUtime=31.07 cores=1,3,5,7
/proc/21224/task/21234/stat : 21234 (plingeling) R 21222 21224 20615 0 -1 4202560 24287 1250 0 0 3104 3 0 0 25 0 5 0 596491891 375078912 64063 33554432000 4194304 4417332 140733908974480 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 124.94
Current children cumulated vsize (KiB) 366288

[startup+32.7008 s]
/proc/loadavg: 7.87 7.90 7.45 9/186 21235
/proc/meminfo: memFree=9966392/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=366276 CPUtime=128.12 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) S 21222 21224 20615 0 -1 4202496 180645 1250 0 0 12788 24 0 0 25 0 5 0 596491808 375066624 64060 33554432000 4194304 4417332 140733908974480 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21224/statm: 91569 64060 181 55 0 89455 0
[pid=21224/tid=21231] ppid=21222 vsize=366276 CPUtime=31.86 cores=1,3,5,7
/proc/21224/task/21231/stat : 21231 (plingeling) R 21222 21224 20615 0 -1 4202560 50426 1250 0 0 3180 6 0 0 25 0 5 0 596491891 375066624 64060 33554432000 4194304 4417332 140733908974480 18446744073709551615 4365509 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=366276 CPUtime=31.86 cores=1,3,5,7
/proc/21224/task/21232/stat : 21232 (plingeling) R 21222 21224 20615 0 -1 4202560 39354 1250 0 0 3181 5 0 0 25 0 5 0 596491891 375066624 64060 33554432000 4194304 4417332 140733908974480 18446744073709551615 4232783 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=366276 CPUtime=31.69 cores=1,3,5,7
/proc/21224/task/21233/stat : 21233 (plingeling) R 21222 21224 20615 0 -1 4202560 30326 1250 0 0 3165 4 0 0 25 0 5 0 596491891 375066624 64060 33554432000 4194304 4417332 140733908974480 18446744073709551615 4336192 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=366276 CPUtime=31.86 cores=1,3,5,7
/proc/21224/task/21234/stat : 21234 (plingeling) R 21222 21224 20615 0 -1 4202560 24287 1250 0 0 3183 3 0 0 25 0 5 0 596491891 375066624 64060 33554432000 4194304 4417332 140733908974480 18446744073709551615 4352289 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 128.12
Current children cumulated vsize (KiB) 366276

[startup+33.5006 s]
/proc/loadavg: 7.87 7.90 7.45 9/186 21235
/proc/meminfo: memFree=9966392/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=362152 CPUtime=131.31 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) S 21222 21224 20615 0 -1 4202496 180645 1250 0 0 13107 24 0 0 25 0 5 0 596491808 370843648 63029 33554432000 4194304 4417332 140733908974480 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21224/statm: 90538 63029 181 55 0 88424 0
[pid=21224/tid=21231] ppid=21222 vsize=362152 CPUtime=32.66 cores=1,3,5,7
/proc/21224/task/21231/stat : 21231 (plingeling) R 21222 21224 20615 0 -1 4202560 50426 1250 0 0 3260 6 0 0 25 0 5 0 596491891 370843648 63029 33554432000 4194304 4417332 140733908974480 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=362152 CPUtime=32.66 cores=1,3,5,7
/proc/21224/task/21232/stat : 21232 (plingeling) R 21222 21224 20615 0 -1 4202560 39354 1250 0 0 3261 5 0 0 25 0 5 0 596491891 370843648 63029 33554432000 4194304 4417332 140733908974480 18446744073709551615 4352209 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=362152 CPUtime=32.48 cores=1,3,5,7
/proc/21224/task/21233/stat : 21233 (plingeling) R 21222 21224 20615 0 -1 4202560 30326 1250 0 0 3244 4 0 0 25 0 5 0 596491891 370843648 63029 33554432000 4194304 4417332 140733908974480 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=362152 CPUtime=32.66 cores=1,3,5,7
/proc/21224/task/21234/stat : 21234 (plingeling) R 21222 21224 20615 0 -1 4202560 24287 1250 0 0 3263 3 0 0 25 0 5 0 596491891 370843648 63029 33554432000 4194304 4417332 140733908974480 18446744073709551615 4232783 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 131.31
Current children cumulated vsize (KiB) 362152

[startup+33.9006 s]
/proc/loadavg: 7.87 7.90 7.45 9/186 21235
/proc/meminfo: memFree=9966392/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=363196 CPUtime=132.91 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) S 21222 21224 20615 0 -1 4202496 181161 1250 0 0 13267 24 0 0 25 0 5 0 596491808 371912704 63289 33554432000 4194304 4417332 140733908974480 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21224/statm: 90799 63289 181 55 0 88685 0
[pid=21224/tid=21231] ppid=21222 vsize=363196 CPUtime=33.06 cores=1,3,5,7
/proc/21224/task/21231/stat : 21231 (plingeling) R 21222 21224 20615 0 -1 4202560 50682 1250 0 0 3300 6 0 0 25 0 5 0 596491891 371912704 63289 33554432000 4194304 4417332 140733908974480 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=363196 CPUtime=33.06 cores=1,3,5,7
/proc/21224/task/21232/stat : 21232 (plingeling) R 21222 21224 20615 0 -1 4202560 39610 1250 0 0 3301 5 0 0 25 0 5 0 596491891 371912704 63289 33554432000 4194304 4417332 140733908974480 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=363196 CPUtime=32.88 cores=1,3,5,7
/proc/21224/task/21233/stat : 21233 (plingeling) R 21222 21224 20615 0 -1 4202560 30330 1250 0 0 3284 4 0 0 25 0 5 0 596491891 371912704 63289 33554432000 4194304 4417332 140733908974480 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=363196 CPUtime=33.06 cores=1,3,5,7
/proc/21224/task/21234/stat : 21234 (plingeling) R 21222 21224 20615 0 -1 4202560 24287 1250 0 0 3303 3 0 0 25 0 5 0 596491891 371912704 63289 33554432000 4194304 4417332 140733908974480 18446744073709551615 4265383 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 132.91
Current children cumulated vsize (KiB) 363196

[startup+34.0006 s]
/proc/loadavg: 7.87 7.90 7.45 9/186 21235
/proc/meminfo: memFree=9956464/32951124 swapFree=67102140/67111528
[pid=21224] ppid=21222 vsize=364220 CPUtime=133.32 cores=1,3,5,7
/proc/21224/stat : 21224 (plingeling) S 21222 21224 20615 0 -1 4202496 181417 1250 0 0 13308 24 0 0 25 0 5 0 596491808 372961280 63545 33554432000 4194304 4417332 140733908974480 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/21224/statm: 91055 63545 181 55 0 88941 0
[pid=21224/tid=21231] ppid=21222 vsize=364220 CPUtime=33.16 cores=1,3,5,7
/proc/21224/task/21231/stat : 21231 (plingeling) R 21222 21224 20615 0 -1 4202560 50938 1250 0 0 3310 6 0 0 25 0 5 0 596491891 372961280 63545 33554432000 4194304 4417332 140733908974480 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21224/tid=21232] ppid=21222 vsize=364220 CPUtime=33.16 cores=1,3,5,7
/proc/21224/task/21232/stat : 21232 (plingeling) R 21222 21224 20615 0 -1 4202560 39610 1250 0 0 3311 5 0 0 25 0 5 0 596491891 372961280 63545 33554432000 4194304 4417332 140733908974480 18446744073709551615 4236935 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21224/tid=21233] ppid=21222 vsize=364220 CPUtime=32.98 cores=1,3,5,7
/proc/21224/task/21233/stat : 21233 (plingeling) R 21222 21224 20615 0 -1 4202560 30330 1250 0 0 3294 4 0 0 25 0 5 0 596491891 372961280 63545 33554432000 4194304 4417332 140733908974480 18446744073709551615 4365097 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21224/tid=21234] ppid=21222 vsize=364220 CPUtime=33.17 cores=1,3,5,7
/proc/21224/task/21234/stat : 21234 (plingeling) R 21222 21224 20615 0 -1 4202560 24287 1250 0 0 3314 3 0 0 25 0 5 0 596491891 372961280 63545 33554432000 4194304 4417332 140733908974480 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 133.32
Current children cumulated vsize (KiB) 364220

Child status: 20
Real time (s): 34.0936
CPU time (s): 133.624
CPU user time (s): 133.359
CPU system time (s): 0.264959
CPU usage (%): 391.932
Max. virtual memory (cumulated for all children) (KiB): 458544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.359
system time used= 0.264959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182671
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= 186
involuntary context switches= 1038

runsolver used 0.053991 second user time and 0.137979 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 09:36:52
IDJOB=3286769
IDBENCH=82435
IDSOLVER=1605
FILE ID=node119/3286769-1304062611
RUNJOBID= node119-1304060531-20634
PBS_JOBID= 13170451
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= ceca868d07951273fdc2de08c57f2b6a
RANDOM SEED=638284876

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:      10611264 kB
Buffers:       2232804 kB
Cached:       17407348 kB
SwapCached:       5504 kB
Active:       10109508 kB
Inactive:     11642732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10611264 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           11932 kB
Writeback:           0 kB
AnonPages:     2109048 kB
Mapped:          15400 kB
Slab:           520344 kB
PageTables:       9000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2335776 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= 71688 MiB
End job on node119 at 2011-04-29 09:37:26