Trace number 3372095

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 108.205 14.6215

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.0536
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

Solver Data

108.17/14.62	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-3372095-1305435361/watcher-3372095-1305435361 -o /tmp/evaluation-result-3372095-1305435361/solver-3372095-1305435361 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372095-1305435361.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: 4.93 7.30 7.75 2/329 10419
/proc/meminfo: memFree=17494604/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=11100 CPUtime=0 cores=0-7
/proc/10419/stat : 10419 (plingeling) R 10417 10419 10393 0 -1 4202496 868 1252 0 0 0 0 0 0 25 0 1 0 655137079 11366400 797 33554432000 4194304 4417452 140736337257808 18446744073709551615 270612804579 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/10419/statm: 2823 808 147 55 0 709 0

[startup+0.0245389 s]
/proc/loadavg: 4.93 7.30 7.75 2/329 10419
/proc/meminfo: memFree=17494604/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=20612 CPUtime=0.01 cores=0-7
/proc/10419/stat : 10419 (plingeling) R 10417 10419 10393 0 -1 4202496 3215 1252 0 0 1 0 0 0 25 0 1 0 655137079 21106688 3144 33554432000 4194304 4417452 140736337257808 18446744073709551615 4227889 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/10419/statm: 5153 3144 148 55 0 3039 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20612

[startup+0.100524 s]
/proc/loadavg: 4.93 7.30 7.75 2/329 10419
/proc/meminfo: memFree=17494604/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=37952 CPUtime=0.08 cores=0-7
/proc/10419/stat : 10419 (plingeling) R 10417 10419 10393 0 -1 4202496 7582 1252 0 0 8 0 0 0 25 0 1 0 655137079 38862848 7511 33554432000 4194304 4417452 140736337257808 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/10419/statm: 9488 7511 148 55 0 7374 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37952

[startup+0.300491 s]
/proc/loadavg: 4.93 7.30 7.75 2/329 10419
/proc/meminfo: memFree=17494604/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=102696 CPUtime=0.28 cores=0-7
/proc/10419/stat : 10419 (plingeling) R 10417 10419 10393 0 -1 4202496 23784 1252 0 0 26 2 0 0 25 0 1 0 655137079 105160704 23697 33554432000 4194304 4417452 140736337257808 18446744073709551615 4262041 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/10419/statm: 25674 23697 148 55 0 23560 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 102696

[startup+0.70042 s]
/proc/loadavg: 4.93 7.30 7.75 2/329 10419
/proc/meminfo: memFree=17494604/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=122692 CPUtime=0.69 cores=0-7
/proc/10419/stat : 10419 (plingeling) R 10417 10419 10393 0 -1 4202496 28784 1252 0 0 66 3 0 0 25 0 1 0 655137079 125636608 28697 33554432000 4194304 4417452 140736337257808 18446744073709551615 4227893 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/10419/statm: 30673 28697 149 55 0 28559 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122692

[startup+1.50024 s]
/proc/loadavg: 4.93 7.30 7.75 2/330 10425
/proc/meminfo: memFree=17341944/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=284772 CPUtime=3.59 cores=0-7
/proc/10419/stat : 10419 (plingeling) S 10417 10419 10393 0 -1 4202496 58798 1252 0 0 351 8 0 0 25 0 9 0 655137079 291606528 34478 33554432000 4194304 4417452 140736337257808 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10419/statm: 71193 34478 175 55 0 69079 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 284772

