Trace number 3249758

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-03-01? (TO) 1300.06 1300.06

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x39.cnf
MD5SUMe7679ca49bb432c9b90305d907365c4e
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 variables3276
Number of clauses628173
Sum of the clauses size2502864
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24914
Number of clauses of size 30
Number of clauses of size 4623259
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.19/0.27	c Parse Cnf success: #var: 3276 #clause: 628173
0.19/0.27	c Find Units :          0
0.19/0.27	c Find Invs  :          0
0.38/0.40	c Find Ands  :       3276 AvgFaninNum: 3
0.38/0.42	c Find Xors  :          0 AvgFaninNum: nan
0.38/0.43	c Find Ite   :          0
0.38/0.43	c UnDirect variable: 0
0.38/0.43	c UnDirect to Direct Gate: 0
0.38/0.43	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.38/0.43	c Break Cycle : 2457
0.38/0.43	c Total Root : 0 Undef Var: 2457
0.38/0.44	c After covering, Total Root: 819 Leaf: 2457
0.38/0.44	c Variable( cover/uncovered/unused ): 3276 0 0
0.38/0.44	c Unit Clauses: 0
0.38/0.44	c Binary Clauses( cover/uncovered ): 2457 2457
0.38/0.44	c Clauses( cover/uncovered ): 819 622440
0.38/0.44	c Total Clauses( cover/uncovered ): 3276 624897 0.521512%
0.38/0.44	c Covered Ands: 819 Invs: 0 Xors: 0 Ites: 0
0.99/1.07	c Uncover Clauses avg size: 3.99214 max size: 4
0.99/1.08	c Final circuit: i/l/o/s    2457       0  624897    688779
0.99/1.08	c CnfToAig: Time: 1.07 s
1.99/2.01	c TmMap: Set choices finish.
2.28/2.37	c TmMap: Set big and: 687960
2.28/2.37	c TmMap: Origin: 691237 ClauseNum: 2066337 --> New: 690418 ClauseNum: 2064699
2.28/2.37	c TmMap: Time: 0.46
2.48/2.52	c Try to Add: #clause: 1375920 #xorclause: 0
2.58/2.68	c #var: 65520 #clauses: 63064 Solving... 
1300.00/1300.00	c Time Out !!
1300.00/1300.00	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3249758-1303511931/watcher-3249758-1303511931 -o /tmp/evaluation-result-3249758-1303511931/solver-3249758-1303511931 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3249758-1303511931.cnf 703263718 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.47 3.89 3.93 4/177 15009
/proc/meminfo: memFree=19488568/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=26264 CPUtime=0 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4194304 255 0 0 0 0 0 0 0 21 0 1 0 462792816 26894336 204 33554432000 4194304 6016207 140734252845664 18446744073709551615 210642183656 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15009/statm: 6566 204 168 445 0 97 0

[startup+0.0711039 s]
/proc/loadavg: 3.47 3.89 3.93 4/177 15009
/proc/meminfo: memFree=19488568/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=45676 CPUtime=0.05 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 5119 0 0 0 5 0 0 0 21 0 1 0 462792816 46772224 5053 33554432000 4194304 6016207 140734252845664 18446744073709551615 4310902 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 11419 5054 379 445 0 4963 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45676

[startup+0.101084 s]
/proc/loadavg: 3.47 3.89 3.93 4/177 15009
/proc/meminfo: memFree=19488568/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=50796 CPUtime=0.08 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 5914 0 0 0 8 0 0 0 21 0 1 0 462792816 52015104 5848 33554432000 4194304 6016207 140734252845664 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 12699 5850 379 445 0 6243 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50796

[startup+0.30105 s]
/proc/loadavg: 3.47 3.89 3.93 4/177 15009
/proc/meminfo: memFree=19488568/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=85740 CPUtime=0.28 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 14507 0 0 0 27 1 0 0 22 0 1 0 462792816 87797760 14441 33554432000 4194304 6016207 140734252845664 18446744073709551615 4287195 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 21435 14441 386 445 0 14979 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 85740

