Trace number 3421405

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
MD5SUM002a4cb53ea02f66e0c3418dc8834f7c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.198968
Satisfiable
(Un)Satisfiability was proved
Number of variables2561
Number of clauses490309
Sum of the clauses size983079
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2490259
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.12	c Parse Cnf success: #var: 2561 #clause: 490309
0.09/0.12	c Find Units :          0
0.09/0.15	c Find Invs  :          0
0.09/0.16	c Find Ands  :       2561 AvgFaninNum: 50.2585
0.09/0.16	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.16	c Find Ite   :          0
0.09/0.16	c UnDirect variable: 0
0.09/0.16	c UnDirect to Direct Gate: 0
0.09/0.16	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.16	c Break Cycle : 2511
0.09/0.16	c Total Root : 0 Undef Var: 2511
0.09/0.16	c After covering, Total Root: 50 Leaf: 2511
0.09/0.16	c Variable( cover/uncovered/unused ): 2561 0 0
0.09/0.16	c Unit Clauses: 0
0.09/0.16	c Binary Clauses( cover/uncovered ): 2511 487748
0.09/0.16	c Clauses( cover/uncovered ): 50 0
0.09/0.16	c Total Clauses( cover/uncovered ): 2561 487748 0.522324%
0.09/0.16	c Covered Ands: 50 Invs: 0 Xors: 0 Ites: 0
0.29/0.36	c Uncover Clauses avg size: 2 max size: 2
0.29/0.37	c Final circuit: i/l/o/s    2511       0  487748    490209
0.29/0.37	c CnfToAig: Time: 0.36 s
0.49/0.58	c TmMap: Set choices finish.
0.69/0.78	c TmMap: Set big and: 487798
0.69/0.78	c TmMap: Origin: 492721 ClauseNum: 1470627 --> New: 490310 ClauseNum: 1465805
0.69/0.78	c TmMap: Time: 0.22
0.79/0.85	c Try to Add: #clause: 975596 #xorclause: 0
0.89/0.90	c #var: 2561 #clauses: 51 Solving... 
5000.03/4999.92	c Time Out !!
5000.03/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-3421405-1306633255/watcher-3421405-1306633255 -o /tmp/evaluation-result-3421405-1306633255/solver-3421405-1306633255 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421405-1306633255.cnf 1220676905 

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.03 2.05 2.00 2/535 7249
/proc/meminfo: memFree=14144328/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 1800 0 0 0 0 0 0 0 25 0 1 0 755741766 33140736 1736 33554432000 4194304 6014671 140735739583040 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 8091 1736 377 445 0 1636 0

[startup+0.080448 s]
/proc/loadavg: 2.03 2.05 2.00 2/535 7249
/proc/meminfo: memFree=14144328/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=56940 CPUtime=0.07 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 7628 0 0 0 6 1 0 0 25 0 1 0 755741766 58306560 7564 33554432000 4194304 6014671 140735739583040 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 14235 7564 377 445 0 7780 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56940

[startup+0.100441 s]
/proc/loadavg: 2.03 2.05 2.00 2/535 7249
/proc/meminfo: memFree=14144328/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=56940 CPUtime=0.09 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 7823 0 0 0 8 1 0 0 25 0 1 0 755741766 58306560 7759 33554432000 4194304 6014671 140735739583040 18446744073709551615 212039655168 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 14235 7760 377 445 0 7780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56940

[startup+0.300407 s]
/proc/loadavg: 2.03 2.05 2.00 2/535 7249
/proc/meminfo: memFree=14144328/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=79468 CPUtime=0.29 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 12822 0 0 0 27 2 0 0 25 0 1 0 755741766 81375232 12758 33554432000 4194304 6014671 140735739583040 18446744073709551615 4268536 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 19867 12758 398 445 0 13412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79468

[startup+0.700344 s]
/proc/loadavg: 2.03 2.05 2.00 2/535 7249
/proc/meminfo: memFree=14144328/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=169116 CPUtime=0.69 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 36103 0 0 0 65 4 0 0 25 0 1 0 755741766 173174784 36039 33554432000 4194304 6014671 140735739583040 18446744073709551615 4256084 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 42279 36057 670 445 0 35824 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 169116

