Trace number 3372476

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 130.53 21.8947

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-4.025-NOTKNOWN.cnf
MD5SUM7a66f04f295b538081ccaebd0fd7d9b2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.41687
Satisfiable
(Un)Satisfiability was proved
Number of variables281936
Number of clauses2464339
Sum of the clauses size5907714
Maximum clause length770
Minimum clause length1
Number of clauses of size 1864
Number of clauses of size 22420825
Number of clauses of size 30
Number of clauses of size 4200
Number of clauses of size 51200
Number of clauses of size over 541250

Solver Data

130.42/21.89	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-3372476-1305438460/watcher-3372476-1305438460 -o /tmp/evaluation-result-3372476-1305438460/solver-3372476-1305438460 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372476-1305438460.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: 5.32 7.16 7.69 1/357 12329
/proc/meminfo: memFree=25512916/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=15528 CPUtime=0 cores=0-7
/proc/12329/stat : 12329 (plingeling) R 12327 12329 12128 0 -1 4202496 1940 1260 0 0 0 0 0 0 21 0 1 0 636261746 15900672 1870 33554432000 4194304 4417452 140735358828288 18446744073709551615 264726404864 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/12329/statm: 3882 1870 144 55 0 1768 0

[startup+0.0931361 s]
/proc/loadavg: 5.32 7.16 7.69 1/357 12329
/proc/meminfo: memFree=25512916/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=26436 CPUtime=0.08 cores=0-7
/proc/12329/stat : 12329 (plingeling) R 12327 12329 12128 0 -1 4202496 4704 1260 0 0 8 0 0 0 21 0 1 0 636261746 27070464 4633 33554432000 4194304 4417452 140735358828288 18446744073709551615 4236706 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/12329/statm: 6609 4633 148 55 0 4495 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26436

[startup+0.101153 s]
/proc/loadavg: 5.32 7.16 7.69 1/357 12329
/proc/meminfo: memFree=25512916/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=26436 CPUtime=0.09 cores=0-7
/proc/12329/stat : 12329 (plingeling) R 12327 12329 12128 0 -1 4202496 4704 1260 0 0 9 0 0 0 21 0 1 0 636261746 27070464 4633 33554432000 4194304 4417452 140735358828288 18446744073709551615 4227897 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/12329/statm: 6609 4633 148 55 0 4495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26436

[startup+0.301094 s]
/proc/loadavg: 5.32 7.16 7.69 1/357 12329
/proc/meminfo: memFree=25512916/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=60728 CPUtime=0.29 cores=0-7
/proc/12329/stat : 12329 (plingeling) R 12327 12329 12128 0 -1 4202496 13262 1260 0 0 28 1 0 0 22 0 1 0 636261746 62185472 13191 33554432000 4194304 4417452 140735358828288 18446744073709551615 4232473 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/12329/statm: 15182 13191 149 55 0 13068 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60728

[startup+0.701017 s]
/proc/loadavg: 5.32 7.16 7.69 1/357 12329
/proc/meminfo: memFree=25512916/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=116968 CPUtime=0.69 cores=0-7
/proc/12329/stat : 12329 (plingeling) R 12327 12329 12128 0 -1 4202496 27338 1260 0 0 66 3 0 0 23 0 1 0 636261746 119775232 27267 33554432000 4194304 4417452 140735358828288 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/12329/statm: 29242 27267 149 55 0 27128 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116968

[startup+1.50087 s]
/proc/loadavg: 5.32 7.16 7.69 2/358 12335
/proc/meminfo: memFree=25394480/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=198920 CPUtime=1.49 cores=0-7
/proc/12329/stat : 12329 (plingeling) R 12327 12329 12128 0 -1 4202496 47826 1260 0 0 144 5 0 0 25 0 1 0 636261746 203694080 47755 33554432000 4194304 4417452 140735358828288 18446744073709551615 4231413 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/12329/statm: 49730 47755 149 55 0 47616 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 198920

[startup+3.10059 s]
/proc/loadavg: 5.32 7.16 7.69 2/358 12335
/proc/meminfo: memFree=25194392/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=346940 CPUtime=3.09 cores=0-7
/proc/12329/stat : 12329 (plingeling) R 12327 12329 12128 0 -1 4202496 84852 1260 0 0 299 10 0 0 25 0 1 0 636261746 355266560 84760 33554432000 4194304 4417452 140735358828288 18446744073709551615 264726404864 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/12329/statm: 86735 84760 149 55 0 84621 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 346940

