Trace number 3372628

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)? (TO) 5000.05 4999.92

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2052.83
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3372628-1305423357/watcher-3372628-1305423357 -o /tmp/evaluation-result-3372628-1305423357/solver-3372628-1305423357 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372628-1305423357.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.94 1.63 1.65 2/364 9323
/proc/meminfo: memFree=30241452/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=7668 CPUtime=0 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 530 0 0 0 0 0 0 0 25 0 1 0 634752033 7852032 440 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039655168 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 1917 440 111 53 0 340 0

[startup+0.0478499 s]
/proc/loadavg: 1.94 1.63 1.65 2/364 9323
/proc/meminfo: memFree=30241452/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=13628 CPUtime=0.04 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1988 0 0 0 4 0 0 0 25 0 1 0 634752033 13955072 1898 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039655168 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 3407 1898 111 53 0 1830 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13628

[startup+0.100831 s]
/proc/loadavg: 1.94 1.63 1.65 2/364 9323
/proc/meminfo: memFree=30241452/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=20284 CPUtime=0.09 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 3668 0 0 0 9 0 0 0 25 0 1 0 634752033 20770816 3578 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039655168 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 5071 3578 111 53 0 3494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20284

[startup+0.300796 s]
/proc/loadavg: 1.94 1.63 1.65 2/364 9323
/proc/meminfo: memFree=30241452/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=37900 CPUtime=0.29 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 9116 0 0 0 28 1 0 0 25 0 1 0 634752033 38809600 8005 33554432000 4194304 4409284 140734729304640 18446744073709551615 4259624 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 9475 8005 118 53 0 7898 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37900

[startup+0.700727 s]
/proc/loadavg: 1.94 1.63 1.65 2/364 9323
/proc/meminfo: memFree=30241452/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=38456 CPUtime=0.69 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 14433 0 0 0 67 2 0 0 25 0 1 0 634752033 39378944 8149 33554432000 4194304 4409284 140734729304640 18446744073709551615 4264781 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 9614 8149 127 53 0 8037 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38456

[startup+1.50059 s]
/proc/loadavg: 1.94 1.63 1.65 3/365 9324
/proc/meminfo: memFree=30198300/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=49016 CPUtime=1.49 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 17048 0 0 0 147 2 0 0 25 0 1 0 634752033 50192384 10764 33554432000 4194304 4409284 140734729304640 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 12254 10764 130 53 0 10677 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49016

[startup+3.1003 s]
/proc/loadavg: 1.94 1.63 1.65 3/365 9324
/proc/meminfo: memFree=30197432/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=49224 CPUtime=3.09 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 24134 0 0 0 305 4 0 0 25 0 1 0 634752033 50405376 10822 33554432000 4194304 4409284 140734729304640 18446744073709551615 4324307 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 12306 10822 136 53 0 10729 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49224

[startup+6.30075 s]
/proc/loadavg: 2.10 1.67 1.66 3/365 9324
/proc/meminfo: memFree=30172864/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=72956 CPUtime=6.29 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 30073 0 0 0 625 4 0 0 25 0 1 0 634752033 74706944 16761 33554432000 4194304 4409284 140734729304640 18446744073709551615 4328428 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 18239 16761 136 53 0 16662 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72956

[startup+12.7006 s]
/proc/loadavg: 2.09 1.67 1.66 3/365 9352
/proc/meminfo: memFree=30126668/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=72956 CPUtime=12.69 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 30073 0 0 0 1265 4 0 0 25 0 1 0 634752033 74706944 16761 33554432000 4194304 4409284 140734729304640 18446744073709551615 4250776 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 18239 16761 136 53 0 16662 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72956

[startup+25.5003 s]
/proc/loadavg: 2.07 1.69 1.67 3/365 9352
/proc/meminfo: memFree=30142288/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=56000 CPUtime=25.49 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 30114 0 0 0 2541 8 0 0 25 0 1 0 634752033 57344000 12527 33554432000 4194304 4409284 140734729304640 18446744073709551615 4246287 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 14000 12527 141 53 0 12423 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56000

[startup+51.1007 s]
/proc/loadavg: 2.05 1.71 1.67 3/365 9353
/proc/meminfo: memFree=30142164/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=55992 CPUtime=51.09 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 30181 0 0 0 5088 21 0 0 25 0 1 0 634752033 57335808 12525 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 13998 12525 141 53 0 12421 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55992

[startup+102.314 s]
/proc/loadavg: 2.02 1.75 1.69 3/365 9354
/proc/meminfo: memFree=30136112/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=60452 CPUtime=102.31 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 31398 0 0 0 10127 104 0 0 25 0 1 0 634752033 61902848 13640 33554432000 4194304 4409284 140734729304640 18446744073709551615 4229681 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 15113 13640 141 53 0 13536 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 60452

