Trace number 3420145

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
RestartSAT B95? (TO) 5000.05 4999.93

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

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-3420145-1306586023/watcher-3420145-1306586023 -o /tmp/evaluation-result-3420145-1306586023/solver-3420145-1306586023 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420145-1306586023.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: 2.00 2.01 2.00 2/446 2232
/proc/meminfo: memFree=30774676/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=20380 CPUtime=0 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 860 0 0 0 0 0 0 0 25 0 1 0 770201061 20869120 803 33554432000 4194304 4291949 140737307952736 18446744073709551615 235594924458 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 5095 805 226 24 0 1729 0

[startup+0.030443 s]
/proc/loadavg: 2.00 2.01 2.00 2/446 2232
/proc/meminfo: memFree=30774676/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=25712 CPUtime=0.02 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 2223 0 0 0 2 0 0 0 25 0 1 0 770201061 26329088 2134 33554432000 4194304 4291949 140737307952736 18446744073709551615 4220612 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 6428 2135 228 24 0 3062 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25712

[startup+0.100433 s]
/proc/loadavg: 2.00 2.01 2.00 2/446 2232
/proc/meminfo: memFree=30774676/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=29864 CPUtime=0.09 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 3877 0 0 0 9 0 0 0 25 0 1 0 770201061 30580736 3523 33554432000 4194304 4291949 140737307952736 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 7466 3523 232 24 0 4100 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29864

[startup+0.300395 s]
/proc/loadavg: 2.00 2.01 2.00 2/446 2232
/proc/meminfo: memFree=30774676/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=28172 CPUtime=0.29 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 4825 0 0 0 29 0 0 0 25 0 1 0 770201061 28848128 3409 33554432000 4194304 4291949 140737307952736 18446744073709551615 4251301 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 7043 3409 253 24 0 3677 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28172

[startup+0.700323 s]
/proc/loadavg: 2.00 2.01 2.00 2/446 2232
/proc/meminfo: memFree=30774676/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=28172 CPUtime=0.69 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 4834 0 0 0 69 0 0 0 25 0 1 0 770201061 28848128 3415 33554432000 4194304 4291949 140737307952736 18446744073709551615 4250635 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 7043 3415 253 24 0 3677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28172