[startup+6.30094 s]
/proc/loadavg: 4.97 7.06 7.65 9/366 12343
/proc/meminfo: memFree=24953012/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=668268 CPUtime=21.52 cores=0-7
/proc/12329/stat : 12329 (plingeling) S 12327 12329 12128 0 -1 4202496 212233 1260 0 0 2123 29 0 0 18 0 9 0 636261746 684306432 133714 33554432000 4194304 4417452 140735358828288 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12329/statm: 167067 133714 176 55 0 164953 0
[pid=12329/tid=12336] ppid=12327 vsize=668268 CPUtime=2.18 cores=0-7
/proc/12329/task/12336/stat : 12336 (plingeling) R 12327 12329 12128 0 -1 4202560 8623 1260 0 0 217 1 0 0 21 0 9 0 636262157 684306432 133714 33554432000 4194304 4417452 140735358828288 18446744073709551615 4265163 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12329/tid=12337] ppid=12327 vsize=668268 CPUtime=2.18 cores=0-7
/proc/12329/task/12337/stat : 12337 (plingeling) R 12327 12329 12128 0 -1 4202560 6452 1260 0 0 217 1 0 0 25 0 9 0 636262157 684306432 133714 33554432000 4194304 4417452 140735358828288 18446744073709551615 4278176 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12329/tid=12338] ppid=12327 vsize=668268 CPUtime=2.18 cores=0-7
/proc/12329/task/12338/stat : 12338 (plingeling) R 12327 12329 12128 0 -1 4202560 5326 1260 0 0 217 1 0 0 25 0 9 0 636262157 684306432 133714 33554432000 4194304 4417452 140735358828288 18446744073709551615 4264232 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12329/tid=12339] ppid=12327 vsize=668268 CPUtime=2.17 cores=0-7
/proc/12329/task/12339/stat : 12339 (plingeling) R 12327 12329 12128 0 -1 4202560 4111 1260 0 0 217 0 0 0 25 0 9 0 636262157 684306432 133714 33554432000 4194304 4417452 140735358828288 18446744073709551615 4265480 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12329/tid=12340] ppid=12327 vsize=668268 CPUtime=2.15 cores=0-7
/proc/12329/task/12340/stat : 12340 (plingeling) R 12327 12329 12128 0 -1 4202560 7792 1260 0 0 214 1 0 0 25 0 9 0 636262157 684306432 133714 33554432000 4194304 4417452 140735358828288 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12329/tid=12341] ppid=12327 vsize=668268 CPUtime=2.14 cores=0-7
/proc/12329/task/12341/stat : 12341 (plingeling) R 12327 12329 12128 0 -1 4202560 9471 1260 0 0 212 2 0 0 25 0 9 0 636262157 684306432 133714 33554432000 4194304 4417452 140735358828288 18446744073709551615 4275699 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12329/tid=12342] ppid=12327 vsize=668268 CPUtime=2.17 cores=0-7
/proc/12329/task/12342/stat : 12342 (plingeling) R 12327 12329 12128 0 -1 4202560 7420 1260 0 0 216 1 0 0 25 0 9 0 636262157 684306432 133714 33554432000 4194304 4417452 140735358828288 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12329/tid=12343] ppid=12327 vsize=668268 CPUtime=2.17 cores=0-7
/proc/12329/task/12343/stat : 12343 (plingeling) R 12327 12329 12128 0 -1 4202560 7958 1260 0 0 216 1 0 0 21 0 9 0 636262157 684306432 133714 33554432000 4194304 4417452 140735358828288 18446744073709551615 4277559 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.52
Current children cumulated vsize (KiB) 668268

