Trace number 3309660

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 395.487 52.0186

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 benchmark13.02
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

395.46/52.01	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-3309660-1304007720/watcher-3309660-1304007720 -o /tmp/evaluation-result-3309660-1304007720/solver-3309660-1304007720 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309660-1304007720.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.22 7.66 7.78 1/170 5933
/proc/meminfo: memFree=15204728/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=13984 CPUtime=0 cores=0-7
/proc/5933/stat : 5933 (plingeling) R 5931 5933 5540 0 -1 4202496 1406 1259 0 0 0 0 0 0 21 0 1 0 512370768 14319616 1334 33554432000 4194304 4417332 140736813446112 18446744073709551615 251813934173 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/5933/statm: 3496 1347 138 55 0 1382 0

[startup+0.0252511 s]
/proc/loadavg: 7.22 7.66 7.78 1/170 5933
/proc/meminfo: memFree=15204728/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=33468 CPUtime=0.01 cores=0-7
/proc/5933/stat : 5933 (plingeling) R 5931 5933 5540 0 -1 4202496 6460 1259 0 0 1 0 0 0 21 0 1 0 512370768 34271232 6388 33554432000 4194304 4417332 140736813446112 18446744073709551615 4322331 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/5933/statm: 8367 6388 147 55 0 6253 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 33468

[startup+0.100239 s]
/proc/loadavg: 7.22 7.66 7.78 1/170 5933
/proc/meminfo: memFree=15204728/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=48040 CPUtime=0.09 cores=0-7
/proc/5933/stat : 5933 (plingeling) R 5931 5933 5540 0 -1 4202496 10081 1259 0 0 8 1 0 0 21 0 1 0 512370768 49192960 10007 33554432000 4194304 4417332 140736813446112 18446744073709551615 251813937360 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/5933/statm: 12010 10031 148 55 0 9896 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48040

[startup+0.300204 s]
/proc/loadavg: 7.22 7.66 7.78 1/170 5933
/proc/meminfo: memFree=15204728/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=76436 CPUtime=0.29 cores=0-7
/proc/5933/stat : 5933 (plingeling) R 5931 5933 5540 0 -1 4202496 17222 1259 0 0 27 2 0 0 22 0 1 0 512370768 78270464 17131 33554432000 4194304 4417332 140736813446112 18446744073709551615 251813858844 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/5933/statm: 19109 17131 148 55 0 16995 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76436

[startup+0.700137 s]
/proc/loadavg: 7.22 7.66 7.78 1/170 5933
/proc/meminfo: memFree=15204728/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=171564 CPUtime=0.68 cores=0-7
/proc/5933/stat : 5933 (plingeling) R 5931 5933 5540 0 -1 4202496 41004 1259 0 0 64 4 0 0 23 0 1 0 512370768 175681536 40913 33554432000 4194304 4417332 140736813446112 18446744073709551615 4274256 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/5933/statm: 42891 40913 148 55 0 40777 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 171564

[startup+1.50102 s]
/proc/loadavg: 7.22 7.66 7.78 2/171 5939
/proc/meminfo: memFree=14982892/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=328016 CPUtime=1.49 cores=0-7
/proc/5933/stat : 5933 (plingeling) R 5931 5933 5540 0 -1 4202496 80336 1259 0 0 140 9 0 0 25 0 1 0 512370768 335888384 80026 33554432000 4194304 4417332 140736813446112 18446744073709551615 251814240000 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/5933/statm: 82004 80026 148 55 0 79890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 328016

[startup+3.10075 s]
/proc/loadavg: 7.22 7.66 7.78 2/171 5939
/proc/meminfo: memFree=14767504/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=736036 CPUtime=4.82 cores=0-7
/proc/5933/stat : 5933 (plingeling) S 5931 5933 5540 0 -1 4202496 193492 1259 0 0 451 31 0 0 18 0 9 0 512370768 753700864 140044 33554432000 4194304 4417332 140736813446112 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5933/statm: 184009 140074 160 55 0 181895 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 736036

