Trace number 3286907

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 268.48 68.5639

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

268.36/68.56	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-3286907-1304062719/watcher-3286907-1304062719 -o /tmp/evaluation-result-3286907-1304062719/solver-3286907-1304062719 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3286907-1304062719.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.56 7.80 7.45 5/181 21335
/proc/meminfo: memFree=10606184/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=16036 CPUtime=0 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) R 21333 21335 20615 0 -1 4202496 1987 1252 0 0 0 0 0 0 21 0 1 0 596502617 16420864 1916 33554432000 4194304 4417332 140735420227168 18446744073709551615 216734872669 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21335/statm: 4009 1928 139 55 0 1895 0

[startup+0.026348 s]
/proc/loadavg: 7.56 7.80 7.45 5/181 21335
/proc/meminfo: memFree=10606184/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=25088 CPUtime=0.02 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) R 21333 21335 20615 0 -1 4202496 4391 1252 0 0 2 0 0 0 21 0 1 0 596502617 25690112 4295 33554432000 4194304 4417332 140735420227168 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21335/statm: 6272 4295 148 55 0 4158 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25088

[startup+0.100338 s]
/proc/loadavg: 7.56 7.80 7.45 5/181 21335
/proc/meminfo: memFree=10606184/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=38112 CPUtime=0.09 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) R 21333 21335 20615 0 -1 4202496 7631 1252 0 0 9 0 0 0 21 0 1 0 596502617 39026688 7535 33554432000 4194304 4417332 140735420227168 18446744073709551615 4231335 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21335/statm: 9528 7535 148 55 0 7414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38112

[startup+0.300301 s]
/proc/loadavg: 7.56 7.80 7.45 5/181 21335
/proc/meminfo: memFree=10606184/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=76148 CPUtime=0.28 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) R 21333 21335 20615 0 -1 4202496 17202 1252 0 0 27 1 0 0 22 0 1 0 596502617 77975552 17060 33554432000 4194304 4417332 140735420227168 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21335/statm: 19037 17060 148 55 0 16923 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 76148

[startup+0.700234 s]
/proc/loadavg: 7.56 7.80 7.45 5/181 21335
/proc/meminfo: memFree=10606184/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=121832 CPUtime=0.69 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) R 21333 21335 20615 0 -1 4202496 28661 1252 0 0 65 4 0 0 23 0 1 0 596502617 124755968 28481 33554432000 4194304 4417332 140735420227168 18446744073709551615 4227801 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21335/statm: 30458 28481 148 55 0 28344 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121832

[startup+1.50106 s]
/proc/loadavg: 7.56 7.80 7.45 6/182 21341
/proc/meminfo: memFree=10384596/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=319056 CPUtime=1.55 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 72076 1252 0 0 146 9 0 0 25 0 5 0 596502617 326713344 67544 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 79764 67544 157 55 0 77650 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 319056

[startup+3.10078 s]
/proc/loadavg: 7.56 7.80 7.45 9/186 21345
/proc/meminfo: memFree=10255864/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=421768 CPUtime=7.93 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 146019 1252 0 0 772 21 0 0 25 0 5 0 596502617 431890432 86525 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 105442 86525 171 55 0 103328 0
[pid=21335/tid=21342] ppid=21333 vsize=421768 CPUtime=1.61 cores=1,3,5,7
/proc/21335/task/21342/stat : 21342 (plingeling) R 21333 21335 20615 0 -1 4202560 23569 1252 0 0 158 3 0 0 25 0 5 0 596502765 431890432 86525 33554432000 4194304 4417332 140735420227168 18446744073709551615 4291249 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21335/tid=21343] ppid=21333 vsize=421768 CPUtime=1.6 cores=1,3,5,7
/proc/21335/task/21343/stat : 21343 (plingeling) R 21333 21335 20615 0 -1 4202560 21055 1252 0 0 157 3 0 0 25 0 5 0 596502765 431890432 86525 33554432000 4194304 4417332 140735420227168 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21335/tid=21344] ppid=21333 vsize=421768 CPUtime=1.6 cores=1,3,5,7
/proc/21335/task/21344/stat : 21344 (plingeling) R 21333 21335 20615 0 -1 4202560 20418 1252 0 0 157 3 0 0 25 0 5 0 596502765 431890432 86525 33554432000 4194304 4417332 140735420227168 18446744073709551615 4306602 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21335/tid=21345] ppid=21333 vsize=421768 CPUtime=1.61 cores=1,3,5,7
/proc/21335/task/21345/stat : 21345 (plingeling) R 21333 21335 20615 0 -1 4202560 8975 1252 0 0 160 1 0 0 25 0 5 0 596502765 431890432 86525 33554432000 4194304 4417332 140735420227168 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 421768

