Trace number 3421407

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.17 5000.09

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.365943
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
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.19/0.26	c Parse Cnf success: #var: 3510 #clause: 974465
0.19/0.26	c Find Units :          0
0.29/0.34	c Find Invs  :          0
0.29/0.34	c Find Ands  :       3510 AvgFaninNum: 57.8239
0.29/0.34	c Find Xors  :          0 AvgFaninNum: nan
0.29/0.34	c Find Ite   :          0
0.29/0.35	c UnDirect variable: 0
0.29/0.35	c UnDirect to Direct Gate: 0
0.29/0.35	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.29/0.35	c Break Cycle : 3450
0.29/0.35	c Total Root : 0 Undef Var: 3450
0.29/0.35	c After covering, Total Root: 60 Leaf: 3450
0.29/0.35	c Variable( cover/uncovered/unused ): 3510 0 0
0.29/0.35	c Unit Clauses: 0
0.29/0.35	c Binary Clauses( cover/uncovered ): 3450 970955
0.29/0.35	c Clauses( cover/uncovered ): 60 0
0.29/0.35	c Total Clauses( cover/uncovered ): 3510 970955 0.360198%
0.29/0.35	c Covered Ands: 60 Invs: 0 Xors: 0 Ites: 0
0.69/0.77	c Uncover Clauses avg size: 2 max size: 2
0.69/0.78	c Final circuit: i/l/o/s    3450       0  970955    974345
0.69/0.78	c CnfToAig: Time: 0.77 s
1.11/1.19	c TmMap: Set choices finish.
1.49/1.58	c TmMap: Set big and: 971015
1.49/1.58	c TmMap: Origin: 977796 ClauseNum: 2923035 --> New: 974466 ClauseNum: 2916375
1.49/1.58	c TmMap: Time: 0.45
1.69/1.71	c Try to Add: #clause: 1942030 #xorclause: 0
1.79/1.83	c #var: 3510 #clauses: 61 Solving... 
5000.08/5000.02	c Time Out !!
5000.08/5000.02	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-3421407-1306633688/watcher-3421407-1306633688 -o /tmp/evaluation-result-3421407-1306633688/solver-3421407-1306633688 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421407-1306633688.cnf 1805194254 

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.04 2.01 2/515 1528
/proc/meminfo: memFree=10419844/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=28644 CPUtime=0 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 607 0 0 0 0 0 0 0 19 0 1 0 853599549 29331456 543 33554432000 4194304 6014671 140733797654944 18446744073709551615 256415085627 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1528/statm: 7161 554 290 445 0 706 0

[startup+0.042055 s]
/proc/loadavg: 2.09 2.04 2.01 2/515 1528
/proc/meminfo: memFree=10419844/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=43628 CPUtime=0.03 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 4563 0 0 0 3 0 0 0 19 0 1 0 853599549 44675072 4499 33554432000 4194304 6014671 140733797654944 18446744073709551615 256415391488 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 10907 4500 378 445 0 4452 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 43628

[startup+0.10105 s]
/proc/loadavg: 2.09 2.04 2.01 2/515 1528
/proc/meminfo: memFree=10419844/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=55916 CPUtime=0.09 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 7568 0 0 0 8 1 0 0 19 0 1 0 853599549 57257984 7504 33554432000 4194304 6014671 140733797654944 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 13979 7505 378 445 0 7524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55916

[startup+0.301013 s]
/proc/loadavg: 2.09 2.04 2.01 2/515 1528
/proc/meminfo: memFree=10419844/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=80620 CPUtime=0.29 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 13884 0 0 0 27 2 0 0 20 0 1 0 853599549 82554880 13820 33554432000 4194304 6014671 140733797654944 18446744073709551615 4281183 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 20155 13820 382 445 0 13700 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80620

[startup+0.700938 s]
/proc/loadavg: 2.09 2.04 2.01 2/515 1528
/proc/meminfo: memFree=10419844/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=126188 CPUtime=0.69 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 24778 0 0 0 66 3 0 0 21 0 1 0 853599549 129216512 24714 33554432000 4194304 6014671 140733797654944 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 31547 24714 398 445 0 25092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126188

