Trace number 3372571

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
Lingeling 587f (fixed)UNSAT 2915.6 2915.56

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.529
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2915.53/2915.55	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-3372571-1305422988/watcher-3372571-1305422988 -o /tmp/evaluation-result-3372571-1305422988/solver-3372571-1305422988 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372571-1305422988.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.97 3.83 6.11 2/385 30445
/proc/meminfo: memFree=26850376/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=8300 CPUtime=0.01 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 697 0 0 0 1 0 0 0 25 0 1 0 653897553 8499200 598 33554432000 4194304 4409284 140735564701808 18446744073709551615 251814240000 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 2075 598 111 53 0 498 0

[startup+0.084968 s]
/proc/loadavg: 1.97 3.83 6.11 2/385 30445
/proc/meminfo: memFree=26850376/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=16708 CPUtime=0.07 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 3707 0 0 0 7 0 0 0 25 0 1 0 653897553 17108992 2681 33554432000 4194304 4409284 140735564701808 18446744073709551615 4281278 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 4177 2681 124 53 0 2600 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16708

[startup+0.100961 s]
/proc/loadavg: 1.97 3.83 6.11 2/385 30445
/proc/meminfo: memFree=26850376/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=16708 CPUtime=0.09 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 3707 0 0 0 9 0 0 0 25 0 1 0 653897553 17108992 2681 33554432000 4194304 4409284 140735564701808 18446744073709551615 4280206 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 4177 2681 124 53 0 2600 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16708

[startup+0.300931 s]
/proc/loadavg: 1.97 3.83 6.11 2/385 30445
/proc/meminfo: memFree=26850376/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=16788 CPUtime=0.29 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 5106 0 0 0 29 0 0 0 25 0 1 0 653897553 17190912 2705 33554432000 4194304 4409284 140735564701808 18446744073709551615 4278547 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 4197 2705 128 53 0 2620 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16788

[startup+0.700862 s]
/proc/loadavg: 1.97 3.83 6.11 2/385 30445
/proc/meminfo: memFree=26850376/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=16784 CPUtime=0.69 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 5106 0 0 0 69 0 0 0 25 0 1 0 653897553 17186816 2704 33554432000 4194304 4409284 140735564701808 18446744073709551615 4285499 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 4196 2704 128 53 0 2619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16784

[startup+1.50073 s]
/proc/loadavg: 1.97 3.83 6.11 3/386 30446
/proc/meminfo: memFree=26839588/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=16892 CPUtime=1.49 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 5726 0 0 0 149 0 0 0 25 0 1 0 653897553 17297408 2767 33554432000 4194304 4409284 140735564701808 18446744073709551615 4311129 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 4223 2767 132 53 0 2646 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16892

[startup+3.10046 s]
/proc/loadavg: 1.97 3.83 6.11 3/386 30446
/proc/meminfo: memFree=26836984/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=23544 CPUtime=3.09 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 7881 0 0 0 309 0 0 0 25 0 1 0 653897553 24109056 4408 33554432000 4194304 4409284 140735564701808 18446744073709551615 4246157 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 5886 4408 135 53 0 4309 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23544

[startup+6.30092 s]
/proc/loadavg: 1.97 3.80 6.08 3/386 30446
/proc/meminfo: memFree=26835980/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=19368 CPUtime=6.29 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 7897 0 0 0 626 3 0 0 25 0 1 0 653897553 19832832 3370 33554432000 4194304 4409284 140735564701808 18446744073709551615 4347428 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 4842 3370 141 53 0 3265 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19368

[startup+12.7008 s]
/proc/loadavg: 1.97 3.77 6.06 3/386 30446
/proc/meminfo: memFree=26832596/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=22420 CPUtime=12.69 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 12582 0 0 0 1257 12 0 0 25 0 1 0 653897553 22958080 4133 33554432000 4194304 4409284 140735564701808 18446744073709551615 4244820 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 5605 4133 141 53 0 4028 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22420

[startup+25.5007 s]
/proc/loadavg: 1.98 3.68 6.00 3/386 30446
/proc/meminfo: memFree=26821152/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=28116 CPUtime=25.49 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 22255 0 0 0 2524 25 0 0 25 0 1 0 653897553 28790784 5557 33554432000 4194304 4409284 140735564701808 18446744073709551615 4350999 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 7029 5557 141 53 0 5452 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28116