[startup+6.30122 s]
/proc/loadavg: 7.76 7.84 7.47 9/186 21345
/proc/meminfo: memFree=10204396/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=421712 CPUtime=20.71 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 192667 1252 0 0 2044 27 0 0 25 0 5 0 596502617 431833088 85734 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 105428 85734 176 55 0 103314 0
[pid=21335/tid=21342] ppid=21333 vsize=421712 CPUtime=4.81 cores=1,3,5,7
/proc/21335/task/21342/stat : 21342 (plingeling) R 21333 21335 20615 0 -1 4202560 27633 1252 0 0 478 3 0 0 25 0 5 0 596502765 431833088 85734 33554432000 4194304 4417332 140735420227168 18446744073709551615 4330532 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21335/tid=21343] ppid=21333 vsize=421712 CPUtime=4.78 cores=1,3,5,7
/proc/21335/task/21343/stat : 21343 (plingeling) R 21333 21335 20615 0 -1 4202560 54991 1252 0 0 471 7 0 0 25 0 5 0 596502765 431833088 85734 33554432000 4194304 4417332 140735420227168 18446744073709551615 4339766 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21335/tid=21344] ppid=21333 vsize=421712 CPUtime=4.81 cores=1,3,5,7
/proc/21335/task/21344/stat : 21344 (plingeling) R 21333 21335 20615 0 -1 4202560 29066 1252 0 0 476 5 0 0 25 0 5 0 596502765 431833088 85734 33554432000 4194304 4417332 140735420227168 18446744073709551615 4256889 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21335/tid=21345] ppid=21333 vsize=421712 CPUtime=4.81 cores=1,3,5,7
/proc/21335/task/21345/stat : 21345 (plingeling) R 21333 21335 20615 0 -1 4202560 8975 1252 0 0 480 1 0 0 25 0 5 0 596502765 431833088 85734 33554432000 4194304 4417332 140735420227168 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20.71
Current children cumulated vsize (KiB) 421712

[startup+12.7011 s]
/proc/loadavg: 7.78 7.84 7.47 9/186 21347
/proc/meminfo: memFree=10076324/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=530196 CPUtime=46.26 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 236553 1252 0 0 4593 33 0 0 25 0 5 0 596502617 542920704 116936 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 132549 116936 181 55 0 130435 0
[pid=21335/tid=21342] ppid=21333 vsize=530196 CPUtime=11.21 cores=1,3,5,7
/proc/21335/task/21342/stat : 21342 (plingeling) R 21333 21335 20615 0 -1 4202560 33785 1252 0 0 1117 4 0 0 25 0 5 0 596502765 542920704 116936 33554432000 4194304 4417332 140735420227168 18446744073709551615 4233447 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21335/tid=21343] ppid=21333 vsize=530196 CPUtime=11.14 cores=1,3,5,7
/proc/21335/task/21343/stat : 21343 (plingeling) R 21333 21335 20615 0 -1 4202560 59096 1252 0 0 1107 7 0 0 25 0 5 0 596502765 542920704 116936 33554432000 4194304 4417332 140735420227168 18446744073709551615 4253152 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21335/tid=21344] ppid=21333 vsize=530196 CPUtime=11.2 cores=1,3,5,7
/proc/21335/task/21344/stat : 21344 (plingeling) R 21333 21335 20615 0 -1 4202560 59065 1252 0 0 1111 9 0 0 25 0 5 0 596502765 542920704 116936 33554432000 4194304 4417332 140735420227168 18446744073709551615 4365065 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21335/tid=21345] ppid=21333 vsize=530196 CPUtime=11.2 cores=1,3,5,7
/proc/21335/task/21345/stat : 21345 (plingeling) R 21333 21335 20615 0 -1 4202560 12605 1252 0 0 1119 1 0 0 25 0 5 0 596502765 542920704 116936 33554432000 4194304 4417332 140735420227168 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 46.26
Current children cumulated vsize (KiB) 530196

