Trace number 3372069

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) 1300.07 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3057.55
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
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-3372069-1305433708/watcher-3372069-1305433708 -o /tmp/evaluation-result-3372069-1305433708/solver-3372069-1305433708 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3372069-1305433708.cnf 

running on 2 cores: 1,3

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.08 4.10 4.63 4/364 27298
/proc/meminfo: memFree=23331008/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=8204 CPUtime=0 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 684 0 0 0 0 0 0 0 24 0 1 0 654967857 8400896 574 33554432000 4194304 4409284 140734767737744 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 2051 574 111 53 0 474 0

[startup+0.0611599 s]
/proc/loadavg: 4.08 4.10 4.63 4/364 27298
/proc/meminfo: memFree=23331008/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=15344 CPUtime=0.05 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 2478 0 0 0 5 0 0 0 24 0 1 0 654967857 15712256 2359 33554432000 4194304 4409284 140734767737744 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 3836 2359 111 53 0 2259 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15344

[startup+0.101154 s]
/proc/loadavg: 4.08 4.10 4.63 4/364 27298
/proc/meminfo: memFree=23331008/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=19952 CPUtime=0.09 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 3630 0 0 0 9 0 0 0 24 0 1 0 654967857 20430848 3511 33554432000 4194304 4409284 140734767737744 18446744073709551615 239476694784 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 4988 3511 111 53 0 3411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19952

[startup+0.301122 s]
/proc/loadavg: 4.08 4.10 4.63 4/364 27298
/proc/meminfo: memFree=23331008/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=27992 CPUtime=0.29 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 9314 0 0 0 28 1 0 0 25 0 1 0 654967857 28663808 5533 33554432000 4194304 4409284 140734767737744 18446744073709551615 4277332 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 6998 5533 123 53 0 5421 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27992

[startup+0.70104 s]
/proc/loadavg: 4.08 4.10 4.63 4/364 27298
/proc/meminfo: memFree=23331008/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=37564 CPUtime=0.69 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 13800 0 0 0 68 1 0 0 25 0 1 0 654967857 38465536 7900 33554432000 4194304 4409284 140734767737744 18446744073709551615 4278133 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 9391 7900 129 53 0 7814 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37564

[startup+1.5009 s]
/proc/loadavg: 4.08 4.10 4.63 5/365 27299
/proc/meminfo: memFree=23299388/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=45756 CPUtime=1.48 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 15849 0 0 0 147 1 0 0 25 0 1 0 654967857 46854144 9949 33554432000 4194304 4409284 140734767737744 18446744073709551615 4259229 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 11439 9949 130 53 0 9862 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 45756

[startup+3.10058 s]
/proc/loadavg: 4.08 4.10 4.63 5/365 27299
/proc/meminfo: memFree=23290460/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=46204 CPUtime=3.09 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 22536 0 0 0 307 2 0 0 25 0 1 0 654967857 47312896 10066 33554432000 4194304 4409284 140734767737744 18446744073709551615 4210255 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 11551 10066 135 53 0 9974 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46204

[startup+6.30096 s]
/proc/loadavg: 4.07 4.10 4.62 5/365 27299
/proc/meminfo: memFree=23280544/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=55760 CPUtime=6.28 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 24932 0 0 0 626 2 0 0 25 0 1 0 654967857 57098240 12462 33554432000 4194304 4409284 140734767737744 18446744073709551615 4267469 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 13940 12462 136 53 0 12363 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55760

[startup+12.7007 s]
/proc/loadavg: 4.07 4.10 4.62 5/365 27299
/proc/meminfo: memFree=23292468/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=33036 CPUtime=12.69 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 31082 0 0 0 1265 4 0 0 25 0 1 0 654967857 33828864 6818 33554432000 4194304 4409284 140734767737744 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 8259 6818 141 53 0 6682 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33036

[startup+25.5003 s]
/proc/loadavg: 4.05 4.09 4.61 5/362 27303
/proc/meminfo: memFree=23522324/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=34676 CPUtime=25.49 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 31846 0 0 0 2531 18 0 0 25 0 1 0 654967857 35508224 7196 33554432000 4194304 4409284 140734767737744 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 8669 7196 141 53 0 7092 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34676

[startup+51.1004 s]
/proc/loadavg: 4.03 4.08 4.59 5/365 27382
/proc/meminfo: memFree=23570172/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=37112 CPUtime=51.09 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 32797 0 0 0 5075 34 0 0 25 0 1 0 654967857 38002688 7805 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358379 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 9278 7805 141 53 0 7701 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37112

