Trace number 3284837

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 279.007 76.6321

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

278.96/76.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: 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-3284837-1304057696/watcher-3284837-1304057696 -o /tmp/evaluation-result-3284837-1304057696/solver-3284837-1304057696 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3284837-1304057696.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 6.42 7.75 7.93 6/179 21709
/proc/meminfo: memFree=24723192/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) S 21707 21709 18837 0 -1 4202496 215 0 0 0 0 0 0 0 19 0 1 0 517369805 8937472 146 33554432000 4194304 4417332 140736633281152 18446744073709551615 274664808192 0 0 4096 0 18446744071562362840 0 0 17 4 0 0 0
/proc/21709/statm: 2182 146 122 55 0 68 0

[startup+0.101313 s]
/proc/loadavg: 6.42 7.75 7.93 6/179 21709
/proc/meminfo: memFree=24723192/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=22300 CPUtime=0.08 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) R 21707 21709 18837 0 -1 4202496 3636 1255 0 0 8 0 0 0 19 0 1 0 517369805 22835200 3566 33554432000 4194304 4417332 140736633281152 18446744073709551615 274664808192 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/21709/statm: 5575 3566 148 55 0 3461 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22300

[startup+0.200293 s]
/proc/loadavg: 6.42 7.75 7.93 6/179 21709
/proc/meminfo: memFree=24723192/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=28492 CPUtime=0.18 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) R 21707 21709 18837 0 -1 4202496 5216 1255 0 0 17 1 0 0 19 0 1 0 517369805 29175808 5146 33554432000 4194304 4417332 140736633281152 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/21709/statm: 7123 5146 148 55 0 5009 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 28492

[startup+0.300274 s]
/proc/loadavg: 6.42 7.75 7.93 6/179 21709
/proc/meminfo: memFree=24723192/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=38868 CPUtime=0.28 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) R 21707 21709 18837 0 -1 4202496 7810 1255 0 0 27 1 0 0 20 0 1 0 517369805 39800832 7740 33554432000 4194304 4417332 140736633281152 18446744073709551615 4262041 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/21709/statm: 9717 7740 148 55 0 7603 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 38868

[startup+0.700207 s]
/proc/loadavg: 6.42 7.75 7.93 6/179 21709
/proc/meminfo: memFree=24723192/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=75368 CPUtime=0.68 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) R 21707 21709 18837 0 -1 4202496 16935 1255 0 0 66 2 0 0 20 0 1 0 517369805 77176832 16865 33554432000 4194304 4417332 140736633281152 18446744073709551615 274664427133 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/21709/statm: 18842 16865 148 55 0 16728 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 75368

[startup+1.50107 s]
/proc/loadavg: 6.42 7.75 7.93 6/180 21715
/proc/meminfo: memFree=24603964/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=127852 CPUtime=1.48 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) R 21707 21709 18837 0 -1 4202496 30056 1255 0 0 144 4 0 0 23 0 1 0 517369805 130920448 29986 33554432000 4194304 4417332 140736633281152 18446744073709551615 274664808192 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/21709/statm: 31963 29986 148 55 0 29849 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 127852

[startup+3.10079 s]
/proc/loadavg: 6.42 7.75 7.93 6/180 21715
/proc/meminfo: memFree=24492240/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=365288 CPUtime=3.09 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) R 21707 21709 18837 0 -1 4202496 89448 1255 0 0 297 12 0 0 25 0 1 0 517369805 374054912 89345 33554432000 4194304 4417332 140736633281152 18446744073709551615 4235997 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/21709/statm: 91322 89345 148 55 0 89208 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 365288

[startup+6.30024 s]
/proc/loadavg: 6.62 7.77 7.93 6/180 21715
/proc/meminfo: memFree=24015904/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=710904 CPUtime=6.29 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) R 21707 21709 18837 0 -1 4202496 175980 1255 0 0 604 25 0 0 25 0 1 0 517369805 727965696 175749 33554432000 4194304 4417332 140736633281152 18446744073709551615 4231537 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/21709/statm: 177726 175749 148 55 0 175612 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 710904

