Trace number 3285949

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
ppfolio seqUNSAT 43.5544 43.6136

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.59085
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

0.00/0.06	This is pico-portfolio, a naive parallel portfolio
0.00/0.06	Copyright (C) 2011 Olivier Roussel
0.00/0.06	Using 1 processing units
0.00/0.06	This portfolio uses the following solvers:
0.00/0.06	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.06	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.06	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.06	Starting cryptominisat 2.7.1 on core(s) 4
0.00/0.06	Starting clasp 1.3.6 on core(s) 4
0.00/0.06	Starting TNM 2009 on core(s) 4
43.42/43.59	s UNSATISFIABLE
43.52/43.61	solver [2] clasp 1.3.6 answered
43.52/43.61	Done

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-3285949-1303763834/watcher-3285949-1303763834 -o /tmp/evaluation-result-3285949-1303763834/solver-3285949-1303763834 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3285949-1303763834.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.52 3.62 3.57 7/190 6699
/proc/meminfo: memFree=17721092/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=2712 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4194304 84 0 0 0 0 0 0 0 22 0 1 0 487981424 2777088 37 33554432000 4194304 4287625 140735230356736 18446744073709551615 271545613959 0 2147483391 4096 0 18446744071700215955 0 0 17 4 0 0 0
/proc/6699/statm: 678 37 27 23 0 23 0

[startup+0.069039 s]
/proc/loadavg: 2.52 3.62 3.57 7/190 6699
/proc/meminfo: memFree=17721092/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 18 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255154370635366400 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101064 s]
/proc/loadavg: 2.52 3.62 3.57 7/190 6699
/proc/meminfo: memFree=17721092/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 18 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255154370635366400 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300962 s]
/proc/loadavg: 2.52 3.62 3.57 7/190 6699
/proc/meminfo: memFree=17721092/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 18 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255154370635366400 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700927 s]
/proc/loadavg: 2.52 3.62 3.57 7/190 6699
/proc/meminfo: memFree=17721092/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 18 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255154370635366400 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50081 s]
/proc/loadavg: 2.52 3.62 3.57 9/194 6703
/proc/meminfo: memFree=17448804/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 18 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255154370635366400 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
[pid=6701] ppid=6699 vsize=136008 CPUtime=0.54 cores=4
/proc/6701/stat : 6701 (cryptominisat) R 6699 6699 5962 0 -1 4202496 27198 0 0 0 50 4 0 0 25 0 1 0 487981430 139272192 26812 33554432000 4194304 4587354 140737237603040 18446744073709551615 271550537472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6701/statm: 34002 26812 288 96 0 30564 0
[pid=6702] ppid=6699 vsize=90668 CPUtime=0.41 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202496 23926 0 0 0 37 4 0 0 25 0 1 0 487981430 92844032 19472 33554432000 4194304 4785740 140734933978624 18446744073709551615 4473518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6702/statm: 22667 19472 308 145 0 19712 0
[pid=6703] ppid=6699 vsize=460976 CPUtime=0.45 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4202496 4070 0 0 0 45 0 0 0 25 0 1 0 487981430 472039424 3968 33554432000 134512640 134534564 4287037312 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6703/statm: 115244 3968 90 6 0 113910 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 705976

[startup+3.10052 s]
/proc/loadavg: 2.52 3.62 3.57 11/200 6712
/proc/meminfo: memFree=17030680/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 18 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
[pid=6701] ppid=6699 vsize=184536 CPUtime=1.04 cores=4
/proc/6701/stat : 6701 (cryptominisat) R 6699 6699 5962 0 -1 4202496 39130 0 0 0 98 6 0 0 25 0 1 0 487981430 188964864 38487 33554432000 4194304 4587354 140737237603040 18446744073709551615 4230209 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6701/statm: 46134 38487 305 96 0 42696 0
[pid=6702] ppid=6699 vsize=183508 CPUtime=0.97 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202496 53387 0 0 0 89 8 0 0 25 0 1 0 487981430 187912192 40985 33554432000 4194304 4785740 140734933978624 18446744073709551615 4492177 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6702/statm: 45877 40985 313 145 0 42922 0
[pid=6703] ppid=6699 vsize=471140 CPUtime=1 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4202496 8343 0 0 0 98 2 0 0 25 0 1 0 487981430 482447360 8241 33554432000 134512640 134534564 4287037312 18446744073709551615 134520705 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6703/statm: 117785 8241 90 6 0 116451 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 857508