[startup+12.7007 s]
/proc/loadavg: 5.22 7.07 7.65 9/366 12343
/proc/meminfo: memFree=24944192/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=669948 CPUtime=72.57 cores=0-7
/proc/12329/stat : 12329 (plingeling) S 12327 12329 12128 0 -1 4202496 350495 1260 0 0 7204 53 0 0 18 0 9 0 636261746 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12329/statm: 167487 141359 179 55 0 165373 0
[pid=12329/tid=12336] ppid=12327 vsize=669948 CPUtime=8.57 cores=0-7
/proc/12329/task/12336/stat : 12336 (plingeling) R 12327 12329 12128 0 -1 4202560 25009 1260 0 0 853 4 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12329/tid=12337] ppid=12327 vsize=669948 CPUtime=8.57 cores=0-7
/proc/12329/task/12337/stat : 12337 (plingeling) R 12327 12329 12128 0 -1 4202560 29551 1260 0 0 852 5 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12329/tid=12338] ppid=12327 vsize=669948 CPUtime=8.57 cores=0-7
/proc/12329/task/12338/stat : 12338 (plingeling) R 12327 12329 12128 0 -1 4202560 23221 1260 0 0 853 4 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254468 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12329/tid=12339] ppid=12327 vsize=669948 CPUtime=8.57 cores=0-7
/proc/12329/task/12339/stat : 12339 (plingeling) R 12327 12329 12128 0 -1 4202560 4111 1260 0 0 857 0 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4355830 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12329/tid=12340] ppid=12327 vsize=669948 CPUtime=8.54 cores=0-7
/proc/12329/task/12340/stat : 12340 (plingeling) R 12327 12329 12128 0 -1 4202560 24818 1260 0 0 851 3 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254468 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12329/tid=12341] ppid=12327 vsize=669948 CPUtime=8.44 cores=0-7
/proc/12329/task/12341/stat : 12341 (plingeling) R 12327 12329 12128 0 -1 4202560 33552 1260 0 0 839 5 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4331733 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12329/tid=12342] ppid=12327 vsize=669948 CPUtime=8.56 cores=0-7
/proc/12329/task/12342/stat : 12342 (plingeling) R 12327 12329 12128 0 -1 4202560 23806 1260 0 0 852 4 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4255010 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12329/tid=12343] ppid=12327 vsize=669948 CPUtime=8.56 cores=0-7
/proc/12329/task/12343/stat : 12343 (plingeling) R 12327 12329 12128 0 -1 4202560 31347 1260 0 0 850 6 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4331796 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 72.57
Current children cumulated vsize (KiB) 669948

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

[startup+15.9011 s]
/proc/loadavg: 5.44 7.09 7.66 9/366 12343
/proc/meminfo: memFree=24944704/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=669948 CPUtime=98.13 cores=0-7
/proc/12329/stat : 12329 (plingeling) S 12327 12329 12128 0 -1 4202496 350495 1260 0 0 9760 53 0 0 18 0 9 0 636261746 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12329/statm: 167487 141359 179 55 0 165373 0
[pid=12329/tid=12336] ppid=12327 vsize=669948 CPUtime=11.78 cores=0-7
/proc/12329/task/12336/stat : 12336 (plingeling) R 12327 12329 12128 0 -1 4202560 25009 1260 0 0 1174 4 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254843 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=12329/tid=12337] ppid=12327 vsize=669948 CPUtime=11.77 cores=0-7
/proc/12329/task/12337/stat : 12337 (plingeling) R 12327 12329 12128 0 -1 4202560 29551 1260 0 0 1172 5 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12329/tid=12338] ppid=12327 vsize=669948 CPUtime=11.77 cores=0-7
/proc/12329/task/12338/stat : 12338 (plingeling) R 12327 12329 12128 0 -1 4202560 23221 1260 0 0 1173 4 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254983 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12329/tid=12339] ppid=12327 vsize=669948 CPUtime=11.77 cores=0-7
/proc/12329/task/12339/stat : 12339 (plingeling) R 12327 12329 12128 0 -1 4202560 4111 1260 0 0 1177 0 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4250961 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=12329/tid=12340] ppid=12327 vsize=669948 CPUtime=11.74 cores=0-7
/proc/12329/task/12340/stat : 12340 (plingeling) R 12327 12329 12128 0 -1 4202560 24818 1260 0 0 1171 3 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12329/tid=12341] ppid=12327 vsize=669948 CPUtime=11.6 cores=0-7
/proc/12329/task/12341/stat : 12341 (plingeling) R 12327 12329 12128 0 -1 4202560 33552 1260 0 0 1155 5 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254855 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12329/tid=12342] ppid=12327 vsize=669948 CPUtime=11.76 cores=0-7
/proc/12329/task/12342/stat : 12342 (plingeling) R 12327 12329 12128 0 -1 4202560 23806 1260 0 0 1172 4 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12329/tid=12343] ppid=12327 vsize=669948 CPUtime=11.76 cores=0-7
/proc/12329/task/12343/stat : 12343 (plingeling) R 12327 12329 12128 0 -1 4202560 31347 1260 0 0 1170 6 0 0 25 0 9 0 636262157 686026752 141359 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254855 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.13
Current children cumulated vsize (KiB) 669948