[startup+51.1004 s]
/proc/loadavg: 1.98 3.55 5.89 3/386 30447
/proc/meminfo: memFree=26793956/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=50508 CPUtime=51.09 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 53568 0 0 0 5060 49 0 0 25 0 1 0 653897553 51720192 11155 33554432000 4194304 4409284 140735564701808 18446744073709551615 4302208 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 12627 11155 141 53 0 11050 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50508

[startup+102.314 s]
/proc/loadavg: 2.09 3.34 5.69 3/386 30448
/proc/meminfo: memFree=26734424/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=109948 CPUtime=102.3 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 74960 0 0 0 10140 90 0 0 25 0 1 0 653897553 112586752 26015 33554432000 4194304 4409284 140735564701808 18446744073709551615 4359918 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 27487 26015 141 53 0 25910 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109948

[startup+162.301 s]
/proc/loadavg: 2.03 3.09 5.46 3/386 30450
/proc/meminfo: memFree=26775180/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=71180 CPUtime=162.3 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 161800 0 0 0 16092 138 0 0 25 0 1 0 653897553 72888320 16323 33554432000 4194304 4409284 140735564701808 18446744073709551615 4351694 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 17795 16323 141 53 0 16218 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 71180

[startup+222.301 s]
/proc/loadavg: 2.01 2.89 5.24 3/386 30451
/proc/meminfo: memFree=26755932/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=88812 CPUtime=222.29 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 196753 0 0 0 22046 183 0 0 25 0 1 0 653897553 90943488 20731 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358334 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 22203 20731 141 53 0 20626 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 88812

[startup+282.301 s]
/proc/loadavg: 2.00 2.72 5.03 3/386 30453
/proc/meminfo: memFree=26771772/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=72060 CPUtime=282.29 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 242892 0 0 0 27998 231 0 0 25 0 1 0 653897553 73789440 16569 33554432000 4194304 4409284 140735564701808 18446744073709551615 251814264727 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 18015 16569 141 53 0 16438 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 72060

[startup+342.301 s]
/proc/loadavg: 2.00 2.59 4.84 3/386 30455
/proc/meminfo: memFree=26739504/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=104432 CPUtime=342.29 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 286369 0 0 0 33953 276 0 0 25 0 1 0 653897553 106938368 24636 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358191 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 26108 24636 141 53 0 24531 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 104432

[startup+402.3 s]
/proc/loadavg: 2.00 2.48 4.66 3/386 30456
/proc/meminfo: memFree=26703780/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=140756 CPUtime=402.29 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 316167 0 0 0 39908 321 0 0 25 0 1 0 653897553 144134144 33717 33554432000 4194304 4409284 140735564701808 18446744073709551615 4360261 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 35189 33717 141 53 0 33612 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 140756

[startup+462.3 s]
/proc/loadavg: 2.00 2.39 4.49 3/386 30458
/proc/meminfo: memFree=26696440/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=148400 CPUtime=462.3 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 327136 0 0 0 45870 360 0 0 25 0 1 0 653897553 151961600 35628 33554432000 4194304 4409284 140735564701808 18446744073709551615 4258701 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 37100 35628 141 53 0 35523 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 148400

[startup+522.3 s]
/proc/loadavg: 2.00 2.32 4.33 3/386 30459
/proc/meminfo: memFree=26680540/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=164784 CPUtime=522.3 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 331237 0 0 0 51841 389 0 0 25 0 1 0 653897553 168738816 39724 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 41196 39724 141 53 0 39619 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 164784

[startup+582.3 s]
/proc/loadavg: 2.00 2.26 4.18 3/386 30461
/proc/meminfo: memFree=26695504/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=148416 CPUtime=582.3 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 335338 0 0 0 57802 428 0 0 25 0 1 0 653897553 151977984 35632 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358379 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 37104 35632 141 53 0 35527 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 148416

[startup+642.3 s]

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

/proc/meminfo: memFree=26640416/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=201496 CPUtime=2262.32 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 520158 0 0 0 225185 1047 0 0 25 0 1 0 653897553 206331904 48902 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358646 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 50374 48902 141 53 0 48797 0
Current children cumulated CPU time (s) 2262.32
Current children cumulated vsize (KiB) 201496

[startup+2322.31 s]
/proc/loadavg: 2.00 2.01 2.32 3/386 31019
/proc/meminfo: memFree=26610504/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=247484 CPUtime=2322.33 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 531655 0 0 0 231175 1058 0 0 25 0 1 0 653897553 253423616 60399 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 61871 60399 141 53 0 60294 0
Current children cumulated CPU time (s) 2322.33
Current children cumulated vsize (KiB) 247484

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.30 3/386 31021
/proc/meminfo: memFree=26610616/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=247484 CPUtime=2382.32 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 531655 0 0 0 237162 1070 0 0 25 0 1 0 653897553 253423616 60399 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 61871 60399 141 53 0 60294 0
Current children cumulated CPU time (s) 2382.32
Current children cumulated vsize (KiB) 247484

