Trace number 3287375

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 85.0971 85.1018

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.cnf
MD5SUM7599aafec7bebba20ceab50260cd7197
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.60145
Satisfiable
(Un)Satisfiability was proved
Number of variables70167
Number of clauses209513
Sum of the clauses size488861
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2139674
Number of clauses of size 369837
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	This is pico-portfolio, a naive parallel portfolio
0.00/0.01	Copyright (C) 2011 Olivier Roussel
0.00/0.01	Using 1 processing units
0.00/0.01	This portfolio uses the following solvers:
0.00/0.01	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.01	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.01	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.01	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.01	Starting clasp 1.3.6 on core(s) 0
0.00/0.01	Starting TNM 2009 on core(s) 0
84.97/85.09	s UNSATISFIABLE
85.06/85.10	solver [1] cryptominisat 2.7.1 answered
85.06/85.10	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-3287375-1303765141/watcher-3287375-1303765141 -o /tmp/evaluation-result-3287375-1303765141/solver-3287375-1303765141 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3287375-1303765141.cnf 

running on 2 cores: 0,2

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: 10.76 10.81 8.99 9/201 7323
/proc/meminfo: memFree=14736552/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=11800 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (runsolver) R 7321 7323 5962 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 488111974 12083200 52 33554432000 4194304 5434984 140736375707872 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/7323/statm: 2950 52 31 303 0 2644 0

[startup+0.064575 s]
/proc/loadavg: 10.76 10.81 8.99 9/201 7323
/proc/meminfo: memFree=14736552/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100573 s]
/proc/loadavg: 10.76 10.81 8.99 9/201 7323
/proc/meminfo: memFree=14736552/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300534 s]
/proc/loadavg: 10.76 10.81 8.99 9/201 7323
/proc/meminfo: memFree=14736552/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 24 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602188215134978048 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700475 s]
/proc/loadavg: 10.76 10.81 8.99 9/201 7323
/proc/meminfo: memFree=14736552/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 24 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602188215134978048 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50034 s]
/proc/loadavg: 10.76 10.81 8.99 12/205 7327
/proc/meminfo: memFree=14655596/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 24 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602188215134978048 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=50364 CPUtime=0.51 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 6725 0 0 0 51 0 0 0 25 0 1 0 488111975 51572736 6445 33554432000 4194304 4587354 140735843711280 18446744073709551615 4238736 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 12591 6445 307 96 0 9153 0
[pid=7326] ppid=7323 vsize=53924 CPUtime=0.45 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 12239 0 0 0 44 1 0 0 25 0 1 0 488111975 55218176 10253 33554432000 4194304 4785740 140734526433648 18446744073709551615 271550198469 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 13481 10253 319 145 0 10526 0
[pid=7327] ppid=7323 vsize=466516 CPUtime=0.5 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7445 0 0 0 49 1 0 0 25 0 1 0 488111975 477712384 7342 33554432000 134512640 134534564 4293157088 18446744073709551615 134529957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 116629 7342 95 6 0 115295 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 589128

[startup+3.10103 s]
/proc/loadavg: 10.78 10.82 9.00 12/205 7327
/proc/meminfo: memFree=14698748/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602188764890791936 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=78680 CPUtime=1.01 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 15529 0 0 0 99 2 0 0 25 0 1 0 488111975 80568320 13759 33554432000 4194304 4587354 140735843711280 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 19670 13759 317 96 0 16232 0
[pid=7326] ppid=7323 vsize=54136 CPUtime=1 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 13580 0 0 0 99 1 0 0 25 0 1 0 488111975 55435264 10498 33554432000 4194304 4785740 140734526433648 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 13534 10498 340 145 0 10579 0
[pid=7327] ppid=7323 vsize=466516 CPUtime=1.05 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7445 0 0 0 104 1 0 0 25 0 1 0 488111975 477712384 7342 33554432000 134512640 134534564 4293157088 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 116629 7342 95 6 0 115295 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 617656