[startup+0.700978 s]
/proc/loadavg: 3.47 3.89 3.93 4/177 15009
/proc/meminfo: memFree=19488568/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=98028 CPUtime=0.69 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 17594 0 0 0 67 2 0 0 23 0 1 0 462792816 100380672 17528 33554432000 4194304 6016207 140734252845664 18446744073709551615 4315859 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 24507 17528 400 445 0 18051 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98028

[startup+1.50085 s]
/proc/loadavg: 3.51 3.89 3.93 5/188 15030
/proc/meminfo: memFree=19291012/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=211352 CPUtime=1.49 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 46910 0 0 0 145 4 0 0 25 0 1 0 462792816 216424448 46844 33554432000 4194304 6016207 140734252845664 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 52838 46847 670 445 0 46382 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 211352

[startup+3.10058 s]
/proc/loadavg: 3.51 3.89 3.93 6/188 15030
/proc/meminfo: memFree=19089188/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=378016 CPUtime=3.08 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 85923 0 0 0 300 8 0 0 25 0 1 0 462792816 387088384 85857 33554432000 4194304 6016207 140734252845664 18446744073709551615 4668154 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 94504 85857 695 445 0 88048 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 378016

[startup+6.30103 s]
/proc/loadavg: 3.51 3.89 3.93 6/188 15030
/proc/meminfo: memFree=18997808/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=390172 CPUtime=6.29 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 88681 0 0 0 620 9 0 0 25 0 1 0 462792816 399536128 88522 33554432000 4194304 6016207 140734252845664 18446744073709551615 4733333 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 97543 88522 710 445 0 91087 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 390172

[startup+12.701 s]
/proc/loadavg: 3.81 3.94 3.94 5/188 15031
/proc/meminfo: memFree=18900320/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=390172 CPUtime=12.69 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 89081 0 0 0 1260 9 0 0 25 0 1 0 462792816 399536128 88922 33554432000 4194304 6016207 140734252845664 18446744073709551615 4536256 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 97543 88922 728 445 0 91087 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 390172

[startup+25.5008 s]
/proc/loadavg: 3.84 3.94 3.94 5/188 15058
/proc/meminfo: memFree=18692912/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=610408 CPUtime=25.48 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 115986 0 0 0 2535 13 0 0 25 0 1 0 462792816 625057792 115619 33554432000 4194304 6016207 140734252845664 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 152602 115619 733 445 0 146146 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 610408

[startup+51.1005 s]
/proc/loadavg: 4.04 3.98 3.95 5/188 15112
/proc/meminfo: memFree=18389000/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=739176 CPUtime=51.09 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 153096 0 0 0 5091 18 0 0 25 0 1 0 462792816 756916224 152094 33554432000 4194304 6016207 140734252845664 18446744073709551615 4567808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 184794 152094 732 445 0 178338 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 739176

[startup+102.307 s]
/proc/loadavg: 4.05 4.00 3.96 5/188 15114
/proc/meminfo: memFree=18120332/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1327844 CPUtime=102.28 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 195204 0 0 0 10202 26 0 0 25 0 1 0 462792816 1359712256 176087 33554432000 4194304 6016207 140734252845664 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 331961 176088 732 445 0 325505 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1327844

[startup+162.301 s]
/proc/loadavg: 4.02 4.00 3.96 5/188 15116
/proc/meminfo: memFree=17881128/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1327844 CPUtime=162.28 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 204357 0 0 0 16200 28 0 0 25 0 1 0 462792816 1359712256 185240 33554432000 4194304 6016207 140734252845664 18446744073709551615 4425540 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 331961 185240 732 445 0 325505 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 1327844

[startup+222.301 s]
/proc/loadavg: 4.13 4.03 3.97 5/188 15144
/proc/meminfo: memFree=17932808/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1327844 CPUtime=222.28 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 204405 0 0 0 22200 28 0 0 25 0 1 0 462792816 1359712256 185261 33554432000 4194304 6016207 140734252845664 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 331961 185261 732 445 0 325505 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1327844

