Trace number 3379496

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
UmSat 2011-05-12 (fixed)UNSAT 1275.43 1275.62

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
MD5SUM7eb9713591c46f87c512df513290fd7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.2302
Satisfiable
(Un)Satisfiability was proved
Number of variables115266
Number of clauses345359
Sum of the clauses size805835
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2230238
Number of clauses of size 3115119
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1274.89/1275.15	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-3379496-1305456346/watcher-3379496-1305456346 -o /tmp/evaluation-result-3379496-1305456346/solver-3379496-1305456346 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3379496-1305456346.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: 4.06 4.03 3.87 5/304 29219
/proc/meminfo: memFree=9865784/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=11776 CPUtime=0 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4194304 367 0 0 0 0 0 0 0 25 0 1 0 657232856 12058624 308 33554432000 4194304 4263832 140737258145952 18446744073709551615 4232240 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 2944 308 240 17 0 117 0

[startup+0.061697 s]
/proc/loadavg: 4.06 4.03 3.87 5/304 29219
/proc/meminfo: memFree=9865784/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=12428 CPUtime=0.05 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4194304 603 0 0 0 5 0 0 0 25 0 1 0 657232856 12726272 495 33554432000 4194304 4263832 140737258145952 18446744073709551615 246516834048 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 3107 495 241 17 0 280 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12428

[startup+0.100692 s]
/proc/loadavg: 4.06 4.03 3.87 5/304 29219
/proc/meminfo: memFree=9865784/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=13340 CPUtime=0.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4194304 888 0 0 0 9 0 0 0 25 0 1 0 657232856 13660160 683 33554432000 4194304 4263832 140737258145952 18446744073709551615 4236759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 3335 683 241 17 0 508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.300666 s]
/proc/loadavg: 4.06 4.03 3.87 5/304 29219
/proc/meminfo: memFree=9865784/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=18812 CPUtime=0.29 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4194304 2521 0 0 0 29 0 0 0 25 0 1 0 657232856 19263488 1738 33554432000 4194304 4263832 140737258145952 18446744073709551615 4229444 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 4703 1738 241 17 0 1876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18812

[startup+0.70058 s]
/proc/loadavg: 4.06 4.03 3.87 5/304 29219
/proc/meminfo: memFree=9865784/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=25976 CPUtime=0.69 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4194304 4894 0 0 0 69 0 0 0 25 0 1 0 657232856 26599424 3342 33554432000 4194304 4263832 140737258145952 18446744073709551615 47608153459867 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 6494 3342 241 17 0 3667 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25976

[startup+1.50046 s]
/proc/loadavg: 4.05 4.03 3.87 5/305 29220
/proc/meminfo: memFree=9848592/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=62896 CPUtime=1.49 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 14431 0 0 0 148 1 0 0 25 0 1 0 657232856 64405504 11342 33554432000 4194304 4263832 140737258145952 18446744073709551615 4248069 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 15724 11344 244 17 0 12897 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62896

[startup+3.10117 s]
/proc/loadavg: 4.05 4.03 3.87 5/305 29220
/proc/meminfo: memFree=9792296/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=81924 CPUtime=3.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 22306 0 0 0 307 2 0 0 25 0 1 0 657232856 83890176 17193 33554432000 4194304 4263832 140737258145952 18446744073709551615 4224816 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 20481 17193 247 17 0 17654 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81924

[startup+6.30058 s]
/proc/loadavg: 4.05 4.03 3.87 5/305 29220
/proc/meminfo: memFree=9781580/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=81924 CPUtime=6.29 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 22306 0 0 0 627 2 0 0 25 0 1 0 657232856 83890176 17193 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 20481 17193 247 17 0 17654 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81924

[startup+12.7004 s]
/proc/loadavg: 4.12 4.04 3.88 5/305 29220
/proc/meminfo: memFree=9774940/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=81924 CPUtime=12.69 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 22306 0 0 0 1267 2 0 0 25 0 1 0 657232856 83890176 17193 33554432000 4194304 4263832 140737258145952 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 20481 17193 247 17 0 17654 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81924

[startup+25.5011 s]
/proc/loadavg: 4.10 4.04 3.88 5/305 29220
/proc/meminfo: memFree=9759408/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=81924 CPUtime=25.49 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 22306 0 0 0 2547 2 0 0 25 0 1 0 657232856 83890176 17193 33554432000 4194304 4263832 140737258145952 18446744073709551615 4242470 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 20481 17193 247 17 0 17654 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81924