[startup+25.5009 s]
/proc/loadavg: 7.98 7.88 7.49 10/187 21348
/proc/meminfo: memFree=9903816/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=647452 CPUtime=96.92 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 267951 1252 0 0 9655 37 0 0 25 0 5 0 596502617 662990848 146250 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 161863 146250 181 55 0 159749 0
[pid=21335/tid=21342] ppid=21333 vsize=647452 CPUtime=24.01 cores=1,3,5,7
/proc/21335/task/21342/stat : 21342 (plingeling) R 21333 21335 20615 0 -1 4202560 41977 1252 0 0 2396 5 0 0 25 0 5 0 596502765 662990848 146250 33554432000 4194304 4417332 140735420227168 18446744073709551615 4253415 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21335/tid=21343] ppid=21333 vsize=647452 CPUtime=23.87 cores=1,3,5,7
/proc/21335/task/21343/stat : 21343 (plingeling) R 21333 21335 20615 0 -1 4202560 67288 1252 0 0 2379 8 0 0 25 0 5 0 596502765 662990848 146250 33554432000 4194304 4417332 140735420227168 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21335/tid=21344] ppid=21333 vsize=647452 CPUtime=24 cores=1,3,5,7
/proc/21335/task/21344/stat : 21344 (plingeling) R 21333 21335 20615 0 -1 4202560 59098 1252 0 0 2391 9 0 0 25 0 5 0 596502765 662990848 146250 33554432000 4194304 4417332 140735420227168 18446744073709551615 4353742 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21335/tid=21345] ppid=21333 vsize=647452 CPUtime=23.53 cores=1,3,5,7
/proc/21335/task/21345/stat : 21345 (plingeling) R 21333 21335 20615 0 -1 4202560 27586 1252 0 0 2350 3 0 0 25 0 5 0 596502765 662990848 146250 33554432000 4194304 4417332 140735420227168 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 96.92
Current children cumulated vsize (KiB) 647452

[startup+51.1004 s]
/proc/loadavg: 8.10 7.92 7.51 9/186 21349
/proc/meminfo: memFree=9630212/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=542188 CPUtime=198.85 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 286902 1252 0 0 19845 40 0 0 25 0 5 0 596502617 555200512 110732 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 135547 110732 181 55 0 133433 0
[pid=21335/tid=21342] ppid=21333 vsize=542188 CPUtime=49.61 cores=1,3,5,7
/proc/21335/task/21342/stat : 21342 (plingeling) R 21333 21335 20615 0 -1 4202560 50197 1252 0 0 4955 6 0 0 25 0 5 0 596502765 555200512 110732 33554432000 4194304 4417332 140735420227168 18446744073709551615 4250623 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21335/tid=21343] ppid=21333 vsize=542188 CPUtime=49.34 cores=1,3,5,7
/proc/21335/task/21343/stat : 21343 (plingeling) R 21333 21335 20615 0 -1 4202560 77967 1252 0 0 4924 10 0 0 25 0 5 0 596502765 555200512 110732 33554432000 4194304 4417332 140735420227168 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21335/tid=21344] ppid=21333 vsize=542188 CPUtime=49.6 cores=1,3,5,7
/proc/21335/task/21344/stat : 21344 (plingeling) R 21333 21335 20615 0 -1 4202560 59150 1252 0 0 4951 9 0 0 25 0 5 0 596502765 555200512 110732 33554432000 4194304 4417332 140735420227168 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21335/tid=21345] ppid=21333 vsize=542188 CPUtime=48.8 cores=1,3,5,7
/proc/21335/task/21345/stat : 21345 (plingeling) R 21333 21335 20615 0 -1 4202560 27586 1252 0 0 4877 3 0 0 25 0 5 0 596502765 555200512 110732 33554432000 4194304 4417332 140735420227168 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 198.85
Current children cumulated vsize (KiB) 542188

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

