Trace number 3251342

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.09 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
MD5SUM76c30bc0971bc865c2b988ddaca89385
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.29319
Satisfiable
(Un)Satisfiability was proved
Number of variables3651
Number of clauses926696
Sum of the clauses size1856923
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2926636
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c Set FPU double precision.
0.28/0.31	c Parse Cnf success: #var: 3651 #clause: 926696
0.28/0.31	c Find Units :          0
0.28/0.39	c Find Invs  :          0
0.38/0.40	c Find Ands  :       3651 AvgFaninNum: 59.8811
0.38/0.40	c Find Xors  :          0 AvgFaninNum: nan
0.38/0.40	c Find Ite   :          0
0.38/0.40	c UnDirect variable: 0
0.38/0.40	c UnDirect to Direct Gate: 0
0.38/0.40	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.38/0.40	c Break Cycle : 3591
0.38/0.40	c Total Root : 0 Undef Var: 3591
0.38/0.41	c After covering, Total Root: 60 Leaf: 3591
0.38/0.41	c Variable( cover/uncovered/unused ): 3651 0 0
0.38/0.41	c Unit Clauses: 0
0.38/0.41	c Binary Clauses( cover/uncovered ): 3591 923045
0.38/0.41	c Clauses( cover/uncovered ): 60 0
0.38/0.41	c Total Clauses( cover/uncovered ): 3651 923045 0.39398%
0.38/0.41	c Covered Ands: 60 Invs: 0 Xors: 0 Ites: 0
0.79/0.87	c Uncover Clauses avg size: 2 max size: 2
0.79/0.88	c Final circuit: i/l/o/s    3591       0  923045    926576
0.79/0.88	c CnfToAig: Time: 0.88 s
1.29/1.32	c TmMap: Set choices finish.
1.69/1.74	c TmMap: Set big and: 923105
1.69/1.74	c TmMap: Origin: 930168 ClauseNum: 2779728 --> New: 926697 ClauseNum: 2772786
1.69/1.74	c TmMap: Time: 0.47
1.79/1.88	c Try to Add: #clause: 1846210 #xorclause: 0
1.99/2.00	c #var: 3651 #clauses: 61 Solving... 
1300.05/1300.00	c Time Out !!
1300.05/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-3251342-1303583015/watcher-3251342-1303583015 -o /tmp/evaluation-result-3251342-1303583015/solver-3251342-1303583015 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3251342-1303583015.cnf 1922823482 

running on 2 cores: 0,2

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: 1.50 3.12 3.38 5/189 8363
/proc/meminfo: memFree=14458328/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=32364 CPUtime=0 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 1804 0 0 0 0 0 0 0 21 0 1 0 469898631 33140736 1738 33554432000 4194304 6016207 140733568800880 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 8091 1739 379 445 0 1635 0

[startup+0.0972159 s]
/proc/loadavg: 1.50 3.12 3.38 5/189 8363
/proc/meminfo: memFree=14458328/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=56428 CPUtime=0.08 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 7476 0 0 0 8 0 0 0 21 0 1 0 469898631 57782272 7410 33554432000 4194304 6016207 140733568800880 18446744073709551615 4804251 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 14107 7411 379 445 0 7651 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56428

[startup+0.101217 s]
/proc/loadavg: 1.50 3.12 3.38 5/189 8363
/proc/meminfo: memFree=14458328/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=56428 CPUtime=0.09 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 7509 0 0 0 9 0 0 0 21 0 1 0 469898631 57782272 7443 33554432000 4194304 6016207 140733568800880 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 14107 7443 379 445 0 7651 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56428

[startup+0.301172 s]
/proc/loadavg: 1.50 3.12 3.38 5/189 8363
/proc/meminfo: memFree=14458328/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=81132 CPUtime=0.28 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 13815 0 0 0 27 1 0 0 22 0 1 0 469898631 83079168 13749 33554432000 4194304 6016207 140733568800880 18446744073709551615 4804988 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 20283 13749 379 445 0 13827 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 81132

[startup+0.701098 s]
/proc/loadavg: 1.50 3.12 3.38 5/189 8363
/proc/meminfo: memFree=14458328/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=126188 CPUtime=0.69 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 24190 0 0 0 66 3 0 0 23 0 1 0 469898631 129216512 24124 33554432000 4194304 6016207 140733568800880 18446744073709551615 4336083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 31547 24124 400 445 0 25091 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126188

[startup+1.50095 s]
/proc/loadavg: 1.50 3.12 3.38 5/190 8364
/proc/meminfo: memFree=14093276/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=278952 CPUtime=1.49 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 63614 0 0 0 142 7 0 0 25 0 1 0 469898631 285646848 63548 33554432000 4194304 6016207 140733568800880 18446744073709551615 4364096 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 69738 63549 672 445 0 63282 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 278952