[startup+3.10096 s]
/proc/loadavg: 4.93 7.30 7.75 9/338 10433
/proc/meminfo: memFree=17354536/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=281312 CPUtime=16.39 cores=0-7
/proc/10419/stat : 10419 (plingeling) S 10417 10419 10393 0 -1 4202496 58803 1252 0 0 1630 9 0 0 25 0 9 0 655137079 288063488 33419 33554432000 4194304 4417452 140736337257808 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10419/statm: 70328 33419 180 55 0 68214 0
[pid=10419/tid=10426] ppid=10417 vsize=281312 CPUtime=1.89 cores=0-7
/proc/10419/task/10426/stat : 10426 (plingeling) R 10417 10419 10393 0 -1 4202560 2909 1252 0 0 189 0 0 0 20 0 9 0 655137198 288063488 33419 33554432000 4194304 4417452 140736337257808 18446744073709551615 4302058 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=281312 CPUtime=1.9 cores=0-7
/proc/10419/task/10427/stat : 10427 (plingeling) R 10417 10419 10393 0 -1 4202560 2828 1252 0 0 190 0 0 0 25 0 9 0 655137198 288063488 33419 33554432000 4194304 4417452 140736337257808 18446744073709551615 4346662 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=281312 CPUtime=1.88 cores=0-7
/proc/10419/task/10428/stat : 10428 (plingeling) R 10417 10419 10393 0 -1 4202560 2493 1252 0 0 188 0 0 0 20 0 9 0 655137198 288063488 33419 33554432000 4194304 4417452 140736337257808 18446744073709551615 4265411 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=281312 CPUtime=1.89 cores=0-7
/proc/10419/task/10429/stat : 10429 (plingeling) R 10417 10419 10393 0 -1 4202560 1965 1252 0 0 189 0 0 0 20 0 9 0 655137198 288063488 33419 33554432000 4194304 4417452 140736337257808 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=281312 CPUtime=1.89 cores=0-7
/proc/10419/task/10430/stat : 10430 (plingeling) R 10417 10419 10393 0 -1 4202560 2495 1252 0 0 189 0 0 0 20 0 9 0 655137198 288063488 33419 33554432000 4194304 4417452 140736337257808 18446744073709551615 4256374 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=281312 CPUtime=1.9 cores=0-7
/proc/10419/task/10431/stat : 10431 (plingeling) R 10417 10419 10393 0 -1 4202560 2671 1252 0 0 189 1 0 0 25 0 9 0 655137198 288063488 33419 33554432000 4194304 4417452 140736337257808 18446744073709551615 4346252 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=281312 CPUtime=1.89 cores=0-7
/proc/10419/task/10432/stat : 10432 (plingeling) R 10417 10419 10393 0 -1 4202560 2553 1252 0 0 189 0 0 0 25 0 9 0 655137198 288063488 33419 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=281312 CPUtime=1.89 cores=0-7
/proc/10419/task/10433/stat : 10433 (plingeling) R 10417 10419 10393 0 -1 4202560 2678 1252 0 0 189 0 0 0 21 0 9 0 655137198 288063488 33419 33554432000 4194304 4417452 140736337257808 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 16.39
Current children cumulated vsize (KiB) 281312

[startup+6.30039 s]
/proc/loadavg: 5.18 7.32 7.75 9/338 10433
/proc/meminfo: memFree=17401440/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=234460 CPUtime=41.94 cores=0-7
/proc/10419/stat : 10419 (plingeling) S 10417 10419 10393 0 -1 4202496 59448 1252 0 0 4185 9 0 0 25 0 9 0 655137079 240087040 21750 33554432000 4194304 4417452 140736337257808 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10419/statm: 58615 21750 180 55 0 56501 0
[pid=10419/tid=10426] ppid=10417 vsize=234460 CPUtime=5.09 cores=0-7
/proc/10419/task/10426/stat : 10426 (plingeling) R 10417 10419 10393 0 -1 4202560 2929 1252 0 0 509 0 0 0 25 0 9 0 655137198 240087040 21750 33554432000 4194304 4417452 140736337257808 18446744073709551615 4366661 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=234460 CPUtime=5.09 cores=0-7
/proc/10419/task/10427/stat : 10427 (plingeling) R 10417 10419 10393 0 -1 4202560 3111 1252 0 0 509 0 0 0 25 0 9 0 655137198 240087040 21750 33554432000 4194304 4417452 140736337257808 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=234460 CPUtime=5.04 cores=0-7
/proc/10419/task/10428/stat : 10428 (plingeling) R 10417 10419 10393 0 -1 4202560 2496 1252 0 0 504 0 0 0 25 0 9 0 655137198 240087040 21750 33554432000 4194304 4417452 140736337257808 18446744073709551615 4277687 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=234460 CPUtime=5.09 cores=0-7
/proc/10419/task/10429/stat : 10429 (plingeling) R 10417 10419 10393 0 -1 4202560 1965 1252 0 0 509 0 0 0 25 0 9 0 655137198 240087040 21750 33554432000 4194304 4417452 140736337257808 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=234460 CPUtime=5.09 cores=0-7
/proc/10419/task/10430/stat : 10430 (plingeling) R 10417 10419 10393 0 -1 4202560 2514 1252 0 0 509 0 0 0 25 0 9 0 655137198 240087040 21750 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=234460 CPUtime=5.1 cores=0-7
/proc/10419/task/10431/stat : 10431 (plingeling) R 10417 10419 10393 0 -1 4202560 2954 1252 0 0 509 1 0 0 25 0 9 0 655137198 240087040 21750 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=234460 CPUtime=5.09 cores=0-7
/proc/10419/task/10432/stat : 10432 (plingeling) R 10417 10419 10393 0 -1 4202560 2556 1252 0 0 509 0 0 0 25 0 9 0 655137198 240087040 21750 33554432000 4194304 4417452 140736337257808 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=234460 CPUtime=5.09 cores=0-7
/proc/10419/task/10433/stat : 10433 (plingeling) R 10417 10419 10393 0 -1 4202560 2712 1252 0 0 509 0 0 0 25 0 9 0 655137198 240087040 21750 33554432000 4194304 4417452 140736337257808 18446744073709551615 4252336 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 41.94
Current children cumulated vsize (KiB) 234460

