Trace number 3372296

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)UNSAT 199.481 26.5636

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.6162
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

199.41/26.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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3372296-1305437245/watcher-3372296-1305437245 -o /tmp/evaluation-result-3372296-1305437245/solver-3372296-1305437245 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372296-1305437245.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.39 5.90 4.75 1/378 6304
/proc/meminfo: memFree=26840892/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=17896 CPUtime=0 cores=0-7
/proc/6304/stat : 6304 (plingeling) R 6302 6304 6192 0 -1 4202496 2470 1256 0 0 0 0 0 0 21 0 1 0 655323222 18325504 2399 33554432000 4194304 4417452 140736957869824 18446744073709551615 251813934061 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6304/statm: 4474 2413 148 55 0 2360 0

[startup+0.0784329 s]
/proc/loadavg: 7.39 5.90 4.75 1/378 6304
/proc/meminfo: memFree=26840892/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=39100 CPUtime=0.06 cores=0-7
/proc/6304/stat : 6304 (plingeling) R 6302 6304 6192 0 -1 4202496 7853 1256 0 0 6 0 0 0 21 0 1 0 655323222 40038400 7782 33554432000 4194304 4417452 140736957869824 18446744073709551615 251814240000 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6304/statm: 9775 7782 148 55 0 7661 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 39100

[startup+0.10043 s]
/proc/loadavg: 7.39 5.90 4.75 1/378 6304
/proc/meminfo: memFree=26840892/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=51448 CPUtime=0.08 cores=0-7
/proc/6304/stat : 6304 (plingeling) R 6302 6304 6192 0 -1 4202496 10956 1256 0 0 8 0 0 0 21 0 1 0 655323222 52682752 10885 33554432000 4194304 4417452 140736957869824 18446744073709551615 251814240000 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6304/statm: 12862 10885 148 55 0 10748 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51448

[startup+0.300396 s]
/proc/loadavg: 7.39 5.90 4.75 1/378 6304
/proc/meminfo: memFree=26840892/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=103908 CPUtime=0.28 cores=0-7
/proc/6304/stat : 6304 (plingeling) R 6302 6304 6192 0 -1 4202496 24119 1256 0 0 27 1 0 0 22 0 1 0 655323222 106401792 24000 33554432000 4194304 4417452 140736957869824 18446744073709551615 251814240000 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6304/statm: 25977 24000 148 55 0 23863 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 103908

[startup+0.700328 s]
/proc/loadavg: 7.39 5.90 4.75 1/378 6304
/proc/meminfo: memFree=26840892/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=127724 CPUtime=0.69 cores=0-7
/proc/6304/stat : 6304 (plingeling) R 6302 6304 6192 0 -1 4202496 30074 1256 0 0 67 2 0 0 23 0 1 0 655323222 130789376 29955 33554432000 4194304 4417452 140736957869824 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6304/statm: 31931 29955 149 55 0 29817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 127724

[startup+1.5002 s]
/proc/loadavg: 7.39 5.90 4.75 2/379 6310
/proc/meminfo: memFree=26687876/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=301544 CPUtime=1.49 cores=0-7
/proc/6304/stat : 6304 (plingeling) R 6302 6304 6192 0 -1 4202496 73537 1256 0 0 141 8 0 0 25 0 1 0 655323222 308781056 73410 33554432000 4194304 4417452 140736957869824 18446744073709551615 4231368 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/6304/statm: 75386 73410 149 55 0 73272 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 301544