[startup+282.301 s]
/proc/loadavg: 4.05 4.02 3.97 5/188 15145
/proc/meminfo: memFree=17735492/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1327972 CPUtime=282.28 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 230124 0 0 0 28197 31 0 0 25 0 1 0 462792816 1359843328 210744 33554432000 4194304 6016207 140734252845664 18446744073709551615 4536352 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 331993 210744 732 445 0 325537 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1327972

[startup+342.3 s]
/proc/loadavg: 3.78 3.97 3.95 4/182 15164
/proc/meminfo: memFree=17725592/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=342.28 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 244029 0 0 0 34195 33 0 0 25 0 1 0 462792816 1695555584 224649 33554432000 4194304 6016207 140734252845664 18446744073709551615 4536464 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 224649 732 445 0 407498 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1655816

[startup+402.3 s]
/proc/loadavg: 3.29 3.79 3.89 4/182 15166
/proc/meminfo: memFree=17694080/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=402.28 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 245115 0 0 0 40194 34 0 0 25 0 1 0 462792816 1695555584 225690 33554432000 4194304 6016207 140734252845664 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 225690 732 445 0 407498 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1655816

[startup+462.3 s]
/proc/loadavg: 3.15 3.66 3.84 4/182 15168
/proc/meminfo: memFree=17686500/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=462.28 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 246407 0 0 0 46194 34 0 0 25 0 1 0 462792816 1695555584 226813 33554432000 4194304 6016207 140734252845664 18446744073709551615 4387612 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 226813 732 445 0 407498 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1655816

[startup+522.301 s]
/proc/loadavg: 3.10 3.55 3.79 4/182 15169
/proc/meminfo: memFree=17620012/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=522.29 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 247853 0 0 0 52194 35 0 0 25 0 1 0 462792816 1695555584 228039 33554432000 4194304 6016207 140734252845664 18446744073709551615 4381424 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 228039 732 445 0 407498 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1655816

[startup+582.301 s]
/proc/loadavg: 3.04 3.45 3.73 4/182 15170
/proc/meminfo: memFree=17575612/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=582.29 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 260845 0 0 0 58192 37 0 0 25 0 1 0 462792816 1695555584 234770 33554432000 4194304 6016207 140734252845664 18446744073709551615 4536916 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 234770 732 445 0 407498 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1655816

[startup+642.301 s]
/proc/loadavg: 3.01 3.36 3.69 4/182 15172
/proc/meminfo: memFree=17484220/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=642.29 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 263815 0 0 0 64192 37 0 0 25 0 1 0 462792816 1695555584 237740 33554432000 4194304 6016207 140734252845664 18446744073709551615 4536921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 237740 732 445 0 407498 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 1655816

[startup+702.301 s]
/proc/loadavg: 3.08 3.32 3.65 4/182 15174
/proc/meminfo: memFree=17323376/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=702.29 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 268730 0 0 0 70191 38 0 0 25 0 1 0 462792816 1695555584 242655 33554432000 4194304 6016207 140734252845664 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 242655 732 445 0 407498 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1655816

[startup+762.307 s]
/proc/loadavg: 3.03 3.26 3.61 4/182 15176
/proc/meminfo: memFree=17295596/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=762.29 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 269769 0 0 0 76191 38 0 0 25 0 1 0 462792816 1695555584 243664 33554432000 4194304 6016207 140734252845664 18446744073709551615 4387591 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 243664 732 445 0 407498 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 1655816

[startup+822.3 s]
/proc/loadavg: 3.01 3.21 3.57 4/182 15177
/proc/meminfo: memFree=17246364/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=822.29 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 271100 0 0 0 82190 39 0 0 25 0 1 0 462792816 1695555584 244887 33554432000 4194304 6016207 140734252845664 18446744073709551615 4538721 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 244887 732 445 0 407498 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1655816

[startup+882.3 s]
/proc/loadavg: 3.00 3.17 3.53 4/182 15178
/proc/meminfo: memFree=17133020/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=882.29 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 274958 0 0 0 88190 39 0 0 25 0 1 0 462792816 1695555584 248645 33554432000 4194304 6016207 140734252845664 18446744073709551615 4567824 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 248645 732 445 0 407498 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 1655816