[startup+162.301 s]
/proc/loadavg: 2.08 1.81 1.71 3/365 9356
/proc/meminfo: memFree=30132580/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=60712 CPUtime=162.3 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 39734 0 0 0 16033 197 0 0 25 0 1 0 634752033 62169088 13705 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 15178 13705 141 53 0 13601 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 60712

[startup+222.3 s]
/proc/loadavg: 2.03 1.84 1.73 3/365 9357
/proc/meminfo: memFree=30105856/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=90544 CPUtime=222.3 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 52510 0 0 0 21947 283 0 0 25 0 1 0 634752033 92717056 20418 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 22636 20418 141 53 0 21059 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 90544

[startup+282.3 s]
/proc/loadavg: 2.01 1.87 1.74 3/365 9359
/proc/meminfo: memFree=30134324/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=72796 CPUtime=282.3 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 65723 0 0 0 27877 353 0 0 25 0 1 0 634752033 74543104 16217 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 18199 16217 141 53 0 16622 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 72796

[startup+342.301 s]
/proc/loadavg: 2.00 1.89 1.75 3/365 9387
/proc/meminfo: memFree=30142808/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=102916 CPUtime=342.3 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 83880 0 0 0 33785 445 0 0 25 0 1 0 634752033 105385984 24256 33554432000 4194304 4409284 140734729304640 18446744073709551615 4358776 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 25729 24256 141 53 0 24152 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 102916

[startup+402.301 s]
/proc/loadavg: 2.00 1.91 1.76 3/365 9389
/proc/meminfo: memFree=30120236/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=103296 CPUtime=402.3 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 99351 0 0 0 39732 498 0 0 25 0 1 0 634752033 105775104 24351 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 25824 24351 141 53 0 24247 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 103296

[startup+462.3 s]
/proc/loadavg: 2.00 1.92 1.78 3/365 9391
/proc/meminfo: memFree=30118816/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=110892 CPUtime=462.3 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 119915 0 0 0 45678 552 0 0 25 0 1 0 634752033 113553408 26250 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 27723 26250 141 53 0 26146 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 110892

[startup+522.301 s]
/proc/loadavg: 2.15 1.97 1.80 3/365 9392
/proc/meminfo: memFree=30100144/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=111948 CPUtime=522.31 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 132652 0 0 0 51631 600 0 0 25 0 1 0 634752033 114634752 26514 33554432000 4194304 4409284 140734729304640 18446744073709551615 4296776 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 27987 26514 141 53 0 26410 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 111948

[startup+582.301 s]
/proc/loadavg: 2.12 1.99 1.81 3/365 9394
/proc/meminfo: memFree=30117076/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=104364 CPUtime=582.3 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 134937 0 0 0 57578 652 0 0 25 0 1 0 634752033 106868736 24618 33554432000 4194304 4409284 140734729304640 18446744073709551615 4359855 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/9323/statm: 26091 24618 141 53 0 24514 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 104364

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.03 2.03 2.02 3/365 16027
/proc/meminfo: memFree=29459428/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=279820 CPUtime=4002.4 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1206327 0 0 0 397054 3186 0 0 25 0 1 0 634752033 286535680 68482 33554432000 4194304 4409284 140734729304640 18446744073709551615 4358583 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 69955 68482 141 53 0 68378 0
Current children cumulated CPU time (s) 4002.4
Current children cumulated vsize (KiB) 279820