[startup+6.30121 s]
/proc/loadavg: 7.28 7.67 7.78 9/179 5947
/proc/meminfo: memFree=14425336/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=807740 CPUtime=30.38 cores=0-7
/proc/5933/stat : 5933 (plingeling) S 5931 5933 5540 0 -1 4202496 345524 1259 0 0 2983 55 0 0 18 0 9 0 512370768 827125760 172632 33554432000 4194304 4417332 140736813446112 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5933/statm: 201935 172632 174 55 0 199821 0
[pid=5933/tid=5940] ppid=5931 vsize=807740 CPUtime=3.44 cores=0-7
/proc/5933/task/5940/stat : 5940 (plingeling) R 5931 5933 5540 0 -1 4202560 33940 1259 0 0 338 6 0 0 25 0 9 0 512371052 827125760 172632 33554432000 4194304 4417332 140736813446112 18446744073709551615 4317787 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5933/tid=5941] ppid=5931 vsize=807740 CPUtime=3.38 cores=0-7
/proc/5933/task/5941/stat : 5941 (plingeling) R 5931 5933 5540 0 -1 4202560 25183 1259 0 0 335 3 0 0 25 0 9 0 512371052 827125760 172632 33554432000 4194304 4417332 140736813446112 18446744073709551615 4302023 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5933/tid=5942] ppid=5931 vsize=807740 CPUtime=3.44 cores=0-7
/proc/5933/task/5942/stat : 5942 (plingeling) R 5931 5933 5540 0 -1 4202560 21002 1259 0 0 340 4 0 0 25 0 9 0 512371052 827125760 172632 33554432000 4194304 4417332 140736813446112 18446744073709551615 4265940 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5933/tid=5943] ppid=5931 vsize=807740 CPUtime=3.45 cores=0-7
/proc/5933/task/5943/stat : 5943 (plingeling) R 5931 5933 5540 0 -1 4202560 7941 1259 0 0 343 2 0 0 25 0 9 0 512371052 827125760 172632 33554432000 4194304 4417332 140736813446112 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5933/tid=5944] ppid=5931 vsize=807740 CPUtime=3.44 cores=0-7
/proc/5933/task/5944/stat : 5944 (plingeling) R 5931 5933 5540 0 -1 4202560 24415 1259 0 0 339 5 0 0 25 0 9 0 512371052 827125760 172632 33554432000 4194304 4417332 140736813446112 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5933/tid=5945] ppid=5931 vsize=807740 CPUtime=3.45 cores=0-7
/proc/5933/task/5945/stat : 5945 (plingeling) R 5931 5933 5540 0 -1 4202560 32738 1259 0 0 339 6 0 0 25 0 9 0 512371052 827125760 172632 33554432000 4194304 4417332 140736813446112 18446744073709551615 4317322 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5933/tid=5946] ppid=5931 vsize=807740 CPUtime=3.44 cores=0-7
/proc/5933/task/5946/stat : 5946 (plingeling) R 5931 5933 5540 0 -1 4202560 32011 1259 0 0 339 5 0 0 25 0 9 0 512371052 827125760 172632 33554432000 4194304 4417332 140736813446112 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5933/tid=5947] ppid=5931 vsize=807740 CPUtime=3.44 cores=0-7
/proc/5933/task/5947/stat : 5947 (plingeling) R 5931 5933 5540 0 -1 4202560 25989 1259 0 0 340 4 0 0 25 0 9 0 512371052 827125760 172632 33554432000 4194304 4417332 140736813446112 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 30.38
Current children cumulated vsize (KiB) 807740

