Trace number 3421049

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.14 4999.95

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-9x32.cnf
MD5SUMbcc12436eba65ad776b55f23c6f42298
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 variables1152
Number of clauses73440
Sum of the clauses size290304
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21728
Number of clauses of size 30
Number of clauses of size 471712
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.02	c Parse Cnf success: #var: 1152 #clause: 73440
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.04	c Find Ands  :       1152 AvgFaninNum: 3
0.00/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.04	c Find Ite   :          0
0.00/0.04	c UnDirect variable: 0
0.00/0.04	c UnDirect to Direct Gate: 0
0.00/0.04	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.04	c Break Cycle : 864
0.00/0.04	c Total Root : 0 Undef Var: 864
0.00/0.04	c After covering, Total Root: 288 Leaf: 864
0.00/0.04	c Variable( cover/uncovered/unused ): 1152 0 0
0.00/0.04	c Unit Clauses: 0
0.00/0.04	c Binary Clauses( cover/uncovered ): 864 864
0.00/0.04	c Clauses( cover/uncovered ): 288 71424
0.00/0.04	c Total Clauses( cover/uncovered ): 1152 72288 1.56863%
0.00/0.04	c Covered Ands: 288 Invs: 0 Xors: 0 Ites: 0
0.09/0.11	c Uncover Clauses avg size: 3.9761 max size: 4
0.09/0.11	c Final circuit: i/l/o/s     864       0   72288     90720
0.09/0.11	c CnfToAig: Time: 0.11 s
0.19/0.23	c TmMap: Set choices finish.
0.19/0.27	c TmMap: Set big and: 90432
0.19/0.27	c TmMap: Origin: 91585 ClauseNum: 272160 --> New: 91297 ClauseNum: 271584
0.19/0.27	c TmMap: Time: 0.05
0.19/0.29	c Try to Add: #clause: 180864 #xorclause: 0
0.29/0.32	c #var: 19008 #clauses: 18145 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-3421049-1306606994/watcher-3421049-1306606994 -o /tmp/evaluation-result-3421049-1306606994/solver-3421049-1306606994 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421049-1306606994.cnf 1303700651 

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.98 1.99 2/554 1314
/proc/meminfo: memFree=17155792/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=31844 CPUtime=0 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 991 0 0 0 0 0 0 0 25 0 1 0 772296497 32608256 928 33554432000 4194304 6014671 140733721806208 18446744073709551615 239476388923 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/1314/statm: 7961 941 305 445 0 1506 0

[startup+0.067792 s]
/proc/loadavg: 1.84 1.98 1.99 2/554 1314
/proc/meminfo: memFree=17155792/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=40044 CPUtime=0.06 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 3593 0 0 0 6 0 0 0 25 0 1 0 772296497 41005056 3529 33554432000 4194304 6014671 140733721806208 18446744073709551615 239476392542 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 10011 3529 398 445 0 3556 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 40044

[startup+0.100804 s]
/proc/loadavg: 1.84 1.98 1.99 2/554 1314
/proc/meminfo: memFree=17155792/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=44140 CPUtime=0.09 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 4589 0 0 0 9 0 0 0 25 0 1 0 772296497 45199360 4525 33554432000 4194304 6014671 140733721806208 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 11035 4525 398 445 0 4580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44140

[startup+0.300762 s]
/proc/loadavg: 1.84 1.98 1.99 2/554 1314
/proc/meminfo: memFree=17155792/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=88736 CPUtime=0.29 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 13942 0 0 0 29 0 0 0 18 0 1 0 772296497 90865664 13878 33554432000 4194304 6014671 140733721806208 18446744073709551615 239476391399 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 22184 13879 691 445 0 15729 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88736

[startup+0.700681 s]
/proc/loadavg: 1.84 1.98 1.99 2/554 1314
/proc/meminfo: memFree=17155792/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=88736 CPUtime=0.69 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 14057 0 0 0 69 0 0 0 18 0 1 0 772296497 90865664 13993 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 22184 13993 700 445 0 15729 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88736

[startup+1.50052 s]
/proc/loadavg: 1.84 1.98 1.99 3/555 1315
/proc/meminfo: memFree=17079904/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=111816 CPUtime=1.49 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 18252 0 0 0 148 1 0 0 19 0 1 0 772296497 114499584 18188 33554432000 4194304 6014671 140733721806208 18446744073709551615 4424051 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 27954 18188 723 445 0 21499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111816

[startup+3.10021 s]
/proc/loadavg: 1.84 1.98 1.99 3/555 1315
/proc/meminfo: memFree=17064404/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=133384 CPUtime=3.09 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 20662 0 0 0 308 1 0 0 23 0 1 0 772296497 136585216 20598 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 33346 20598 723 445 0 26891 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133384

[startup+6.3006 s]
/proc/loadavg: 1.85 1.98 1.99 3/555 1315
/proc/meminfo: memFree=17010608/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=156404 CPUtime=6.29 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 28495 0 0 0 627 2 0 0 25 0 1 0 772296497 160157696 28396 33554432000 4194304 6014671 140733721806208 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 39101 28396 728 445 0 32646 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 156404