[startup+6.30092 s]
/proc/loadavg: 3.12 3.73 3.60 10/199 6713
/proc/meminfo: memFree=16355124/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255154920391180288 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
[pid=6701] ppid=6699 vsize=234348 CPUtime=2.14 cores=4
/proc/6701/stat : 6701 (cryptominisat) R 6699 6699 5962 0 -1 4202496 51529 0 0 0 207 7 0 0 25 0 1 0 487981430 239972352 50886 33554432000 4194304 4587354 140737237603040 18446744073709551615 4365352 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6701/statm: 58587 50886 310 96 0 55149 0
[pid=6702] ppid=6699 vsize=183508 CPUtime=2.02 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202496 53435 0 0 0 194 8 0 0 25 0 1 0 487981430 187912192 41033 33554432000 4194304 4785740 140734933978624 18446744073709551615 4495797 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6702/statm: 45877 41033 318 145 0 42922 0
[pid=6703] ppid=6699 vsize=490412 CPUtime=2.05 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4202496 16459 0 0 0 202 3 0 0 25 0 1 0 487981430 502181888 16357 33554432000 134512640 134534564 4287037312 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6703/statm: 122603 16358 90 6 0 121269 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 926592

[startup+12.7007 s]
/proc/loadavg: 4.48 4.00 3.69 12/205 6721
/proc/meminfo: memFree=14770508/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255154920391180288 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
[pid=6701] ppid=6699 vsize=234348 CPUtime=4.24 cores=4
/proc/6701/stat : 6701 (cryptominisat) R 6699 6699 5962 0 -1 4202496 51529 0 0 0 417 7 0 0 25 0 1 0 487981430 239972352 50886 33554432000 4194304 4587354 140737237603040 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6701/statm: 58587 50886 310 96 0 55149 0
[pid=6702] ppid=6699 vsize=184472 CPUtime=4.18 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202496 53706 0 0 0 410 8 0 0 25 0 1 0 487981430 188899328 41304 33554432000 4194304 4785740 140734933978624 18446744073709551615 4482895 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6702/statm: 46118 41304 319 145 0 43163 0
[pid=6703] ppid=6699 vsize=588144 CPUtime=4.2 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4202496 45314 0 0 0 413 7 0 0 25 0 1 0 487981430 602259456 45211 33554432000 134512640 134534564 4287037312 18446744073709551615 134524550 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6703/statm: 147036 45211 91 6 0 145702 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1025288

[startup+25.5004 s]
/proc/loadavg: 5.48 4.23 3.77 12/205 6722
/proc/meminfo: memFree=14504784/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255155195269087232 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
[pid=6701] ppid=6699 vsize=259252 CPUtime=8.54 cores=4
/proc/6701/stat : 6701 (cryptominisat) R 6699 6699 5962 0 -1 4202496 55528 0 0 0 846 8 0 0 25 0 1 0 487981430 265474048 52682 33554432000 4194304 4587354 140737237603040 18446744073709551615 271550202799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6701/statm: 64813 52682 314 96 0 61375 0
[pid=6702] ppid=6699 vsize=166280 CPUtime=8.42 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202496 53970 0 0 0 834 8 0 0 25 0 1 0 487981430 170270720 38073 33554432000 4194304 4785740 140734933978624 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6702/statm: 41570 38073 340 145 0 38615 0
[pid=6703] ppid=6699 vsize=588144 CPUtime=8.45 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4202496 45314 0 0 0 838 7 0 0 25 0 1 0 487981430 602259456 45211 33554432000 134512640 134534564 4287037312 18446744073709551615 134524561 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6703/statm: 147036 45211 91 6 0 145702 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1032000

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

[startup+26.2003 s]
/proc/loadavg: 5.48 4.23 3.77 12/205 6722
/proc/meminfo: memFree=14394176/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255155195269087232 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
[pid=6701] ppid=6699 vsize=301232 CPUtime=8.73 cores=4
/proc/6701/stat : 6701 (cryptominisat) R 6699 6699 5962 0 -1 4202496 70402 0 0 0 864 9 0 0 25 0 1 0 487981430 308461568 67556 33554432000 4194304 4587354 140737237603040 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6701/statm: 75308 67556 315 96 0 71870 0
[pid=6702] ppid=6699 vsize=166280 CPUtime=8.67 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202496 53970 0 0 0 859 8 0 0 25 0 1 0 487981430 170270720 38073 33554432000 4194304 4785740 140734933978624 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6702/statm: 41570 38073 340 145 0 38615 0
[pid=6703] ppid=6699 vsize=588144 CPUtime=8.7 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4202496 45314 0 0 0 863 7 0 0 25 0 1 0 487981430 602259456 45211 33554432000 134512640 134534564 4287037312 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6703/statm: 147036 45211 91 6 0 145702 0
Current children cumulated CPU time (s) 26.1
Current children cumulated vsize (KiB) 1073980