[startup+51.1004 s]
/proc/loadavg: 4.06 4.04 3.88 5/305 29221
/proc/meminfo: memFree=9713840/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=81924 CPUtime=51.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 22306 0 0 0 5107 2 0 0 25 0 1 0 657232856 83890176 17193 33554432000 4194304 4263832 140737258145952 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 20481 17193 247 17 0 17654 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81924

[startup+102.311 s]
/proc/loadavg: 4.02 4.03 3.89 5/305 29222
/proc/meminfo: memFree=9584996/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=93664 CPUtime=102.24 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 25191 0 0 0 10221 3 0 0 25 0 1 0 657232856 95911936 20078 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215294 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 23416 20078 247 17 0 20589 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 93664

[startup+162.301 s]
/proc/loadavg: 4.12 4.05 3.90 5/305 29224
/proc/meminfo: memFree=9390916/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=112436 CPUtime=162.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 29849 0 0 0 16204 5 0 0 25 0 1 0 657232856 115134464 24736 33554432000 4194304 4263832 140737258145952 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/29219/statm: 28109 24736 247 17 0 25282 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 112436

[startup+222.301 s]
/proc/loadavg: 4.04 4.04 3.91 5/305 29226
/proc/meminfo: memFree=9202792/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=131840 CPUtime=222.06 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 34749 0 0 0 22199 7 0 0 25 0 1 0 657232856 135004160 29636 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 32960 29636 247 17 0 30133 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 131840

[startup+282.3 s]
/proc/loadavg: 4.24 4.10 3.94 5/305 29227
/proc/meminfo: memFree=8974984/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=161796 CPUtime=282.07 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 42036 0 0 0 28197 10 0 0 25 0 1 0 657232856 165679104 36923 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 40449 36923 247 17 0 37622 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 161796

[startup+342.3 s]
/proc/loadavg: 4.09 4.08 3.94 5/305 29229
/proc/meminfo: memFree=8798768/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=189332 CPUtime=342.07 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 48925 0 0 0 34193 14 0 0 25 0 1 0 657232856 193875968 43812 33554432000 4194304 4263832 140737258145952 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 47333 43812 248 17 0 44506 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 189332

[startup+402.3 s]
/proc/loadavg: 2.80 3.71 3.82 3/293 29272
/proc/meminfo: memFree=10941844/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=229944 CPUtime=402.07 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 59150 0 0 0 40190 17 0 0 25 0 1 0 657232856 235462656 54036 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 57486 54036 249 17 0 54659 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 229944

[startup+462.3 s]
/proc/loadavg: 2.40 3.43 3.71 3/293 29274
/proc/meminfo: memFree=10786100/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=269748 CPUtime=462.08 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 69107 0 0 0 46188 20 0 0 25 0 1 0 657232856 276221952 63992 33554432000 4194304 4263832 140737258145952 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 67437 63992 248 17 0 64610 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 269748

[startup+522.301 s]
/proc/loadavg: 2.14 3.17 3.60 3/293 29276
/proc/meminfo: memFree=10582596/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=316408 CPUtime=522.07 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 80245 0 0 0 52185 22 0 0 25 0 1 0 657232856 324001792 75130 33554432000 4194304 4263832 140737258145952 18446744073709551615 4211512 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 79102 75130 248 17 0 76275 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 316408

[startup+582.301 s]
/proc/loadavg: 2.17 2.98 3.51 3/293 29277
/proc/meminfo: memFree=10379840/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=361596 CPUtime=582.08 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 91521 0 0 0 58182 26 0 0 25 0 1 0 657232856 370274304 86406 33554432000 4194304 4263832 140737258145952 18446744073709551615 4224828 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 90399 86406 248 17 0 87572 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 361596

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=13495808/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=411460 CPUtime=642.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 103998 0 0 0 64180 29 0 0 25 0 1 0 657232856 421335040 98883 33554432000 4194304 4263832 140737258145952 18446744073709551615 4205607 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 102865 98883 248 17 0 100038 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 411460

[startup+702.301 s]
/proc/loadavg: 1.19 2.36 3.21 2/287 29299
/proc/meminfo: memFree=13452396/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=455320 CPUtime=702.08 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 115009 0 0 0 70177 31 0 0 25 0 1 0 657232856 466247680 109894 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 113830 109894 248 17 0 111003 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 455320