[startup+3.10063 s]
/proc/loadavg: 1.70 3.14 3.38 6/190 8364
/proc/meminfo: memFree=13934468/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=349224 CPUtime=3.09 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 80344 0 0 0 301 8 0 0 25 0 1 0 469898631 357605376 80278 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 87306 80278 718 445 0 80850 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 349224

[startup+6.30104 s]
/proc/loadavg: 1.70 3.14 3.38 5/190 8364
/proc/meminfo: memFree=13929992/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=349224 CPUtime=6.29 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 80350 0 0 0 621 8 0 0 25 0 1 0 469898631 357605376 80284 33554432000 4194304 6016207 140733568800880 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 87306 80284 723 445 0 80850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 349224

[startup+12.7008 s]
/proc/loadavg: 2.05 3.16 3.39 5/190 8364
/proc/meminfo: memFree=13908464/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=349224 CPUtime=12.69 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 80354 0 0 0 1261 8 0 0 25 0 1 0 469898631 357605376 80288 33554432000 4194304 6016207 140733568800880 18446744073709551615 4538633 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 87306 80288 727 445 0 80850 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 349224

[startup+25.5003 s]
/proc/loadavg: 2.35 3.19 3.40 5/190 8364
/proc/meminfo: memFree=13857004/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=349224 CPUtime=25.49 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 80354 0 0 0 2541 8 0 0 25 0 1 0 469898631 357605376 80288 33554432000 4194304 6016207 140733568800880 18446744073709551615 4538696 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 87306 80288 727 445 0 80850 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 349224

[startup+51.1004 s]
/proc/loadavg: 2.91 3.25 3.41 5/190 8365
/proc/meminfo: memFree=13760428/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=349224 CPUtime=51.09 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 80354 0 0 0 5101 8 0 0 25 0 1 0 469898631 357605376 80288 33554432000 4194304 6016207 140733568800880 18446744073709551615 4538600 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 87306 80288 727 445 0 80850 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 349224

[startup+102.307 s]
/proc/loadavg: 3.62 3.39 3.45 5/190 8366
/proc/meminfo: memFree=13555200/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=349224 CPUtime=102.3 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 80380 0 0 0 10222 8 0 0 25 0 1 0 469898631 357605376 80283 33554432000 4194304 6016207 140733568800880 18446744073709551615 4536896 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 87306 80283 727 445 0 80850 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 349224

[startup+162.301 s]
/proc/loadavg: 3.89 3.51 3.48 5/190 8368
/proc/meminfo: memFree=13440100/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=543728 CPUtime=162.3 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 93084 0 0 0 16219 11 0 0 25 0 1 0 469898631 556777472 88494 33554432000 4194304 6016207 140733568800880 18446744073709551615 4378248 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 135932 88494 727 445 0 129476 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 543728

[startup+222.301 s]
/proc/loadavg: 3.96 3.60 3.51 5/190 8369
/proc/meminfo: memFree=13256316/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=543728 CPUtime=222.3 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 101615 0 0 0 22217 13 0 0 25 0 1 0 469898631 556777472 97025 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 135932 97025 727 445 0 129476 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 543728

[startup+282.301 s]
/proc/loadavg: 3.93 3.65 3.54 5/190 8398
/proc/meminfo: memFree=13344984/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=637716 CPUtime=282.3 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 105107 0 0 0 28217 13 0 0 25 0 1 0 469898631 653021184 100464 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 159429 100464 727 445 0 152973 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 637716

[startup+342.301 s]
/proc/loadavg: 3.97 3.71 3.56 5/190 8400
/proc/meminfo: memFree=13077620/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=828496 CPUtime=342.3 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 126851 0 0 0 34213 17 0 0 25 0 1 0 469898631 848379904 122208 33554432000 4194304 6016207 140733568800880 18446744073709551615 4424171 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 207124 122208 727 445 0 200668 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 828496

[startup+402.301 s]
/proc/loadavg: 3.99 3.76 3.59 5/190 8401
/proc/meminfo: memFree=13006304/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=828496 CPUtime=402.31 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 129809 0 0 0 40214 17 0 0 25 0 1 0 469898631 848379904 125166 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 207124 125166 728 445 0 200668 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 828496

[startup+462.301 s]
/proc/loadavg: 3.99 3.80 3.61 5/190 8403
/proc/meminfo: memFree=12846080/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=462.3 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 152860 0 0 0 46209 21 0 0 25 0 1 0 469898631 955334656 148217 33554432000 4194304 6016207 140733568800880 18446744073709551615 4379448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 148217 728 445 0 226780 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 932944

[startup+522.301 s]
/proc/loadavg: 3.99 3.84 3.63 5/190 8404
/proc/meminfo: memFree=12658088/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=522.31 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 154775 0 0 0 52209 22 0 0 25 0 1 0 469898631 955334656 150125 33554432000 4194304 6016207 140733568800880 18446744073709551615 4536916 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 150125 727 445 0 226780 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 932944

[startup+582.301 s]
/proc/loadavg: 3.99 3.86 3.65 5/190 8406
/proc/meminfo: memFree=12613684/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=582.31 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 155266 0 0 0 58209 22 0 0 25 0 1 0 469898631 955334656 150580 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 150580 727 445 0 226780 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 932944