[startup+32.6071 s]
/proc/loadavg: 5.92 4.34 3.81 12/205 6722
/proc/meminfo: memFree=14095948/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255155745024901120 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
[pid=6701] ppid=6699 vsize=339344 CPUtime=10.9 cores=4
/proc/6701/stat : 6701 (cryptominisat) R 6699 6699 5962 0 -1 4202496 101022 0 0 0 1077 13 0 0 25 0 1 0 487981430 347488256 73710 33554432000 4194304 4587354 140737237603040 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6701/statm: 84836 73710 329 96 0 81398 0
[pid=6702] ppid=6699 vsize=166280 CPUtime=10.82 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202496 53970 0 0 0 1074 8 0 0 25 0 1 0 487981430 170270720 38073 33554432000 4194304 4785740 140734933978624 18446744073709551615 4552626 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6702/statm: 41570 38073 340 145 0 38615 0
[pid=6703] ppid=6699 vsize=588144 CPUtime=10.8 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4202496 45314 0 0 0 1073 7 0 0 25 0 1 0 487981430 602259456 45211 33554432000 134512640 134534564 4287037312 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6703/statm: 147036 45211 91 6 0 145702 0
Current children cumulated CPU time (s) 32.52
Current children cumulated vsize (KiB) 1112092

[startup+39.001 s]
/proc/loadavg: 6.70 4.56 3.89 12/205 6722
/proc/meminfo: memFree=14124220/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255155745024901120 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
[pid=6701] ppid=6699 vsize=339344 CPUtime=13.04 cores=4
/proc/6701/stat : 6701 (cryptominisat) R 6699 6699 5962 0 -1 4202496 101616 0 0 0 1291 13 0 0 25 0 1 0 487981430 347488256 74304 33554432000 4194304 4587354 140737237603040 18446744073709551615 4236595 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6701/statm: 84836 74304 329 96 0 81398 0
[pid=6702] ppid=6699 vsize=166280 CPUtime=12.92 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202496 53971 0 0 0 1284 8 0 0 25 0 1 0 487981430 170270720 38074 33554432000 4194304 4785740 140734933978624 18446744073709551615 4552536 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6702/statm: 41570 38074 340 145 0 38615 0
[pid=6703] ppid=6699 vsize=588144 CPUtime=12.96 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4202496 45314 0 0 0 1289 7 0 0 25 0 1 0 487981430 602259456 45211 33554432000 134512640 134534564 4287037312 18446744073709551615 134524550 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6703/statm: 147036 45211 91 6 0 145702 0
Current children cumulated CPU time (s) 38.92
Current children cumulated vsize (KiB) 1112092

[startup+42.2004 s]
/proc/loadavg: 6.70 4.56 3.89 12/205 6722
/proc/meminfo: memFree=14172196/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255155745024901120 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
[pid=6701] ppid=6699 vsize=339344 CPUtime=14.1 cores=4
/proc/6701/stat : 6701 (cryptominisat) R 6699 6699 5962 0 -1 4202496 101852 0 0 0 1397 13 0 0 25 0 1 0 487981430 347488256 74540 33554432000 4194304 4587354 140737237603040 18446744073709551615 4236698 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6701/statm: 84836 74540 329 96 0 81398 0
[pid=6702] ppid=6699 vsize=166280 CPUtime=14.02 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202496 53971 0 0 0 1394 8 0 0 25 0 1 0 487981430 170270720 38074 33554432000 4194304 4785740 140734933978624 18446744073709551615 4290659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6702/statm: 41570 38074 340 145 0 38615 0
[pid=6703] ppid=6699 vsize=588144 CPUtime=14 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4202496 45314 0 0 0 1393 7 0 0 25 0 1 0 487981430 602259456 45211 33554432000 134512640 134534564 4287037312 18446744073709551615 134524745 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6703/statm: 147036 45211 91 6 0 145702 0
Current children cumulated CPU time (s) 42.12
Current children cumulated vsize (KiB) 1112092

[startup+43.0013 s]
/proc/loadavg: 6.70 4.56 3.89 12/205 6722
/proc/meminfo: memFree=14168600/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255155745024901120 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
[pid=6701] ppid=6699 vsize=339344 CPUtime=14.34 cores=4
/proc/6701/stat : 6701 (cryptominisat) R 6699 6699 5962 0 -1 4202496 101917 0 0 0 1421 13 0 0 25 0 1 0 487981430 347488256 74605 33554432000 4194304 4587354 140737237603040 18446744073709551615 4236866 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6701/statm: 84836 74605 329 96 0 81398 0
[pid=6702] ppid=6699 vsize=166280 CPUtime=14.27 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202496 53971 0 0 0 1419 8 0 0 25 0 1 0 487981430 170270720 38074 33554432000 4194304 4785740 140734933978624 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6702/statm: 41570 38074 340 145 0 38615 0
[pid=6703] ppid=6699 vsize=588144 CPUtime=14.3 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4202496 45314 0 0 0 1423 7 0 0 25 0 1 0 487981430 602259456 45211 33554432000 134512640 134534564 4287037312 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6703/statm: 147036 45211 91 6 0 145702 0
Current children cumulated CPU time (s) 42.91
Current children cumulated vsize (KiB) 1112092

