Trace number 3495730

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
MoUsSaka 2011-03-26No Cert. 1800.08 1800.12

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10t0.cnf
MD5SUMcb415509536ac2d14aa30840f7b0f223
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1388.66
Satisfiable
(Un)Satisfiability was proved
Number of variables149355
Number of clauses652413
Sum of the clauses size1514604
Maximum clause length10
Minimum clause length1
Number of clauses of size 17341
Number of clauses of size 2527373
Number of clauses of size 384559
Number of clauses of size 43680
Number of clauses of size 514720
Number of clauses of size over 514740

Solver Data

0.00/0.02	c MoUsSaka vegetarian
5.18/5.20	
5.18/5.20	s UNSATISFIABLE

Verifier Data

ERROR: no value line found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495730-1307806130/watcher-3495730-1307806130 -o /tmp/evaluation-result-3495730-1307806130/solver-3495730-1307806130 -C 1800 -W 1850 -M 7680 MoUsSaka HOME/instance-3495730-1307806130.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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: 1.06 1.10 1.88 5/183 22523
/proc/meminfo: memFree=31104004/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=6100 CPUtime=0 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) S 22521 22523 10137 0 -1 4194304 95 0 0 0 0 0 0 0 22 0 1 0 970843729 6246400 48 33554432000 4194304 4365125 140733880794416 18446744073709551615 231890566791 0 2147483391 4096 0 18446744071699215550 0 0 17 4 0 0 0
/proc/22523/statm: 1525 48 37 42 0 44 0

[startup+0.0282429 s]
/proc/loadavg: 1.06 1.10 1.88 5/183 22523
/proc/meminfo: memFree=31104004/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=37728 CPUtime=0.01 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 5624 0 0 0 1 0 0 0 22 0 1 0 970843729 38633472 4362 33554432000 4194304 4365125 140733880794416 18446744073709551615 4316862 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 9432 4363 254 42 0 6580 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37728

[startup+0.101167 s]
/proc/loadavg: 1.06 1.10 1.88 5/183 22523
/proc/meminfo: memFree=31104004/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=42196 CPUtime=0.08 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 9436 0 0 0 8 0 0 0 22 0 1 0 970843729 43208704 6511 33554432000 4194304 4365125 140733880794416 18446744073709551615 231895490304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 10549 6513 254 42 0 7697 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42196

[startup+0.301189 s]
/proc/loadavg: 1.06 1.10 1.88 5/183 22523
/proc/meminfo: memFree=31104004/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=75300 CPUtime=0.28 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 27512 0 0 0 25 3 0 0 23 0 1 0 970843729 77107200 13745 33554432000 4194304 4365125 140733880794416 18446744073709551615 4266084 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 18825 13746 254 42 0 15973 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75300

[startup+0.701116 s]
/proc/loadavg: 1.06 1.10 1.88 5/183 22523
/proc/meminfo: memFree=31104004/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=79392 CPUtime=0.68 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 29135 0 0 0 65 3 0 0 25 0 1 0 970843729 81297408 15018 33554432000 4194304 4365125 140733880794416 18446744073709551615 4261054 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 19848 15018 262 42 0 16996 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 79392

[startup+1.50096 s]
/proc/loadavg: 1.38 1.17 1.89 5/190 22545
/proc/meminfo: memFree=30804928/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=90876 CPUtime=1.48 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 32146 0 0 0 145 3 0 0 25 0 1 0 970843729 93057024 17487 33554432000 4194304 4365125 140733880794416 18446744073709551615 4257310 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 22719 17487 262 42 0 19867 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 90876

[startup+3.10067 s]
/proc/loadavg: 1.38 1.17 1.89 5/190 22545
/proc/meminfo: memFree=30731272/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=105240 CPUtime=3.08 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 47289 0 0 0 303 5 0 0 25 0 1 0 970843729 107765760 21486 33554432000 4194304 4365125 140733880794416 18446744073709551615 4244636 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 26310 21486 262 42 0 23458 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 105240