[startup+6.30047 s]
/proc/loadavg: 10.78 10.82 9.00 12/205 7327
/proc/meminfo: memFree=14583960/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602189589524512768 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=126832 CPUtime=2.11 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 20675 0 0 0 208 3 0 0 25 0 1 0 488111975 129875968 16798 33554432000 4194304 4587354 140735843711280 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 31708 16798 330 96 0 28270 0
[pid=7326] ppid=7323 vsize=54136 CPUtime=2.05 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 13580 0 0 0 204 1 0 0 25 0 1 0 488111975 55435264 10498 33554432000 4194304 4785740 140734526433648 18446744073709551615 4277472 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 13534 10498 340 145 0 10579 0
[pid=7327] ppid=7323 vsize=470348 CPUtime=2.1 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7446 0 0 0 209 1 0 0 25 0 1 0 488111975 481636352 7343 33554432000 134512640 134534564 4293157088 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 117587 7343 95 6 0 116253 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 669640

[startup+12.7013 s]
/proc/loadavg: 10.81 10.82 9.02 12/205 7327
/proc/meminfo: memFree=14570468/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602187802818117632 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=126832 CPUtime=4.21 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 20903 0 0 0 418 3 0 0 25 0 1 0 488111975 129875968 17018 33554432000 4194304 4587354 140735843711280 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 31708 17018 330 96 0 28270 0
[pid=7326] ppid=7323 vsize=54136 CPUtime=4.2 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 13613 0 0 0 419 1 0 0 25 0 1 0 488111975 55435264 10531 33554432000 4194304 4785740 140734526433648 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 13534 10531 340 145 0 10579 0
[pid=7327] ppid=7323 vsize=470348 CPUtime=4.25 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7446 0 0 0 424 1 0 0 25 0 1 0 488111975 481636352 7343 33554432000 134512640 134534564 4293157088 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 117587 7343 95 6 0 116253 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 669640

[startup+25.501 s]
/proc/loadavg: 10.84 10.83 9.04 12/205 7328
/proc/meminfo: memFree=14575044/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602188902329745408 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=126832 CPUtime=8.51 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 21158 0 0 0 848 3 0 0 25 0 1 0 488111975 129875968 17262 33554432000 4194304 4587354 140735843711280 18446744073709551615 4238169 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 31708 17262 338 96 0 28270 0
[pid=7326] ppid=7323 vsize=56056 CPUtime=8.46 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 14157 0 0 0 844 2 0 0 25 0 1 0 488111975 57401344 11075 33554432000 4194304 4785740 140734526433648 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 14014 11075 340 145 0 11059 0
[pid=7327] ppid=7323 vsize=470348 CPUtime=8.5 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7446 0 0 0 849 1 0 0 25 0 1 0 488111975 481636352 7343 33554432000 134512640 134534564 4293157088 18446744073709551615 134529777 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 117587 7343 95 6 0 116253 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 671560

[startup+51.1013 s]
/proc/loadavg: 10.97 10.86 9.10 13/206 7359
/proc/meminfo: memFree=16322712/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602188627451838464 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=137964 CPUtime=17.01 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 25084 0 0 0 1697 4 0 0 25 0 1 0 488111975 141275136 21094 33554432000 4194304 4587354 140735843711280 18446744073709551615 4238156 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 34491 21094 338 96 0 31053 0
[pid=7326] ppid=7323 vsize=61236 CPUtime=17 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 15445 0 0 0 1698 2 0 0 25 0 1 0 488111975 62705664 12363 33554432000 4194304 4785740 140734526433648 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 15309 12363 340 145 0 12354 0
[pid=7327] ppid=7323 vsize=470348 CPUtime=17.06 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7446 0 0 0 1705 1 0 0 25 0 1 0 488111975 481636352 7343 33554432000 134512640 134534564 4293157088 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 117587 7343 95 6 0 116253 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 687872

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

[startup+63.901 s]
/proc/loadavg: 11.20 10.91 9.14 13/206 7360
/proc/meminfo: memFree=16308808/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602188490012884992 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=137964 CPUtime=21.31 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 25364 0 0 0 2127 4 0 0 25 0 1 0 488111975 141275136 21358 33554432000 4194304 4587354 140735843711280 18446744073709551615 4378625 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 34491 21358 338 96 0 31053 0
[pid=7326] ppid=7323 vsize=64768 CPUtime=21.26 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 16310 0 0 0 2124 2 0 0 25 0 1 0 488111975 66322432 13228 33554432000 4194304 4785740 140734526433648 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 16192 13228 340 145 0 13237 0
[pid=7327] ppid=7323 vsize=470348 CPUtime=21.3 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7446 0 0 0 2129 1 0 0 25 0 1 0 488111975 481636352 7343 33554432000 134512640 134534564 4293157088 18446744073709551615 134529287 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 117587 7343 95 6 0 116253 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 691404