[startup+12.7011 s]
/proc/loadavg: 7.34 7.68 7.79 9/179 5948
/proc/meminfo: memFree=14317056/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=1136912 CPUtime=81.54 cores=0-7
/proc/5933/stat : 5933 (plingeling) S 5931 5933 5540 0 -1 4202496 428168 1259 0 0 8088 66 0 0 18 0 9 0 512370768 1164197888 234398 33554432000 4194304 4417332 140736813446112 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5933/statm: 284228 234398 180 55 0 282114 0
[pid=5933/tid=5940] ppid=5931 vsize=1136912 CPUtime=9.84 cores=0-7
/proc/5933/task/5940/stat : 5940 (plingeling) R 5931 5933 5540 0 -1 4202560 53464 1259 0 0 976 8 0 0 25 0 9 0 512371052 1164197888 234398 33554432000 4194304 4417332 140736813446112 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5933/tid=5941] ppid=5931 vsize=1136912 CPUtime=9.74 cores=0-7
/proc/5933/task/5941/stat : 5941 (plingeling) R 5931 5933 5540 0 -1 4202560 25701 1259 0 0 971 3 0 0 25 0 9 0 512371052 1164197888 234398 33554432000 4194304 4417332 140736813446112 18446744073709551615 4253272 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5933/tid=5942] ppid=5931 vsize=1136912 CPUtime=9.84 cores=0-7
/proc/5933/task/5942/stat : 5942 (plingeling) R 5931 5933 5540 0 -1 4202560 31289 1259 0 0 979 5 0 0 25 0 9 0 512371052 1164197888 234398 33554432000 4194304 4417332 140736813446112 18446744073709551615 4376524 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5933/tid=5943] ppid=5931 vsize=1136912 CPUtime=9.85 cores=0-7
/proc/5933/task/5943/stat : 5943 (plingeling) R 5931 5933 5540 0 -1 4202560 8816 1259 0 0 983 2 0 0 25 0 9 0 512371052 1164197888 234398 33554432000 4194304 4417332 140736813446112 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5933/tid=5944] ppid=5931 vsize=1136912 CPUtime=9.83 cores=0-7
/proc/5933/task/5944/stat : 5944 (plingeling) R 5931 5933 5540 0 -1 4202560 31238 1259 0 0 978 5 0 0 25 0 9 0 512371052 1164197888 234398 33554432000 4194304 4417332 140736813446112 18446744073709551615 4248242 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5933/tid=5945] ppid=5931 vsize=1136912 CPUtime=9.84 cores=0-7
/proc/5933/task/5945/stat : 5945 (plingeling) R 5931 5933 5540 0 -1 4202560 47309 1259 0 0 976 8 0 0 25 0 9 0 512371052 1164197888 234398 33554432000 4194304 4417332 140736813446112 18446744073709551615 4236409 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5933/tid=5946] ppid=5931 vsize=1136912 CPUtime=9.84 cores=0-7
/proc/5933/task/5946/stat : 5946 (plingeling) R 5931 5933 5540 0 -1 4202560 55073 1259 0 0 975 9 0 0 25 0 9 0 512371052 1164197888 234398 33554432000 4194304 4417332 140736813446112 18446744073709551615 4377044 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5933/tid=5947] ppid=5931 vsize=1136912 CPUtime=9.84 cores=0-7
/proc/5933/task/5947/stat : 5947 (plingeling) R 5931 5933 5540 0 -1 4202560 32973 1259 0 0 980 4 0 0 25 0 9 0 512371052 1164197888 234398 33554432000 4194304 4417332 140736813446112 18446744073709551615 4318918 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 81.54
Current children cumulated vsize (KiB) 1136912