[startup+102.314 s]
/proc/loadavg: 4.14 4.10 4.57 5/365 27410
/proc/meminfo: memFree=23547856/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=43844 CPUtime=102.3 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 34527 0 0 0 10161 69 0 0 25 0 1 0 654967857 44896256 9488 33554432000 4194304 4409284 140734767737744 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 10961 9488 141 53 0 9384 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 43844

[startup+162.301 s]
/proc/loadavg: 4.25 4.14 4.55 5/365 27411
/proc/meminfo: memFree=23474984/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=51304 CPUtime=162.3 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 41750 0 0 0 16118 112 0 0 25 0 1 0 654967857 52535296 11353 33554432000 4194304 4409284 140734767737744 18446744073709551615 4359918 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 12826 11353 141 53 0 11249 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 51304

[startup+222.301 s]
/proc/loadavg: 4.09 4.11 4.52 5/365 27413
/proc/meminfo: memFree=23235932/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=63940 CPUtime=222.3 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 49271 0 0 0 22081 149 0 0 25 0 1 0 654967857 65474560 14010 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358613 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 15985 14010 141 53 0 14408 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 63940

[startup+282.301 s]
/proc/loadavg: 3.64 3.99 4.45 4/359 27432
/proc/meminfo: memFree=23261812/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=84448 CPUtime=282.3 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 63474 0 0 0 28039 191 0 0 25 0 1 0 654967857 86474752 19639 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358426 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 21112 19639 141 53 0 19535 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 84448

[startup+342.301 s]
/proc/loadavg: 3.30 3.82 4.36 4/359 27433
/proc/meminfo: memFree=23010484/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=68876 CPUtime=342.31 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 78475 0 0 0 33996 235 0 0 25 0 1 0 654967857 70529024 15746 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 17219 15746 141 53 0 15642 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 68876

[startup+402.301 s]
/proc/loadavg: 3.11 3.67 4.27 4/359 27435
/proc/meminfo: memFree=23341900/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=76052 CPUtime=402.3 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 91099 0 0 0 39956 274 0 0 25 0 1 0 654967857 77877248 17540 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358325 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 19013 17540 141 53 0 17436 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 76052

[startup+462.301 s]
/proc/loadavg: 3.12 3.56 4.19 4/359 27436
/proc/meminfo: memFree=23147104/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=66068 CPUtime=462.31 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 103518 0 0 0 45912 319 0 0 25 0 1 0 654967857 67653632 15044 33554432000 4194304 4409284 140734767737744 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 16517 15044 141 53 0 14940 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 66068

[startup+522.301 s]
/proc/loadavg: 3.04 3.46 4.12 4/359 27438
/proc/meminfo: memFree=23212828/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=83924 CPUtime=522.31 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 115038 0 0 0 51872 359 0 0 25 0 1 0 654967857 85938176 19508 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358442 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 20981 19508 141 53 0 19404 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 83924

[startup+582.301 s]
/proc/loadavg: 3.01 3.37 4.04 4/359 27440
/proc/meminfo: memFree=23127276/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=66420 CPUtime=582.31 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 125330 0 0 0 57835 396 0 0 25 0 1 0 654967857 68014080 15132 33554432000 4194304 4409284 140734767737744 18446744073709551615 4359866 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 16605 15132 141 53 0 15028 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 66420

[startup+642.301 s]
/proc/loadavg: 3.00 3.30 3.98 4/359 27441
/proc/meminfo: memFree=23339916/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=102428 CPUtime=642.32 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 149903 0 0 0 63787 445 0 0 25 0 1 0 654967857 104886272 24134 33554432000 4194304 4409284 140734767737744 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 25607 24134 141 53 0 24030 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 102428

[startup+702.301 s]
/proc/loadavg: 3.03 3.26 3.92 5/359 27443
/proc/meminfo: memFree=23031260/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=129180 CPUtime=702.32 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 165856 0 0 0 69753 479 0 0 25 0 1 0 654967857 132280320 30822 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 32295 30822 141 53 0 30718 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 129180

[startup+762.313 s]
/proc/loadavg: 3.01 3.21 3.86 4/359 27445
/proc/meminfo: memFree=22948664/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=104624 CPUtime=762.33 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 185288 0 0 0 75732 501 0 0 25 0 1 0 654967857 107134976 24714 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 26156 24714 141 53 0 24579 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 104624

[startup+822.301 s]
/proc/loadavg: 3.00 3.17 3.80 4/359 27446
/proc/meminfo: memFree=23132552/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=131460 CPUtime=822.33 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 191998 0 0 0 81712 521 0 0 25 0 1 0 654967857 134615040 31424 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358325 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 32865 31424 141 53 0 31288 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 131460