[startup+76.7006 s]
/proc/loadavg: 11.32 10.95 9.17 13/206 7360
/proc/meminfo: memFree=16297252/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602189314646605824 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=132236 CPUtime=25.58 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 26479 0 0 0 2553 5 0 0 25 0 1 0 488111975 135409664 20080 33554432000 4194304 4587354 140735843711280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 33059 20080 338 96 0 29621 0
[pid=7326] ppid=7323 vsize=66680 CPUtime=25.5 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 16756 0 0 0 2547 3 0 0 25 0 1 0 488111975 68280320 13674 33554432000 4194304 4785740 140734526433648 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 16670 13674 340 145 0 13715 0
[pid=7327] ppid=7323 vsize=470348 CPUtime=25.6 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7446 0 0 0 2559 1 0 0 25 0 1 0 488111975 481636352 7343 33554432000 134512640 134534564 4293157088 18446744073709551615 7636373 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 117587 7343 95 6 0 116253 0
Current children cumulated CPU time (s) 76.68
Current children cumulated vsize (KiB) 687588

[startup+79.9011 s]
/proc/loadavg: 11.38 10.96 9.19 13/206 7360
/proc/meminfo: memFree=16266004/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602189726963466240 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=132236 CPUtime=26.61 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 26654 0 0 0 2656 5 0 0 25 0 1 0 488111975 135409664 20255 33554432000 4194304 4587354 140735843711280 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 33059 20255 338 96 0 29621 0
[pid=7326] ppid=7323 vsize=66680 CPUtime=26.6 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 16756 0 0 0 2657 3 0 0 25 0 1 0 488111975 68280320 13674 33554432000 4194304 4785740 140734526433648 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 16670 13674 340 145 0 13715 0
[pid=7327] ppid=7323 vsize=470348 CPUtime=26.66 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7446 0 0 0 2665 1 0 0 25 0 1 0 488111975 481636352 7343 33554432000 134512640 134534564 4293157088 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 117587 7343 95 6 0 116253 0
Current children cumulated CPU time (s) 79.87
Current children cumulated vsize (KiB) 687588

[startup+83.1005 s]
/proc/loadavg: 11.43 10.98 9.20 13/206 7360
/proc/meminfo: memFree=16267732/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602189864402419712 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=132236 CPUtime=27.71 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 26768 0 0 0 2766 5 0 0 25 0 1 0 488111975 135409664 20364 33554432000 4194304 4587354 140735843711280 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 33059 20364 338 96 0 29621 0
[pid=7326] ppid=7323 vsize=66812 CPUtime=27.66 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 16790 0 0 0 2763 3 0 0 25 0 1 0 488111975 68415488 13708 33554432000 4194304 4785740 140734526433648 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 16703 13708 340 145 0 13748 0
[pid=7327] ppid=7323 vsize=470348 CPUtime=27.69 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7446 0 0 0 2768 1 0 0 25 0 1 0 488111975 481636352 7343 33554432000 134512640 134534564 4293157088 18446744073709551615 134528582 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 117587 7343 95 6 0 116253 0
Current children cumulated CPU time (s) 83.06
Current children cumulated vsize (KiB) 687720

[startup+83.9004 s]
/proc/loadavg: 11.43 10.98 9.20 14/206 7360
/proc/meminfo: memFree=16267360/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602187802818117632 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=132236 CPUtime=27.97 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 26793 0 0 0 2792 5 0 0 25 0 1 0 488111975 135409664 20388 33554432000 4194304 4587354 140735843711280 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 33059 20388 338 96 0 29621 0
[pid=7326] ppid=7323 vsize=66812 CPUtime=27.9 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 16791 0 0 0 2787 3 0 0 25 0 1 0 488111975 68415488 13709 33554432000 4194304 4785740 140734526433648 18446744073709551615 4552673 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 16703 13709 340 145 0 13748 0
[pid=7327] ppid=7323 vsize=470348 CPUtime=27.99 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7446 0 0 0 2798 1 0 0 25 0 1 0 488111975 481636352 7343 33554432000 134512640 134534564 4293157088 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 117587 7343 95 6 0 116253 0
Current children cumulated CPU time (s) 83.86
Current children cumulated vsize (KiB) 687720

