Trace number 3310018

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2647.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3310018-1304001713/watcher-3310018-1304001713 -o /tmp/evaluation-result-3310018-1304001713/solver-3310018-1304001713 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3310018-1304001713.cnf 

running on 4 cores: 0,2,4,6

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: 2.01 2.01 1.88 2/177 18693
/proc/meminfo: memFree=18505600/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=7220 CPUtime=0 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 385 0 0 0 0 0 0 0 25 0 1 0 511768029 7393280 328 33554432000 4194304 4409164 140734853642688 18446744073709551615 254500691712 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 1805 328 111 53 0 228 0

[startup+0.0660079 s]
/proc/loadavg: 2.01 2.01 1.88 2/177 18693
/proc/meminfo: memFree=18505600/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=14900 CPUtime=0.06 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 2305 0 0 0 6 0 0 0 25 0 1 0 511768029 15257600 2248 33554432000 4194304 4409164 140734853642688 18446744073709551615 254500691712 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 3725 2248 111 53 0 2148 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14900

[startup+0.101 s]
/proc/loadavg: 2.01 2.01 1.88 2/177 18693
/proc/meminfo: memFree=18505600/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=23088 CPUtime=0.09 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 4366 0 0 0 9 0 0 0 25 0 1 0 511768029 23642112 4308 33554432000 4194304 4409164 140734853642688 18446744073709551615 4285859 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 5772 4308 124 53 0 4195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23088

[startup+0.300959 s]
/proc/loadavg: 2.01 2.01 1.88 2/177 18693
/proc/meminfo: memFree=18505600/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=23088 CPUtime=0.29 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 4371 0 0 0 29 0 0 0 25 0 1 0 511768029 23642112 4313 33554432000 4194304 4409164 140734853642688 18446744073709551615 4278538 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 5772 4313 129 53 0 4195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23088

[startup+0.700878 s]
/proc/loadavg: 2.01 2.01 1.88 2/177 18693
/proc/meminfo: memFree=18505600/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=23088 CPUtime=0.69 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 5982 0 0 0 69 0 0 0 25 0 1 0 511768029 23642112 4316 33554432000 4194304 4409164 140734853642688 18446744073709551615 4269831 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 5772 4316 132 53 0 4195 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23088

[startup+1.50072 s]
/proc/loadavg: 2.01 2.01 1.88 3/178 18694
/proc/meminfo: memFree=18485140/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=26904 CPUtime=1.49 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 6905 0 0 0 149 0 0 0 25 0 1 0 511768029 27549696 5239 33554432000 4194304 4409164 140734853642688 18446744073709551615 4340193 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 6726 5239 133 53 0 5149 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26904

[startup+3.1004 s]
/proc/loadavg: 2.01 2.01 1.88 3/178 18694
/proc/meminfo: memFree=18484768/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=26904 CPUtime=3.09 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 6907 0 0 0 309 0 0 0 25 0 1 0 511768029 27549696 5241 33554432000 4194304 4409164 140734853642688 18446744073709551615 4243001 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 6726 5241 135 53 0 5149 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26904

[startup+6.30076 s]
/proc/loadavg: 2.01 2.00 1.88 3/178 18694
/proc/meminfo: memFree=18484808/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=18712 CPUtime=6.29 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 6912 0 0 0 629 0 0 0 25 0 1 0 511768029 19161088 3198 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358311 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 4678 3198 140 53 0 3101 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18712

[startup+12.7005 s]
/proc/loadavg: 2.01 2.00 1.88 3/178 18694
/proc/meminfo: memFree=18490644/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=20812 CPUtime=12.69 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 7437 0 0 0 1267 2 0 0 25 0 1 0 511768029 21311488 3723 33554432000 4194304 4409164 140734853642688 18446744073709551615 254500716439 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 5203 3723 140 53 0 3626 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20812

[startup+25.5009 s]
/proc/loadavg: 2.01 2.00 1.88 3/178 18695
/proc/meminfo: memFree=18490516/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=23876 CPUtime=25.5 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 8203 0 0 0 2545 5 0 0 25 0 1 0 511768029 24449024 4489 33554432000 4194304 4409164 140734853642688 18446744073709551615 4256369 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 5969 4489 140 53 0 4392 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 23876

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 18695
/proc/meminfo: memFree=18465696/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=29196 CPUtime=51.09 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 9533 0 0 0 5100 9 0 0 25 0 1 0 511768029 29896704 5819 33554432000 4194304 4409164 140734853642688 18446744073709551615 254500716439 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 7299 5819 140 53 0 5722 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29196

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 18697
/proc/meminfo: memFree=18410884/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=32168 CPUtime=102.3 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 10276 0 0 0 10210 20 0 0 25 0 1 0 511768029 32940032 6562 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358542 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 8042 6562 140 53 0 6465 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 32168

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 18698
/proc/meminfo: memFree=18339432/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=36696 CPUtime=162.3 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 11408 0 0 0 16201 29 0 0 25 0 1 0 511768029 37576704 7694 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 9174 7694 140 53 0 7597 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 36696