[startup+762.311 s]
/proc/loadavg: 1.07 2.11 3.07 2/287 29302
/proc/meminfo: memFree=13398436/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=508968 CPUtime=762.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 128311 0 0 0 76175 34 0 0 25 0 1 0 657232856 521183232 123196 33554432000 4194304 4263832 140737258145952 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 127242 123196 248 17 0 124415 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 508968

[startup+822.301 s]
/proc/loadavg: 1.02 1.90 2.94 2/287 29304
/proc/meminfo: memFree=13329840/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=578924 CPUtime=822.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 145482 0 0 0 82171 38 0 0 25 0 1 0 657232856 592818176 140367 33554432000 4194304 4263832 140737258145952 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 144731 140367 248 17 0 141904 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 578924

[startup+882.301 s]
/proc/loadavg: 1.04 1.75 2.82 2/287 29305
/proc/meminfo: memFree=13275636/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=633344 CPUtime=882.08 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 159022 0 0 0 88167 41 0 0 25 0 1 0 657232856 648544256 153907 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 158336 153907 248 17 0 155509 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 633344

[startup+942.301 s]
/proc/loadavg: 1.09 1.64 2.71 2/287 29318
/proc/meminfo: memFree=13236772/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=672968 CPUtime=942.08 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 168881 0 0 0 94165 43 0 0 25 0 1 0 657232856 689119232 163765 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 168242 163765 248 17 0 165415 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 672968

[startup+1002.3 s]
/proc/loadavg: 1.08 1.54 2.61 2/287 29319
/proc/meminfo: memFree=13176120/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=733772 CPUtime=1002.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 183975 0 0 0 100162 47 0 0 25 0 1 0 657232856 751382528 178859 33554432000 4194304 4263832 140737258145952 18446744073709551615 4207614 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 183443 178859 248 17 0 180616 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 733772

[startup+1062.3 s]
/proc/loadavg: 1.03 1.44 2.50 2/287 29322
/proc/meminfo: memFree=13132440/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=777844 CPUtime=1062.08 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 194903 0 0 0 106159 49 0 0 25 0 1 0 657232856 796512256 189787 33554432000 4194304 4263832 140737258145952 18446744073709551615 4242470 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 194461 189787 248 17 0 191634 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 777844

[startup+1122.3 s]
/proc/loadavg: 1.01 1.35 2.41 2/287 29327
/proc/meminfo: memFree=13072060/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=837508 CPUtime=1122.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 209615 0 0 0 112156 53 0 0 25 0 1 0 657232856 857608192 204499 33554432000 4194304 4263832 140737258145952 18446744073709551615 4207630 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 209377 204499 249 17 0 206550 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 837508

[startup+1182.3 s]
/proc/loadavg: 1.03 1.30 2.32 2/287 29328
/proc/meminfo: memFree=13023412/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=887568 CPUtime=1182.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 222091 0 0 0 118154 55 0 0 25 0 1 0 657232856 908869632 216974 33554432000 4194304 4263832 140737258145952 18446744073709551615 4207780 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 221892 216974 248 17 0 219065 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 887568

[startup+1242.3 s]
/proc/loadavg: 1.01 1.24 2.24 2/287 29330
/proc/meminfo: memFree=12971408/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=939208 CPUtime=1242.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 234986 0 0 0 124150 59 0 0 25 0 1 0 657232856 961748992 229869 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 234802 229869 248 17 0 231975 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 939208

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

[startup+1254.3 s]
/proc/loadavg: 1.01 1.23 2.22 2/287 29330
/proc/meminfo: memFree=12957132/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=953708 CPUtime=1254.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 238535 0 0 0 125349 60 0 0 25 0 1 0 657232856 976596992 233418 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 238427 233418 248 17 0 235600 0
Current children cumulated CPU time (s) 1254.09
Current children cumulated vsize (KiB) 953708

[startup+1267.1 s]
/proc/loadavg: 1.01 1.22 2.20 2/287 29330
/proc/meminfo: memFree=12944856/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=965620 CPUtime=1266.9 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 241501 0 0 0 126629 61 0 0 25 0 1 0 657232856 988794880 236384 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 241405 236384 248 17 0 238578 0
Current children cumulated CPU time (s) 1266.9
Current children cumulated vsize (KiB) 965620