[startup+882.301 s]
/proc/loadavg: 3.04 3.15 3.75 4/359 27448
/proc/meminfo: memFree=22622408/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=118944 CPUtime=882.32 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 206672 0 0 0 87688 544 0 0 25 0 1 0 654967857 121798656 27715 33554432000 4194304 4409284 140734767737744 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 29736 27715 141 53 0 28159 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 118944

[startup+942.301 s]
/proc/loadavg: 3.01 3.12 3.70 4/359 27449
/proc/meminfo: memFree=22411604/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=159988 CPUtime=942.33 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 221977 0 0 0 93669 564 0 0 25 0 1 0 654967857 163827712 38353 33554432000 4194304 4409284 140734767737744 18446744073709551615 4259291 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 39997 38353 141 53 0 38420 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 159988

[startup+1002.3 s]
/proc/loadavg: 2.89 3.08 3.65 3/353 27469
/proc/meminfo: memFree=23798824/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=178500 CPUtime=1002.33 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 248576 0 0 0 99648 585 0 0 25 0 1 0 654967857 182784000 43153 33554432000 4194304 4409284 140734767737744 18446744073709551615 4359871 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 44625 43153 141 53 0 43048 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 178500

[startup+1062.3 s]
/proc/loadavg: 1.84 2.75 3.50 2/347 27488
/proc/meminfo: memFree=24472116/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=227056 CPUtime=1062.33 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 260715 0 0 0 105629 604 0 0 25 0 1 0 654967857 232505344 55292 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 56764 55292 141 53 0 55187 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 227056

[startup+1122.3 s]
/proc/loadavg: 1.31 2.43 3.34 2/347 27490
/proc/meminfo: memFree=24540176/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=162020 CPUtime=1122.33 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 273258 0 0 0 111605 628 0 0 25 0 1 0 654967857 165908480 38279 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358560 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 40505 38279 141 53 0 38928 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 162020

[startup+1182.3 s]
/proc/loadavg: 1.11 2.17 3.19 2/347 27492
/proc/meminfo: memFree=24476292/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=224332 CPUtime=1182.34 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 294682 0 0 0 117576 658 0 0 25 0 1 0 654967857 229715968 54225 33554432000 4194304 4409284 140734767737744 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 56083 54225 141 53 0 54506 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 224332

[startup+1242.3 s]
/proc/loadavg: 1.04 1.95 3.05 2/347 27493
/proc/meminfo: memFree=24497224/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=235548 CPUtime=1242.34 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 319459 0 0 0 123558 676 0 0 25 0 1 0 654967857 241201152 57050 33554432000 4194304 4409284 140734767737744 18446744073709551615 4358418 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 58887 57050 141 53 0 57310 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 235548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.78 2.92 2/347 27495
/proc/meminfo: memFree=24464336/32950928 swapFree=67056568/67111528
[pid=27298] ppid=27296 vsize=235548 CPUtime=1300.06 cores=1,3
/proc/27298/stat : 27298 (lingeling) R 27296 27298 26891 0 -1 4202496 319459 0 0 0 129315 691 0 0 25 0 1 0 654967857 241201152 57050 33554432000 4194304 4409284 140734767737744 18446744073709551615 239476719511 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/27298/statm: 58887 57050 141 53 0 57310 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 235548

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): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1293.15
CPU system time (s): 6.92095
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 235548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1293.15
system time used= 6.92095
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319459
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= 4
involuntary context switches= 16301

runsolver used 4.31034 second user time and 10.4474 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 06:28:28
IDJOB=3372069
IDBENCH=82468
IDSOLVER=1849
FILE ID=node148/3372069-1305433708
RUNJOBID= node148-1305432094-26911
PBS_JOBID= 13324625
Free space on /tmp= 72596 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372069-1305433708/watcher-3372069-1305433708 -o /tmp/evaluation-result-3372069-1305433708/solver-3372069-1305433708 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3372069-1305433708.cnf

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=1082810307

node148.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.854
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.70
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.854
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.854
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.854
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.75
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.854
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.82
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23331164 kB
Buffers:        324452 kB
Cached:        4944892 kB
SwapCached:       8488 kB
Active:        6046020 kB
Inactive:      3222152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23331164 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          205828 kB
Writeback:           0 kB
AnonPages:     3996712 kB
Mapped:          27932 kB
Slab:           253660 kB
PageTables:      31612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85779152 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= 72892 MiB
End job on node148 at 2011-05-15 06:50:10