[startup+3.10094 s]
/proc/loadavg: 7.39 5.90 4.75 9/387 6318
/proc/meminfo: memFree=26574160/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=447960 CPUtime=12.81 cores=0-7
/proc/6304/stat : 6304 (plingeling) S 6302 6304 6192 0 -1 4202496 136370 1256 0 0 1261 20 0 0 25 0 9 0 655323222 458711040 66202 33554432000 4194304 4417452 140736957869824 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/6304/statm: 111990 66202 176 55 0 109876 0
[pid=6304/tid=6311] ppid=6302 vsize=447960 CPUtime=1.38 cores=0-7
/proc/6304/task/6311/stat : 6311 (plingeling) R 6302 6304 6192 0 -1 4202560 9950 1256 0 0 137 1 0 0 19 0 9 0 655323392 458711040 66202 33554432000 4194304 4417452 140736957869824 18446744073709551615 4281230 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6304/tid=6312] ppid=6302 vsize=447960 CPUtime=1.38 cores=0-7
/proc/6304/task/6312/stat : 6312 (plingeling) R 6302 6304 6192 0 -1 4202560 8438 1256 0 0 137 1 0 0 25 0 9 0 655323392 458711040 66202 33554432000 4194304 4417452 140736957869824 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6304/tid=6313] ppid=6302 vsize=447960 CPUtime=1.34 cores=0-7
/proc/6304/task/6313/stat : 6313 (plingeling) R 6302 6304 6192 0 -1 4202560 10101 1256 0 0 133 1 0 0 25 0 9 0 655323392 458711040 66202 33554432000 4194304 4417452 140736957869824 18446744073709551615 4286375 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6304/tid=6314] ppid=6302 vsize=447960 CPUtime=1.39 cores=0-7
/proc/6304/task/6314/stat : 6314 (plingeling) R 6302 6304 6192 0 -1 4202560 2827 1256 0 0 138 1 0 0 25 0 9 0 655323392 458711040 66202 33554432000 4194304 4417452 140736957869824 18446744073709551615 4236755 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6304/tid=6315] ppid=6302 vsize=447960 CPUtime=1.39 cores=0-7
/proc/6304/task/6315/stat : 6315 (plingeling) R 6302 6304 6192 0 -1 4202560 9563 1256 0 0 137 2 0 0 19 0 9 0 655323392 458711040 66202 33554432000 4194304 4417452 140736957869824 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6304/tid=6316] ppid=6302 vsize=447960 CPUtime=1.39 cores=0-7
/proc/6304/task/6316/stat : 6316 (plingeling) R 6302 6304 6192 0 -1 4202560 6967 1256 0 0 138 1 0 0 19 0 9 0 655323392 458711040 66202 33554432000 4194304 4417452 140736957869824 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6304/tid=6317] ppid=6302 vsize=447960 CPUtime=1.39 cores=0-7
/proc/6304/task/6317/stat : 6317 (plingeling) R 6302 6304 6192 0 -1 4202560 7237 1256 0 0 138 1 0 0 20 0 9 0 655323392 458711040 66202 33554432000 4194304 4417452 140736957869824 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6304/tid=6318] ppid=6302 vsize=447960 CPUtime=1.38 cores=0-7
/proc/6304/task/6318/stat : 6318 (plingeling) R 6302 6304 6192 0 -1 4202560 7734 1256 0 0 137 1 0 0 25 0 9 0 655323392 458711040 66202 33554432000 4194304 4417452 140736957869824 18446744073709551615 4236935 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 447960