[startup+19.1005 s]
/proc/loadavg: 5.44 7.09 7.66 8/365 12343
/proc/meminfo: memFree=24945332/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=669948 CPUtime=122.88 cores=0-7
/proc/12329/stat : 12329 (plingeling) S 12327 12329 12128 0 -1 4202496 350496 1260 0 0 12235 53 0 0 18 0 7 0 636261746 686026752 141360 33554432000 4194304 4417452 140735358828288 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12329/statm: 167487 141360 180 55 0 165373 0
[pid=12329/tid=12336] ppid=12327 vsize=669948 CPUtime=14.97 cores=0-7
/proc/12329/task/12336/stat : 12336 (plingeling) R 12327 12329 12128 0 -1 4202560 25009 1260 0 0 1493 4 0 0 25 0 7 0 636262157 686026752 141360 33554432000 4194304 4417452 140735358828288 18446744073709551615 4253475 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12329/tid=12337] ppid=12327 vsize=669948 CPUtime=14.97 cores=0-7
/proc/12329/task/12337/stat : 12337 (plingeling) R 12327 12329 12128 0 -1 4202560 29551 1260 0 0 1492 5 0 0 25 0 7 0 636262157 686026752 141360 33554432000 4194304 4417452 140735358828288 18446744073709551615 4255010 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=12329/tid=12340] ppid=12327 vsize=669948 CPUtime=14.94 cores=0-7
/proc/12329/task/12340/stat : 12340 (plingeling) R 12327 12329 12128 0 -1 4202560 24818 1260 0 0 1491 3 0 0 25 0 7 0 636262157 686026752 141360 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254855 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12329/tid=12341] ppid=12327 vsize=669948 CPUtime=14.76 cores=0-7
/proc/12329/task/12341/stat : 12341 (plingeling) R 12327 12329 12128 0 -1 4202560 33552 1260 0 0 1471 5 0 0 25 0 7 0 636262157 686026752 141360 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254980 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12329/tid=12342] ppid=12327 vsize=669948 CPUtime=14.96 cores=0-7
/proc/12329/task/12342/stat : 12342 (plingeling) R 12327 12329 12128 0 -1 4202560 23806 1260 0 0 1492 4 0 0 25 0 7 0 636262157 686026752 141360 33554432000 4194304 4417452 140735358828288 18446744073709551615 4282467 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12329/tid=12343] ppid=12327 vsize=669948 CPUtime=14.96 cores=0-7
/proc/12329/task/12343/stat : 12343 (plingeling) R 12327 12329 12128 0 -1 4202560 31347 1260 0 0 1490 6 0 0 25 0 7 0 636262157 686026752 141360 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254833 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 122.88
Current children cumulated vsize (KiB) 669948

[startup+20.7003 s]
/proc/loadavg: 5.48 7.07 7.65 6/363 12343
/proc/meminfo: memFree=24940636/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=681608 CPUtime=129.28 cores=0-7
/proc/12329/stat : 12329 (plingeling) S 12327 12329 12128 0 -1 4202496 353445 1260 0 0 12875 53 0 0 18 0 3 0 636261746 697966592 144300 33554432000 4194304 4417452 140735358828288 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12329/statm: 170402 144300 181 55 0 168288 0
[pid=12329/tid=12336] ppid=12327 vsize=681608 CPUtime=16.57 cores=0-7
/proc/12329/task/12336/stat : 12336 (plingeling) R 12327 12329 12128 0 -1 4202560 25009 1260 0 0 1653 4 0 0 25 0 3 0 636262157 697966592 144300 33554432000 4194304 4417452 140735358828288 18446744073709551615 4254977 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12329/tid=12341] ppid=12327 vsize=681608 CPUtime=16.36 cores=0-7
/proc/12329/task/12341/stat : 12341 (plingeling) R 12327 12329 12128 0 -1 4202560 34289 1260 0 0 1630 6 0 0 25 0 3 0 636262157 697966592 144300 33554432000 4194304 4417452 140735358828288 18446744073709551615 4234148 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 129.28
Current children cumulated vsize (KiB) 681608