[startup+6.30106 s]
/proc/loadavg: 1.38 1.17 1.89 5/190 22545
/proc/meminfo: memFree=30543252/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=167292 CPUtime=6.28 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 104460 0 0 0 617 11 0 0 25 0 1 0 970843729 171307008 34705 33554432000 4194304 4365125 140733880794416 18446744073709551615 4275908 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 41823 34705 263 42 0 38971 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 167292

[startup+12.7009 s]
/proc/loadavg: 1.78 1.26 1.91 5/190 22545
/proc/meminfo: memFree=30522192/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=188320 CPUtime=12.68 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 107309 0 0 0 1257 11 0 0 25 0 1 0 970843729 192839680 37554 33554432000 4194304 4365125 140733880794416 18446744073709551615 4247612 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 47080 37554 263 42 0 44228 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 188320

[startup+25.5004 s]
/proc/loadavg: 2.12 1.35 1.94 5/190 22545
/proc/meminfo: memFree=30503120/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=188320 CPUtime=25.48 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 107309 0 0 0 2537 11 0 0 25 0 1 0 970843729 192839680 37554 33554432000 4194304 4365125 140733880794416 18446744073709551615 4250097 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 47080 37554 263 42 0 44228 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 188320

[startup+51.1006 s]
/proc/loadavg: 2.76 1.56 1.99 5/190 22546
/proc/meminfo: memFree=30489640/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=188320 CPUtime=51.08 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 107309 0 0 0 5097 11 0 0 25 0 1 0 970843729 192839680 37554 33554432000 4194304 4365125 140733880794416 18446744073709551615 4242774 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 47080 37554 263 42 0 44228 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 188320

[startup+102.307 s]
/proc/loadavg: 3.50 1.97 2.10 5/190 22547
/proc/meminfo: memFree=30470068/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=188320 CPUtime=102.29 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 107767 0 0 0 10217 12 0 0 25 0 1 0 970843729 192839680 37783 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258063 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 47080 37783 263 42 0 44228 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 188320

[startup+162.301 s]
/proc/loadavg: 3.85 2.35 2.22 5/190 22549
/proc/meminfo: memFree=30445000/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=186272 CPUtime=162.28 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 118217 0 0 0 16215 13 0 0 25 0 1 0 970843729 190742528 39571 33554432000 4194304 4365125 140733880794416 18446744073709551615 4272183 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 46568 39571 264 42 0 43716 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 186272

[startup+222.3 s]
/proc/loadavg: 3.94 2.65 2.33 5/190 22550
/proc/meminfo: memFree=30437268/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=230308 CPUtime=222.28 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 144892 0 0 0 22212 16 0 0 25 0 1 0 970843729 235835392 41922 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 57577 41922 264 42 0 54725 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 230308

[startup+282.301 s]
/proc/loadavg: 3.98 2.89 2.43 5/190 22552
/proc/meminfo: memFree=30425336/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=230308 CPUtime=282.27 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 149230 0 0 0 28211 16 0 0 25 0 1 0 970843729 235835392 44091 33554432000 4194304 4365125 140733880794416 18446744073709551615 4242912 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 57577 44091 264 42 0 54725 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 230308

[startup+342.301 s]
/proc/loadavg: 3.99 3.09 2.53 5/190 22554
/proc/meminfo: memFree=30415884/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=230308 CPUtime=342.27 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 154638 0 0 0 34210 17 0 0 25 0 1 0 970843729 235835392 46795 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258070 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 57577 46795 264 42 0 54725 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 230308

[startup+402.301 s]
/proc/loadavg: 3.99 3.25 2.62 5/190 22555
/proc/meminfo: memFree=30404700/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=230308 CPUtime=402.28 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 159226 0 0 0 40210 18 0 0 25 0 1 0 970843729 235835392 49089 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 57577 49089 264 42 0 54725 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 230308

[startup+462.3 s]
/proc/loadavg: 4.03 3.40 2.71 5/190 22557
/proc/meminfo: memFree=30387436/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=230308 CPUtime=462.28 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 159487 0 0 0 46210 18 0 0 25 0 1 0 970843729 235835392 49220 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258077 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 57577 49220 264 42 0 54725 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 230308