[startup+2442.3 s]
/proc/loadavg: 2.06 2.02 2.28 3/386 31023
/proc/meminfo: memFree=26627952/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=233784 CPUtime=2442.32 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 541448 0 0 0 243143 1089 0 0 25 0 1 0 653897553 239394816 56974 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 58446 56974 141 53 0 56869 0
Current children cumulated CPU time (s) 2442.32
Current children cumulated vsize (KiB) 233784

[startup+2502.3 s]
/proc/loadavg: 2.02 2.01 2.26 3/386 31024
/proc/meminfo: memFree=26615412/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=238616 CPUtime=2502.32 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 543644 0 0 0 249133 1099 0 0 25 0 1 0 653897553 244342784 58182 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358627 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 59654 58182 141 53 0 58077 0
Current children cumulated CPU time (s) 2502.32
Current children cumulated vsize (KiB) 238616

[startup+2562.3 s]
/proc/loadavg: 2.01 2.00 2.24 3/386 31026
/proc/meminfo: memFree=26641564/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=226912 CPUtime=2562.33 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 552872 0 0 0 255122 1111 0 0 25 0 1 0 653897553 232357888 55256 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358325 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 56728 55256 141 53 0 55151 0
Current children cumulated CPU time (s) 2562.33
Current children cumulated vsize (KiB) 226912

[startup+2622.3 s]
/proc/loadavg: 2.00 2.00 2.23 3/386 31027
/proc/meminfo: memFree=26599636/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=259680 CPUtime=2622.33 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 561064 0 0 0 261113 1120 0 0 25 0 1 0 653897553 265912320 63448 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 64920 63448 141 53 0 63343 0
Current children cumulated CPU time (s) 2622.33
Current children cumulated vsize (KiB) 259680

[startup+2682.3 s]
/proc/loadavg: 2.04 2.01 2.21 3/386 31029
/proc/meminfo: memFree=26601844/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=229496 CPUtime=2682.33 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 563176 0 0 0 267100 1133 0 0 25 0 1 0 653897553 235003904 55902 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358386 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 57374 55902 141 53 0 55797 0
Current children cumulated CPU time (s) 2682.33
Current children cumulated vsize (KiB) 229496

[startup+2742.3 s]
/proc/loadavg: 2.06 2.02 2.20 3/386 31031
/proc/meminfo: memFree=26607276/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=237944 CPUtime=2742.33 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 565288 0 0 0 273089 1144 0 0 25 0 1 0 653897553 243654656 58014 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 59486 58014 141 53 0 57909 0
Current children cumulated CPU time (s) 2742.33
Current children cumulated vsize (KiB) 237944

[startup+2802.3 s]
/proc/loadavg: 2.02 2.02 2.18 3/386 31032
/proc/meminfo: memFree=26532372/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=254840 CPUtime=2802.33 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 569512 0 0 0 279077 1156 0 0 25 0 1 0 653897553 260956160 62238 33554432000 4194304 4409284 140735564701808 18446744073709551615 251814264727 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 63710 62238 141 53 0 62133 0
Current children cumulated CPU time (s) 2802.33
Current children cumulated vsize (KiB) 254840