[startup+43.4012 s]
/proc/loadavg: 6.70 4.56 3.89 12/205 6722
/proc/meminfo: memFree=14168600/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=0 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 487981424 18763776 393 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 1255155745024901120 0 0 17 6 0 0 0
/proc/6699/statm: 4581 393 345 23 0 91 0
[pid=6701] ppid=6699 vsize=339344 CPUtime=14.5 cores=4
/proc/6701/stat : 6701 (cryptominisat) R 6699 6699 5962 0 -1 4202496 101917 0 0 0 1437 13 0 0 25 0 1 0 487981430 347488256 74605 33554432000 4194304 4587354 140737237603040 18446744073709551615 4236561 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6701/statm: 84836 74605 329 96 0 81398 0
[pid=6702] ppid=6699 vsize=166280 CPUtime=14.42 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202496 53971 0 0 0 1434 8 0 0 25 0 1 0 487981430 170270720 38074 33554432000 4194304 4785740 140734933978624 18446744073709551615 4552673 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6702/statm: 41570 38074 340 145 0 38615 0
[pid=6703] ppid=6699 vsize=588144 CPUtime=14.4 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4202496 45314 0 0 0 1433 7 0 0 25 0 1 0 487981430 602259456 45211 33554432000 134512640 134534564 4287037312 18446744073709551615 134524554 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6703/statm: 147036 45211 91 6 0 145702 0
Current children cumulated CPU time (s) 43.32
Current children cumulated vsize (KiB) 1112092

[startup+43.6071 s]
/proc/loadavg: 7.05 4.67 3.92 12/205 6722
/proc/meminfo: memFree=14166368/32951124 swapFree=67111528/67111528
[pid=6699] ppid=6697 vsize=18324 CPUtime=14.55 cores=4,6
/proc/6699/stat : 6699 (ppfolio) S 6697 6699 5962 0 -1 4202496 500 101917 0 0 0 0 1441 14 15 0 1 0 487981424 18763776 394 33554432000 4194304 4287625 140735230356736 18446744073709551615 271550557711 0 0 4096 65536 4262668871351107844 0 0 17 6 0 0 0
/proc/6699/statm: 4581 394 346 23 0 91 0
[pid=6702] ppid=6699 vsize=0 CPUtime=14.46 cores=4
/proc/6702/stat : 6702 (clasp) R 6699 6699 5962 0 -1 4202500 53989 0 0 0 1438 8 0 0 25 0 1 0 487981430 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/6702/statm: 0 0 0 0 0 0 0
[pid=6703] ppid=6699 vsize=0 CPUtime=14.51 cores=4
/proc/6703/stat : 6703 (TNM) R 6699 6699 5962 0 -1 4203524 45314 0 0 0 1443 8 0 0 25 0 1 0 487981430 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/6703/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 43.52
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 43.6136
CPU time (s): 43.5544
CPU user time (s): 43.2294
CPU system time (s): 0.32495
CPU usage (%): 99.8643
Max. virtual memory (cumulated for all children) (KiB): 1189456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.2294
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201737
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= 32
involuntary context switches= 492

runsolver used 0.091986 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-25 22:37:15
IDJOB=3285949
IDBENCH=82409
IDSOLVER=1613
FILE ID=node133/3285949-1303763834
RUNJOBID= node133-1303763834-6667
PBS_JOBID= 13157125
Free space on /tmp= 71428 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-4.025-NOTKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285949-1303763834/watcher-3285949-1303763834 -o /tmp/evaluation-result-3285949-1303763834/solver-3285949-1303763834 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3285949-1303763834.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=540030604

node133.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.834
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      17722364 kB
Buffers:       2170572 kB
Cached:       12367076 kB
SwapCached:          0 kB
Active:        8598340 kB
Inactive:      6066648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17722364 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          180604 kB
Writeback:           0 kB
AnonPages:      125736 kB
Mapped:          15576 kB
Slab:           501364 kB
PageTables:       4680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   707732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71208 MiB
End job on node133 at 2011-04-25 22:37:59