[startup+57.5003 s]
/proc/loadavg: 8.10 7.92 7.51 9/186 21349
/proc/meminfo: memFree=9624120/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=521584 CPUtime=224.41 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 286917 1252 0 0 22401 40 0 0 25 0 5 0 596502617 534102016 105581 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 130396 105581 181 55 0 128282 0
[pid=21335/tid=21342] ppid=21333 vsize=521584 CPUtime=56.01 cores=1,3,5,7
/proc/21335/task/21342/stat : 21342 (plingeling) R 21333 21335 20615 0 -1 4202560 50197 1252 0 0 5594 7 0 0 25 0 5 0 596502765 534102016 105581 33554432000 4194304 4417332 140735420227168 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21335/tid=21343] ppid=21333 vsize=521584 CPUtime=55.7 cores=1,3,5,7
/proc/21335/task/21343/stat : 21343 (plingeling) R 21333 21335 20615 0 -1 4202560 77982 1252 0 0 5560 10 0 0 25 0 5 0 596502765 534102016 105581 33554432000 4194304 4417332 140735420227168 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21335/tid=21344] ppid=21333 vsize=521584 CPUtime=56 cores=1,3,5,7
/proc/21335/task/21344/stat : 21344 (plingeling) R 21333 21335 20615 0 -1 4202560 59150 1252 0 0 5591 9 0 0 25 0 5 0 596502765 534102016 105581 33554432000 4194304 4417332 140735420227168 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21335/tid=21345] ppid=21333 vsize=521584 CPUtime=55.2 cores=1,3,5,7
/proc/21335/task/21345/stat : 21345 (plingeling) R 21333 21335 20615 0 -1 4202560 27586 1252 0 0 5517 3 0 0 25 0 5 0 596502765 534102016 105581 33554432000 4194304 4417332 140735420227168 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 224.41
Current children cumulated vsize (KiB) 521584

[startup+63.9012 s]
/proc/loadavg: 8.23 7.95 7.53 9/186 21350
/proc/meminfo: memFree=9566328/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=517428 CPUtime=249.98 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 286939 1252 0 0 24958 40 0 0 25 0 5 0 596502617 529846272 104542 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 129357 104542 181 55 0 127243 0
[pid=21335/tid=21342] ppid=21333 vsize=517428 CPUtime=62.41 cores=1,3,5,7
/proc/21335/task/21342/stat : 21342 (plingeling) R 21333 21335 20615 0 -1 4202560 50209 1252 0 0 6234 7 0 0 25 0 5 0 596502765 529846272 104542 33554432000 4194304 4417332 140735420227168 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21335/tid=21343] ppid=21333 vsize=517428 CPUtime=62.06 cores=1,3,5,7
/proc/21335/task/21343/stat : 21343 (plingeling) R 21333 21335 20615 0 -1 4202560 77992 1252 0 0 6196 10 0 0 25 0 5 0 596502765 529846272 104542 33554432000 4194304 4417332 140735420227168 18446744073709551615 4270702 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21335/tid=21344] ppid=21333 vsize=517428 CPUtime=62.4 cores=1,3,5,7
/proc/21335/task/21344/stat : 21344 (plingeling) R 21333 21335 20615 0 -1 4202560 59150 1252 0 0 6231 9 0 0 25 0 5 0 596502765 529846272 104542 33554432000 4194304 4417332 140735420227168 18446744073709551615 4269072 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21335/tid=21345] ppid=21333 vsize=517428 CPUtime=61.6 cores=1,3,5,7
/proc/21335/task/21345/stat : 21345 (plingeling) R 21333 21335 20615 0 -1 4202560 27586 1252 0 0 6157 3 0 0 25 0 5 0 596502765 529846272 104542 33554432000 4194304 4417332 140735420227168 18446744073709551615 4232598 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 249.98
Current children cumulated vsize (KiB) 517428