[startup+6.3004 s]
/proc/loadavg: 7.43 5.93 4.76 9/387 6318
/proc/meminfo: memFree=26563868/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=463468 CPUtime=38.36 cores=0-7
/proc/6304/stat : 6304 (plingeling) S 6302 6304 6192 0 -1 4202496 163041 1256 0 0 3812 24 0 0 25 0 9 0 655323222 474591232 70933 33554432000 4194304 4417452 140736957869824 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/6304/statm: 115867 70933 180 55 0 113753 0
[pid=6304/tid=6311] ppid=6302 vsize=463468 CPUtime=4.58 cores=0-7
/proc/6304/task/6311/stat : 6311 (plingeling) R 6302 6304 6192 0 -1 4202560 14098 1256 0 0 456 2 0 0 25 0 9 0 655323392 474591232 70933 33554432000 4194304 4417452 140736957869824 18446744073709551615 4320156 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6304/tid=6312] ppid=6302 vsize=463468 CPUtime=4.58 cores=0-7
/proc/6304/task/6312/stat : 6312 (plingeling) R 6302 6304 6192 0 -1 4202560 10815 1256 0 0 457 1 0 0 25 0 9 0 655323392 474591232 70933 33554432000 4194304 4417452 140736957869824 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6304/tid=6313] ppid=6302 vsize=463468 CPUtime=4.5 cores=0-7
/proc/6304/task/6313/stat : 6313 (plingeling) R 6302 6304 6192 0 -1 4202560 16147 1256 0 0 448 2 0 0 25 0 9 0 655323392 474591232 70933 33554432000 4194304 4417452 140736957869824 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6304/tid=6314] ppid=6302 vsize=463468 CPUtime=4.59 cores=0-7
/proc/6304/task/6314/stat : 6314 (plingeling) R 6302 6304 6192 0 -1 4202560 2827 1256 0 0 458 1 0 0 25 0 9 0 655323392 474591232 70933 33554432000 4194304 4417452 140736957869824 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6304/tid=6315] ppid=6302 vsize=463468 CPUtime=4.59 cores=0-7
/proc/6304/task/6315/stat : 6315 (plingeling) R 6302 6304 6192 0 -1 4202560 12721 1256 0 0 457 2 0 0 25 0 9 0 655323392 474591232 70933 33554432000 4194304 4417452 140736957869824 18446744073709551615 4253328 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6304/tid=6316] ppid=6302 vsize=463468 CPUtime=4.59 cores=0-7
/proc/6304/task/6316/stat : 6316 (plingeling) R 6302 6304 6192 0 -1 4202560 10185 1256 0 0 458 1 0 0 25 0 9 0 655323392 474591232 70933 33554432000 4194304 4417452 140736957869824 18446744073709551615 4235999 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6304/tid=6317] ppid=6302 vsize=463468 CPUtime=4.58 cores=0-7
/proc/6304/task/6317/stat : 6317 (plingeling) R 6302 6304 6192 0 -1 4202560 10900 1256 0 0 457 1 0 0 25 0 9 0 655323392 474591232 70933 33554432000 4194304 4417452 140736957869824 18446744073709551615 4281863 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6304/tid=6318] ppid=6302 vsize=463468 CPUtime=4.59 cores=0-7
/proc/6304/task/6318/stat : 6318 (plingeling) R 6302 6304 6192 0 -1 4202560 11795 1256 0 0 457 2 0 0 25 0 9 0 655323392 474591232 70933 33554432000 4194304 4417452 140736957869824 18446744073709551615 4253198 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.36
Current children cumulated vsize (KiB) 463468