[startup+25.501 s]
/proc/loadavg: 7.48 7.69 7.79 9/179 5948
/proc/meminfo: memFree=14249220/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=1156248 CPUtime=183.87 cores=0-7
/proc/5933/stat : 5933 (plingeling) S 5931 5933 5540 0 -1 4202496 462511 1259 0 0 18316 71 0 0 18 0 9 0 512370768 1183997952 239233 33554432000 4194304 4417332 140736813446112 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5933/statm: 289062 239233 181 55 0 286948 0
[pid=5933/tid=5940] ppid=5931 vsize=1156248 CPUtime=22.64 cores=0-7
/proc/5933/task/5940/stat : 5940 (plingeling) R 5931 5933 5540 0 -1 4202560 53464 1259 0 0 2256 8 0 0 25 0 9 0 512371052 1183997952 239233 33554432000 4194304 4417332 140736813446112 18446744073709551615 4253390 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5933/tid=5941] ppid=5931 vsize=1156248 CPUtime=22.48 cores=0-7
/proc/5933/task/5941/stat : 5941 (plingeling) R 5931 5933 5540 0 -1 4202560 25701 1259 0 0 2245 3 0 0 25 0 9 0 512371052 1183997952 239233 33554432000 4194304 4417332 140736813446112 18446744073709551615 4253381 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5933/tid=5942] ppid=5931 vsize=1156248 CPUtime=22.65 cores=0-7
/proc/5933/task/5942/stat : 5942 (plingeling) R 5931 5933 5540 0 -1 4202560 51796 1259 0 0 2256 9 0 0 25 0 9 0 512371052 1183997952 239233 33554432000 4194304 4417332 140736813446112 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5933/tid=5943] ppid=5931 vsize=1156248 CPUtime=22.65 cores=0-7
/proc/5933/task/5943/stat : 5943 (plingeling) R 5931 5933 5540 0 -1 4202560 10776 1259 0 0 2263 2 0 0 25 0 9 0 512371052 1183997952 239233 33554432000 4194304 4417332 140736813446112 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5933/tid=5944] ppid=5931 vsize=1156248 CPUtime=22.63 cores=0-7
/proc/5933/task/5944/stat : 5944 (plingeling) R 5931 5933 5540 0 -1 4202560 31238 1259 0 0 2258 5 0 0 25 0 9 0 512371052 1183997952 239233 33554432000 4194304 4417332 140736813446112 18446744073709551615 4252621 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5933/tid=5945] ppid=5931 vsize=1156248 CPUtime=22.64 cores=0-7
/proc/5933/task/5945/stat : 5945 (plingeling) R 5931 5933 5540 0 -1 4202560 47309 1259 0 0 2256 8 0 0 25 0 9 0 512371052 1183997952 239233 33554432000 4194304 4417332 140736813446112 18446744073709551615 4235359 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5933/tid=5946] ppid=5931 vsize=1156248 CPUtime=22.64 cores=0-7
/proc/5933/task/5946/stat : 5946 (plingeling) R 5931 5933 5540 0 -1 4202560 65925 1259 0 0 2253 11 0 0 25 0 9 0 512371052 1183997952 239233 33554432000 4194304 4417332 140736813446112 18446744073709551615 4262481 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5933/tid=5947] ppid=5931 vsize=1156248 CPUtime=22.64 cores=0-7
/proc/5933/task/5947/stat : 5947 (plingeling) R 5931 5933 5540 0 -1 4202560 33997 1259 0 0 2260 4 0 0 25 0 9 0 512371052 1183997952 239233 33554432000 4194304 4417332 140736813446112 18446744073709551615 4253198 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 183.87
Current children cumulated vsize (KiB) 1156248