[startup+12.7013 s]
/proc/loadavg: 5.48 7.34 7.76 9/338 10433
/proc/meminfo: memFree=17378012/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=256872 CPUtime=93.08 cores=0-7
/proc/10419/stat : 10419 (plingeling) S 10417 10419 10393 0 -1 4202496 68821 1252 0 0 9298 10 0 0 25 0 9 0 655137079 263036928 27177 33554432000 4194304 4417452 140736337257808 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10419/statm: 64218 27177 180 55 0 62104 0
[pid=10419/tid=10426] ppid=10417 vsize=256872 CPUtime=11.49 cores=0-7
/proc/10419/task/10426/stat : 10426 (plingeling) R 10417 10419 10393 0 -1 4202560 4480 1252 0 0 1149 0 0 0 25 0 9 0 655137198 263036928 27177 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=256872 CPUtime=11.49 cores=0-7
/proc/10419/task/10427/stat : 10427 (plingeling) R 10417 10419 10393 0 -1 4202560 5221 1252 0 0 1149 0 0 0 25 0 9 0 655137198 263036928 27177 33554432000 4194304 4417452 140736337257808 18446744073709551615 4366197 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=256872 CPUtime=11.37 cores=0-7
/proc/10419/task/10428/stat : 10428 (plingeling) R 10417 10419 10393 0 -1 4202560 3010 1252 0 0 1137 0 0 0 25 0 9 0 655137198 263036928 27177 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=256872 CPUtime=11.49 cores=0-7
/proc/10419/task/10429/stat : 10429 (plingeling) R 10417 10419 10393 0 -1 4202560 1965 1252 0 0 1149 0 0 0 25 0 9 0 655137198 263036928 27177 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=256872 CPUtime=11.49 cores=0-7
/proc/10419/task/10430/stat : 10430 (plingeling) R 10417 10419 10393 0 -1 4202560 4085 1252 0 0 1149 0 0 0 25 0 9 0 655137198 263036928 27177 33554432000 4194304 4417452 140736337257808 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=256872 CPUtime=11.5 cores=0-7
/proc/10419/task/10431/stat : 10431 (plingeling) R 10417 10419 10393 0 -1 4202560 3979 1252 0 0 1149 1 0 0 25 0 9 0 655137198 263036928 27177 33554432000 4194304 4417452 140736337257808 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=256872 CPUtime=11.49 cores=0-7
/proc/10419/task/10432/stat : 10432 (plingeling) R 10417 10419 10393 0 -1 4202560 3294 1252 0 0 1149 0 0 0 25 0 9 0 655137198 263036928 27177 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=256872 CPUtime=11.49 cores=0-7
/proc/10419/task/10433/stat : 10433 (plingeling) R 10417 10419 10393 0 -1 4202560 4576 1252 0 0 1149 0 0 0 25 0 9 0 655137198 263036928 27177 33554432000 4194304 4417452 140736337257808 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 93.08
Current children cumulated vsize (KiB) 256872

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