[startup+84.7072 s]
/proc/loadavg: 11.43 10.98 9.20 13/206 7360
/proc/meminfo: memFree=16267112/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=0 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 488111974 18763776 394 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 5602187802818117632 0 0 17 2 0 0 0
/proc/7323/statm: 4581 394 345 23 0 91 0
[pid=7325] ppid=7323 vsize=132236 CPUtime=28.21 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202496 26818 0 0 0 2816 5 0 0 25 0 1 0 488111975 135409664 20410 33554432000 4194304 4587354 140735843711280 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7325/statm: 33059 20410 338 96 0 29621 0
[pid=7326] ppid=7323 vsize=66972 CPUtime=28.2 cores=0
/proc/7326/stat : 7326 (clasp) R 7323 7323 5962 0 -1 4202496 16823 0 0 0 2817 3 0 0 25 0 1 0 488111975 68579328 13741 33554432000 4194304 4785740 140734526433648 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7326/statm: 16743 13741 340 145 0 13788 0
[pid=7327] ppid=7323 vsize=470348 CPUtime=28.27 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4202496 7446 0 0 0 2826 1 0 0 25 0 1 0 488111975 481636352 7343 33554432000 134512640 134534564 4293157088 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7327/statm: 117587 7343 95 6 0 116253 0
Current children cumulated CPU time (s) 84.68
Current children cumulated vsize (KiB) 687880

[startup+85.1011 s]
/proc/loadavg: 11.43 10.98 9.20 13/206 7360
/proc/meminfo: memFree=16267112/32951124 swapFree=67111528/67111528
[pid=7323] ppid=7321 vsize=18324 CPUtime=28.3 cores=0,2
/proc/7323/stat : 7323 (ppfolio) S 7321 7323 5962 0 -1 4202496 501 16841 0 0 0 0 2827 3 15 0 1 0 488111974 18763776 395 33554432000 4194304 4287625 140737319821104 18446744073709551615 271550557711 0 0 4096 65536 8493524881286070532 0 0 17 2 0 0 0
/proc/7323/statm: 4581 395 346 23 0 91 0
[pid=7325] ppid=7323 vsize=0 CPUtime=28.37 cores=0
/proc/7325/stat : 7325 (cryptominisat) R 7323 7323 5962 0 -1 4202500 26843 0 0 0 2831 6 0 0 25 0 1 0 488111975 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7325/statm: 0 0 0 0 0 0 0
[pid=7327] ppid=7323 vsize=0 CPUtime=28.39 cores=0
/proc/7327/stat : 7327 (TNM) R 7323 7323 5962 0 -1 4203524 7446 0 0 0 2838 1 0 0 25 0 1 0 488111975 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/7327/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 85.06
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 85.1018
CPU time (s): 85.0971
CPU user time (s): 84.9851
CPU system time (s): 0.111982
CPU usage (%): 99.9945
Max. virtual memory (cumulated for all children) (KiB): 693616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.9851
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51648
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= 112
involuntary context switches= 964

runsolver used 0.169974 second user time and 0.32695 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-25 22:59:01
IDJOB=3287375
IDBENCH=82465
IDSOLVER=1613
FILE ID=node133/3287375-1303765141
RUNJOBID= node133-1303763834-6666
PBS_JOBID= 13157125
Free space on /tmp= 71424 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287375-1303765141/watcher-3287375-1303765141 -o /tmp/evaluation-result-3287375-1303765141/solver-3287375-1303765141 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3287375-1303765141.cnf

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

MD5SUM BENCH= 7599aafec7bebba20ceab50260cd7197
RANDOM SEED=1122518190

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:      14736832 kB
Buffers:       2172324 kB
Cached:       12504460 kB
SwapCached:          0 kB
Active:       11541256 kB
Inactive:      6103784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14736832 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13464 kB
Writeback:           0 kB
AnonPages:     2967520 kB
Mapped:          18136 kB
Slab:           497192 kB
PageTables:      12080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5007060 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= 71528 MiB
End job on node133 at 2011-04-25 23:00:26