[startup+51.1007 s]
/proc/loadavg: 7.66 7.71 7.79 9/179 5949
/proc/meminfo: memFree=14383316/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=970364 CPUtime=388.54 cores=0-7
/proc/5933/stat : 5933 (plingeling) S 5931 5933 5540 0 -1 4202496 541095 1259 0 0 38769 85 0 0 18 0 9 0 512370768 993652736 200337 33554432000 4194304 4417332 140736813446112 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5933/statm: 242591 200337 181 55 0 240477 0
[pid=5933/tid=5940] ppid=5931 vsize=970364 CPUtime=48.25 cores=0-7
/proc/5933/task/5940/stat : 5940 (plingeling) R 5931 5933 5540 0 -1 4202560 70481 1259 0 0 4814 11 0 0 25 0 9 0 512371052 993652736 200337 33554432000 4194304 4417332 140736813446112 18446744073709551615 4236255 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5933/tid=5941] ppid=5931 vsize=970364 CPUtime=47.96 cores=0-7
/proc/5933/task/5941/stat : 5941 (plingeling) R 5931 5933 5540 0 -1 4202560 38005 1259 0 0 4790 6 0 0 25 0 9 0 512371052 993652736 200337 33554432000 4194304 4417332 140736813446112 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5933/tid=5942] ppid=5931 vsize=970364 CPUtime=48.24 cores=0-7
/proc/5933/task/5942/stat : 5942 (plingeling) R 5931 5933 5540 0 -1 4202560 51831 1259 0 0 4815 9 0 0 25 0 9 0 512371052 993652736 200337 33554432000 4194304 4417332 140736813446112 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5933/tid=5943] ppid=5931 vsize=970364 CPUtime=48.25 cores=0-7
/proc/5933/task/5943/stat : 5943 (plingeling) R 5931 5933 5540 0 -1 4202560 10776 1259 0 0 4823 2 0 0 25 0 9 0 512371052 993652736 200337 33554432000 4194304 4417332 140736813446112 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5933/tid=5944] ppid=5931 vsize=970364 CPUtime=48.23 cores=0-7
/proc/5933/task/5944/stat : 5944 (plingeling) R 5931 5933 5540 0 -1 4202560 43541 1259 0 0 4816 7 0 0 25 0 9 0 512371052 993652736 200337 33554432000 4194304 4417332 140736813446112 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5933/tid=5945] ppid=5931 vsize=970364 CPUtime=48.24 cores=0-7
/proc/5933/task/5945/stat : 5945 (plingeling) R 5931 5933 5540 0 -1 4202560 63707 1259 0 0 4812 12 0 0 25 0 9 0 512371052 993652736 200337 33554432000 4194304 4417332 140736813446112 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5933/tid=5946] ppid=5931 vsize=970364 CPUtime=48.24 cores=0-7
/proc/5933/task/5946/stat : 5946 (plingeling) R 5931 5933 5540 0 -1 4202560 65958 1259 0 0 4813 11 0 0 25 0 9 0 512371052 993652736 200337 33554432000 4194304 4417332 140736813446112 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5933/tid=5947] ppid=5931 vsize=970364 CPUtime=48.23 cores=0-7
/proc/5933/task/5947/stat : 5947 (plingeling) R 5931 5933 5540 0 -1 4202560 54491 1259 0 0 4817 6 0 0 25 0 9 0 512371052 993652736 200337 33554432000 4194304 4417332 140736813446112 18446744073709551615 4248888 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 388.54
Current children cumulated vsize (KiB) 970364

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