[startup+13.5011 s]
/proc/loadavg: 5.48 7.34 7.76 9/338 10433
/proc/meminfo: memFree=17387312/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=254732 CPUtime=99.46 cores=0-7
/proc/10419/stat : 10419 (plingeling) S 10417 10419 10393 0 -1 4202496 71079 1252 0 0 9936 10 0 0 25 0 9 0 655137079 260845568 26804 33554432000 4194304 4417452 140736337257808 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10419/statm: 63683 26804 180 55 0 61569 0
[pid=10419/tid=10426] ppid=10417 vsize=254732 CPUtime=12.29 cores=0-7
/proc/10419/task/10426/stat : 10426 (plingeling) R 10417 10419 10393 0 -1 4202560 5197 1252 0 0 1229 0 0 0 25 0 9 0 655137198 260845568 26804 33554432000 4194304 4417452 140736337257808 18446744073709551615 4237136 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=254732 CPUtime=12.29 cores=0-7
/proc/10419/task/10427/stat : 10427 (plingeling) R 10417 10419 10393 0 -1 4202560 5733 1252 0 0 1229 0 0 0 25 0 9 0 655137198 260845568 26804 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=254732 CPUtime=12.16 cores=0-7
/proc/10419/task/10428/stat : 10428 (plingeling) R 10417 10419 10393 0 -1 4202560 3010 1252 0 0 1216 0 0 0 25 0 9 0 655137198 260845568 26804 33554432000 4194304 4417452 140736337257808 18446744073709551615 4250961 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=254732 CPUtime=12.29 cores=0-7
/proc/10419/task/10429/stat : 10429 (plingeling) R 10417 10419 10393 0 -1 4202560 1965 1252 0 0 1229 0 0 0 25 0 9 0 655137198 260845568 26804 33554432000 4194304 4417452 140736337257808 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=254732 CPUtime=12.29 cores=0-7
/proc/10419/task/10430/stat : 10430 (plingeling) R 10417 10419 10393 0 -1 4202560 4597 1252 0 0 1229 0 0 0 25 0 9 0 655137198 260845568 26804 33554432000 4194304 4417452 140736337257808 18446744073709551615 4353559 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=254732 CPUtime=12.3 cores=0-7
/proc/10419/task/10431/stat : 10431 (plingeling) R 10417 10419 10393 0 -1 4202560 3984 1252 0 0 1229 1 0 0 25 0 9 0 655137198 260845568 26804 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=254732 CPUtime=12.29 cores=0-7
/proc/10419/task/10432/stat : 10432 (plingeling) R 10417 10419 10393 0 -1 4202560 3294 1252 0 0 1229 0 0 0 25 0 9 0 655137198 260845568 26804 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=254732 CPUtime=12.29 cores=0-7
/proc/10419/task/10433/stat : 10433 (plingeling) R 10417 10419 10393 0 -1 4202560 5088 1252 0 0 1229 0 0 0 25 0 9 0 655137198 260845568 26804 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.46
Current children cumulated vsize (KiB) 254732