[startup+12.7004 s]
/proc/loadavg: 1.86 1.98 1.99 3/555 1315
/proc/meminfo: memFree=16885964/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=193528 CPUtime=12.69 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 38552 0 0 0 1266 3 0 0 25 0 1 0 772296497 198172672 38452 33554432000 4194304 6014671 140733721806208 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 48382 38452 727 445 0 41927 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 193528

[startup+25.5009 s]
/proc/loadavg: 1.89 1.98 1.99 3/555 1316
/proc/meminfo: memFree=16810524/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=231920 CPUtime=25.49 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 46389 0 0 0 2544 5 0 0 25 0 1 0 772296497 237486080 46289 33554432000 4194304 6014671 140733721806208 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 57980 46289 727 445 0 51525 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 231920

[startup+51.101 s]
/proc/loadavg: 1.93 1.98 1.99 3/555 1316
/proc/meminfo: memFree=16739500/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=259592 CPUtime=51.09 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 55770 0 0 0 5103 6 0 0 25 0 1 0 772296497 265822208 55670 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 64898 55670 727 445 0 58443 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 259592

[startup+102.321 s]
/proc/loadavg: 1.97 1.98 1.99 3/555 1318
/proc/meminfo: memFree=16598620/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=501880 CPUtime=102.31 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 69996 0 0 0 10223 8 0 0 25 0 1 0 772296497 513925120 69779 33554432000 4194304 6014671 140733721806208 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 125470 69779 727 445 0 119015 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 501880

[startup+162.301 s]
/proc/loadavg: 2.13 2.03 2.01 3/555 1319
/proc/meminfo: memFree=16585076/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=564372 CPUtime=162.3 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 71882 0 0 0 16221 9 0 0 25 0 1 0 772296497 577916928 67199 33554432000 4194304 6014671 140733721806208 18446744073709551615 4378689 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 141093 67199 727 445 0 134638 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 564372