[startup+67.1066 s]
/proc/loadavg: 8.23 7.95 7.53 10/186 21350
/proc/meminfo: memFree=9570788/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=511256 CPUtime=262.79 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 286945 1252 0 0 26239 40 0 0 25 0 5 0 596502617 523526144 102999 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 127814 102999 181 55 0 125700 0
[pid=21335/tid=21342] ppid=21333 vsize=511256 CPUtime=65.62 cores=1,3,5,7
/proc/21335/task/21342/stat : 21342 (plingeling) R 21333 21335 20615 0 -1 4202560 50209 1252 0 0 6555 7 0 0 25 0 5 0 596502765 523526144 102999 33554432000 4194304 4417332 140735420227168 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21335/tid=21343] ppid=21333 vsize=511256 CPUtime=65.25 cores=1,3,5,7
/proc/21335/task/21343/stat : 21343 (plingeling) R 21333 21335 20615 0 -1 4202560 77992 1252 0 0 6515 10 0 0 25 0 5 0 596502765 523526144 102999 33554432000 4194304 4417332 140735420227168 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21335/tid=21344] ppid=21333 vsize=511256 CPUtime=65.61 cores=1,3,5,7
/proc/21335/task/21344/stat : 21344 (plingeling) R 21333 21335 20615 0 -1 4202560 59156 1252 0 0 6552 9 0 0 25 0 5 0 596502765 523526144 102999 33554432000 4194304 4417332 140735420227168 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21335/tid=21345] ppid=21333 vsize=511256 CPUtime=64.8 cores=1,3,5,7
/proc/21335/task/21345/stat : 21345 (plingeling) R 21333 21335 20615 0 -1 4202560 27586 1252 0 0 6477 3 0 0 25 0 5 0 596502765 523526144 102999 33554432000 4194304 4417332 140735420227168 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 262.79
Current children cumulated vsize (KiB) 511256

[startup+67.9005 s]
/proc/loadavg: 8.23 7.95 7.53 10/186 21350
/proc/meminfo: memFree=9570788/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=510228 CPUtime=265.96 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 286945 1252 0 0 26556 40 0 0 25 0 5 0 596502617 522473472 102742 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 127557 102742 181 55 0 125443 0
[pid=21335/tid=21342] ppid=21333 vsize=510228 CPUtime=66.41 cores=1,3,5,7
/proc/21335/task/21342/stat : 21342 (plingeling) R 21333 21335 20615 0 -1 4202560 50209 1252 0 0 6634 7 0 0 25 0 5 0 596502765 522473472 102742 33554432000 4194304 4417332 140735420227168 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21335/tid=21343] ppid=21333 vsize=510228 CPUtime=66.05 cores=1,3,5,7
/proc/21335/task/21343/stat : 21343 (plingeling) R 21333 21335 20615 0 -1 4202560 77992 1252 0 0 6595 10 0 0 25 0 5 0 596502765 522473472 102742 33554432000 4194304 4417332 140735420227168 18446744073709551615 4365915 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21335/tid=21344] ppid=21333 vsize=510228 CPUtime=66.4 cores=1,3,5,7
/proc/21335/task/21344/stat : 21344 (plingeling) R 21333 21335 20615 0 -1 4202560 59156 1252 0 0 6631 9 0 0 25 0 5 0 596502765 522473472 102742 33554432000 4194304 4417332 140735420227168 18446744073709551615 4356866 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21335/tid=21345] ppid=21333 vsize=510228 CPUtime=65.6 cores=1,3,5,7
/proc/21335/task/21345/stat : 21345 (plingeling) R 21333 21335 20615 0 -1 4202560 27586 1252 0 0 6557 3 0 0 25 0 5 0 596502765 522473472 102742 33554432000 4194304 4417332 140735420227168 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 265.96
Current children cumulated vsize (KiB) 510228

[startup+68.3004 s]
/proc/loadavg: 8.21 7.96 7.53 9/186 21350
/proc/meminfo: memFree=9573884/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=511252 CPUtime=267.56 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 287201 1252 0 0 26716 40 0 0 25 0 5 0 596502617 523522048 102998 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 127813 102998 181 55 0 125699 0
[pid=21335/tid=21342] ppid=21333 vsize=511252 CPUtime=66.81 cores=1,3,5,7
/proc/21335/task/21342/stat : 21342 (plingeling) R 21333 21335 20615 0 -1 4202560 50465 1252 0 0 6674 7 0 0 25 0 5 0 596502765 523522048 102998 33554432000 4194304 4417332 140735420227168 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21335/tid=21343] ppid=21333 vsize=511252 CPUtime=66.44 cores=1,3,5,7
/proc/21335/task/21343/stat : 21343 (plingeling) R 21333 21335 20615 0 -1 4202560 77992 1252 0 0 6634 10 0 0 25 0 5 0 596502765 523522048 102998 33554432000 4194304 4417332 140735420227168 18446744073709551615 4281683 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21335/tid=21344] ppid=21333 vsize=511252 CPUtime=66.8 cores=1,3,5,7
/proc/21335/task/21344/stat : 21344 (plingeling) R 21333 21335 20615 0 -1 4202560 59156 1252 0 0 6671 9 0 0 25 0 5 0 596502765 523522048 102998 33554432000 4194304 4417332 140735420227168 18446744073709551615 4342555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21335/tid=21345] ppid=21333 vsize=511252 CPUtime=66 cores=1,3,5,7
/proc/21335/task/21345/stat : 21345 (plingeling) R 21333 21335 20615 0 -1 4202560 27586 1252 0 0 6597 3 0 0 25 0 5 0 596502765 523522048 102998 33554432000 4194304 4417332 140735420227168 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 267.56
Current children cumulated vsize (KiB) 511252