[startup+14.313 s]
/proc/loadavg: 5.68 7.35 7.76 9/338 10433
/proc/meminfo: memFree=17384212/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=257428 CPUtime=105.95 cores=0-7
/proc/10419/stat : 10419 (plingeling) S 10417 10419 10393 0 -1 4202496 71753 1252 0 0 10585 10 0 0 25 0 9 0 655137079 263606272 27478 33554432000 4194304 4417452 140736337257808 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10419/statm: 64357 27478 180 55 0 62243 0
[pid=10419/tid=10426] ppid=10417 vsize=257428 CPUtime=13.1 cores=0-7
/proc/10419/task/10426/stat : 10426 (plingeling) R 10417 10419 10393 0 -1 4202560 5197 1252 0 0 1310 0 0 0 25 0 9 0 655137198 263606272 27478 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=257428 CPUtime=13.1 cores=0-7
/proc/10419/task/10427/stat : 10427 (plingeling) R 10417 10419 10393 0 -1 4202560 5895 1252 0 0 1310 0 0 0 25 0 9 0 655137198 263606272 27478 33554432000 4194304 4417452 140736337257808 18446744073709551615 4236761 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=257428 CPUtime=12.96 cores=0-7
/proc/10419/task/10428/stat : 10428 (plingeling) R 10417 10419 10393 0 -1 4202560 3010 1252 0 0 1296 0 0 0 25 0 9 0 655137198 263606272 27478 33554432000 4194304 4417452 140736337257808 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=257428 CPUtime=13.1 cores=0-7
/proc/10419/task/10429/stat : 10429 (plingeling) R 10417 10419 10393 0 -1 4202560 1965 1252 0 0 1310 0 0 0 25 0 9 0 655137198 263606272 27478 33554432000 4194304 4417452 140736337257808 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=257428 CPUtime=13.1 cores=0-7
/proc/10419/task/10430/stat : 10430 (plingeling) R 10417 10419 10393 0 -1 4202560 4597 1252 0 0 1310 0 0 0 25 0 9 0 655137198 263606272 27478 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=257428 CPUtime=13.11 cores=0-7
/proc/10419/task/10431/stat : 10431 (plingeling) R 10417 10419 10393 0 -1 4202560 4496 1252 0 0 1310 1 0 0 25 0 9 0 655137198 263606272 27478 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=257428 CPUtime=13.1 cores=0-7
/proc/10419/task/10432/stat : 10432 (plingeling) R 10417 10419 10393 0 -1 4202560 3294 1252 0 0 1310 0 0 0 25 0 9 0 655137198 263606272 27478 33554432000 4194304 4417452 140736337257808 18446744073709551615 4281450 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=257428 CPUtime=13.1 cores=0-7
/proc/10419/task/10433/stat : 10433 (plingeling) R 10417 10419 10393 0 -1 4202560 5088 1252 0 0 1310 0 0 0 25 0 9 0 655137198 263606272 27478 33554432000 4194304 4417452 140736337257808 18446744073709551615 4251160 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 105.95
Current children cumulated vsize (KiB) 257428

[startup+14.5009 s]
/proc/loadavg: 5.68 7.35 7.76 9/338 10433
/proc/meminfo: memFree=17384212/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=258104 CPUtime=107.45 cores=0-7
/proc/10419/stat : 10419 (plingeling) S 10417 10419 10393 0 -1 4202496 71922 1252 0 0 10735 10 0 0 25 0 9 0 655137079 264298496 27647 33554432000 4194304 4417452 140736337257808 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10419/statm: 64526 27647 180 55 0 62412 0
[pid=10419/tid=10426] ppid=10417 vsize=258104 CPUtime=13.29 cores=0-7
/proc/10419/task/10426/stat : 10426 (plingeling) R 10417 10419 10393 0 -1 4202560 5366 1252 0 0 1329 0 0 0 25 0 9 0 655137198 264298496 27647 33554432000 4194304 4417452 140736337257808 18446744073709551615 4355824 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10419/tid=10427] ppid=10417 vsize=258104 CPUtime=13.29 cores=0-7
/proc/10419/task/10427/stat : 10427 (plingeling) R 10417 10419 10393 0 -1 4202560 5895 1252 0 0 1329 0 0 0 25 0 9 0 655137198 264298496 27647 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10419/tid=10428] ppid=10417 vsize=258104 CPUtime=13.15 cores=0-7
/proc/10419/task/10428/stat : 10428 (plingeling) R 10417 10419 10393 0 -1 4202560 3010 1252 0 0 1315 0 0 0 25 0 9 0 655137198 264298496 27647 33554432000 4194304 4417452 140736337257808 18446744073709551615 4346635 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10419/tid=10429] ppid=10417 vsize=258104 CPUtime=13.29 cores=0-7
/proc/10419/task/10429/stat : 10429 (plingeling) R 10417 10419 10393 0 -1 4202560 1965 1252 0 0 1329 0 0 0 25 0 9 0 655137198 264298496 27647 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=258104 CPUtime=13.29 cores=0-7
/proc/10419/task/10430/stat : 10430 (plingeling) R 10417 10419 10393 0 -1 4202560 4597 1252 0 0 1329 0 0 0 25 0 9 0 655137198 264298496 27647 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10419/tid=10431] ppid=10417 vsize=258104 CPUtime=13.3 cores=0-7
/proc/10419/task/10431/stat : 10431 (plingeling) R 10417 10419 10393 0 -1 4202560 4496 1252 0 0 1329 1 0 0 25 0 9 0 655137198 264298496 27647 33554432000 4194304 4417452 140736337257808 18446744073709551615 4199435 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10419/tid=10432] ppid=10417 vsize=258104 CPUtime=13.29 cores=0-7
/proc/10419/task/10432/stat : 10432 (plingeling) R 10417 10419 10393 0 -1 4202560 3294 1252 0 0 1329 0 0 0 25 0 9 0 655137198 264298496 27647 33554432000 4194304 4417452 140736337257808 18446744073709551615 4308204 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10419/tid=10433] ppid=10417 vsize=258104 CPUtime=13.29 cores=0-7
/proc/10419/task/10433/stat : 10433 (plingeling) R 10417 10419 10393 0 -1 4202560 5088 1252 0 0 1329 0 0 0 25 0 9 0 655137198 264298496 27647 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 107.45
Current children cumulated vsize (KiB) 258104