[startup+222.301 s]
/proc/loadavg: 2.05 2.01 1.90 3/178 18700
/proc/meminfo: memFree=18376736/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=51920 CPUtime=222.3 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 15193 0 0 0 22190 40 0 0 25 0 1 0 511768029 53166080 11479 33554432000 4194304 4409164 140734853642688 18446744073709551615 4337460 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 12980 11479 140 53 0 11403 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 51920

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 18701
/proc/meminfo: memFree=18352536/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=55592 CPUtime=282.31 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 16132 0 0 0 28179 52 0 0 25 0 1 0 511768029 56926208 12418 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358614 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 13898 12418 140 53 0 12321 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 55592

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 18703
/proc/meminfo: memFree=18319540/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=63376 CPUtime=342.3 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 19467 0 0 0 34167 63 0 0 25 0 1 0 511768029 64897024 14386 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358592 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 15844 14386 140 53 0 14267 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 63376

[startup+402.301 s]
/proc/loadavg: 2.08 2.02 1.91 3/178 18705
/proc/meminfo: memFree=18298192/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=62476 CPUtime=402.31 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 23084 0 0 0 40157 74 0 0 25 0 1 0 511768029 63975424 14139 33554432000 4194304 4409164 140734853642688 18446744073709551615 4230356 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 15619 14139 140 53 0 14042 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 62476

[startup+462.301 s]
/proc/loadavg: 2.03 2.01 1.91 3/178 18706
/proc/meminfo: memFree=18254772/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=66020 CPUtime=462.31 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 29122 0 0 0 46146 85 0 0 25 0 1 0 511768029 67604480 15025 33554432000 4194304 4409164 140734853642688 18446744073709551615 4340217 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 16505 15025 140 53 0 14928 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 66020

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 18735
/proc/meminfo: memFree=18930952/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=66168 CPUtime=522.31 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 32109 0 0 0 52137 94 0 0 25 0 1 0 511768029 67756032 15062 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358339 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 16542 15062 140 53 0 14965 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 66168

[startup+582.301 s]
/proc/loadavg: 2.02 2.02 1.92 3/178 18736
/proc/meminfo: memFree=18912576/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=71420 CPUtime=582.32 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 37246 0 0 0 58128 104 0 0 25 0 1 0 511768029 73134080 16375 33554432000 4194304 4409164 140734853642688 18446744073709551615 4340202 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/18693/statm: 17855 16375 140 53 0 16278 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 71420

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18840
/proc/meminfo: memFree=18482708/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=77176 CPUtime=4002.48 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 519713 0 0 0 399669 579 0 0 25 0 1 0 511768029 79028224 17815 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358255 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 19294 17815 141 53 0 17717 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 77176

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18841
/proc/meminfo: memFree=18464212/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=95468 CPUtime=4062.49 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 524286 0 0 0 405664 585 0 0 25 0 1 0 511768029 97759232 22388 33554432000 4194304 4409164 140734853642688 18446744073709551615 254500716439 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 23867 22388 141 53 0 22290 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 95468

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18843
/proc/meminfo: memFree=18480560/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=79208 CPUtime=4122.48 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 532411 0 0 0 411658 590 0 0 25 0 1 0 511768029 81108992 18323 33554432000 4194304 4409164 140734853642688 18446744073709551615 254500716439 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 19802 18323 141 53 0 18225 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 79208

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18844
/proc/meminfo: memFree=18468884/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=98464 CPUtime=4182.49 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 540477 0 0 0 417651 598 0 0 25 0 1 0 511768029 100827136 23137 33554432000 4194304 4409164 140734853642688 18446744073709551615 254500716439 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 24616 23137 141 53 0 23039 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 98464

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18846
/proc/meminfo: memFree=18489576/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=70224 CPUtime=4242.49 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 544495 0 0 0 423645 604 0 0 25 0 1 0 511768029 71909376 16077 33554432000 4194304 4409164 140734853642688 18446744073709551615 4256763 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 17556 16077 141 53 0 15979 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 70224

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18848
/proc/meminfo: memFree=18471828/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=88184 CPUtime=4302.49 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 550088 0 0 0 429639 610 0 0 25 0 1 0 511768029 90300416 20567 33554432000 4194304 4409164 140734853642688 18446744073709551615 4226376 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 22046 20567 141 53 0 20469 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 88184

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18849
/proc/meminfo: memFree=18483960/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=75776 CPUtime=4362.49 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 557922 0 0 0 435631 618 0 0 25 0 1 0 511768029 77594624 17465 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358274 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 18944 17465 141 53 0 17367 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 75776

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18851
/proc/meminfo: memFree=18462740/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=97016 CPUtime=4422.49 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 563232 0 0 0 441624 625 0 0 25 0 1 0 511768029 99344384 22775 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358333 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 24254 22775 141 53 0 22677 0
Current children cumulated CPU time (s) 4422.49
Current children cumulated vsize (KiB) 97016

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18852
/proc/meminfo: memFree=18468168/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=91504 CPUtime=4482.5 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 578741 0 0 0 447613 637 0 0 25 0 1 0 511768029 93700096 21397 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358318 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 22876 21397 141 53 0 21299 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 91504