[startup+222.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/555 1321
/proc/meminfo: memFree=16567808/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=564372 CPUtime=222.3 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 72631 0 0 0 22221 9 0 0 25 0 1 0 772296497 577916928 67948 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 141093 67948 727 445 0 134638 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 564372

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/555 1322
/proc/meminfo: memFree=16455920/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=564372 CPUtime=282.3 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 84134 0 0 0 28219 11 0 0 25 0 1 0 772296497 577916928 79313 33554432000 4194304 6014671 140733721806208 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 141093 79313 744 445 0 134638 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 564372

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/555 1324
/proc/meminfo: memFree=16318624/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=564372 CPUtime=342.31 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 99625 0 0 0 34218 13 0 0 25 0 1 0 772296497 577916928 94804 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 141093 94804 744 445 0 134638 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 564372

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/555 1326
/proc/meminfo: memFree=16311652/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=564372 CPUtime=402.31 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 99947 0 0 0 40218 13 0 0 25 0 1 0 772296497 577916928 95121 33554432000 4194304 6014671 140733721806208 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 141093 95121 739 445 0 134638 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 564372

[startup+462.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/555 1327
/proc/meminfo: memFree=16306284/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=564372 CPUtime=462.31 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 100264 0 0 0 46218 13 0 0 25 0 1 0 772296497 577916928 95436 33554432000 4194304 6014671 140733721806208 18446744073709551615 4377896 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 141093 95436 737 445 0 134638 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 564372

[startup+522.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/555 1329
/proc/meminfo: memFree=16304764/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=564372 CPUtime=522.31 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 100539 0 0 0 52218 13 0 0 25 0 1 0 772296497 577916928 95711 33554432000 4194304 6014671 140733721806208 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 141093 95711 737 445 0 134638 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 564372

[startup+582.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/555 1330
/proc/meminfo: memFree=16258112/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=647720 CPUtime=582.31 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 109727 0 0 0 58217 14 0 0 25 0 1 0 772296497 663265280 104833 33554432000 4194304 6014671 140733721806208 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 161930 104833 737 445 0 155475 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 647720

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 1435
/proc/meminfo: memFree=15540372/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952132 CPUtime=4062.47 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 204400 0 0 0 406214 33 0 0 25 0 1 0 772296497 974983168 170579 33554432000 4194304 6014671 140733721806208 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238033 170579 728 445 0 231578 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 952132

[startup+4122.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/555 1437
/proc/meminfo: memFree=15524724/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952132 CPUtime=4122.45 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 208221 0 0 0 412212 33 0 0 25 0 1 0 772296497 974983168 174400 33554432000 4194304 6014671 140733721806208 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238033 174400 728 445 0 231578 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 952132

[startup+4182.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/555 1438
/proc/meminfo: memFree=15519608/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952132 CPUtime=4182.46 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 209176 0 0 0 418212 34 0 0 25 0 1 0 772296497 974983168 175355 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238033 175355 728 445 0 231578 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 952132

[startup+4242.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/555 1440
/proc/meminfo: memFree=15514996/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952132 CPUtime=4242.46 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 209891 0 0 0 424212 34 0 0 25 0 1 0 772296497 974983168 176070 33554432000 4194304 6014671 140733721806208 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238033 176070 728 445 0 231578 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 952132

[startup+4302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 1442
/proc/meminfo: memFree=15514096/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952132 CPUtime=4302.46 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210025 0 0 0 430212 34 0 0 25 0 1 0 772296497 974983168 176204 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238033 176204 728 445 0 231578 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 952132

[startup+4362.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/555 1443
/proc/meminfo: memFree=15513580/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952132 CPUtime=4362.46 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210036 0 0 0 436212 34 0 0 25 0 1 0 772296497 974983168 176215 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238033 176215 728 445 0 231578 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 952132

[startup+4422.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/555 1445
/proc/meminfo: memFree=15511448/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=4422.46 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210094 0 0 0 442212 34 0 0 25 0 1 0 772296497 975114240 176273 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176273 728 445 0 231610 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 952260

[startup+4482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 1446
/proc/meminfo: memFree=15509924/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=4482.47 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210193 0 0 0 448213 34 0 0 25 0 1 0 772296497 975114240 176372 33554432000 4194304 6014671 140733721806208 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176372 728 445 0 231610 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 952260

[startup+4542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 1448
/proc/meminfo: memFree=15508156/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=4542.47 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210264 0 0 0 454213 34 0 0 25 0 1 0 772296497 975114240 176443 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176443 728 445 0 231610 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 952260

[startup+4602.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/555 1450
/proc/meminfo: memFree=15507380/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=4602.47 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210281 0 0 0 460213 34 0 0 25 0 1 0 772296497 975114240 176460 33554432000 4194304 6014671 140733721806208 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176460 728 445 0 231610 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 952260

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/555 1451
/proc/meminfo: memFree=15503004/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=4662.47 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210360 0 0 0 466213 34 0 0 25 0 1 0 772296497 975114240 176539 33554432000 4194304 6014671 140733721806208 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176539 728 445 0 231610 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 952260

[startup+4722.32 s]
/proc/loadavg: 2.03 2.03 2.00 3/555 1453
/proc/meminfo: memFree=15502740/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=4722.5 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210360 0 0 0 472216 34 0 0 25 0 1 0 772296497 975114240 176539 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176539 728 445 0 231610 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 952260

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/555 1454
/proc/meminfo: memFree=15500352/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=4782.48 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210466 0 0 0 478214 34 0 0 25 0 1 0 772296497 975114240 176645 33554432000 4194304 6014671 140733721806208 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176645 728 445 0 231610 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 952260

[startup+4842.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/555 1456
/proc/meminfo: memFree=15498344/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=4842.48 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210616 0 0 0 484214 34 0 0 25 0 1 0 772296497 975114240 176795 33554432000 4194304 6014671 140733721806208 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176795 728 445 0 231610 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 952260

[startup+4902.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/555 1458
/proc/meminfo: memFree=15499312/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=4902.48 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210686 0 0 0 490214 34 0 0 25 0 1 0 772296497 975114240 176859 33554432000 4194304 6014671 140733721806208 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176859 728 445 0 231610 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 952260

[startup+4962.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/555 1459
/proc/meminfo: memFree=15459364/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=4962.48 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210735 0 0 0 496214 34 0 0 25 0 1 0 772296497 975114240 176892 33554432000 4194304 6014671 140733721806208 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176892 728 445 0 231610 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 952260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 2/553 1461
/proc/meminfo: memFree=16549696/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=5000.09 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210786 0 0 0 499975 34 0 0 25 0 1 0 772296497 975114240 176921 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176921 728 445 0 231610 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 952260

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 2/553 1461
/proc/meminfo: memFree=16549696/32950928 swapFree=67056576/67111528
[pid=1314] ppid=1312 vsize=952260 CPUtime=5000.09 cores=0,2,4,6
/proc/1314/stat : 1314 (qutersat_releas) R 1312 1314 32307 0 -1 4202496 210786 0 0 0 499975 34 0 0 25 0 1 0 772296497 975114240 176921 33554432000 4194304 6014671 140733721806208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1314/statm: 238065 176921 728 445 0 231610 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 952260

Child status: 1
Real time (s): 4999.95
CPU time (s): 5000.14
CPU user time (s): 4999.77
CPU system time (s): 0.375942
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 952260

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

runsolver used 28.6106 second user time and 62.3155 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-28 20:23:14
IDJOB=3421049
IDBENCH=83177
IDSOLVER=1868
FILE ID=node148/3421049-1306606994
RUNJOBID= node148-1306606993-1213
PBS_JOBID= 13471532
Free space on /tmp= 73608 MiB

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

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

MD5SUM BENCH= bcc12436eba65ad776b55f23c6f42298
RANDOM SEED=1303700651

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:      17156576 kB
Buffers:        385604 kB
Cached:        8102536 kB
SwapCached:       8480 kB
Active:       10105232 kB
Inactive:      5315892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17156576 kB
SwapTotal:    67111528 kB
SwapFree:     67056576 kB
Dirty:            8988 kB
Writeback:           0 kB
AnonPages:     6930652 kB
Mapped:          45532 kB
Slab:           244380 kB
PageTables:      58604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170489144 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= 73612 MiB
End job on node148 at 2011-05-28 21:46:36