[startup+522.301 s]
/proc/loadavg: 4.01 3.51 2.78 5/190 22558
/proc/meminfo: memFree=30388284/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=230308 CPUtime=522.28 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 159487 0 0 0 52210 18 0 0 25 0 1 0 970843729 235835392 49220 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 57577 49220 264 42 0 54725 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 230308

[startup+582.301 s]
/proc/loadavg: 4.00 3.59 2.86 5/190 22560
/proc/meminfo: memFree=30360976/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=230308 CPUtime=582.28 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 161209 0 0 0 58210 18 0 0 25 0 1 0 970843729 235835392 50081 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 57577 50081 264 42 0 54725 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 230308

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 4.00 3.85 3.16 5/190 22609
/proc/meminfo: memFree=30411420/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=882.27 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 202852 0 0 0 88204 23 0 0 25 0 1 0 970843729 303460352 54412 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258052 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 54412 264 42 0 71235 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 296348

[startup+942.301 s]
/proc/loadavg: 4.00 3.87 3.21 5/190 22611
/proc/meminfo: memFree=30412392/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=942.27 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 206722 0 0 0 94204 23 0 0 25 0 1 0 970843729 303460352 56347 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258110 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 56347 264 42 0 71235 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 296348

[startup+1002.3 s]
/proc/loadavg: 4.00 3.89 3.26 5/190 22612
/proc/meminfo: memFree=30388064/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1002.26 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 210052 0 0 0 100203 23 0 0 25 0 1 0 970843729 303460352 58012 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258063 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 58012 264 42 0 71235 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 296348

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.30 5/190 22614
/proc/meminfo: memFree=30379716/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1062.27 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 211156 0 0 0 106203 24 0 0 25 0 1 0 970843729 303460352 58564 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 58564 264 42 0 71235 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 296348

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 3.34 5/190 22653
/proc/meminfo: memFree=30382436/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1122.27 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 211156 0 0 0 112203 24 0 0 25 0 1 0 970843729 303460352 58564 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258098 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 58564 264 42 0 71235 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 296348

[startup+1182.3 s]
/proc/loadavg: 4.07 3.95 3.39 5/190 22655
/proc/meminfo: memFree=30291524/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1182.27 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 211156 0 0 0 118203 24 0 0 25 0 1 0 970843729 303460352 58564 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258063 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 58564 264 42 0 71235 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 296348

[startup+1242.3 s]
/proc/loadavg: 4.02 3.96 3.42 5/190 22657
/proc/meminfo: memFree=30286168/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1242.26 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 211156 0 0 0 124202 24 0 0 25 0 1 0 970843729 303460352 58564 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258040 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 58564 264 42 0 71235 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 296348

[startup+1302.3 s]
/proc/loadavg: 4.01 3.96 3.46 5/190 22658
/proc/meminfo: memFree=30289952/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1302.27 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 211156 0 0 0 130203 24 0 0 25 0 1 0 970843729 303460352 58564 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 58564 264 42 0 71235 0
Current children cumulated CPU time (s) 1302.27
Current children cumulated vsize (KiB) 296348

[startup+1362.3 s]
/proc/loadavg: 4.00 3.97 3.49 5/190 22660
/proc/meminfo: memFree=30286436/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1362.26 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 211156 0 0 0 136202 24 0 0 25 0 1 0 970843729 303460352 58564 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258070 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 58564 264 42 0 71235 0
Current children cumulated CPU time (s) 1362.26
Current children cumulated vsize (KiB) 296348

[startup+1422.31 s]
/proc/loadavg: 4.00 3.97 3.52 5/190 22661
/proc/meminfo: memFree=30278448/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1422.27 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 211156 0 0 0 142203 24 0 0 25 0 1 0 970843729 303460352 58564 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258063 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 58564 264 42 0 71235 0
Current children cumulated CPU time (s) 1422.27
Current children cumulated vsize (KiB) 296348

[startup+1482.3 s]
/proc/loadavg: 4.07 3.99 3.55 5/190 22663
/proc/meminfo: memFree=30276180/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1482.26 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 211156 0 0 0 148202 24 0 0 25 0 1 0 970843729 303460352 58564 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258052 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 58564 264 42 0 71235 0
Current children cumulated CPU time (s) 1482.26
Current children cumulated vsize (KiB) 296348