[startup+21.5011 s]
/proc/loadavg: 5.48 7.07 7.65 2/359 12343
/proc/meminfo: memFree=24941288/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=684520 CPUtime=130.12 cores=0-7
/proc/12329/stat : 12329 (plingeling) S 12327 12329 12128 0 -1 4202496 354182 1260 0 0 12959 53 0 0 18 0 2 0 636261746 700948480 143608 33554432000 4194304 4417452 140735358828288 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12329/statm: 171130 143608 181 55 0 169016 0
[pid=12329/tid=12336] ppid=12327 vsize=684520 CPUtime=17.37 cores=0-7
/proc/12329/task/12336/stat : 12336 (plingeling) R 12327 12329 12128 0 -1 4202560 25746 1260 0 0 1733 4 0 0 25 0 2 0 636262157 700948480 143608 33554432000 4194304 4417452 140735358828288 18446744073709551615 4236255 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 130.12
Current children cumulated vsize (KiB) 684520

[startup+21.7011 s]
/proc/loadavg: 5.48 7.07 7.65 2/359 12343
/proc/meminfo: memFree=24941288/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=684520 CPUtime=130.32 cores=0-7
/proc/12329/stat : 12329 (plingeling) S 12327 12329 12128 0 -1 4202496 354182 1260 0 0 12979 53 0 0 18 0 2 0 636261746 700948480 143608 33554432000 4194304 4417452 140735358828288 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12329/statm: 171130 143608 181 55 0 169016 0
[pid=12329/tid=12336] ppid=12327 vsize=684520 CPUtime=17.57 cores=0-7
/proc/12329/task/12336/stat : 12336 (plingeling) R 12327 12329 12128 0 -1 4202560 25746 1260 0 0 1753 4 0 0 25 0 2 0 636262157 700948480 143608 33554432000 4194304 4417452 140735358828288 18446744073709551615 4235421 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 130.32
Current children cumulated vsize (KiB) 684520

[startup+21.801 s]
/proc/loadavg: 5.48 7.07 7.65 2/359 12343
/proc/meminfo: memFree=24941288/32951124 swapFree=63083164/67111528
[pid=12329] ppid=12327 vsize=684520 CPUtime=130.42 cores=0-7
/proc/12329/stat : 12329 (plingeling) S 12327 12329 12128 0 -1 4202496 354182 1260 0 0 12989 53 0 0 18 0 2 0 636261746 700948480 143608 33554432000 4194304 4417452 140735358828288 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12329/statm: 171130 143608 181 55 0 169016 0
[pid=12329/tid=12336] ppid=12327 vsize=684520 CPUtime=17.67 cores=0-7
/proc/12329/task/12336/stat : 12336 (plingeling) R 12327 12329 12128 0 -1 4202560 25746 1260 0 0 1763 4 0 0 25 0 2 0 636262157 700948480 143608 33554432000 4194304 4417452 140735358828288 18446744073709551615 4302029 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 130.42
Current children cumulated vsize (KiB) 684520

Child status: 20
Real time (s): 21.8947
CPU time (s): 130.53
CPU user time (s): 129.959
CPU system time (s): 0.570913
CPU usage (%): 596.173
Max. virtual memory (cumulated for all children) (KiB): 820968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.959
system time used= 0.570913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355445
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= 213
involuntary context switches= 451

runsolver used 0.073988 second user time and 0.198969 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 07:47:41
IDJOB=3372476
IDBENCH=82409
IDSOLVER=1851
FILE ID=node141/3372476-1305438460
RUNJOBID= node141-1305435369-12142
PBS_JOBID= 13324736
Free space on /tmp= 73316 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-4.025-NOTKNOWN.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372476-1305438460/watcher-3372476-1305438460 -o /tmp/evaluation-result-3372476-1305438460/solver-3372476-1305438460 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372476-1305438460.cnf

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

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=1359571757

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25513328 kB
Buffers:        251192 kB
Cached:        4971344 kB
SwapCached:      15708 kB
Active:        2127932 kB
Inactive:      5065880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25513328 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:           46676 kB
Writeback:           0 kB
AnonPages:     1962700 kB
Mapped:          12416 kB
Slab:           138604 kB
PageTables:      37488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86231488 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= 73316 MiB
End job on node141 at 2011-05-15 07:48:03