[startup+12.7011 s]
/proc/loadavg: 7.13 7.86 7.96 12/184 21719
/proc/meminfo: memFree=23970004/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=923228 CPUtime=23.8 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) S 21707 21709 18837 0 -1 4202496 238598 1255 0 0 2328 52 0 0 25 0 5 0 517369805 945385472 193806 33554432000 4194304 4417332 140736633281152 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/21709/statm: 230807 193806 175 55 0 228693 0
[pid=21709/tid=21716] ppid=21707 vsize=923228 CPUtime=3.18 cores=0,2,4,6
/proc/21709/task/21716/stat : 21716 (plingeling) R 21707 21709 18837 0 -1 4202560 10993 1255 0 0 316 2 0 0 25 0 5 0 517370612 945385472 193806 33554432000 4194304 4417332 140736633281152 18446744073709551615 4281646 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21709/tid=21717] ppid=21707 vsize=923228 CPUtime=4.52 cores=0,2,4,6
/proc/21709/task/21717/stat : 21717 (plingeling) R 21707 21709 18837 0 -1 4202560 13789 1255 0 0 450 2 0 0 25 0 5 0 517370612 945385472 193806 33554432000 4194304 4417332 140736633281152 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21709/tid=21718] ppid=21707 vsize=923228 CPUtime=4.58 cores=0,2,4,6
/proc/21709/task/21718/stat : 21718 (plingeling) R 21707 21709 18837 0 -1 4202560 24928 1255 0 0 453 5 0 0 25 0 5 0 517370612 945385472 193806 33554432000 4194304 4417332 140736633281152 18446744073709551615 4261311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21709/tid=21719] ppid=21707 vsize=923228 CPUtime=3.42 cores=0,2,4,6
/proc/21709/task/21719/stat : 21719 (plingeling) R 21707 21709 18837 0 -1 4202560 8800 1255 0 0 328 14 0 0 25 0 5 0 517370612 945385472 193806 33554432000 4194304 4417332 140736633281152 18446744073709551615 4250623 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.8
Current children cumulated vsize (KiB) 923228

[startup+25.5009 s]
/proc/loadavg: 8.43 8.11 8.04 11/184 21719
/proc/meminfo: memFree=23929580/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=876732 CPUtime=74.92 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) S 21707 21709 18837 0 -1 4202496 347369 1255 0 0 7421 71 0 0 25 0 5 0 517369805 897773568 189137 33554432000 4194304 4417332 140736633281152 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/21709/statm: 219183 189137 181 55 0 217069 0
[pid=21709/tid=21716] ppid=21707 vsize=876732 CPUtime=15.98 cores=0,2,4,6
/proc/21709/task/21716/stat : 21716 (plingeling) R 21707 21709 18837 0 -1 4202560 45887 1255 0 0 1589 9 0 0 25 0 5 0 517370612 897773568 189137 33554432000 4194304 4417332 140736633281152 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21709/tid=21717] ppid=21707 vsize=876732 CPUtime=17.25 cores=0,2,4,6
/proc/21709/task/21717/stat : 21717 (plingeling) R 21707 21709 18837 0 -1 4202560 48262 1255 0 0 1717 8 0 0 25 0 5 0 517370612 897773568 189137 33554432000 4194304 4417332 140736633281152 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21709/tid=21718] ppid=21707 vsize=876732 CPUtime=17.38 cores=0,2,4,6
/proc/21709/task/21718/stat : 21718 (plingeling) R 21707 21709 18837 0 -1 4202560 64331 1255 0 0 1727 11 0 0 25 0 5 0 517370612 897773568 189137 33554432000 4194304 4417332 140736633281152 18446744073709551615 4236477 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21709/tid=21719] ppid=21707 vsize=876732 CPUtime=16.23 cores=0,2,4,6
/proc/21709/task/21719/stat : 21719 (plingeling) R 21707 21709 18837 0 -1 4202560 8801 1255 0 0 1608 15 0 0 25 0 5 0 517370612 897773568 189137 33554432000 4194304 4417332 140736633281152 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 74.92
Current children cumulated vsize (KiB) 876732