[startup+12.7013 s]
/proc/loadavg: 7.48 5.97 4.78 9/387 6318
/proc/meminfo: memFree=26566248/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=461792 CPUtime=89.48 cores=0-7
/proc/6304/stat : 6304 (plingeling) S 6302 6304 6192 0 -1 4202496 164642 1256 0 0 8923 25 0 0 25 0 9 0 655323222 472875008 68473 33554432000 4194304 4417452 140736957869824 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/6304/statm: 115448 68473 180 55 0 113334 0
[pid=6304/tid=6311] ppid=6302 vsize=461792 CPUtime=10.97 cores=0-7
/proc/6304/task/6311/stat : 6311 (plingeling) R 6302 6304 6192 0 -1 4202560 14308 1256 0 0 1095 2 0 0 25 0 9 0 655323392 472875008 68473 33554432000 4194304 4417452 140736957869824 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6304/tid=6312] ppid=6302 vsize=461792 CPUtime=10.98 cores=0-7
/proc/6304/task/6312/stat : 6312 (plingeling) R 6302 6304 6192 0 -1 4202560 10943 1256 0 0 1097 1 0 0 25 0 9 0 655323392 472875008 68473 33554432000 4194304 4417452 140736957869824 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6304/tid=6313] ppid=6302 vsize=461792 CPUtime=10.82 cores=0-7
/proc/6304/task/6313/stat : 6313 (plingeling) R 6302 6304 6192 0 -1 4202560 16147 1256 0 0 1080 2 0 0 25 0 9 0 655323392 472875008 68473 33554432000 4194304 4417452 140736957869824 18446744073709551615 4366528 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6304/tid=6314] ppid=6302 vsize=461792 CPUtime=10.99 cores=0-7
/proc/6304/task/6314/stat : 6314 (plingeling) R 6302 6304 6192 0 -1 4202560 3092 1256 0 0 1098 1 0 0 25 0 9 0 655323392 472875008 68473 33554432000 4194304 4417452 140736957869824 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6304/tid=6315] ppid=6302 vsize=461792 CPUtime=10.99 cores=0-7
/proc/6304/task/6315/stat : 6315 (plingeling) R 6302 6304 6192 0 -1 4202560 12990 1256 0 0 1097 2 0 0 25 0 9 0 655323392 472875008 68473 33554432000 4194304 4417452 140736957869824 18446744073709551615 4364500 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6304/tid=6316] ppid=6302 vsize=461792 CPUtime=10.99 cores=0-7
/proc/6304/task/6316/stat : 6316 (plingeling) R 6302 6304 6192 0 -1 4202560 10294 1256 0 0 1098 1 0 0 25 0 9 0 655323392 472875008 68473 33554432000 4194304 4417452 140736957869824 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6304/tid=6317] ppid=6302 vsize=461792 CPUtime=10.98 cores=0-7
/proc/6304/task/6317/stat : 6317 (plingeling) R 6302 6304 6192 0 -1 4202560 11520 1256 0 0 1097 1 0 0 25 0 9 0 655323392 472875008 68473 33554432000 4194304 4417452 140736957869824 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6304/tid=6318] ppid=6302 vsize=461792 CPUtime=10.99 cores=0-7
/proc/6304/task/6318/stat : 6318 (plingeling) R 6302 6304 6192 0 -1 4202560 11795 1256 0 0 1097 2 0 0 25 0 9 0 655323392 472875008 68473 33554432000 4194304 4417452 140736957869824 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 89.48
Current children cumulated vsize (KiB) 461792