[startup+942.3 s]
/proc/loadavg: 3.00 3.14 3.49 4/182 15180
/proc/meminfo: memFree=17058236/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=942.29 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 286734 0 0 0 94189 40 0 0 25 0 1 0 462792816 1695555584 260323 33554432000 4194304 6016207 140734252845664 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 260323 732 445 0 407498 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1655816

[startup+1002.3 s]
/proc/loadavg: 3.00 3.11 3.46 4/182 15182
/proc/meminfo: memFree=16951216/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=1002.29 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 313506 0 0 0 100184 45 0 0 25 0 1 0 462792816 1695555584 286981 33554432000 4194304 6016207 140734252845664 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 286981 732 445 0 407498 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1655816

[startup+1062.3 s]
/proc/loadavg: 3.00 3.09 3.43 4/182 15184
/proc/meminfo: memFree=16919456/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=1062.29 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 315509 0 0 0 106184 45 0 0 25 0 1 0 462792816 1695555584 288845 33554432000 4194304 6016207 140734252845664 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 288845 732 445 0 407498 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1655816

[startup+1122.3 s]
/proc/loadavg: 3.00 3.07 3.40 4/182 15185
/proc/meminfo: memFree=16903444/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=1122.3 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 316286 0 0 0 112184 46 0 0 25 0 1 0 462792816 1695555584 289494 33554432000 4194304 6016207 140734252845664 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 289494 732 445 0 407498 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1655816

[startup+1182.3 s]
/proc/loadavg: 3.00 3.05 3.37 4/182 15186
/proc/meminfo: memFree=16897600/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=1182.3 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 316605 0 0 0 118184 46 0 0 25 0 1 0 462792816 1695555584 285646 33554432000 4194304 6016207 140734252845664 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 285646 732 445 0 407498 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1655816

[startup+1242.3 s]
/proc/loadavg: 3.00 3.04 3.34 4/182 15188
/proc/meminfo: memFree=16867576/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=1242.3 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 316925 0 0 0 124184 46 0 0 25 0 1 0 462792816 1695555584 285966 33554432000 4194304 6016207 140734252845664 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 285966 732 445 0 407498 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1655816



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.03 3.32 3/180 15191
/proc/meminfo: memFree=17475796/32951132 swapFree=67111524/67111528
[pid=15009] ppid=15007 vsize=1655816 CPUtime=1300 cores=1,3
/proc/15009/stat : 15009 (qutersat_releas) R 15007 15009 13625 0 -1 4202496 317114 0 0 0 129954 46 0 0 25 0 1 0 462792816 1695555584 286155 33554432000 4194304 6016207 140734252845664 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15009/statm: 413954 286155 732 445 0 407498 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1655816

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): 1300.06
CPU time (s): 1300.06
CPU user time (s): 1299.55
CPU system time (s): 0.513921
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1655816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.55
system time used= 0.513921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317119
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= 6
involuntary context switches= 2325

runsolver used 2.11968 second user time and 4.76427 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-23 00:38:52
IDJOB=3249758
IDBENCH=83184
IDSOLVER=1607
FILE ID=node129/3249758-1303511931
RUNJOBID= node129-1303511931-14881
PBS_JOBID= 13134276
Free space on /tmp= 66296 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x39.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249758-1303511931/watcher-3249758-1303511931 -o /tmp/evaluation-result-3249758-1303511931/solver-3249758-1303511931 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3249758-1303511931.cnf 703263718

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

MD5SUM BENCH= e7679ca49bb432c9b90305d907365c4e
RANDOM SEED=703263718

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.75
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.75
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19489220 kB
Buffers:        957312 kB
Cached:       11720816 kB
SwapCached:          4 kB
Active:        1433164 kB
Inactive:     11382888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19489220 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           23356 kB
Writeback:          24 kB
AnonPages:      137628 kB
Mapped:          17404 kB
Slab:           581888 kB
PageTables:       4956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   288168 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66300 MiB
End job on node129 at 2011-04-23 01:00:34