[startup+51.1005 s]
/proc/loadavg: 10.05 8.52 8.18 11/184 21720
/proc/meminfo: memFree=23884940/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=889544 CPUtime=177.17 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) S 21707 21709 18837 0 -1 4202496 353662 1255 0 0 17644 73 0 0 25 0 5 0 517369805 910893056 191657 33554432000 4194304 4417332 140736633281152 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/21709/statm: 222386 191657 181 55 0 220272 0
[pid=21709/tid=21716] ppid=21707 vsize=889544 CPUtime=41.58 cores=0,2,4,6
/proc/21709/task/21716/stat : 21716 (plingeling) R 21707 21709 18837 0 -1 4202560 45887 1255 0 0 4148 10 0 0 25 0 5 0 517370612 910893056 191657 33554432000 4194304 4417332 140736633281152 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21709/tid=21717] ppid=21707 vsize=889544 CPUtime=42.7 cores=0,2,4,6
/proc/21709/task/21717/stat : 21717 (plingeling) R 21707 21709 18837 0 -1 4202560 48262 1255 0 0 4262 8 0 0 25 0 5 0 517370612 910893056 191657 33554432000 4194304 4417332 140736633281152 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21709/tid=21718] ppid=21707 vsize=889544 CPUtime=42.97 cores=0,2,4,6
/proc/21709/task/21718/stat : 21718 (plingeling) R 21707 21709 18837 0 -1 4202560 67242 1255 0 0 4286 11 0 0 25 0 5 0 517370612 910893056 191657 33554432000 4194304 4417332 140736633281152 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21709/tid=21719] ppid=21707 vsize=889544 CPUtime=41.82 cores=0,2,4,6
/proc/21709/task/21719/stat : 21719 (plingeling) R 21707 21709 18837 0 -1 4202560 12183 1255 0 0 4167 15 0 0 25 0 5 0 517370612 910893056 191657 33554432000 4194304 4417332 140736633281152 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 177.17
Current children cumulated vsize (KiB) 889544

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

[startup+51.2004 s]
/proc/loadavg: 10.05 8.52 8.18 11/184 21720
/proc/meminfo: memFree=23884940/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=889544 CPUtime=177.57 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) S 21707 21709 18837 0 -1 4202496 353662 1255 0 0 17684 73 0 0 25 0 5 0 517369805 910893056 191657 33554432000 4194304 4417332 140736633281152 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/21709/statm: 222386 191657 181 55 0 220272 0
[pid=21709/tid=21716] ppid=21707 vsize=889544 CPUtime=41.68 cores=0,2,4,6
/proc/21709/task/21716/stat : 21716 (plingeling) R 21707 21709 18837 0 -1 4202560 45887 1255 0 0 4158 10 0 0 25 0 5 0 517370612 910893056 191657 33554432000 4194304 4417332 140736633281152 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21709/tid=21717] ppid=21707 vsize=889544 CPUtime=42.8 cores=0,2,4,6
/proc/21709/task/21717/stat : 21717 (plingeling) R 21707 21709 18837 0 -1 4202560 48262 1255 0 0 4272 8 0 0 25 0 5 0 517370612 910893056 191657 33554432000 4194304 4417332 140736633281152 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21709/tid=21718] ppid=21707 vsize=889544 CPUtime=43.07 cores=0,2,4,6
/proc/21709/task/21718/stat : 21718 (plingeling) R 21707 21709 18837 0 -1 4202560 67242 1255 0 0 4296 11 0 0 25 0 5 0 517370612 910893056 191657 33554432000 4194304 4417332 140736633281152 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21709/tid=21719] ppid=21707 vsize=889544 CPUtime=41.92 cores=0,2,4,6
/proc/21709/task/21719/stat : 21719 (plingeling) R 21707 21709 18837 0 -1 4202560 12183 1255 0 0 4177 15 0 0 25 0 5 0 517370612 910893056 191657 33554432000 4194304 4417332 140736633281152 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 177.57
Current children cumulated vsize (KiB) 889544

[startup+64.0012 s]
/proc/loadavg: 10.43 8.65 8.22 9/184 21720
/proc/meminfo: memFree=23871660/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=912340 CPUtime=228.68 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) S 21707 21709 18837 0 -1 4202496 360907 1255 0 0 22793 75 0 0 25 0 5 0 517369805 934236160 193889 33554432000 4194304 4417332 140736633281152 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/21709/statm: 228085 193889 181 55 0 225971 0
[pid=21709/tid=21716] ppid=21707 vsize=912340 CPUtime=54.47 cores=0,2,4,6
/proc/21709/task/21716/stat : 21716 (plingeling) R 21707 21709 18837 0 -1 4202560 47521 1255 0 0 5437 10 0 0 25 0 5 0 517370612 934236160 193889 33554432000 4194304 4417332 140736633281152 18446744073709551615 4365859 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21709/tid=21717] ppid=21707 vsize=912340 CPUtime=55.51 cores=0,2,4,6
/proc/21709/task/21717/stat : 21717 (plingeling) R 21707 21709 18837 0 -1 4202560 50744 1255 0 0 5543 8 0 0 25 0 5 0 517370612 934236160 193889 33554432000 4194304 4417332 140736633281152 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21709/tid=21718] ppid=21707 vsize=912340 CPUtime=55.87 cores=0,2,4,6
/proc/21709/task/21718/stat : 21718 (plingeling) R 21707 21709 18837 0 -1 4202560 70371 1255 0 0 5575 12 0 0 25 0 5 0 517370612 934236160 193889 33554432000 4194304 4417332 140736633281152 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21709/tid=21719] ppid=21707 vsize=912340 CPUtime=54.73 cores=0,2,4,6
/proc/21709/task/21719/stat : 21719 (plingeling) R 21707 21709 18837 0 -1 4202560 12183 1255 0 0 5457 16 0 0 25 0 5 0 517370612 934236160 193889 33554432000 4194304 4417332 140736633281152 18446744073709551615 4364351 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 228.68
Current children cumulated vsize (KiB) 912340

