Trace number 3421041

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
QuteRSat 2011-05-12 (fixed)? (TO) 5000.16 4999.96

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x27.cnf
MD5SUMb9a7e3013b1b74b08c8e421f15cb16c4
Bench CategoryCRAFTED (crafted 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 variables1836
Number of clauses194157
Sum of the clauses size771120
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22754
Number of clauses of size 30
Number of clauses of size 4191403
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.07	c Parse Cnf success: #var: 1836 #clause: 194157
0.00/0.07	c Find Units :          0
0.00/0.07	c Find Invs  :          0
0.00/0.10	c Find Ands  :       1836 AvgFaninNum: 3
0.00/0.10	c Find Xors  :          0 AvgFaninNum: nan
0.10/0.11	c Find Ite   :          0
0.10/0.11	c UnDirect variable: 0
0.10/0.11	c UnDirect to Direct Gate: 0
0.10/0.11	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.10/0.11	c Break Cycle : 1377
0.10/0.11	c Total Root : 0 Undef Var: 1377
0.10/0.11	c After covering, Total Root: 459 Leaf: 1377
0.10/0.11	c Variable( cover/uncovered/unused ): 1836 0 0
0.10/0.11	c Unit Clauses: 0
0.10/0.11	c Binary Clauses( cover/uncovered ): 1377 1377
0.10/0.11	c Clauses( cover/uncovered ): 459 190944
0.10/0.11	c Total Clauses( cover/uncovered ): 1836 192321 0.945626%
0.10/0.11	c Covered Ands: 459 Invs: 0 Xors: 0 Ites: 0
0.19/0.28	c Uncover Clauses avg size: 3.98568 max size: 4
0.19/0.29	c Final circuit: i/l/o/s    1377       0  192321    217107
0.19/0.29	c CnfToAig: Time: 0.28 s
0.49/0.57	c TmMap: Set choices finish.
0.59/0.68	c TmMap: Set big and: 216648
0.59/0.68	c TmMap: Origin: 218485 ClauseNum: 651321 --> New: 218026 ClauseNum: 650403
0.59/0.68	c TmMap: Time: 0.14
0.69/0.72	c Try to Add: #clause: 433296 #xorclause: 0
0.69/0.77	c #var: 25704 #clauses: 24328 Solving... 
5000.09/4999.92	c Time Out !!
5000.09/4999.92	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3421041-1306606993/watcher-3421041-1306606993 -o /tmp/evaluation-result-3421041-1306606993/solver-3421041-1306606993 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421041-1306606993.cnf 549184398 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.98 1.99 1/552 1233
/proc/meminfo: memFree=17262024/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=28644 CPUtime=0 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 941 0 0 0 0 0 0 0 21 0 1 0 772296431 29331456 877 33554432000 4194304 6014671 140736819518256 18446744073709551615 239476388923 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1233/statm: 7161 887 290 445 0 706 0

[startup+0.110501 s]
/proc/loadavg: 1.84 1.98 1.99 1/552 1233
/proc/meminfo: memFree=17262024/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=45676 CPUtime=0.1 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 5179 0 0 0 9 1 0 0 21 0 1 0 772296431 46772224 5115 33554432000 4194304 6014671 140736819518256 18446744073709551615 4284454 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 11419 5115 395 445 0 4964 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 45676

[startup+0.200461 s]
/proc/loadavg: 1.84 1.98 1.99 1/552 1233
/proc/meminfo: memFree=17262024/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=48748 CPUtime=0.19 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 5950 0 0 0 18 1 0 0 22 0 1 0 772296431 49917952 5886 33554432000 4194304 6014671 140736819518256 18446744073709551615 4313985 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 12187 5886 398 445 0 5732 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48748

[startup+0.300451 s]
/proc/loadavg: 1.84 1.98 1.99 1/552 1233
/proc/meminfo: memFree=17262024/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=56940 CPUtime=0.29 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 8028 0 0 0 28 1 0 0 22 0 1 0 772296431 58306560 7964 33554432000 4194304 6014671 140736819518256 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 14235 7966 515 445 0 7780 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56940

[startup+0.700365 s]
/proc/loadavg: 1.84 1.98 1.99 1/552 1233
/proc/meminfo: memFree=17262024/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=139560 CPUtime=0.69 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 28632 0 0 0 65 4 0 0 24 0 1 0 772296431 142909440 28568 33554432000 4194304 6014671 140736819518256 18446744073709551615 4776672 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 34890 28568 670 445 0 28435 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 139560

[startup+1.50022 s]
/proc/loadavg: 1.84 1.98 1.99 3/555 1315
/proc/meminfo: memFree=17093916/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=139560 CPUtime=1.49 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 28675 0 0 0 145 4 0 0 25 0 1 0 772296431 142909440 28611 33554432000 4194304 6014671 140736819518256 18446744073709551615 4368640 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 34890 28611 710 445 0 28435 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139560

[startup+3.1009 s]
/proc/loadavg: 1.84 1.98 1.99 3/555 1315
/proc/meminfo: memFree=17072836/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=154012 CPUtime=3.09 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 30432 0 0 0 305 4 0 0 25 0 1 0 772296431 157708288 30368 33554432000 4194304 6014671 140736819518256 18446744073709551615 4423552 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 38503 30368 722 445 0 32048 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 154012

[startup+6.30029 s]
/proc/loadavg: 1.85 1.98 1.99 3/555 1315
/proc/meminfo: memFree=17018688/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=192620 CPUtime=6.29 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 37374 0 0 0 624 5 0 0 25 0 1 0 772296431 197242880 37306 33554432000 4194304 6014671 140736819518256 18446744073709551615 4814257 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 48155 37306 726 445 0 41700 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 192620

[startup+12.7011 s]
/proc/loadavg: 1.86 1.98 1.99 3/555 1315
/proc/meminfo: memFree=16892412/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=290616 CPUtime=12.7 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 55380 0 0 0 1262 8 0 0 25 0 1 0 772296431 297590784 55309 33554432000 4194304 6014671 140736819518256 18446744073709551615 4533996 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 72654 55309 726 445 0 66199 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 290616

[startup+25.5006 s]
/proc/loadavg: 1.89 1.98 1.99 3/555 1316
/proc/meminfo: memFree=16810524/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=326620 CPUtime=25.5 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 66369 0 0 0 2541 9 0 0 25 0 1 0 772296431 334458880 66298 33554432000 4194304 6014671 140736819518256 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 81655 66298 726 445 0 75200 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 326620

[startup+51.1007 s]
/proc/loadavg: 1.93 1.98 1.99 4/555 1316
/proc/meminfo: memFree=16740988/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=363532 CPUtime=51.09 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 74857 0 0 0 5100 9 0 0 25 0 1 0 772296431 372256768 74602 33554432000 4194304 6014671 140736819518256 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 90883 74602 726 445 0 84428 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 363532

[startup+102.301 s]
/proc/loadavg: 1.97 1.98 1.99 3/555 1318
/proc/meminfo: memFree=16601100/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=665088 CPUtime=102.3 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 100069 0 0 0 10217 13 0 0 25 0 1 0 772296431 681050112 95052 33554432000 4194304 6014671 140736819518256 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 166272 95052 726 445 0 159817 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 665088

[startup+162.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/555 1319
/proc/meminfo: memFree=16584580/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=665088 CPUtime=162.3 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 105801 0 0 0 16216 14 0 0 25 0 1 0 772296431 681050112 100784 33554432000 4194304 6014671 140736819518256 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 166272 100784 726 445 0 159817 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 665088

[startup+222.321 s]
/proc/loadavg: 2.05 2.02 2.00 3/555 1321
/proc/meminfo: memFree=16567808/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=665088 CPUtime=222.32 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 110033 0 0 0 22217 15 0 0 25 0 1 0 772296431 681050112 105016 33554432000 4194304 6014671 140736819518256 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 166272 105016 726 445 0 159817 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 665088

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/555 1322
/proc/meminfo: memFree=16455920/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=665088 CPUtime=282.3 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 126925 0 0 0 28214 16 0 0 25 0 1 0 772296431 681050112 121830 33554432000 4194304 6014671 140736819518256 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 166272 121830 726 445 0 159817 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 665088

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/555 1324
/proc/meminfo: memFree=16318748/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=854508 CPUtime=342.31 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 145887 0 0 0 34212 19 0 0 25 0 1 0 772296431 875016192 140590 33554432000 4194304 6014671 140736819518256 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 213627 140590 726 445 0 207172 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 854508

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/555 1326
/proc/meminfo: memFree=16311652/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=854508 CPUtime=402.3 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 153103 0 0 0 40211 19 0 0 25 0 1 0 772296431 875016192 142032 33554432000 4194304 6014671 140736819518256 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 213627 142032 726 445 0 207172 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 854508

[startup+462.301 s]
/proc/loadavg: 2.14 2.05 2.01 3/555 1327
/proc/meminfo: memFree=16306284/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=854508 CPUtime=462.31 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 154117 0 0 0 46211 20 0 0 25 0 1 0 772296431 875016192 143046 33554432000 4194304 6014671 140736819518256 18446744073709551615 4534800 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 213627 143046 726 445 0 207172 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 854508

[startup+522.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/555 1329
/proc/meminfo: memFree=16304764/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=854508 CPUtime=522.31 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 154304 0 0 0 52211 20 0 0 25 0 1 0 772296431 875016192 143233 33554432000 4194304 6014671 140736819518256 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 213627 143233 726 445 0 207172 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 854508

[startup+582.301 s]
/proc/loadavg: 2.04 2.04 2.01 3/555 1330
/proc/meminfo: memFree=16258856/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=854508 CPUtime=582.31 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 156662 0 0 0 58211 20 0 0 25 0 1 0 772296431 875016192 145591 33554432000 4194304 6014671 140736819518256 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 213627 145591 726 445 0 207172 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 854508

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 1434
/proc/meminfo: memFree=15542892/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4002.45 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 286182 0 0 0 400198 47 0 0 25 0 1 0 772296431 1555722240 258526 33554432000 4194304 6014671 140736819518256 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 258526 727 445 0 373360 0
Current children cumulated CPU time (s) 4002.45
Current children cumulated vsize (KiB) 1519260

[startup+4062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 1435
/proc/meminfo: memFree=15540248/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4062.46 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 286726 0 0 0 406199 47 0 0 25 0 1 0 772296431 1555722240 259033 33554432000 4194304 6014671 140736819518256 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 259033 727 445 0 373360 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 1519260

[startup+4122.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/555 1437
/proc/meminfo: memFree=15524228/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4122.45 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 286837 0 0 0 412198 47 0 0 25 0 1 0 772296431 1555722240 259124 33554432000 4194304 6014671 140736819518256 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 259124 727 445 0 373360 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 1519260

[startup+4182.32 s]
/proc/loadavg: 2.11 2.07 2.01 3/555 1438
/proc/meminfo: memFree=15519608/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4182.48 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 287164 0 0 0 418201 47 0 0 25 0 1 0 772296431 1555722240 259430 33554432000 4194304 6014671 140736819518256 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 259430 727 445 0 373360 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 1519260

[startup+4242.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/555 1440
/proc/meminfo: memFree=15514996/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4242.46 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 287618 0 0 0 424199 47 0 0 25 0 1 0 772296431 1555722240 259839 33554432000 4194304 6014671 140736819518256 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 259839 727 445 0 373360 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 1519260

[startup+4302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 1442
/proc/meminfo: memFree=15513972/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4302.46 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 287703 0 0 0 430199 47 0 0 25 0 1 0 772296431 1555722240 259900 33554432000 4194304 6014671 140736819518256 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 259900 727 445 0 373360 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 1519260

[startup+4362.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/555 1443
/proc/meminfo: memFree=15513580/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4362.46 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 287941 0 0 0 436199 47 0 0 25 0 1 0 772296431 1555722240 260113 33554432000 4194304 6014671 140736819518256 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 260113 727 445 0 373360 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 1519260

[startup+4422.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/555 1445
/proc/meminfo: memFree=15511448/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4422.47 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 288452 0 0 0 442199 48 0 0 25 0 1 0 772296431 1555722240 260571 33554432000 4194304 6014671 140736819518256 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 260571 727 445 0 373360 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 1519260

[startup+4482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 1446
/proc/meminfo: memFree=15510296/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4482.47 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 288894 0 0 0 448199 48 0 0 25 0 1 0 772296431 1555722240 260956 33554432000 4194304 6014671 140736819518256 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 260956 727 445 0 373360 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 1519260

[startup+4542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 1448
/proc/meminfo: memFree=15508652/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4542.47 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 288990 0 0 0 454199 48 0 0 25 0 1 0 772296431 1555722240 261022 33554432000 4194304 6014671 140736819518256 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 261022 727 445 0 373360 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 1519260

[startup+4602.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/555 1450
/proc/meminfo: memFree=15507380/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4602.47 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 289376 0 0 0 460199 48 0 0 25 0 1 0 772296431 1555722240 261377 33554432000 4194304 6014671 140736819518256 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 261377 727 445 0 373360 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 1519260

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/555 1451
/proc/meminfo: memFree=15503004/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4662.47 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 289828 0 0 0 466199 48 0 0 25 0 1 0 772296431 1555722240 261764 33554432000 4194304 6014671 140736819518256 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 261764 727 445 0 373360 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 1519260

[startup+4722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/555 1453
/proc/meminfo: memFree=15502740/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4722.48 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 290253 0 0 0 472200 48 0 0 25 0 1 0 772296431 1555722240 262120 33554432000 4194304 6014671 140736819518256 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 262120 727 445 0 373360 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 1519260

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/555 1454
/proc/meminfo: memFree=15500352/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4782.47 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 291175 0 0 0 478199 48 0 0 25 0 1 0 772296431 1555722240 263006 33554432000 4194304 6014671 140736819518256 18446744073709551615 4566288 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 263006 727 445 0 373360 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 1519260

[startup+4842.32 s]
/proc/loadavg: 2.10 2.05 2.01 3/555 1456
/proc/meminfo: memFree=15498468/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4842.5 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 291175 0 0 0 484202 48 0 0 25 0 1 0 772296431 1555722240 263006 33554432000 4194304 6014671 140736819518256 18446744073709551615 4566298 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 263006 727 445 0 373360 0
Current children cumulated CPU time (s) 4842.5
Current children cumulated vsize (KiB) 1519260

[startup+4902.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/555 1458
/proc/meminfo: memFree=15499312/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4902.48 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 291175 0 0 0 490200 48 0 0 25 0 1 0 772296431 1555722240 263006 33554432000 4194304 6014671 140736819518256 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 263006 727 445 0 373360 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 1519260

[startup+4962.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/555 1459
/proc/meminfo: memFree=15459364/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=4962.48 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 301209 0 0 0 496199 49 0 0 25 0 1 0 772296431 1555722240 272962 33554432000 4194304 6014671 140736819518256 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 272962 727 445 0 373360 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 1519260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 1460
/proc/meminfo: memFree=15458604/32950928 swapFree=67056576/67111528
[pid=1233] ppid=1231 vsize=1519260 CPUtime=5000.09 cores=1,3,5,7
/proc/1233/stat : 1233 (qutersat_releas) R 1231 1233 32307 0 -1 4202496 301316 0 0 0 499960 49 0 0 25 0 1 0 772296431 1555722240 273069 33554432000 4194304 6014671 140736819518256 18446744073709551615 4511755 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1233/statm: 379815 273069 727 445 0 373360 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 1519260

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

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

Child status: 1
Real time (s): 4999.96
CPU time (s): 5000.16
CPU user time (s): 4999.62
CPU system time (s): 0.538918
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1519260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.62
system time used= 0.538918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301320
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= 8
involuntary context switches= 12265

runsolver used 25.5351 second user time and 65.4111 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-28 20:23:14
IDJOB=3421041
IDBENCH=83173
IDSOLVER=1868
FILE ID=node148/3421041-1306606993
RUNJOBID= node148-1306606993-1214
PBS_JOBID= 13471532
Free space on /tmp= 73612 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x27.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421041-1306606993/watcher-3421041-1306606993 -o /tmp/evaluation-result-3421041-1306606993/solver-3421041-1306606993 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421041-1306606993.cnf 549184398

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

MD5SUM BENCH= b9a7e3013b1b74b08c8e421f15cb16c4
RANDOM SEED=549184398

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17262172 kB
Buffers:        385572 kB
Cached:        8101016 kB
SwapCached:       8480 kB
Active:       10000280 kB
Inactive:      5315652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17262172 kB
SwapTotal:    67111528 kB
SwapFree:     67056576 kB
Dirty:            7824 kB
Writeback:           0 kB
AnonPages:     6827056 kB
Mapped:          43980 kB
Slab:           243856 kB
PageTables:      58604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170381192 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= 73608 MiB
End job on node148 at 2011-05-28 21:46:36