[startup+25.5012 s]
/proc/loadavg: 7.67 6.08 4.84 9/387 6319
/proc/meminfo: memFree=26545652/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=480160 CPUtime=191.71 cores=0-7
/proc/6304/stat : 6304 (plingeling) S 6302 6304 6192 0 -1 4202496 173740 1256 0 0 19145 26 0 0 25 0 9 0 655323222 491683840 73774 33554432000 4194304 4417452 140736957869824 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/6304/statm: 120040 73774 180 55 0 117926 0
[pid=6304/tid=6311] ppid=6302 vsize=480160 CPUtime=23.77 cores=0-7
/proc/6304/task/6311/stat : 6311 (plingeling) R 6302 6304 6192 0 -1 4202560 14964 1256 0 0 2375 2 0 0 25 0 9 0 655323392 491683840 73774 33554432000 4194304 4417452 140736957869824 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6304/tid=6312] ppid=6302 vsize=480160 CPUtime=23.78 cores=0-7
/proc/6304/task/6312/stat : 6312 (plingeling) R 6302 6304 6192 0 -1 4202560 11206 1256 0 0 2377 1 0 0 25 0 9 0 655323392 491683840 73774 33554432000 4194304 4417452 140736957869824 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6304/tid=6313] ppid=6302 vsize=480160 CPUtime=23.45 cores=0-7
/proc/6304/task/6313/stat : 6313 (plingeling) R 6302 6304 6192 0 -1 4202560 16403 1256 0 0 2343 2 0 0 25 0 9 0 655323392 491683840 73774 33554432000 4194304 4417452 140736957869824 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6304/tid=6314] ppid=6302 vsize=480160 CPUtime=23.79 cores=0-7
/proc/6304/task/6314/stat : 6314 (plingeling) R 6302 6304 6192 0 -1 4202560 4257 1256 0 0 2378 1 0 0 25 0 9 0 655323392 491683840 73774 33554432000 4194304 4417452 140736957869824 18446744073709551615 4281957 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6304/tid=6315] ppid=6302 vsize=480160 CPUtime=23.79 cores=0-7
/proc/6304/task/6315/stat : 6315 (plingeling) R 6302 6304 6192 0 -1 4202560 14182 1256 0 0 2377 2 0 0 25 0 9 0 655323392 491683840 73774 33554432000 4194304 4417452 140736957869824 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6304/tid=6316] ppid=6302 vsize=480160 CPUtime=23.79 cores=0-7
/proc/6304/task/6316/stat : 6316 (plingeling) R 6302 6304 6192 0 -1 4202560 11318 1256 0 0 2378 1 0 0 25 0 9 0 655323392 491683840 73774 33554432000 4194304 4417452 140736957869824 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6304/tid=6317] ppid=6302 vsize=480160 CPUtime=23.78 cores=0-7
/proc/6304/task/6317/stat : 6317 (plingeling) R 6302 6304 6192 0 -1 4202560 12502 1256 0 0 2377 1 0 0 25 0 9 0 655323392 491683840 73774 33554432000 4194304 4417452 140736957869824 18446744073709551615 4236634 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6304/tid=6318] ppid=6302 vsize=480160 CPUtime=23.78 cores=0-7
/proc/6304/task/6318/stat : 6318 (plingeling) R 6302 6304 6192 0 -1 4202560 15355 1256 0 0 2376 2 0 0 25 0 9 0 655323392 491683840 73774 33554432000 4194304 4417452 140736957869824 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 191.71
Current children cumulated vsize (KiB) 480160

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

[startup+26.301 s]
/proc/loadavg: 7.67 6.08 4.84 9/387 6319
/proc/meminfo: memFree=26543408/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=481028 CPUtime=198.17 cores=0-7
/proc/6304/stat : 6304 (plingeling) S 6302 6304 6192 0 -1 4202496 174471 1256 0 0 19791 26 0 0 25 0 9 0 655323222 492572672 74503 33554432000 4194304 4417452 140736957869824 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/6304/statm: 120257 74503 180 55 0 118143 0
[pid=6304/tid=6311] ppid=6302 vsize=481028 CPUtime=24.59 cores=0-7
/proc/6304/task/6311/stat : 6311 (plingeling) R 6302 6304 6192 0 -1 4202560 15183 1256 0 0 2456 3 0 0 25 0 9 0 655323392 492572672 74503 33554432000 4194304 4417452 140736957869824 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=6304/tid=6312] ppid=6302 vsize=481028 CPUtime=24.6 cores=0-7
/proc/6304/task/6312/stat : 6312 (plingeling) R 6302 6304 6192 0 -1 4202560 11206 1256 0 0 2459 1 0 0 25 0 9 0 655323392 492572672 74503 33554432000 4194304 4417452 140736957869824 18446744073709551615 4278727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6304/tid=6313] ppid=6302 vsize=481028 CPUtime=24.25 cores=0-7
/proc/6304/task/6313/stat : 6313 (plingeling) R 6302 6304 6192 0 -1 4202560 16403 1256 0 0 2423 2 0 0 25 0 9 0 655323392 492572672 74503 33554432000 4194304 4417452 140736957869824 18446744073709551615 4366491 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6304/tid=6314] ppid=6302 vsize=481028 CPUtime=24.6 cores=0-7
/proc/6304/task/6314/stat : 6314 (plingeling) R 6302 6304 6192 0 -1 4202560 4257 1256 0 0 2459 1 0 0 25 0 9 0 655323392 492572672 74503 33554432000 4194304 4417452 140736957869824 18446744073709551615 4281683 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6304/tid=6315] ppid=6302 vsize=481028 CPUtime=24.6 cores=0-7
/proc/6304/task/6315/stat : 6315 (plingeling) R 6302 6304 6192 0 -1 4202560 14694 1256 0 0 2458 2 0 0 25 0 9 0 655323392 492572672 74503 33554432000 4194304 4417452 140736957869824 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6304/tid=6316] ppid=6302 vsize=481028 CPUtime=24.6 cores=0-7
/proc/6304/task/6316/stat : 6316 (plingeling) R 6302 6304 6192 0 -1 4202560 11318 1256 0 0 2459 1 0 0 25 0 9 0 655323392 492572672 74503 33554432000 4194304 4417452 140736957869824 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=6304/tid=6317] ppid=6302 vsize=481028 CPUtime=24.6 cores=0-7
/proc/6304/task/6317/stat : 6317 (plingeling) R 6302 6304 6192 0 -1 4202560 12502 1256 0 0 2459 1 0 0 25 0 9 0 655323392 492572672 74503 33554432000 4194304 4417452 140736957869824 18446744073709551615 4342939 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=6304/tid=6318] ppid=6302 vsize=481028 CPUtime=24.6 cores=0-7
/proc/6304/task/6318/stat : 6318 (plingeling) R 6302 6304 6192 0 -1 4202560 15355 1256 0 0 2458 2 0 0 25 0 9 0 655323392 492572672 74503 33554432000 4194304 4417452 140736957869824 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 198.17
Current children cumulated vsize (KiB) 481028