[startup+4062.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/365 16029
/proc/meminfo: memFree=29466936/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=271456 CPUtime=4062.4 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1222848 0 0 0 403024 3216 0 0 25 0 1 0 634752033 277970944 66391 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 67864 66391 141 53 0 66287 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 271456

[startup+4122.3 s]
/proc/loadavg: 2.05 2.03 2.02 3/365 16030
/proc/meminfo: memFree=29464268/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=273944 CPUtime=4122.4 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1242350 0 0 0 408993 3247 0 0 25 0 1 0 634752033 280518656 67013 33554432000 4194304 4409284 140734729304640 18446744073709551615 4358677 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 68486 67013 141 53 0 66909 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 273944

[startup+4182.31 s]
/proc/loadavg: 2.02 2.02 2.01 3/365 16032
/proc/meminfo: memFree=29482440/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=255756 CPUtime=4182.41 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1255410 0 0 0 414964 3277 0 0 25 0 1 0 634752033 261894144 62466 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 63939 62466 141 53 0 62362 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 255756

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/365 16033
/proc/meminfo: memFree=29500720/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=237644 CPUtime=4242.39 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1262125 0 0 0 420934 3305 0 0 25 0 1 0 634752033 243347456 57938 33554432000 4194304 4409284 140734729304640 18446744073709551615 4358673 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 59411 57938 141 53 0 57834 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 237644

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/365 16035
/proc/meminfo: memFree=29493840/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=239260 CPUtime=4302.4 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1275993 0 0 0 426906 3334 0 0 25 0 1 0 634752033 245002240 58342 33554432000 4194304 4409284 140734729304640 18446744073709551615 4359731 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 59815 58342 141 53 0 58238 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 239260

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/365 16037
/proc/meminfo: memFree=29390364/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=184776 CPUtime=4362.4 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1294337 0 0 0 432855 3385 0 0 25 0 1 0 634752033 189210624 44721 33554432000 4194304 4409284 140734729304640 18446744073709551615 4358516 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 46194 44721 141 53 0 44617 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 184776

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/365 16038
/proc/meminfo: memFree=29420188/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=155624 CPUtime=4422.4 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1320035 0 0 0 438800 3440 0 0 25 0 1 0 634752033 159358976 37433 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 38906 37433 141 53 0 37329 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 155624

[startup+4482.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/365 16040
/proc/meminfo: memFree=29402892/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=172756 CPUtime=4482.4 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1342785 0 0 0 444770 3470 0 0 25 0 1 0 634752033 176902144 41716 33554432000 4194304 4409284 140734729304640 18446744073709551615 4360192 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 43189 41716 141 53 0 41612 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 172756

[startup+4542.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/365 16041
/proc/meminfo: memFree=29386224/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=189380 CPUtime=4542.4 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1366084 0 0 0 450722 3518 0 0 25 0 1 0 634752033 193925120 45872 33554432000 4194304 4409284 140734729304640 18446744073709551615 4358347 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 47345 45872 141 53 0 45768 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 189380

[startup+4602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/365 16043
/proc/meminfo: memFree=29390128/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=176200 CPUtime=4602.41 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1394689 0 0 0 456682 3559 0 0 25 0 1 0 634752033 180428800 42577 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 44050 42577 141 53 0 42473 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 176200

[startup+4662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/365 16045
/proc/meminfo: memFree=29373204/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=192824 CPUtime=4662.41 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1421405 0 0 0 462613 3628 0 0 25 0 1 0 634752033 197451776 46733 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 48206 46733 141 53 0 46629 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 192824

[startup+4722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/365 16046
/proc/meminfo: memFree=29393356/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=172836 CPUtime=4722.42 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1448251 0 0 0 468557 3685 0 0 25 0 1 0 634752033 176984064 41736 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 43209 41736 141 53 0 41632 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 172836

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/365 16048
/proc/meminfo: memFree=29399872/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=167212 CPUtime=4782.42 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1460319 0 0 0 474527 3715 0 0 25 0 1 0 634752033 171225088 40330 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 41803 40330 141 53 0 40226 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 167212

[startup+4842.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/365 16049
/proc/meminfo: memFree=29382948/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=144768 CPUtime=4842.42 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1475676 0 0 0 480481 3761 0 0 25 0 1 0 634752033 148242432 34719 33554432000 4194304 4409284 140734729304640 18446744073709551615 4358850 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 36192 34719 141 53 0 34615 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 144768

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/365 16051
/proc/meminfo: memFree=29241768/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=153740 CPUtime=4902.41 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1493578 0 0 0 486446 3795 0 0 25 0 1 0 634752033 157429760 36962 33554432000 4194304 4409284 140734729304640 18446744073709551615 4358557 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 38435 36962 141 53 0 36858 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 153740

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/365 16053
/proc/meminfo: memFree=29225716/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=169624 CPUtime=4962.42 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1517827 0 0 0 492420 3822 0 0 25 0 1 0 634752033 173694976 40933 33554432000 4194304 4409284 140734729304640 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 42406 40933 141 53 0 40829 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 169624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.15 2.03 2.01 3/365 16054
/proc/meminfo: memFree=29225796/32951124 swapFree=51873460/67111528
[pid=9323] ppid=9321 vsize=169452 CPUtime=5000.02 cores=1,3,5,7
/proc/9323/stat : 9323 (lingeling) R 9321 9323 8955 0 -1 4202496 1531831 0 0 0 496143 3859 0 0 25 0 1 0 634752033 173518848 40890 33554432000 4194304 4409284 140734729304640 18446744073709551615 212039679895 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/9323/statm: 42363 40890 141 53 0 40786 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 169452

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.05
CPU user time (s): 4961.44
CPU system time (s): 38.6041
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 286188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4961.44
system time used= 38.6041
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1531831
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= 23114

runsolver used 17.0654 second user time and 41.2007 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 03:35:58
IDJOB=3372628
IDBENCH=82493
IDSOLVER=1850
FILE ID=node146/3372628-1305423357
RUNJOBID= node146-1305423109-8974
PBS_JOBID= 13324589
Free space on /tmp= 73256 MiB

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

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=1643852586

node146.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.830
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.830
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.830
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:      30241732 kB
Buffers:         77152 kB
Cached:         135356 kB
SwapCached:      56116 kB
Active:         776548 kB
Inactive:      1711508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30241732 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           10144 kB
Writeback:           0 kB
AnonPages:     2225952 kB
Mapped:          17700 kB
Slab:            96252 kB
PageTables:      59140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81808576 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= 73320 MiB
End job on node146 at 2011-05-15 04:59:20