[startup+70.4011 s]
/proc/loadavg: 10.06 8.62 8.22 9/184 21720
/proc/meminfo: memFree=23866328/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=912340 CPUtime=254.26 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) S 21707 21709 18837 0 -1 4202496 361937 1255 0 0 25351 75 0 0 25 0 5 0 517369805 934236160 193684 33554432000 4194304 4417332 140736633281152 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/21709/statm: 228085 193684 181 55 0 225971 0
[pid=21709/tid=21716] ppid=21707 vsize=912340 CPUtime=60.88 cores=0,2,4,6
/proc/21709/task/21716/stat : 21716 (plingeling) R 21707 21709 18837 0 -1 4202560 47521 1255 0 0 6078 10 0 0 25 0 5 0 517370612 934236160 193684 33554432000 4194304 4417332 140736633281152 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21709/tid=21717] ppid=21707 vsize=912340 CPUtime=61.88 cores=0,2,4,6
/proc/21709/task/21717/stat : 21717 (plingeling) R 21707 21709 18837 0 -1 4202560 50744 1255 0 0 6180 8 0 0 25 0 5 0 517370612 934236160 193684 33554432000 4194304 4417332 140736633281152 18446744073709551615 4236689 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21709/tid=21718] ppid=21707 vsize=912340 CPUtime=62.27 cores=0,2,4,6
/proc/21709/task/21718/stat : 21718 (plingeling) R 21707 21709 18837 0 -1 4202560 71401 1255 0 0 6215 12 0 0 25 0 5 0 517370612 934236160 193684 33554432000 4194304 4417332 140736633281152 18446744073709551615 4364482 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21709/tid=21719] ppid=21707 vsize=912340 CPUtime=61.13 cores=0,2,4,6
/proc/21709/task/21719/stat : 21719 (plingeling) R 21707 21709 18837 0 -1 4202560 12183 1255 0 0 6097 16 0 0 25 0 5 0 517370612 934236160 193684 33554432000 4194304 4417332 140736633281152 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 254.26
Current children cumulated vsize (KiB) 912340

[startup+73.6006 s]
/proc/loadavg: 10.06 8.62 8.22 9/184 21721
/proc/meminfo: memFree=23870200/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=912340 CPUtime=267.02 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) S 21707 21709 18837 0 -1 4202496 362469 1255 0 0 26627 75 0 0 25 0 5 0 517369805 934236160 192921 33554432000 4194304 4417332 140736633281152 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/21709/statm: 228085 192921 181 55 0 225971 0
[pid=21709/tid=21716] ppid=21707 vsize=912340 CPUtime=64.07 cores=0,2,4,6
/proc/21709/task/21716/stat : 21716 (plingeling) R 21707 21709 18837 0 -1 4202560 47521 1255 0 0 6397 10 0 0 25 0 5 0 517370612 934236160 192921 33554432000 4194304 4417332 140736633281152 18446744073709551615 4281860 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21709/tid=21717] ppid=21707 vsize=912340 CPUtime=65.06 cores=0,2,4,6
/proc/21709/task/21717/stat : 21717 (plingeling) R 21707 21709 18837 0 -1 4202560 50744 1255 0 0 6498 8 0 0 25 0 5 0 517370612 934236160 192921 33554432000 4194304 4417332 140736633281152 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21709/tid=21718] ppid=21707 vsize=912340 CPUtime=65.47 cores=0,2,4,6
/proc/21709/task/21718/stat : 21718 (plingeling) R 21707 21709 18837 0 -1 4202560 71933 1255 0 0 6535 12 0 0 25 0 5 0 517370612 934236160 192921 33554432000 4194304 4417332 140736633281152 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21709/tid=21719] ppid=21707 vsize=912340 CPUtime=64.33 cores=0,2,4,6
/proc/21709/task/21719/stat : 21719 (plingeling) R 21707 21709 18837 0 -1 4202560 12183 1255 0 0 6417 16 0 0 25 0 5 0 517370612 934236160 192921 33554432000 4194304 4417332 140736633281152 18446744073709551615 4250947 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 267.02
Current children cumulated vsize (KiB) 912340