[startup+26.501 s]
/proc/loadavg: 7.67 6.08 4.84 9/387 6319
/proc/meminfo: memFree=26543408/32950928 swapFree=44388876/67111528
[pid=6304] ppid=6302 vsize=481176 CPUtime=199.41 cores=0-7
/proc/6304/stat : 6304 (plingeling) S 6302 6304 6192 0 -1 4202496 174528 1256 0 0 19915 26 0 0 18 0 2 0 655323222 492724224 74541 33554432000 4194304 4417452 140736957869824 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/6304/statm: 120294 74541 181 55 0 118180 0
[pid=6304/tid=6312] ppid=6302 vsize=481176 CPUtime=24.78 cores=0-7
/proc/6304/task/6312/stat : 6312 (plingeling) R 6302 6304 6192 0 -1 4202560 11206 1256 0 0 2477 1 0 0 25 0 2 0 655323392 492724224 74541 33554432000 4194304 4417452 140736957869824 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 199.41
Current children cumulated vsize (KiB) 481176

Child status: 20
Real time (s): 26.5636
CPU time (s): 199.481
CPU user time (s): 199.202
CPU system time (s): 0.278957
CPU usage (%): 750.956
Max. virtual memory (cumulated for all children) (KiB): 481176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 199.202
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175787
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= 486
involuntary context switches= 944

runsolver used 0.092985 second user time and 0.255961 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 07:27:25
IDJOB=3372296
IDBENCH=71003
IDSOLVER=1851
FILE ID=node126/3372296-1305437245
RUNJOBID= node126-1305437033-6206
PBS_JOBID= 13324762
Free space on /tmp= 73352 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372296-1305437245/watcher-3372296-1305437245 -o /tmp/evaluation-result-3372296-1305437245/solver-3372296-1305437245 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372296-1305437245.cnf

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=1569007482

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:      26841172 kB
Buffers:        273012 kB
Cached:        2622928 kB
SwapCached:      92524 kB
Active:         837772 kB
Inactive:      5015424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26841172 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           12128 kB
Writeback:           0 kB
AnonPages:     2877700 kB
Mapped:          15112 kB
Slab:           113044 kB
PageTables:      75084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88088024 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= 73352 MiB
End job on node126 at 2011-05-15 07:27:52