[startup+51.2007 s]
/proc/loadavg: 7.66 7.71 7.79 9/179 5949
/proc/meminfo: memFree=14383316/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=966268 CPUtime=389.34 cores=0-7
/proc/5933/stat : 5933 (plingeling) S 5931 5933 5540 0 -1 4202496 541095 1259 0 0 38849 85 0 0 18 0 9 0 512370768 989458432 199313 33554432000 4194304 4417332 140736813446112 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5933/statm: 241567 199313 181 55 0 239453 0
[pid=5933/tid=5940] ppid=5931 vsize=966268 CPUtime=48.35 cores=0-7
/proc/5933/task/5940/stat : 5940 (plingeling) R 5931 5933 5540 0 -1 4202560 70481 1259 0 0 4824 11 0 0 25 0 9 0 512371052 989458432 199313 33554432000 4194304 4417332 140736813446112 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5933/tid=5941] ppid=5931 vsize=966268 CPUtime=48.06 cores=0-7
/proc/5933/task/5941/stat : 5941 (plingeling) R 5931 5933 5540 0 -1 4202560 38005 1259 0 0 4800 6 0 0 25 0 9 0 512371052 989458432 199313 33554432000 4194304 4417332 140736813446112 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5933/tid=5942] ppid=5931 vsize=966268 CPUtime=48.34 cores=0-7
/proc/5933/task/5942/stat : 5942 (plingeling) R 5931 5933 5540 0 -1 4202560 51831 1259 0 0 4825 9 0 0 25 0 9 0 512371052 989458432 199313 33554432000 4194304 4417332 140736813446112 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5933/tid=5943] ppid=5931 vsize=966268 CPUtime=48.35 cores=0-7
/proc/5933/task/5943/stat : 5943 (plingeling) R 5931 5933 5540 0 -1 4202560 10776 1259 0 0 4833 2 0 0 25 0 9 0 512371052 989458432 199313 33554432000 4194304 4417332 140736813446112 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5933/tid=5944] ppid=5931 vsize=966268 CPUtime=48.33 cores=0-7
/proc/5933/task/5944/stat : 5944 (plingeling) R 5931 5933 5540 0 -1 4202560 43541 1259 0 0 4826 7 0 0 25 0 9 0 512371052 989458432 199313 33554432000 4194304 4417332 140736813446112 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5933/tid=5945] ppid=5931 vsize=966268 CPUtime=48.34 cores=0-7
/proc/5933/task/5945/stat : 5945 (plingeling) R 5931 5933 5540 0 -1 4202560 63707 1259 0 0 4822 12 0 0 25 0 9 0 512371052 989458432 199313 33554432000 4194304 4417332 140736813446112 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5933/tid=5946] ppid=5931 vsize=966268 CPUtime=48.34 cores=0-7
/proc/5933/task/5946/stat : 5946 (plingeling) R 5931 5933 5540 0 -1 4202560 65958 1259 0 0 4823 11 0 0 25 0 9 0 512371052 989458432 199313 33554432000 4194304 4417332 140736813446112 18446744073709551615 4232685 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5933/tid=5947] ppid=5931 vsize=966268 CPUtime=48.33 cores=0-7
/proc/5933/task/5947/stat : 5947 (plingeling) R 5931 5933 5540 0 -1 4202560 54491 1259 0 0 4827 6 0 0 25 0 9 0 512371052 989458432 199313 33554432000 4194304 4417332 140736813446112 18446744073709551615 4252121 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 389.34
Current children cumulated vsize (KiB) 966268