[startup+75.2003 s]
/proc/loadavg: 9.89 8.61 8.22 9/184 21721
/proc/meminfo: memFree=23869704/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=912340 CPUtime=273.41 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) S 21707 21709 18837 0 -1 4202496 362981 1255 0 0 27266 75 0 0 25 0 5 0 517369805 934236160 193433 33554432000 4194304 4417332 140736633281152 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/21709/statm: 228085 193433 181 55 0 225971 0
[pid=21709/tid=21716] ppid=21707 vsize=912340 CPUtime=65.67 cores=0,2,4,6
/proc/21709/task/21716/stat : 21716 (plingeling) R 21707 21709 18837 0 -1 4202560 47521 1255 0 0 6557 10 0 0 25 0 5 0 517370612 934236160 193433 33554432000 4194304 4417332 140736633281152 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21709/tid=21717] ppid=21707 vsize=912340 CPUtime=66.64 cores=0,2,4,6
/proc/21709/task/21717/stat : 21717 (plingeling) R 21707 21709 18837 0 -1 4202560 50744 1255 0 0 6656 8 0 0 25 0 5 0 517370612 934236160 193433 33554432000 4194304 4417332 140736633281152 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21709/tid=21718] ppid=21707 vsize=912340 CPUtime=67.07 cores=0,2,4,6
/proc/21709/task/21718/stat : 21718 (plingeling) R 21707 21709 18837 0 -1 4202560 72445 1255 0 0 6695 12 0 0 25 0 5 0 517370612 934236160 193433 33554432000 4194304 4417332 140736633281152 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21709/tid=21719] ppid=21707 vsize=912340 CPUtime=65.93 cores=0,2,4,6
/proc/21709/task/21719/stat : 21719 (plingeling) R 21707 21709 18837 0 -1 4202560 12183 1255 0 0 6577 16 0 0 25 0 5 0 517370612 934236160 193433 33554432000 4194304 4417332 140736633281152 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 273.41
Current children cumulated vsize (KiB) 912340

[startup+76.0071 s]
/proc/loadavg: 9.89 8.61 8.22 9/184 21721
/proc/meminfo: memFree=23868288/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=915348 CPUtime=276.63 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) S 21707 21709 18837 0 -1 4202496 363733 1255 0 0 27588 75 0 0 25 0 5 0 517369805 937316352 194185 33554432000 4194304 4417332 140736633281152 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/21709/statm: 228837 194185 181 55 0 226723 0
[pid=21709/tid=21716] ppid=21707 vsize=915348 CPUtime=66.48 cores=0,2,4,6
/proc/21709/task/21716/stat : 21716 (plingeling) R 21707 21709 18837 0 -1 4202560 47521 1255 0 0 6638 10 0 0 25 0 5 0 517370612 937316352 194185 33554432000 4194304 4417332 140736633281152 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21709/tid=21717] ppid=21707 vsize=915348 CPUtime=67.44 cores=0,2,4,6
/proc/21709/task/21717/stat : 21717 (plingeling) R 21707 21709 18837 0 -1 4202560 51496 1255 0 0 6736 8 0 0 25 0 5 0 517370612 937316352 194185 33554432000 4194304 4417332 140736633281152 18446744073709551615 4365451 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21709/tid=21718] ppid=21707 vsize=915348 CPUtime=67.87 cores=0,2,4,6
/proc/21709/task/21718/stat : 21718 (plingeling) R 21707 21709 18837 0 -1 4202560 72445 1255 0 0 6775 12 0 0 25 0 5 0 517370612 937316352 194185 33554432000 4194304 4417332 140736633281152 18446744073709551615 4356888 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21709/tid=21719] ppid=21707 vsize=915348 CPUtime=66.73 cores=0,2,4,6
/proc/21709/task/21719/stat : 21719 (plingeling) R 21707 21709 18837 0 -1 4202560 12183 1255 0 0 6657 16 0 0 25 0 5 0 517370612 937316352 194185 33554432000 4194304 4417332 140736633281152 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 276.63
Current children cumulated vsize (KiB) 915348