[startup+1270.3 s]
/proc/loadavg: 1.01 1.22 2.20 2/287 29330
/proc/meminfo: memFree=12942748/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=968420 CPUtime=1270.1 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 242199 0 0 0 126949 61 0 0 25 0 1 0 657232856 991662080 237082 33554432000 4194304 4263832 140737258145952 18446744073709551615 4205649 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 242105 237082 248 17 0 239278 0
Current children cumulated CPU time (s) 1270.1
Current children cumulated vsize (KiB) 968420

[startup+1273.5 s]
/proc/loadavg: 1.00 1.22 2.20 2/287 29331
/proc/meminfo: memFree=12939772/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=971772 CPUtime=1273.29 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 243044 0 0 0 127268 61 0 0 25 0 1 0 657232856 995094528 237927 33554432000 4194304 4263832 140737258145952 18446744073709551615 4207630 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 242943 237927 248 17 0 240116 0
Current children cumulated CPU time (s) 1273.29
Current children cumulated vsize (KiB) 971772

[startup+1274.3 s]
/proc/loadavg: 1.00 1.22 2.20 2/287 29331
/proc/meminfo: memFree=12938160/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=972844 CPUtime=1274.09 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 243301 0 0 0 127348 61 0 0 25 0 1 0 657232856 996192256 238184 33554432000 4194304 4263832 140737258145952 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 243211 238184 248 17 0 240384 0
Current children cumulated CPU time (s) 1274.09
Current children cumulated vsize (KiB) 972844

[startup+1275.1 s]
/proc/loadavg: 1.00 1.22 2.20 2/287 29331
/proc/meminfo: memFree=12937040/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=973776 CPUtime=1274.89 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 243542 0 0 0 127428 61 0 0 25 0 1 0 657232856 997146624 238425 33554432000 4194304 4263832 140737258145952 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 243444 238425 248 17 0 240617 0
Current children cumulated CPU time (s) 1274.89
Current children cumulated vsize (KiB) 973776

[startup+1275.5 s]
/proc/loadavg: 1.00 1.22 2.20 2/287 29331
/proc/meminfo: memFree=12937040/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=973916 CPUtime=1275.29 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 243577 0 0 0 127468 61 0 0 25 0 1 0 657232856 997289984 238460 33554432000 4194304 4263832 140737258145952 18446744073709551615 4206776 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 243479 238460 252 17 0 240652 0
Current children cumulated CPU time (s) 1275.29
Current children cumulated vsize (KiB) 973916

[startup+1275.6 s]
/proc/loadavg: 1.00 1.22 2.20 2/287 29331
/proc/meminfo: memFree=12937040/32951124 swapFree=61565116/67111528
[pid=29219] ppid=29217 vsize=626632 CPUtime=1275.39 cores=4,6
/proc/29219/stat : 29219 (umsat) R 29217 29219 27642 0 -1 4202496 243578 0 0 0 127476 63 0 0 25 0 1 0 657232856 641671168 121902 33554432000 4194304 4263832 140737258145952 18446744073709551615 246516860010 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29219/statm: 156658 121902 253 17 0 153831 0
Current children cumulated CPU time (s) 1275.39
Current children cumulated vsize (KiB) 626632

Child status: 0
Real time (s): 1275.62
CPU time (s): 1275.43
CPU user time (s): 1274.77
CPU system time (s): 0.657899
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 973916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1274.77
system time used= 0.657899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243580
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= 6
involuntary context switches= 7661

runsolver used 3.72643 second user time and 7.8778 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-15 12:45:47
IDJOB=3379496
IDBENCH=82492
IDSOLVER=1861
FILE ID=node134/3379496-1305456346
RUNJOBID= node134-1305455388-29037
PBS_JOBID= 13324884
Free space on /tmp= 73196 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379496-1305456346/watcher-3379496-1305456346 -o /tmp/evaluation-result-3379496-1305456346/solver-3379496-1305456346 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379496-1305456346.cnf

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=725057819

node134.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.831
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.831
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.67
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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9865940 kB
Buffers:        279696 kB
Cached:        6629184 kB
SwapCached:      13768 kB
Active:       13989696 kB
Inactive:      8833632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9865940 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:            8460 kB
Writeback:           0 kB
AnonPages:    15908364 kB
Mapped:          14868 kB
Slab:           138548 kB
PageTables:      59056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52674780 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= 73492 MiB
End job on node134 at 2011-05-15 13:07:02