[startup+1.50018 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 2233
/proc/meminfo: memFree=30759056/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=28172 CPUtime=1.49 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 4845 0 0 0 149 0 0 0 25 0 1 0 770201061 28848128 3424 33554432000 4194304 4291949 140737307952736 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 7043 3424 253 24 0 3677 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28172

[startup+3.1009 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 2233
/proc/meminfo: memFree=30756576/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=28172 CPUtime=3.09 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 4860 0 0 0 309 0 0 0 25 0 1 0 770201061 28848128 3437 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 7043 3437 253 24 0 3677 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28172

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 2233
/proc/meminfo: memFree=30754796/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=28172 CPUtime=6.29 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 4871 0 0 0 629 0 0 0 25 0 1 0 770201061 28848128 3447 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 7043 3447 253 24 0 3677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28172

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 2234
/proc/meminfo: memFree=30749992/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=28172 CPUtime=12.69 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 4911 0 0 0 1269 0 0 0 25 0 1 0 770201061 28848128 3481 33554432000 4194304 4291949 140737307952736 18446744073709551615 4250593 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 7043 3481 253 24 0 3677 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28172

[startup+25.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 2234
/proc/meminfo: memFree=30726668/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=46728 CPUtime=25.49 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 9199 0 0 0 2548 1 0 0 25 0 1 0 770201061 47849472 7711 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 11682 7711 253 24 0 8316 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46728

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 2235
/proc/meminfo: memFree=30677160/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=83192 CPUtime=51.1 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 17727 0 0 0 5107 3 0 0 25 0 1 0 770201061 85188608 16177 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 20798 16177 253 24 0 17432 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 83192

[startup+102.316 s]
/proc/loadavg: 2.11 2.03 2.01 3/447 2236
/proc/meminfo: memFree=30610052/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=117520 CPUtime=102.31 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 38162 0 0 0 10225 6 0 0 25 0 1 0 770201061 120340480 23038 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 29380 23038 253 24 0 26014 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 117520

[startup+162.301 s]
/proc/loadavg: 2.22 2.07 2.02 3/447 2238
/proc/meminfo: memFree=30584480/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=120560 CPUtime=162.29 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 56088 0 0 0 16217 12 0 0 25 0 1 0 770201061 123453440 22708 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 30140 22708 253 24 0 26774 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 120560

[startup+222.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/447 2239
/proc/meminfo: memFree=30605168/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=61860 CPUtime=222.3 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 87464 0 0 0 22210 20 0 0 25 0 1 0 770201061 63344640 10751 33554432000 4194304 4291949 140737307952736 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 15465 10751 253 24 0 12099 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 61860

[startup+282.301 s]
/proc/loadavg: 2.05 2.05 2.01 3/447 2241
/proc/meminfo: memFree=30704460/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=125272 CPUtime=282.29 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 101577 0 0 0 28205 24 0 0 25 0 1 0 770201061 128278528 24735 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 31318 24735 253 24 0 27952 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 125272

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/447 2242
/proc/meminfo: memFree=30621356/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=127220 CPUtime=342.3 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 123276 0 0 0 34201 29 0 0 25 0 1 0 770201061 130273280 25057 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 31805 25057 253 24 0 28439 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 127220

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 2244
/proc/meminfo: memFree=30617232/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=98060 CPUtime=402.3 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 139990 0 0 0 40196 34 0 0 25 0 1 0 770201061 100413440 17637 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 24515 17637 253 24 0 21149 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 98060

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 2246
/proc/meminfo: memFree=30597128/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=80516 CPUtime=462.3 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 171691 0 0 0 46191 39 0 0 25 0 1 0 770201061 82448384 15200 33554432000 4194304 4291949 140737307952736 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 20129 15200 253 24 0 16763 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 80516

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 2247
/proc/meminfo: memFree=30493548/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=183360 CPUtime=522.3 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 190896 0 0 0 52186 44 0 0 25 0 1 0 770201061 187760640 34261 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 45840 34261 253 24 0 42474 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 183360

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 2249
/proc/meminfo: memFree=30696768/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=103892 CPUtime=582.3 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 206725 0 0 0 58182 48 0 0 25 0 1 0 770201061 106385408 19449 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 25973 19449 253 24 0 22607 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 103892

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 2394
/proc/meminfo: memFree=30663416/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=176836 CPUtime=4062.4 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1406510 0 0 0 405928 312 0 0 25 0 1 0 770201061 181080064 33849 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 44209 33849 253 24 0 40843 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 176836

[startup+4122.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/447 2395
/proc/meminfo: memFree=30523872/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=308460 CPUtime=4122.39 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1432765 0 0 0 411921 318 0 0 25 0 1 0 770201061 315863040 59982 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 77115 59982 253 24 0 73749 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 308460

[startup+4182.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/447 2397
/proc/meminfo: memFree=30532272/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=308604 CPUtime=4182.39 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1439706 0 0 0 417918 321 0 0 25 0 1 0 770201061 316010496 66860 33554432000 4194304 4291949 140737307952736 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 77151 66860 253 24 0 73785 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 308604

[startup+4242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/447 2398
/proc/meminfo: memFree=30672352/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=146476 CPUtime=4242.4 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1457092 0 0 0 423914 326 0 0 25 0 1 0 770201061 149991424 31951 33554432000 4194304 4291949 140737307952736 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 36619 31951 253 24 0 33253 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 146476

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 2400
/proc/meminfo: memFree=30615520/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=227384 CPUtime=4302.4 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1471372 0 0 0 429911 329 0 0 25 0 1 0 770201061 232841216 46107 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 56846 46107 253 24 0 53480 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 227384

[startup+4362.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/447 2402
/proc/meminfo: memFree=30581140/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=308772 CPUtime=4362.39 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1480044 0 0 0 435908 331 0 0 25 0 1 0 770201061 316182528 54718 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 77193 54718 253 24 0 73827 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 308772

[startup+4422.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/447 2403
/proc/meminfo: memFree=30554456/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=308984 CPUtime=4422.4 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1486705 0 0 0 441906 334 0 0 25 0 1 0 770201061 316399616 61326 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 77246 61326 253 24 0 73880 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 308984

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 2405
/proc/meminfo: memFree=30512756/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=310764 CPUtime=4482.4 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1539491 0 0 0 447894 346 0 0 25 0 1 0 770201061 318222336 71763 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 77691 71763 253 24 0 74325 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 310764

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 2406
/proc/meminfo: memFree=30479988/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=443316 CPUtime=4542.4 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1547731 0 0 0 453891 349 0 0 25 0 1 0 770201061 453955584 79916 33554432000 4194304 4291949 140737307952736 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 110829 79916 253 24 0 107463 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 443316

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 2408
/proc/meminfo: memFree=30443008/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=443848 CPUtime=4602.4 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1556631 0 0 0 459890 350 0 0 25 0 1 0 770201061 454500352 88751 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 110962 88751 253 24 0 107596 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 443848

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 2410
/proc/meminfo: memFree=30636916/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=180252 CPUtime=4662.41 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1578075 0 0 0 465884 357 0 0 25 0 1 0 770201061 184578048 40467 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 45063 40467 253 24 0 41697 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 180252

[startup+4722.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 2411
/proc/meminfo: memFree=30599812/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=230340 CPUtime=4722.42 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1587370 0 0 0 471883 359 0 0 25 0 1 0 770201061 235868160 49698 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 57585 49698 253 24 0 54219 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 230340

[startup+4782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/447 2413
/proc/meminfo: memFree=30560476/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=311728 CPUtime=4782.4 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1598555 0 0 0 477878 362 0 0 25 0 1 0 770201061 319209472 60793 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 77932 60793 253 24 0 74566 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 311728

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/447 2414
/proc/meminfo: memFree=30531428/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=111768 CPUtime=4842.41 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1606471 0 0 0 483876 365 0 0 25 0 1 0 770201061 114450432 23350 33554432000 4194304 4291949 140737307952736 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 27942 23350 253 24 0 24576 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 111768

[startup+4902.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/447 2416
/proc/meminfo: memFree=30576296/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=230776 CPUtime=4902.41 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1630281 0 0 0 489871 370 0 0 25 0 1 0 770201061 236314624 47005 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 57694 47005 253 24 0 54328 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 230776

[startup+4962.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/447 2418
/proc/meminfo: memFree=30565096/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=312164 CPUtime=4962.41 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1641044 0 0 0 495867 374 0 0 25 0 1 0 770201061 319655936 57692 33554432000 4194304 4291949 140737307952736 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 78041 57692 253 24 0 74675 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 312164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.04 2.01 3/447 2419
/proc/meminfo: memFree=30543016/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=312308 CPUtime=5000.01 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1646614 0 0 0 499626 375 0 0 25 0 1 0 770201061 319803392 63219 33554432000 4194304 4291949 140737307952736 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 78077 63219 253 24 0 74711 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 312308

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

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

[startup+4999.9 s]
/proc/loadavg: 2.07 2.04 2.01 3/447 2419
/proc/meminfo: memFree=30543016/32950928 swapFree=34365936/67111528
[pid=2232] ppid=2230 vsize=312308 CPUtime=5000.01 cores=1,3,5,7
/proc/2232/stat : 2232 (RestartSAT) R 2230 2232 1803 0 -1 4202496 1646614 0 0 0 499626 375 0 0 25 0 1 0 770201061 319803392 63219 33554432000 4194304 4291949 140737307952736 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2232/statm: 78077 63219 253 24 0 74711 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 312308

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4996.28
CPU system time (s): 3.76443
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 638304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.28
system time used= 3.76443
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1646618
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= 10
involuntary context switches= 52842

runsolver used 21.1888 second user time and 51.2132 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-28 14:33:43
IDJOB=3420145
IDBENCH=84223
IDSOLVER=1911
FILE ID=node120/3420145-1306586023
RUNJOBID= node120-1306579394-1822
PBS_JOBID= 13471560
Free space on /tmp= 73464 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420145-1306586023/watcher-3420145-1306586023 -o /tmp/evaluation-result-3420145-1306586023/solver-3420145-1306586023 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420145-1306586023.cnf

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

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=1692497508

node120.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.809
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.809
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	: 5226.07
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.809
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.82
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.809
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.809
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.78
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.809
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.809
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.809
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:      30774948 kB
Buffers:        209564 kB
Cached:        1540128 kB
SwapCached:      14912 kB
Active:         500940 kB
Inactive:      1418964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30774948 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:            2740 kB
Writeback:           0 kB
AnonPages:      165028 kB
Mapped:           9356 kB
Slab:            96824 kB
PageTables:      91436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105566632 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= 73464 MiB
End job on node120 at 2011-05-28 15:57:05