[startup+1.5008 s]
/proc/loadavg: 2.09 2.04 2.01 3/516 1529
/proc/meminfo: memFree=10221348/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=360208 CPUtime=1.49 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 77085 0 0 0 140 9 0 0 23 0 1 0 853599549 368852992 77021 33554432000 4194304 6014671 140733797654944 18446744073709551615 4256084 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 90052 77030 670 445 0 83597 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 360208

[startup+3.10049 s]
/proc/loadavg: 2.09 2.04 2.01 3/516 1529
/proc/meminfo: memFree=10086064/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=360208 CPUtime=3.09 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 83565 0 0 0 299 10 0 0 25 0 1 0 853599549 368852992 83501 33554432000 4194304 6014671 140733797654944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 90052 83501 720 445 0 83597 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 360208

[startup+6.30087 s]
/proc/loadavg: 2.08 2.04 2.01 3/516 1529
/proc/meminfo: memFree=10085708/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=360208 CPUtime=6.29 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 83566 0 0 0 619 10 0 0 25 0 1 0 853599549 368852992 83502 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 90052 83502 721 445 0 83597 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 360208

[startup+12.7007 s]
/proc/loadavg: 2.08 2.04 2.01 3/516 1529
/proc/meminfo: memFree=10084748/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=360208 CPUtime=12.69 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 83570 0 0 0 1259 10 0 0 25 0 1 0 853599549 368852992 83506 33554432000 4194304 6014671 140733797654944 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 90052 83506 725 445 0 83597 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 360208

[startup+25.5002 s]
/proc/loadavg: 2.06 2.04 2.01 3/516 1529
/proc/meminfo: memFree=10084108/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=360208 CPUtime=25.47 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 83570 0 0 0 2537 10 0 0 25 0 1 0 853599549 368852992 83506 33554432000 4194304 6014671 140733797654944 18446744073709551615 4537189 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 90052 83506 725 445 0 83597 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 360208

[startup+51.1004 s]
/proc/loadavg: 2.04 2.03 2.00 3/516 1530
/proc/meminfo: memFree=10062044/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=500596 CPUtime=51.07 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 89186 0 0 0 5096 11 0 0 25 0 1 0 853599549 512610304 89059 33554432000 4194304 6014671 140733797654944 18446744073709551615 4537196 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 125149 89059 725 445 0 118694 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 500596

[startup+102.32 s]
/proc/loadavg: 2.13 2.06 2.01 3/516 1532
/proc/meminfo: memFree=9942108/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=660264 CPUtime=102.29 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 119497 0 0 0 10215 14 0 0 25 0 1 0 853599549 676110336 118798 33554432000 4194304 6014671 140733797654944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 165066 118798 725 445 0 158611 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 660264