[startup+4542.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 18854
/proc/meminfo: memFree=18467892/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=91788 CPUtime=4542.51 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 595343 0 0 0 453605 646 0 0 25 0 1 0 511768029 93990912 21500 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358360 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 22947 21500 141 53 0 21370 0
Current children cumulated CPU time (s) 4542.51
Current children cumulated vsize (KiB) 91788

[startup+4602.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 18856
/proc/meminfo: memFree=18265260/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=115084 CPUtime=4602.51 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 601135 0 0 0 459598 653 0 0 25 0 1 0 511768029 117846016 27292 33554432000 4194304 4409164 140734853642688 18446744073709551615 254500716439 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 28771 27292 141 53 0 27194 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 115084

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18857
/proc/meminfo: memFree=18240072/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=140304 CPUtime=4662.51 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 607440 0 0 0 465591 660 0 0 25 0 1 0 511768029 143671296 33597 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358534 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 35076 33597 141 53 0 33499 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 140304

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18859
/proc/meminfo: memFree=18167888/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=212220 CPUtime=4722.52 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 636180 0 0 0 471582 670 0 0 25 0 1 0 511768029 217313280 51576 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 53055 51576 141 53 0 51478 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 212220

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18869
/proc/meminfo: memFree=18249628/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=130884 CPUtime=4782.52 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 637616 0 0 0 477575 677 0 0 25 0 1 0 511768029 134025216 31274 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358255 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 32721 31274 141 53 0 31144 0
Current children cumulated CPU time (s) 4782.52
Current children cumulated vsize (KiB) 130884

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18871
/proc/meminfo: memFree=18234360/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=146092 CPUtime=4842.52 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 641418 0 0 0 483568 684 0 0 25 0 1 0 511768029 149598208 35076 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358765 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 36523 35076 141 53 0 34946 0
Current children cumulated CPU time (s) 4842.52
Current children cumulated vsize (KiB) 146092

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18873
/proc/meminfo: memFree=18194656/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=185620 CPUtime=4902.52 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 657824 0 0 0 489560 692 0 0 25 0 1 0 511768029 190074880 44958 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 46405 44958 141 53 0 44828 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 185620

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18877
/proc/meminfo: memFree=18194352/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=185620 CPUtime=4962.52 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 657824 0 0 0 495555 697 0 0 25 0 1 0 511768029 190074880 44958 33554432000 4194304 4409164 140734853642688 18446744073709551615 4358434 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 46405 44958 141 53 0 44828 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 185620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 18878
/proc/meminfo: memFree=18165072/32950928 swapFree=67111528/67111528
[pid=18693] ppid=18691 vsize=215324 CPUtime=5000.03 cores=0,2,4,6
/proc/18693/stat : 18693 (lingeling) R 18691 18693 17760 0 -1 4202496 665250 0 0 0 499302 701 0 0 25 0 1 0 511768029 220491776 52384 33554432000 4194304 4409164 140734853642688 18446744073709551615 254500716439 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/18693/statm: 53831 52384 141 53 0 52254 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 215324

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.82
CPU time (s): 5000.05
CPU user time (s): 4993.02
CPU system time (s): 7.02593
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 217000

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

runsolver used 8.5277 second user time and 16.4535 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-28 16:41:53
IDJOB=3310018
IDBENCH=85991
IDSOLVER=1693
FILE ID=node149/3310018-1304001713
RUNJOBID= node149-1304000377-18475
PBS_JOBID= 13168726
Free space on /tmp= 71776 MiB

SOLVER NAME= Lingeling 587
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310018-1304001713/watcher-3310018-1304001713 -o /tmp/evaluation-result-3310018-1304001713/solver-3310018-1304001713 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3310018-1304001713.cnf

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=968883705

node149.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.806
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.61
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.806
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.83
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.806
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.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:      18505756 kB
Buffers:       2198592 kB
Cached:       11296188 kB
SwapCached:          0 kB
Active:        4987960 kB
Inactive:      8917432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18505756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3528 kB
Writeback:           0 kB
AnonPages:      410472 kB
Mapped:          15456 kB
Slab:           475056 kB
PageTables:       5492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   553820 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= 71928 MiB
End job on node149 at 2011-04-28 18:05:15