[startup+1542.3 s]
/proc/loadavg: 4.02 3.99 3.57 5/190 22665
/proc/meminfo: memFree=30283712/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1542.26 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 211156 0 0 0 154202 24 0 0 25 0 1 0 970843729 303460352 58564 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 58564 264 42 0 71235 0
Current children cumulated CPU time (s) 1542.26
Current children cumulated vsize (KiB) 296348

[startup+1602.3 s]
/proc/loadavg: 4.08 4.00 3.60 5/190 22666
/proc/meminfo: memFree=30282440/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1602.25 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 211878 0 0 0 160201 24 0 0 25 0 1 0 970843729 303460352 58925 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258052 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 58925 264 42 0 71235 0
Current children cumulated CPU time (s) 1602.25
Current children cumulated vsize (KiB) 296348

[startup+1662.3 s]
/proc/loadavg: 3.58 3.89 3.59 4/184 22692
/proc/meminfo: memFree=30485856/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1662.26 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 214048 0 0 0 166201 25 0 0 25 0 1 0 970843729 303460352 60010 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 60010 264 42 0 71235 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 296348

[startup+1722.3 s]
/proc/loadavg: 3.29 3.75 3.56 4/184 22693
/proc/meminfo: memFree=30480504/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1722.26 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 216412 0 0 0 172201 25 0 0 25 0 1 0 970843729 303460352 61192 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 61192 264 42 0 71235 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 296348

[startup+1782.3 s]
/proc/loadavg: 3.10 3.61 3.52 4/184 22695
/proc/meminfo: memFree=30461632/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1782.26 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 217864 0 0 0 178201 25 0 0 25 0 1 0 970843729 303460352 61918 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258098 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 61918 264 42 0 71235 0
Current children cumulated CPU time (s) 1782.26
Current children cumulated vsize (KiB) 296348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 3.08 3.58 3.51 3/182 22696
/proc/meminfo: memFree=30695496/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1800.06 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 218430 0 0 0 179981 25 0 0 25 0 1 0 970843729 303460352 62201 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258077 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 62201 264 42 0 71235 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 296348

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

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

[startup+1800.1 s]
/proc/loadavg: 3.08 3.58 3.51 3/182 22696
/proc/meminfo: memFree=30695496/32950928 swapFree=67054844/67111528
[pid=22523] ppid=22521 vsize=296348 CPUtime=1800.06 cores=4,6
/proc/22523/stat : 22523 (MoUsSaka) R 22521 22523 10137 0 -1 4202496 218430 0 0 0 179981 25 0 0 25 0 1 0 970843729 303460352 62201 33554432000 4194304 4365125 140733880794416 18446744073709551615 4258077 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22523/statm: 74087 62201 264 42 0 71235 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 296348

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.12
CPU time (s): 1800.08
CPU user time (s): 1799.82
CPU system time (s): 0.263959
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 318208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218430
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= 14
involuntary context switches= 2983

runsolver used 3.20451 second user time and 6.62399 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-11 17:28:51
IDJOB=3495730
IDBENCH=70978
IDSOLVER=1989
FILE ID=node114/3495730-1307806130
RUNJOBID= node114-1307806130-22486
PBS_JOBID= 13551038
Free space on /tmp= 74080 MiB

SOLVER NAME= MoUsSaka 2011-03-26
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10t0.cnf
COMMAND LINE= MoUsSaka BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495730-1307806130/watcher-3495730-1307806130 -o /tmp/evaluation-result-3495730-1307806130/solver-3495730-1307806130 -C 1800 -W 1850 -M 7680  MoUsSaka HOME/instance-3495730-1307806130.cnf

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

MD5SUM BENCH= cb415509536ac2d14aa30840f7b0f223
RANDOM SEED=279028174

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.74
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.848
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:      31104796 kB
Buffers:        308668 kB
Cached:        1257944 kB
SwapCached:      10540 kB
Active:         501896 kB
Inactive:      1114952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31104796 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:           37272 kB
Writeback:           0 kB
AnonPages:       47112 kB
Mapped:          12820 kB
Slab:           164432 kB
PageTables:       5208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   249120 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= 74076 MiB
End job on node114 at 2011-06-11 17:58:53