[startup+76.4011 s]
/proc/loadavg: 9.89 8.61 8.22 9/184 21721
/proc/meminfo: memFree=23868288/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=915348 CPUtime=278.21 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) S 21707 21709 18837 0 -1 4202496 363733 1255 0 0 27746 75 0 0 25 0 5 0 517369805 937316352 194185 33554432000 4194304 4417332 140736633281152 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/21709/statm: 228837 194185 181 55 0 226723 0
[pid=21709/tid=21716] ppid=21707 vsize=915348 CPUtime=66.87 cores=0,2,4,6
/proc/21709/task/21716/stat : 21716 (plingeling) R 21707 21709 18837 0 -1 4202560 47521 1255 0 0 6677 10 0 0 25 0 5 0 517370612 937316352 194185 33554432000 4194304 4417332 140736633281152 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=21709/tid=21717] ppid=21707 vsize=915348 CPUtime=67.84 cores=0,2,4,6
/proc/21709/task/21717/stat : 21717 (plingeling) R 21707 21709 18837 0 -1 4202560 51496 1255 0 0 6776 8 0 0 25 0 5 0 517370612 937316352 194185 33554432000 4194304 4417332 140736633281152 18446744073709551615 4232772 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21709/tid=21718] ppid=21707 vsize=915348 CPUtime=68.27 cores=0,2,4,6
/proc/21709/task/21718/stat : 21718 (plingeling) R 21707 21709 18837 0 -1 4202560 72445 1255 0 0 6815 12 0 0 25 0 5 0 517370612 937316352 194185 33554432000 4194304 4417332 140736633281152 18446744073709551615 4357874 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21709/tid=21719] ppid=21707 vsize=915348 CPUtime=67.13 cores=0,2,4,6
/proc/21709/task/21719/stat : 21719 (plingeling) R 21707 21709 18837 0 -1 4202560 12183 1255 0 0 6697 16 0 0 25 0 5 0 517370612 937316352 194185 33554432000 4194304 4417332 140736633281152 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 278.21
Current children cumulated vsize (KiB) 915348

[startup+76.6011 s]
/proc/loadavg: 9.89 8.61 8.22 9/184 21721
/proc/meminfo: memFree=23868288/32951132 swapFree=67111524/67111528
[pid=21709] ppid=21707 vsize=765832 CPUtime=278.96 cores=0,2,4,6
/proc/21709/stat : 21709 (plingeling) D 21707 21709 18837 0 -1 4202496 363734 1255 0 0 27820 76 0 0 18 0 2 0 517369805 784211968 159360 33554432000 4194304 4417332 140736633281152 18446744073709551615 274664851591 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21709/statm: 191458 159360 182 55 0 189344 0
[pid=21709/tid=21716] ppid=21707 vsize=765832 CPUtime=67.07 cores=0,2,4,6
/proc/21709/task/21716/stat : 21716 (plingeling) R 21707 21709 18837 0 -1 4202564 47521 1255 0 0 6697 10 0 0 25 0 2 0 517370612 784211968 159360 33554432000 4194304 4417332 140736633281152 18446744073709551615 274676606242 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 278.96
Current children cumulated vsize (KiB) 765832

Child status: 20
Real time (s): 76.6321
CPU time (s): 279.007
CPU user time (s): 278.209
CPU system time (s): 0.797878
CPU usage (%): 364.086
Max. virtual memory (cumulated for all children) (KiB): 981308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 278.209
system time used= 0.797878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364992
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= 240
involuntary context switches= 1468

runsolver used 0.119981 second user time and 0.295955 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 08:15:01
IDJOB=3284837
IDBENCH=82364
IDSOLVER=1605
FILE ID=node131/3284837-1304057696
RUNJOBID= node131-1304057696-21679
PBS_JOBID= 13170364
Free space on /tmp= 71184 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284837-1304057696/watcher-3284837-1304057696 -o /tmp/evaluation-result-3284837-1304057696/solver-3284837-1304057696 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3284837-1304057696.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=926334455

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.75
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24723472 kB
Buffers:        957580 kB
Cached:        6493036 kB
SwapCached:          4 kB
Active:         705120 kB
Inactive:      7019084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24723472 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          208256 kB
Writeback:           0 kB
AnonPages:      272960 kB
Mapped:          15524 kB
Slab:           439304 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   464256 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71184 MiB
End job on node131 at 2011-04-29 08:16:18