[startup+162.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/516 1533
/proc/meminfo: memFree=9869780/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=759244 CPUtime=162.27 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 137320 0 0 0 16210 17 0 0 25 0 1 0 853599549 777465856 136621 33554432000 4194304 6014671 140733797654944 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 189811 136621 726 445 0 183356 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 759244

[startup+222.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/516 1535
/proc/meminfo: memFree=9857840/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=868488 CPUtime=222.27 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 139883 0 0 0 22209 18 0 0 25 0 1 0 853599549 889331712 139184 33554432000 4194304 6014671 140733797654944 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 217122 139184 726 445 0 210667 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 868488

[startup+282.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/516 1536
/proc/meminfo: memFree=9850348/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=868488 CPUtime=282.27 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 141940 0 0 0 28209 18 0 0 25 0 1 0 853599549 889331712 141241 33554432000 4194304 6014671 140733797654944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 217122 141241 726 445 0 210667 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 868488

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 1538
/proc/meminfo: memFree=9847824/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=868488 CPUtime=342.26 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 142381 0 0 0 34208 18 0 0 25 0 1 0 853599549 889331712 141681 33554432000 4194304 6014671 140733797654944 18446744073709551615 4535248 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 217122 141681 725 445 0 210667 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 868488

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 1539
/proc/meminfo: memFree=9766188/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=996232 CPUtime=402.27 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 162864 0 0 0 40205 22 0 0 25 0 1 0 853599549 1020141568 162118 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 249058 162118 725 445 0 242603 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 996232

[startup+462.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/516 1541
/proc/meminfo: memFree=9746312/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=996232 CPUtime=462.27 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 163963 0 0 0 46204 23 0 0 25 0 1 0 853599549 1020141568 163132 33554432000 4194304 6014671 140733797654944 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 249058 163132 725 445 0 242603 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 996232

[startup+522.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/516 1543
/proc/meminfo: memFree=9680676/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=996232 CPUtime=522.28 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 175528 0 0 0 52204 24 0 0 25 0 1 0 853599549 1020141568 174559 33554432000 4194304 6014671 140733797654944 18446744073709551615 4422751 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 249058 174559 725 445 0 242603 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 996232

[startup+582.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 1544
/proc/meminfo: memFree=9638716/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=996232 CPUtime=582.27 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 183810 0 0 0 58202 25 0 0 25 0 1 0 853599549 1020141568 182739 33554432000 4194304 6014671 140733797654944 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1528/statm: 249058 182739 725 445 0 242603 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 996232

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.01 1.02 1.13 2/510 8361
/proc/meminfo: memFree=9327740/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4002.34 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 494165 0 0 0 400151 83 0 0 25 0 1 0 853599549 3722334208 475576 33554432000 4194304 6014671 140733797654944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 475576 730 445 0 902318 0
Current children cumulated CPU time (s) 4002.34
Current children cumulated vsize (KiB) 3635092

[startup+4062.32 s]
/proc/loadavg: 1.00 1.01 1.12 2/510 8362
/proc/meminfo: memFree=9386084/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4062.36 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 494165 0 0 0 406153 83 0 0 25 0 1 0 853599549 3722334208 460867 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 460867 730 445 0 902318 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 3635092

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/510 8364
/proc/meminfo: memFree=9386028/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4122.34 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 494166 0 0 0 412151 83 0 0 25 0 1 0 853599549 3722334208 460868 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 460868 730 445 0 902318 0
Current children cumulated CPU time (s) 4122.34
Current children cumulated vsize (KiB) 3635092

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/510 8365
/proc/meminfo: memFree=9386600/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4182.34 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 494168 0 0 0 418151 83 0 0 25 0 1 0 853599549 3722334208 460870 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 460870 730 445 0 902318 0
Current children cumulated CPU time (s) 4182.34
Current children cumulated vsize (KiB) 3635092

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/510 8367
/proc/meminfo: memFree=9386444/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4242.35 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 494168 0 0 0 424152 83 0 0 25 0 1 0 853599549 3722334208 460870 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 460870 730 445 0 902318 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 3635092

[startup+4302.3 s]
/proc/loadavg: 1.12 1.03 1.09 2/510 8369
/proc/meminfo: memFree=9385908/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4302.35 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 494168 0 0 0 430152 83 0 0 25 0 1 0 853599549 3722334208 460870 33554432000 4194304 6014671 140733797654944 18446744073709551615 4378592 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 460870 730 445 0 902318 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 3635092

[startup+4362.3 s]
/proc/loadavg: 1.10 1.04 1.09 2/510 8370
/proc/meminfo: memFree=9386464/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4362.35 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 494168 0 0 0 436152 83 0 0 25 0 1 0 853599549 3722334208 460870 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 460870 730 445 0 902318 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 3635092

[startup+4422.3 s]
/proc/loadavg: 1.04 1.03 1.08 2/510 8381
/proc/meminfo: memFree=9385672/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4422.35 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 494169 0 0 0 442152 83 0 0 25 0 1 0 853599549 3722334208 460871 33554432000 4194304 6014671 140733797654944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 460871 730 445 0 902318 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 3635092

[startup+4482.3 s]
/proc/loadavg: 1.01 1.02 1.08 2/510 8382
/proc/meminfo: memFree=9385760/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4482.35 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 494256 0 0 0 448152 83 0 0 25 0 1 0 853599549 3722334208 460958 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 460958 730 445 0 902318 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 3635092

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.07 2/510 8384
/proc/meminfo: memFree=9383588/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4542.35 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 494799 0 0 0 454152 83 0 0 25 0 1 0 853599549 3722334208 461501 33554432000 4194304 6014671 140733797654944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 461501 730 445 0 902318 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 3635092

[startup+4602.3 s]
/proc/loadavg: 1.00 1.01 1.07 2/510 8386
/proc/meminfo: memFree=9382428/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4602.36 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 494848 0 0 0 460153 83 0 0 25 0 1 0 853599549 3722334208 461550 33554432000 4194304 6014671 140733797654944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 461550 730 445 0 902318 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 3635092

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/510 8387
/proc/meminfo: memFree=9378540/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4662.36 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 495804 0 0 0 466153 83 0 0 25 0 1 0 853599549 3722334208 462506 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 462506 730 445 0 902318 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 3635092

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.05 2/510 8389
/proc/meminfo: memFree=9379720/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4722.38 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 495804 0 0 0 472155 83 0 0 25 0 1 0 853599549 3722334208 462506 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 462506 730 445 0 902318 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 3635092

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/510 8390
/proc/meminfo: memFree=9379672/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4782.36 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 495804 0 0 0 478153 83 0 0 25 0 1 0 853599549 3722334208 462506 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 462506 730 445 0 902318 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 3635092

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/510 8392
/proc/meminfo: memFree=9379252/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4842.36 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 495840 0 0 0 484153 83 0 0 25 0 1 0 853599549 3722334208 462542 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 462542 730 445 0 902318 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 3635092

[startup+4902.3 s]
/proc/loadavg: 1.06 1.03 1.05 2/510 8394
/proc/meminfo: memFree=9379580/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4902.36 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 495843 0 0 0 490153 83 0 0 25 0 1 0 853599549 3722334208 462545 33554432000 4194304 6014671 140733797654944 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 462545 730 445 0 902318 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 3635092

[startup+4962.3 s]
/proc/loadavg: 1.02 1.02 1.04 2/510 8395
/proc/meminfo: memFree=9377552/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=4962.37 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 496370 0 0 0 496153 84 0 0 25 0 1 0 853599549 3722334208 463068 33554432000 4194304 6014671 140733797654944 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 463068 726 445 0 902318 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 3635092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.01 1.02 1.04 2/510 8396
/proc/meminfo: memFree=9377512/32950928 swapFree=67074476/67111528
[pid=1528] ppid=1526 vsize=3635092 CPUtime=5000.08 cores=1,3,5,7
/proc/1528/stat : 1528 (qutersat_releas) R 1526 1528 396 0 -1 4202496 496370 0 0 0 499924 84 0 0 25 0 1 0 853599549 3722334208 463068 33554432000 4194304 6014671 140733797654944 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/1528/statm: 908773 463068 726 445 0 902318 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 3635092

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): 5000.09
CPU time (s): 5000.17
CPU user time (s): 4999.26
CPU system time (s): 0.912861
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3635092

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

runsolver used 23.5044 second user time and 62.8584 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-29 03:48:09
IDJOB=3421407
IDBENCH=88208
IDSOLVER=1868
FILE ID=node115/3421407-1306633688
RUNJOBID= node115-1306628727-1226
PBS_JOBID= 13471620
Free space on /tmp= 73132 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421407-1306633688/watcher-3421407-1306633688 -o /tmp/evaluation-result-3421407-1306633688/solver-3421407-1306633688 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421407-1306633688.cnf 1805194254

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

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=1805194254

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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.77
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.811
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.74
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.811
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.811
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:      10420000 kB
Buffers:        185508 kB
Cached:        3791696 kB
SwapCached:       5152 kB
Active:       15009316 kB
Inactive:      7190032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10420000 kB
SwapTotal:    67111528 kB
SwapFree:     67074476 kB
Dirty:           14388 kB
Writeback:           0 kB
AnonPages:    18219988 kB
Mapped:          43344 kB
Slab:           183920 kB
PageTables:      76796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 152781304 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= 73156 MiB
End job on node115 at 2011-05-29 05:11:31