[startup+68.5004 s]
/proc/loadavg: 8.21 7.96 7.53 9/186 21350
/proc/meminfo: memFree=9573884/32951124 swapFree=67102140/67111528
[pid=21335] ppid=21333 vsize=511276 CPUtime=268.36 cores=1,3,5,7
/proc/21335/stat : 21335 (plingeling) S 21333 21335 20615 0 -1 4202496 287207 1252 0 0 26796 40 0 0 25 0 5 0 596502617 523546624 103004 33554432000 4194304 4417332 140735420227168 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21335/statm: 127819 103004 181 55 0 125705 0
[pid=21335/tid=21342] ppid=21333 vsize=511276 CPUtime=67.01 cores=1,3,5,7
/proc/21335/task/21342/stat : 21342 (plingeling) R 21333 21335 20615 0 -1 4202560 50471 1252 0 0 6694 7 0 0 25 0 5 0 596502765 523546624 103004 33554432000 4194304 4417332 140735420227168 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21335/tid=21343] ppid=21333 vsize=511276 CPUtime=66.64 cores=1,3,5,7
/proc/21335/task/21343/stat : 21343 (plingeling) R 21333 21335 20615 0 -1 4202560 77992 1252 0 0 6654 10 0 0 25 0 5 0 596502765 523546624 103004 33554432000 4194304 4417332 140735420227168 18446744073709551615 4232666 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21335/tid=21344] ppid=21333 vsize=511276 CPUtime=67 cores=1,3,5,7
/proc/21335/task/21344/stat : 21344 (plingeling) R 21333 21335 20615 0 -1 4202560 59156 1252 0 0 6691 9 0 0 25 0 5 0 596502765 523546624 103004 33554432000 4194304 4417332 140735420227168 18446744073709551615 4250947 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=21335/tid=21345] ppid=21333 vsize=511276 CPUtime=66.2 cores=1,3,5,7
/proc/21335/task/21345/stat : 21345 (plingeling) R 21333 21335 20615 0 -1 4202560 27586 1252 0 0 6617 3 0 0 25 0 5 0 596502765 523546624 103004 33554432000 4194304 4417332 140735420227168 18446744073709551615 4237232 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 268.36
Current children cumulated vsize (KiB) 511276

Child status: 20
Real time (s): 68.5639
CPU time (s): 268.48
CPU user time (s): 268.051
CPU system time (s): 0.428934
CPU usage (%): 391.576
Max. virtual memory (cumulated for all children) (KiB): 712996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.051
system time used= 0.428934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288463
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= 185
involuntary context switches= 2396

runsolver used 0.104984 second user time and 0.272958 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 09:38:40
IDJOB=3286907
IDBENCH=82450
IDSOLVER=1605
FILE ID=node119/3286907-1304062719
RUNJOBID= node119-1304060531-20634
PBS_JOBID= 13170451
Free space on /tmp= 71676 MiB

SOLVER NAME= Plingeling 587
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-3286907-1304062719/watcher-3286907-1304062719 -o /tmp/evaluation-result-3286907-1304062719/solver-3286907-1304062719 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3286907-1304062719.cnf

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=1695280493

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:      10606216 kB
Buffers:       2232896 kB
Cached:       17431816 kB
SwapCached:       5504 kB
Active:       10097324 kB
Inactive:     11658368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10606216 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           20732 kB
Writeback:           0 kB
AnonPages:     2087768 kB
Mapped:          15204 kB
Slab:           520728 kB
PageTables:       8940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2333532 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= 71676 MiB
End job on node119 at 2011-04-29 09:39:48