[startup+51.6006 s]
/proc/loadavg: 7.66 7.71 7.79 9/179 5949
/proc/meminfo: memFree=14383316/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=957996 CPUtime=392.54 cores=0-7
/proc/5933/stat : 5933 (plingeling) S 5931 5933 5540 0 -1 4202496 541095 1259 0 0 39169 85 0 0 18 0 9 0 512370768 980987904 197245 33554432000 4194304 4417332 140736813446112 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/5933/statm: 239499 197245 181 55 0 237385 0
[pid=5933/tid=5940] ppid=5931 vsize=957996 CPUtime=48.75 cores=0-7
/proc/5933/task/5940/stat : 5940 (plingeling) R 5931 5933 5540 0 -1 4202560 70481 1259 0 0 4864 11 0 0 25 0 9 0 512371052 980987904 197245 33554432000 4194304 4417332 140736813446112 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=5933/tid=5941] ppid=5931 vsize=957996 CPUtime=48.46 cores=0-7
/proc/5933/task/5941/stat : 5941 (plingeling) R 5931 5933 5540 0 -1 4202560 38005 1259 0 0 4840 6 0 0 25 0 9 0 512371052 980987904 197245 33554432000 4194304 4417332 140736813446112 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5933/tid=5942] ppid=5931 vsize=957996 CPUtime=48.74 cores=0-7
/proc/5933/task/5942/stat : 5942 (plingeling) R 5931 5933 5540 0 -1 4202560 51831 1259 0 0 4865 9 0 0 25 0 9 0 512371052 980987904 197245 33554432000 4194304 4417332 140736813446112 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=5933/tid=5943] ppid=5931 vsize=957996 CPUtime=48.75 cores=0-7
/proc/5933/task/5943/stat : 5943 (plingeling) R 5931 5933 5540 0 -1 4202560 10776 1259 0 0 4873 2 0 0 25 0 9 0 512371052 980987904 197245 33554432000 4194304 4417332 140736813446112 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5933/tid=5944] ppid=5931 vsize=957996 CPUtime=48.73 cores=0-7
/proc/5933/task/5944/stat : 5944 (plingeling) R 5931 5933 5540 0 -1 4202560 43541 1259 0 0 4866 7 0 0 25 0 9 0 512371052 980987904 197245 33554432000 4194304 4417332 140736813446112 18446744073709551615 4278190 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=5933/tid=5945] ppid=5931 vsize=957996 CPUtime=48.74 cores=0-7
/proc/5933/task/5945/stat : 5945 (plingeling) R 5931 5933 5540 0 -1 4202560 63707 1259 0 0 4862 12 0 0 25 0 9 0 512371052 980987904 197245 33554432000 4194304 4417332 140736813446112 18446744073709551615 4364289 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5933/tid=5946] ppid=5931 vsize=957996 CPUtime=48.74 cores=0-7
/proc/5933/task/5946/stat : 5946 (plingeling) R 5931 5933 5540 0 -1 4202560 65958 1259 0 0 4863 11 0 0 25 0 9 0 512371052 980987904 197245 33554432000 4194304 4417332 140736813446112 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=5933/tid=5947] ppid=5931 vsize=957996 CPUtime=48.73 cores=0-7
/proc/5933/task/5947/stat : 5947 (plingeling) R 5931 5933 5540 0 -1 4202560 54491 1259 0 0 4867 6 0 0 25 0 9 0 512371052 980987904 197245 33554432000 4194304 4417332 140736813446112 18446744073709551615 18446744073699065949 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 392.54
Current children cumulated vsize (KiB) 957996

[startup+52.0005 s]
/proc/loadavg: 7.66 7.71 7.79 9/179 5949
/proc/meminfo: memFree=14411464/32950928 swapFree=67111528/67111528
[pid=5933] ppid=5931 vsize=535220 CPUtime=395.46 cores=0-7
/proc/5933/stat : 5933 (plingeling) R 5931 5933 5540 0 -1 4202496 541096 1259 0 0 39459 87 0 0 17 0 1 0 512370768 548065280 86895 33554432000 4194304 4417332 140736813446112 18446744073709551615 251814265962 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/5933/statm: 133805 86380 182 55 0 131691 0
Current children cumulated CPU time (s) 395.46
Current children cumulated vsize (KiB) 535220

Child status: 20
Real time (s): 52.0186
CPU time (s): 395.487
CPU user time (s): 394.591
CPU system time (s): 0.895863
CPU usage (%): 760.279
Max. virtual memory (cumulated for all children) (KiB): 1400344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 394.591
system time used= 0.895863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 542358
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= 566
involuntary context switches= 1880

runsolver used 0.073988 second user time and 0.184971 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-28 18:22:01
IDJOB=3309660
IDBENCH=82450
IDSOLVER=1695
FILE ID=node126/3309660-1304007720
RUNJOBID= node126-1304003442-5554
PBS_JOBID= 13168804
Free space on /tmp= 71580 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-3309660-1304007720/watcher-3309660-1304007720 -o /tmp/evaluation-result-3309660-1304007720/solver-3309660-1304007720 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309660-1304007720.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=1654626656

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15204760 kB
Buffers:       1838600 kB
Cached:       15254584 kB
SwapCached:          0 kB
Active:        6600648 kB
Inactive:     10559808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15204760 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20992 kB
Writeback:           0 kB
AnonPages:       67096 kB
Mapped:          15172 kB
Slab:           519404 kB
PageTables:       4436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187504 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= 71580 MiB
End job on node126 at 2011-04-28 18:22:53