[startup+1.50019 s]
/proc/loadavg: 2.03 2.05 2.00 3/536 7250
/proc/meminfo: memFree=13970604/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=199964 CPUtime=1.49 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 43877 0 0 0 144 5 0 0 25 0 1 0 755741766 204763136 43813 33554432000 4194304 6014671 140735739583040 18446744073709551615 4379933 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 49991 43813 720 445 0 43536 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 199964

[startup+3.1009 s]
/proc/loadavg: 2.03 2.05 2.00 3/536 7250
/proc/meminfo: memFree=13969004/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=199964 CPUtime=3.09 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 43878 0 0 0 304 5 0 0 25 0 1 0 755741766 204763136 43814 33554432000 4194304 6014671 140735739583040 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 49991 43814 721 445 0 43536 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 199964

[startup+6.30033 s]
/proc/loadavg: 2.03 2.05 2.00 3/536 7250
/proc/meminfo: memFree=13968772/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=199964 CPUtime=6.29 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 43882 0 0 0 624 5 0 0 25 0 1 0 755741766 204763136 43818 33554432000 4194304 6014671 140735739583040 18446744073709551615 4537189 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 49991 43818 725 445 0 43536 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 199964

[startup+12.7002 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 7250
/proc/meminfo: memFree=13952560/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=199964 CPUtime=12.69 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 43882 0 0 0 1264 5 0 0 25 0 1 0 755741766 204763136 43818 33554432000 4194304 6014671 140735739583040 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 49991 43818 725 445 0 43536 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 199964

[startup+25.5009 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 7251
/proc/meminfo: memFree=13950220/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=199964 CPUtime=25.49 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 43882 0 0 0 2544 5 0 0 25 0 1 0 755741766 204763136 43818 33554432000 4194304 6014671 140735739583040 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 49991 43818 725 445 0 43536 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 199964

[startup+51.1003 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 7251
/proc/meminfo: memFree=13889256/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=214840 CPUtime=51.09 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 47174 0 0 0 5103 6 0 0 25 0 1 0 755741766 219996160 47110 33554432000 4194304 6014671 140735739583040 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 53710 47110 725 445 0 47255 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 214840

[startup+102.32 s]
/proc/loadavg: 2.23 2.09 2.02 3/536 7253
/proc/meminfo: memFree=13776256/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=440372 CPUtime=102.32 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 69737 0 0 0 10222 10 0 0 25 0 1 0 755741766 450940928 69620 33554432000 4194304 6014671 140735739583040 18446744073709551615 4378787 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 110093 69620 725 445 0 103638 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 440372

[startup+162.3 s]
/proc/loadavg: 2.14 2.09 2.02 3/536 7254
/proc/meminfo: memFree=13689420/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=440372 CPUtime=162.29 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 78535 0 0 0 16218 11 0 0 25 0 1 0 755741766 450940928 76480 33554432000 4194304 6014671 140735739583040 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 110093 76480 725 445 0 103638 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 440372

[startup+222.301 s]
/proc/loadavg: 2.17 2.10 2.02 3/536 7256
/proc/meminfo: memFree=13603972/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=523448 CPUtime=222.29 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 96544 0 0 0 22216 13 0 0 25 0 1 0 755741766 536010752 94489 33554432000 4194304 6014671 140735739583040 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 130862 94489 725 445 0 124407 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 523448

[startup+282.301 s]
/proc/loadavg: 2.06 2.08 2.02 3/536 7258
/proc/meminfo: memFree=13530652/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=611172 CPUtime=282.3 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 113066 0 0 0 28215 15 0 0 25 0 1 0 755741766 625840128 110989 33554432000 4194304 6014671 140735739583040 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 152793 110989 729 445 0 146338 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 611172

[startup+342.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/536 7259
/proc/meminfo: memFree=13519340/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=701004 CPUtime=342.3 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 113916 0 0 0 34215 15 0 0 25 0 1 0 755741766 717828096 111835 33554432000 4194304 6014671 140735739583040 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 175251 111835 725 445 0 168796 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 701004

[startup+402.301 s]
/proc/loadavg: 2.01 2.05 2.00 3/536 7261
/proc/meminfo: memFree=13438340/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=701004 CPUtime=402.3 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 132403 0 0 0 40212 18 0 0 25 0 1 0 755741766 717828096 130322 33554432000 4194304 6014671 140735739583040 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 175251 130322 725 445 0 168796 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 701004

[startup+462.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/536 7262
/proc/meminfo: memFree=13431744/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=701004 CPUtime=462.3 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 133501 0 0 0 46212 18 0 0 25 0 1 0 755741766 717828096 131420 33554432000 4194304 6014671 140735739583040 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 175251 131420 725 445 0 168796 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 701004

[startup+522.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/536 7264
/proc/meminfo: memFree=13412500/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=701004 CPUtime=522.31 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 134125 0 0 0 52213 18 0 0 25 0 1 0 755741766 717828096 132044 33554432000 4194304 6014671 140735739583040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 175251 132044 725 445 0 168796 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 701004

[startup+582.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/536 7266
/proc/meminfo: memFree=13401432/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=701004 CPUtime=582.31 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 134238 0 0 0 58213 18 0 0 25 0 1 0 755741766 717828096 132107 33554432000 4194304 6014671 140735739583040 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7249/statm: 175251 132107 725 445 0 168796 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 701004

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/536 15833
/proc/meminfo: memFree=12390596/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1735816 CPUtime=4062.41 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 350113 0 0 0 406187 54 0 0 25 0 1 0 755741766 1777475584 289514 33554432000 4194304 6014671 140735739583040 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 433954 289514 756 445 0 427499 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 1735816

[startup+4122.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/536 15835
/proc/meminfo: memFree=12390460/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1735816 CPUtime=4122.39 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 350113 0 0 0 412185 54 0 0 25 0 1 0 755741766 1777475584 289499 33554432000 4194304 6014671 140735739583040 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 433954 289499 756 445 0 427499 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 1735816

[startup+4182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 15837
/proc/meminfo: memFree=12389572/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1735816 CPUtime=4182.4 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 350195 0 0 0 418186 54 0 0 25 0 1 0 755741766 1777475584 289581 33554432000 4194304 6014671 140735739583040 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 433954 289581 756 445 0 427499 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 1735816

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 15838
/proc/meminfo: memFree=12390040/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1735816 CPUtime=4242.4 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 350195 0 0 0 424186 54 0 0 25 0 1 0 755741766 1777475584 289555 33554432000 4194304 6014671 140735739583040 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 433954 289555 756 445 0 427499 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 1735816

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 15840
/proc/meminfo: memFree=12385940/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1735816 CPUtime=4302.4 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 351175 0 0 0 430185 55 0 0 25 0 1 0 755741766 1777475584 290514 33554432000 4194304 6014671 140735739583040 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 433954 290514 756 445 0 427499 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 1735816

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 15841
/proc/meminfo: memFree=12387044/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1735816 CPUtime=4362.4 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 351176 0 0 0 436185 55 0 0 25 0 1 0 755741766 1777475584 290483 33554432000 4194304 6014671 140735739583040 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 433954 290483 756 445 0 427499 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 1735816

[startup+4422.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/536 15843
/proc/meminfo: memFree=12381080/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1735816 CPUtime=4422.4 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 352396 0 0 0 442185 55 0 0 25 0 1 0 755741766 1777475584 291639 33554432000 4194304 6014671 140735739583040 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 433954 291639 725 445 0 427499 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 1735816

[startup+4482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/536 15845
/proc/meminfo: memFree=12381320/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1735816 CPUtime=4482.41 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 352396 0 0 0 448186 55 0 0 25 0 1 0 755741766 1777475584 291639 33554432000 4194304 6014671 140735739583040 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 433954 291639 725 445 0 427499 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 1735816

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 15846
/proc/meminfo: memFree=12381188/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1735816 CPUtime=4542.41 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 352396 0 0 0 454186 55 0 0 25 0 1 0 755741766 1777475584 291604 33554432000 4194304 6014671 140735739583040 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 433954 291604 725 445 0 427499 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 1735816

[startup+4602.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/536 15848
/proc/meminfo: memFree=12319292/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1957164 CPUtime=4602.41 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 366942 0 0 0 460185 56 0 0 25 0 1 0 755741766 2004135936 306077 33554432000 4194304 6014671 140735739583040 18446744073709551615 4424936 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 489291 306077 725 445 0 482836 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 1957164

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/536 15849
/proc/meminfo: memFree=12268436/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1957164 CPUtime=4662.41 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 379660 0 0 0 466181 60 0 0 25 0 1 0 755741766 2004135936 318757 33554432000 4194304 6014671 140735739583040 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 489291 318757 725 445 0 482836 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 1957164

[startup+4722.32 s]
/proc/loadavg: 2.03 2.03 2.00 4/536 15851
/proc/meminfo: memFree=12268056/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=1957164 CPUtime=4722.43 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 379660 0 0 0 472183 60 0 0 25 0 1 0 755741766 2004135936 318718 33554432000 4194304 6014671 140735739583040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 489291 318718 725 445 0 482836 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 1957164

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/536 15853
/proc/meminfo: memFree=12233940/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=2182704 CPUtime=4782.41 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 388472 0 0 0 478180 61 0 0 25 0 1 0 755741766 2235088896 327490 33554432000 4194304 6014671 140735739583040 18446744073709551615 4378898 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 545676 327490 725 445 0 539221 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 2182704

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 15863
/proc/meminfo: memFree=12211480/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=2182704 CPUtime=4842.42 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 393827 0 0 0 484179 63 0 0 25 0 1 0 755741766 2235088896 332802 33554432000 4194304 6014671 140735739583040 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 545676 332802 725 445 0 539221 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 2182704

[startup+4902.3 s]
/proc/loadavg: 1.92 2.00 1.99 2/530 15883
/proc/meminfo: memFree=12895912/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=2412036 CPUtime=4902.41 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 397699 0 0 0 490178 63 0 0 25 0 1 0 755741766 2469924864 336585 33554432000 4194304 6014671 140735739583040 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 603009 336585 725 445 0 596554 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 2412036

[startup+4962.3 s]
/proc/loadavg: 1.42 1.83 1.94 2/530 15884
/proc/meminfo: memFree=12856444/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=2412036 CPUtime=4962.42 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 407656 0 0 0 496177 65 0 0 25 0 1 0 755741766 2469924864 346495 33554432000 4194304 6014671 140735739583040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 603009 346495 725 445 0 596554 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 2412036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.21 1.72 1.89 2/530 15885
/proc/meminfo: memFree=12856432/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=2412036 CPUtime=5000.03 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 407656 0 0 0 499938 65 0 0 25 0 1 0 755741766 2469924864 346495 33554432000 4194304 6014671 140735739583040 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 603009 346495 725 445 0 596554 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 2412036

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: 1.21 1.72 1.89 2/530 15885
/proc/meminfo: memFree=12856432/32951124 swapFree=51873512/67111528
[pid=7249] ppid=7247 vsize=2412036 CPUtime=5000.03 cores=1,3,5,7
/proc/7249/stat : 7249 (qutersat_releas) R 7247 7249 6029 0 -1 4202496 407656 0 0 0 499938 65 0 0 25 0 1 0 755741766 2469924864 346495 33554432000 4194304 6014671 140735739583040 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/7249/statm: 603009 346495 725 445 0 596554 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 2412036

Child status: 1
Real time (s): 4999.97
CPU time (s): 5000.09
CPU user time (s): 4999.4
CPU system time (s): 0.696894
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2412036

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

runsolver used 24.4763 second user time and 62.0316 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-29 03:40:55
IDJOB=3421405
IDBENCH=88207
IDSOLVER=1868
FILE ID=node146/3421405-1306633255
RUNJOBID= node146-1306631754-7106
PBS_JOBID= 13471585
Free space on /tmp= 73360 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421405-1306633255/watcher-3421405-1306633255 -o /tmp/evaluation-result-3421405-1306633255/solver-3421405-1306633255 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421405-1306633255.cnf 1220676905

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

MD5SUM BENCH= 002a4cb53ea02f66e0c3418dc8834f7c
RANDOM SEED=1220676905

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14144608 kB
Buffers:        345792 kB
Cached:        5934252 kB
SwapCached:      56236 kB
Active:       13152976 kB
Inactive:      5336128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14144608 kB
SwapTotal:    67111528 kB
SwapFree:     51873512 kB
Dirty:            7776 kB
Writeback:           0 kB
AnonPages:    12159440 kB
Mapped:          32064 kB
Slab:           147868 kB
PageTables:      97940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160934324 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= 73364 MiB
End job on node146 at 2011-05-29 05:04:17