[startup+2862.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/386 31034
/proc/meminfo: memFree=26494656/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=231800 CPUtime=2862.35 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 572200 0 0 0 285065 1170 0 0 25 0 1 0 653897553 237363200 56478 33554432000 4194304 4409284 140735564701808 18446744073709551615 251814264727 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 57950 56478 141 53 0 56373 0
Current children cumulated CPU time (s) 2862.35
Current children cumulated vsize (KiB) 231800

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

[startup+2867.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/386 31034
/proc/meminfo: memFree=26494776/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=231800 CPUtime=2867.33 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 572200 0 0 0 285561 1172 0 0 25 0 1 0 653897553 237363200 56478 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358557 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 57950 56478 141 53 0 56373 0
Current children cumulated CPU time (s) 2867.33
Current children cumulated vsize (KiB) 231800

[startup+2892.9 s]
/proc/loadavg: 2.00 2.01 2.16 3/386 31035
/proc/meminfo: memFree=26517468/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=209056 CPUtime=2892.93 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 577304 0 0 0 288115 1178 0 0 25 0 1 0 653897553 214073344 50792 33554432000 4194304 4409284 140735564701808 18446744073709551615 4257024 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 52264 50792 141 53 0 50687 0
Current children cumulated CPU time (s) 2892.93
Current children cumulated vsize (KiB) 209056

[startup+2905.7 s]
/proc/loadavg: 2.00 2.01 2.16 3/386 31035
/proc/meminfo: memFree=26521060/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=205296 CPUtime=2905.74 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 579431 0 0 0 289394 1180 0 0 25 0 1 0 653897553 210223104 49852 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 51324 49852 141 53 0 49747 0
Current children cumulated CPU time (s) 2905.74
Current children cumulated vsize (KiB) 205296

[startup+2912.1 s]
/proc/loadavg: 2.00 2.01 2.16 3/386 31035
/proc/meminfo: memFree=26520436/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=205296 CPUtime=2912.13 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 579431 0 0 0 290032 1181 0 0 25 0 1 0 653897553 210223104 49852 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358356 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 51324 49852 141 53 0 49747 0
Current children cumulated CPU time (s) 2912.13
Current children cumulated vsize (KiB) 205296

[startup+2913.7 s]
/proc/loadavg: 2.00 2.01 2.16 3/386 31035
/proc/meminfo: memFree=26520312/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=205296 CPUtime=2913.73 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 579431 0 0 0 290192 1181 0 0 25 0 1 0 653897553 210223104 49852 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 51324 49852 141 53 0 49747 0
Current children cumulated CPU time (s) 2913.73
Current children cumulated vsize (KiB) 205296

[startup+2914.5 s]
/proc/loadavg: 2.00 2.01 2.16 3/386 31035
/proc/meminfo: memFree=26520188/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=205296 CPUtime=2914.53 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 579431 0 0 0 290272 1181 0 0 25 0 1 0 653897553 210223104 49852 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358609 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 51324 49852 141 53 0 49747 0
Current children cumulated CPU time (s) 2914.53
Current children cumulated vsize (KiB) 205296

[startup+2915.3 s]
/proc/loadavg: 2.00 2.01 2.16 3/386 31035
/proc/meminfo: memFree=26520188/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=205296 CPUtime=2915.33 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 579431 0 0 0 290351 1182 0 0 25 0 1 0 653897553 210223104 49852 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358673 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 51324 49852 141 53 0 49747 0
Current children cumulated CPU time (s) 2915.33
Current children cumulated vsize (KiB) 205296

[startup+2915.5 s]
/proc/loadavg: 2.00 2.01 2.16 3/386 31035
/proc/meminfo: memFree=26520188/32950928 swapFree=44388876/67111528
[pid=30445] ppid=30443 vsize=205296 CPUtime=2915.53 cores=1,3,5,7
/proc/30445/stat : 30445 (lingeling) R 30443 30445 29676 0 -1 4202496 579431 0 0 0 290371 1182 0 0 25 0 1 0 653897553 210223104 49852 33554432000 4194304 4409284 140735564701808 18446744073709551615 4358421 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30445/statm: 51324 49852 141 53 0 49747 0
Current children cumulated CPU time (s) 2915.53
Current children cumulated vsize (KiB) 205296

Child status: 20
Real time (s): 2915.56
CPU time (s): 2915.6
CPU user time (s): 2903.77
CPU system time (s): 11.8312
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 314080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2903.77
system time used= 11.8312
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 579434
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= 5
involuntary context switches= 7288

runsolver used 10.3274 second user time and 24.8642 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 03:29:49
IDJOB=3372571
IDBENCH=82466
IDSOLVER=1850
FILE ID=node126/3372571-1305422988
RUNJOBID= node126-1305422651-30174
PBS_JOBID= 13324566
Free space on /tmp= 73304 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372571-1305422988/watcher-3372571-1305422988 -o /tmp/evaluation-result-3372571-1305422988/solver-3372571-1305422988 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372571-1305422988.cnf

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=2075289807

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26850532 kB
Buffers:        267312 kB
Cached:        2528292 kB
SwapCached:      92524 kB
Active:         904908 kB
Inactive:      4941608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26850532 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:            9604 kB
Writeback:           0 kB
AnonPages:     2971508 kB
Mapped:          15844 kB
Slab:           111132 kB
PageTables:      75392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88203636 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73356 MiB
End job on node126 at 2011-05-15 04:18:24