[startup+14.6009 s]
/proc/loadavg: 5.68 7.35 7.76 9/338 10433
/proc/meminfo: memFree=17384212/32951124 swapFree=67056804/67111528
[pid=10419] ppid=10417 vsize=258124 CPUtime=108.17 cores=0-7
/proc/10419/stat : 10419 (plingeling) S 10417 10419 10393 0 -1 4202496 71935 1252 0 0 10807 10 0 0 18 0 3 0 655137079 264318976 27659 33554432000 4194304 4417452 140736337257808 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10419/statm: 64531 27659 181 55 0 62417 0
[pid=10419/tid=10428] ppid=10417 vsize=258124 CPUtime=13.25 cores=0-7
/proc/10419/task/10428/stat : 10428 (plingeling) R 10417 10419 10393 0 -1 4202560 3022 1252 0 0 1325 0 0 0 25 0 3 0 655137198 264318976 27659 33554432000 4194304 4417452 140736337257808 18446744073709551615 4273621 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10419/tid=10430] ppid=10417 vsize=258124 CPUtime=13.39 cores=0-7
/proc/10419/task/10430/stat : 10430 (plingeling) R 10417 10419 10393 0 -1 4202560 4597 1252 0 0 1339 0 0 0 25 0 3 0 655137198 264318976 27659 33554432000 4194304 4417452 140736337257808 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 108.17
Current children cumulated vsize (KiB) 258124

Child status: 20
Real time (s): 14.6215
CPU time (s): 108.205
CPU user time (s): 108.087
CPU system time (s): 0.117982
CPU usage (%): 740.036
Max. virtual memory (cumulated for all children) (KiB): 308800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.087
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73190
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= 360
involuntary context switches= 511

runsolver used 0.044993 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 06:56:01
IDJOB=3372095
IDBENCH=20346
IDSOLVER=1851
FILE ID=node108/3372095-1305435361
RUNJOBID= node108-1305435361-10407
PBS_JOBID= 13324732
Free space on /tmp= 73568 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372095-1305435361/watcher-3372095-1305435361 -o /tmp/evaluation-result-3372095-1305435361/solver-3372095-1305435361 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372095-1305435361.cnf

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

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=245822192

node108.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.820
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.64
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.820
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	: 5226.15
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.820
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.82
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.820
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.77
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.820
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.82
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.820
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.820
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.75
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.820
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:      17494512 kB
Buffers:        292356 kB
Cached:        4750024 kB
SwapCached:       8700 kB
Active:       11070168 kB
Inactive:      4074704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17494512 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:            7980 kB
Writeback:           0 kB
AnonPages:    10100044 kB
Mapped:          26332 kB
Slab:           207980 kB
PageTables:      37904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52249316 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= 73568 MiB
End job on node108 at 2011-05-15 06:56:16