[startup+642.301 s]
/proc/loadavg: 4.03 3.90 3.67 5/190 8408
/proc/meminfo: memFree=12567916/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=642.32 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 155572 0 0 0 64209 23 0 0 25 0 1 0 469898631 955334656 142952 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 142952 727 445 0 226780 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 932944

[startup+702.301 s]
/proc/loadavg: 4.01 3.91 3.69 5/190 8409
/proc/meminfo: memFree=12457292/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=702.32 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 155842 0 0 0 70209 23 0 0 25 0 1 0 469898631 955334656 143222 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425999 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 143222 727 445 0 226780 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 932944

[startup+762.307 s]
/proc/loadavg: 4.07 3.94 3.71 5/190 8411
/proc/meminfo: memFree=12350764/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=762.32 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 156094 0 0 0 76209 23 0 0 25 0 1 0 469898631 955334656 143474 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 143474 727 445 0 226780 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 932944

[startup+822.301 s]
/proc/loadavg: 4.09 3.97 3.74 5/190 8412
/proc/meminfo: memFree=12315544/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=822.32 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 156443 0 0 0 82209 23 0 0 25 0 1 0 469898631 955334656 143823 33554432000 4194304 6016207 140733568800880 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 143823 727 445 0 226780 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 932944

[startup+882.301 s]
/proc/loadavg: 4.03 3.97 3.75 5/190 8414
/proc/meminfo: memFree=12264940/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=882.32 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 159295 0 0 0 88208 24 0 0 25 0 1 0 469898631 955334656 146675 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 146675 727 445 0 226780 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 932944

[startup+942.301 s]
/proc/loadavg: 4.01 3.97 3.76 5/190 8416
/proc/meminfo: memFree=12223148/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=942.33 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 159322 0 0 0 94208 25 0 0 25 0 1 0 469898631 955334656 146702 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425540 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 146702 727 445 0 226780 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 932944

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.77 5/190 8417
/proc/meminfo: memFree=12196100/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=1002.33 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 164653 0 0 0 100207 26 0 0 25 0 1 0 469898631 955334656 151965 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 151965 740 445 0 226780 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 932944

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.78 5/190 8419
/proc/meminfo: memFree=12160620/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=1062.33 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 173552 0 0 0 106206 27 0 0 25 0 1 0 469898631 955334656 160864 33554432000 4194304 6016207 140733568800880 18446744073709551615 4424854 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 160864 740 445 0 226780 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 932944

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/190 8420
/proc/meminfo: memFree=12158748/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=1122.33 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 173745 0 0 0 112206 27 0 0 25 0 1 0 469898631 955334656 161057 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 161057 740 445 0 226780 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 932944

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.81 5/190 8422
/proc/meminfo: memFree=12137656/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=1182.34 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 178790 0 0 0 118206 28 0 0 25 0 1 0 469898631 955334656 166102 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 166102 740 445 0 226780 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 932944

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/190 8424
/proc/meminfo: memFree=12130208/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=1242.34 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 179024 0 0 0 124205 29 0 0 25 0 1 0 469898631 955334656 166336 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 166336 740 445 0 226780 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 932944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.83 3/188 8427
/proc/meminfo: memFree=13415960/32950928 swapFree=67087032/67111528
[pid=8363] ppid=8361 vsize=932944 CPUtime=1300.05 cores=0,2
/proc/8363/stat : 8363 (qutersat_releas) R 8361 8363 7393 0 -1 4202496 179448 0 0 0 129976 29 0 0 25 0 1 0 469898631 955334656 166754 33554432000 4194304 6016207 140733568800880 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8363/statm: 233236 166754 740 445 0 226780 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 932944

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.04
CPU time (s): 1300.09
CPU user time (s): 1299.77
CPU system time (s): 0.32495
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 932944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.77
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179453
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= 2691

runsolver used 2.26565 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-23 20:23:36
IDJOB=3251342
IDBENCH=88219
IDSOLVER=1607
FILE ID=node148/3251342-1303583015
RUNJOBID= node148-1303583015-8321
PBS_JOBID= 13150324
Free space on /tmp= 70572 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251342-1303583015/watcher-3251342-1303583015 -o /tmp/evaluation-result-3251342-1303583015/solver-3251342-1303583015 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3251342-1303583015.cnf 1922823482

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

MD5SUM BENCH= 76c30bc0971bc865c2b988ddaca89385
RANDOM SEED=1922823482

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:      14460840 kB
Buffers:       2045328 kB
Cached:       15779900 kB
SwapCached:       5264 kB
Active:        8965896 kB
Inactive:      8965040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14460840 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           26192 kB
Writeback:           0 kB
AnonPages:      101844 kB
Mapped:          16520 kB
Slab:           495356 kB
PageTables:       5584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   329044 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= 70580 MiB
End job on node148 at 2011-04-23 20:45:18