Trace number 3287139

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-03-01? (TO) 1300.06 1300.03

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
MD5SUMb967fca11e85ef5b614d3452b1c4b2ad
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables257030
Number of clauses769313
Sum of the clauses size1795061
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2512874
Number of clauses of size 3256437
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.48/0.54	c Parse Cnf success: #var: 257030 #clause: 769313
0.48/0.54	c Find Units :          2
0.48/0.58	c Find Invs  :          0
0.69/0.71	c Find Ands  :     256437 AvgFaninNum: 2
0.69/0.74	c Find Xors  :          0 AvgFaninNum: nan
0.79/0.81	c Find Ite   :          0
0.89/0.99	c UnDirect variable: 0
0.89/0.99	c UnDirect to Direct Gate: 0
0.89/0.99	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.99/1.03	c Break Cycle : 0
0.99/1.03	c Total Root : 1 Undef Var: 593
1.09/1.18	c After covering, Total Root: 1 Leaf: 593
1.09/1.18	c Variable( cover/uncovered/unused ): 257030 0 0
1.09/1.18	c Unit Clauses: 2
1.09/1.18	c Binary Clauses( cover/uncovered ): 512874 0
1.09/1.18	c Clauses( cover/uncovered ): 256437 0
1.09/1.18	c Total Clauses( cover/uncovered ): 769313 0 100%
1.09/1.18	c Covered Ands: 256437 Invs: 0 Xors: 0 Ites: 0
1.09/1.19	c Uncover Clauses avg size: nan max size: 0
1.09/1.19	c Final circuit: i/l/o/s     592       0       1    256437
1.09/1.19	c CnfToAig: Time: 1.18 s
2.48/2.56	c TmMap: Set choices finish.
2.68/2.76	c TmMap: Set big and: 108074
2.68/2.76	c TmMap: Origin: 257030 ClauseNum: 769311 --> New: 173453 ClauseNum: 596725
2.68/2.76	c TmMap: Time: 0.31
4.79/4.86	c Simulation --> TransNum: 594919/596725 Try to Add: #clause: 219378 #xorclause: 63967
4.99/5.04	c #var: 173451 #clauses: 108631 Solving... 
1300.02/1300.00	c Time Out !!
1300.02/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-3287139-1303767914/watcher-3287139-1303767914 -o /tmp/evaluation-result-3287139-1303767914/solver-3287139-1303767914 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3287139-1303767914.cnf 688021365 

running on 2 cores: 5,7

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.89 2.06 2.67 5/189 6277
/proc/meminfo: memFree=13723952/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=10844 CPUtime=0 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) S 6275 6277 4254 0 -1 4194304 103 0 0 0 0 0 0 0 21 0 1 0 488390227 11104256 56 33554432000 4194304 6016207 140736674400576 18446744073709551615 268267765383 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/6277/statm: 2711 56 42 445 0 67 0

[startup+0.0640659 s]
/proc/loadavg: 1.89 2.06 2.67 5/189 6277
/proc/meminfo: memFree=13723952/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=48120 CPUtime=0.05 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 5841 0 0 0 4 1 0 0 21 0 1 0 488390227 49274880 5775 33554432000 4194304 6016207 140736674400576 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 12030 5775 378 445 0 5574 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 48120

[startup+0.10106 s]
/proc/loadavg: 1.89 2.06 2.67 5/189 6277
/proc/meminfo: memFree=13723952/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=58360 CPUtime=0.09 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 8246 0 0 0 8 1 0 0 21 0 1 0 488390227 59760640 8180 33554432000 4194304 6016207 140736674400576 18446744073709551615 4301133 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 14590 8180 378 445 0 8134 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58360

[startup+0.301025 s]
/proc/loadavg: 1.89 2.06 2.67 5/189 6277
/proc/meminfo: memFree=13723952/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=87288 CPUtime=0.28 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 15445 0 0 0 27 1 0 0 22 0 1 0 488390227 89382912 15379 33554432000 4194304 6016207 140736674400576 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 21822 15380 378 445 0 15366 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87288

[startup+0.700952 s]
/proc/loadavg: 1.89 2.06 2.67 5/189 6277
/proc/meminfo: memFree=13723952/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=130552 CPUtime=0.69 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 25808 0 0 0 66 3 0 0 23 0 1 0 488390227 133685248 25742 33554432000 4194304 6016207 140736674400576 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 32638 25743 385 445 0 26182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 130552

[startup+1.50081 s]
/proc/loadavg: 1.89 2.06 2.67 5/187 6299
/proc/meminfo: memFree=13949396/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=132600 CPUtime=1.48 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 27334 0 0 0 145 3 0 0 25 0 1 0 488390227 135782400 27268 33554432000 4194304 6016207 140736674400576 18446744073709551615 4262226 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 33150 27268 670 445 0 26694 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 132600

[startup+3.10052 s]
/proc/loadavg: 2.06 2.10 2.68 5/190 6305
/proc/meminfo: memFree=13724324/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=283488 CPUtime=3.09 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 64384 0 0 0 301 8 0 0 25 0 1 0 488390227 290291712 64318 33554432000 4194304 6016207 140736674400576 18446744073709551615 4244784 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 70872 64318 681 445 0 64416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 283488

[startup+6.30095 s]
/proc/loadavg: 2.06 2.10 2.68 5/190 6305
/proc/meminfo: memFree=13378576/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=290780 CPUtime=6.29 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 65766 0 0 0 621 8 0 0 25 0 1 0 488390227 297758720 65700 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 72695 65700 704 445 0 66239 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 290780

[startup+12.7009 s]
/proc/loadavg: 2.35 2.16 2.69 5/187 6309
/proc/meminfo: memFree=13483872/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=290780 CPUtime=12.69 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 65781 0 0 0 1261 8 0 0 25 0 1 0 488390227 297758720 65715 33554432000 4194304 6016207 140736674400576 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 72695 65715 719 445 0 66239 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 290780

[startup+25.5005 s]
/proc/loadavg: 2.61 2.22 2.70 5/190 6387
/proc/meminfo: memFree=13156536/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=338484 CPUtime=25.49 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 68765 0 0 0 2539 10 0 0 25 0 1 0 488390227 346607616 67184 33554432000 4194304 6016207 140736674400576 18446744073709551615 4537994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 84621 67184 731 445 0 78165 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 338484

[startup+51.101 s]
/proc/loadavg: 3.08 2.36 2.74 5/190 6414
/proc/meminfo: memFree=12519444/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=338484 CPUtime=51.08 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 72923 0 0 0 5098 10 0 0 25 0 1 0 488390227 346607616 71003 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 84621 71003 734 445 0 78165 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 338484

[startup+102.307 s]
/proc/loadavg: 3.63 2.63 2.81 5/190 6443
/proc/meminfo: memFree=11506612/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=366780 CPUtime=102.29 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 80116 0 0 0 10217 12 0 0 25 0 1 0 488390227 375582720 78188 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425113 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 91695 78188 734 445 0 85239 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 366780

[startup+162.3 s]
/proc/loadavg: 3.86 2.88 2.88 5/190 6445
/proc/meminfo: memFree=10987820/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=409580 CPUtime=162.29 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 88606 0 0 0 16215 14 0 0 25 0 1 0 488390227 419409920 86678 33554432000 4194304 6016207 140736674400576 18446744073709551615 4385036 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 102395 86678 734 445 0 95939 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 409580

[startup+222.3 s]
/proc/loadavg: 3.61 3.00 2.92 4/184 6463
/proc/meminfo: memFree=13677136/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=409580 CPUtime=222.29 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 90974 0 0 0 22214 15 0 0 25 0 1 0 488390227 419409920 83572 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 102395 83572 734 445 0 95939 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 409580

[startup+282.301 s]
/proc/loadavg: 3.22 3.00 2.92 4/184 6465
/proc/meminfo: memFree=13607524/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=453948 CPUtime=282.29 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 100564 0 0 0 28212 17 0 0 25 0 1 0 488390227 464842752 93162 33554432000 4194304 6016207 140736674400576 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 113487 93162 734 445 0 107031 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 453948

[startup+342.301 s]
/proc/loadavg: 3.08 3.00 2.92 4/184 6466
/proc/meminfo: memFree=13522060/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=453948 CPUtime=342.3 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 104439 0 0 0 34212 18 0 0 25 0 1 0 488390227 464842752 97037 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 113487 97037 734 445 0 107031 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 453948

[startup+402.3 s]
/proc/loadavg: 3.08 3.01 2.92 4/184 6468
/proc/meminfo: memFree=13474536/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=453948 CPUtime=402.29 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 105380 0 0 0 40211 18 0 0 25 0 1 0 488390227 464842752 97978 33554432000 4194304 6016207 140736674400576 18446744073709551615 4424872 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 113487 97978 734 445 0 107031 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 453948

[startup+462.301 s]
/proc/loadavg: 3.03 3.01 2.92 4/184 6470
/proc/meminfo: memFree=13455036/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=453948 CPUtime=462.3 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 107780 0 0 0 46211 19 0 0 25 0 1 0 488390227 464842752 100378 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 113487 100378 734 445 0 107031 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 453948

[startup+522.301 s]
/proc/loadavg: 3.01 3.00 2.92 4/184 6471
/proc/meminfo: memFree=13417196/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=453948 CPUtime=522.3 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 108109 0 0 0 52211 19 0 0 25 0 1 0 488390227 464842752 100707 33554432000 4194304 6016207 140736674400576 18446744073709551615 4424464 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 113487 100707 734 445 0 107031 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 453948

[startup+582.3 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6473
/proc/meminfo: memFree=13405012/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=470104 CPUtime=582.3 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 110500 0 0 0 58210 20 0 0 25 0 1 0 488390227 481386496 103098 33554432000 4194304 6016207 140736674400576 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 117526 103098 734 445 0 111070 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 470104

[startup+642.301 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6474
/proc/meminfo: memFree=13392088/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=470104 CPUtime=642.31 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 112203 0 0 0 64211 20 0 0 25 0 1 0 488390227 481386496 104801 33554432000 4194304 6016207 140736674400576 18446744073709551615 4538501 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 117526 104801 734 445 0 111070 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 470104

[startup+702.301 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6476
/proc/meminfo: memFree=13374940/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=470104 CPUtime=702.3 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 113377 0 0 0 70210 20 0 0 25 0 1 0 488390227 481386496 105975 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 117526 105975 734 445 0 111070 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 470104

[startup+762.306 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6478
/proc/meminfo: memFree=13250416/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=603428 CPUtime=762.31 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 118166 0 0 0 76210 21 0 0 25 0 1 0 488390227 617910272 110764 33554432000 4194304 6016207 140736674400576 18446744073709551615 4424559 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 150857 110764 734 445 0 144401 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 603428

[startup+822.3 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6479
/proc/meminfo: memFree=13222492/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=603428 CPUtime=822.31 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 120927 0 0 0 82209 22 0 0 25 0 1 0 488390227 617910272 113525 33554432000 4194304 6016207 140736674400576 18446744073709551615 4424136 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 150857 113525 734 445 0 144401 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 603428

[startup+882.301 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6481
/proc/meminfo: memFree=13186004/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=603428 CPUtime=882.31 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 127989 0 0 0 88206 25 0 0 25 0 1 0 488390227 617910272 120587 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425701 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 150857 120587 734 445 0 144401 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 603428

[startup+942.301 s]
/proc/loadavg: 3.07 3.02 2.93 4/184 6482
/proc/meminfo: memFree=13131800/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=603428 CPUtime=942.31 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 132362 0 0 0 94205 26 0 0 25 0 1 0 488390227 617910272 124960 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 150857 124960 734 445 0 144401 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 603428

[startup+1002.3 s]
/proc/loadavg: 3.02 3.01 2.93 4/184 6493
/proc/meminfo: memFree=13129184/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=603428 CPUtime=1002.31 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 132530 0 0 0 100204 27 0 0 25 0 1 0 488390227 617910272 125128 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 150857 125128 734 445 0 144401 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 603428

[startup+1062.3 s]
/proc/loadavg: 3.01 3.00 2.93 4/184 6495
/proc/meminfo: memFree=13115268/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=603428 CPUtime=1062.31 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 132867 0 0 0 106204 27 0 0 25 0 1 0 488390227 617910272 125465 33554432000 4194304 6016207 140736674400576 18446744073709551615 4385961 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 150857 125465 734 445 0 144401 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 603428

[startup+1122.3 s]
/proc/loadavg: 3.00 3.00 2.93 4/184 6496
/proc/meminfo: memFree=13082376/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=603428 CPUtime=1122.31 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 133100 0 0 0 112204 27 0 0 25 0 1 0 488390227 617910272 125698 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 150857 125698 734 445 0 144401 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 603428

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 2.93 4/184 6501
/proc/meminfo: memFree=13056520/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=603428 CPUtime=1182.32 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 133100 0 0 0 118205 27 0 0 25 0 1 0 488390227 617910272 125698 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 150857 125698 734 445 0 144401 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 603428

[startup+1242.3 s]
/proc/loadavg: 3.08 3.02 2.93 4/184 6502
/proc/meminfo: memFree=13044232/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=603428 CPUtime=1242.31 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 135834 0 0 0 124203 28 0 0 25 0 1 0 488390227 617910272 128431 33554432000 4194304 6016207 140736674400576 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 150857 128431 734 445 0 144401 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 603428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.01 2.93 4/184 6504
/proc/meminfo: memFree=13043092/32950928 swapFree=67111528/67111528
[pid=6277] ppid=6275 vsize=603428 CPUtime=1300.02 cores=5,7
/proc/6277/stat : 6277 (qutersat_releas) R 6275 6277 4254 0 -1 4202496 135897 0 0 0 129974 28 0 0 25 0 1 0 488390227 617910272 128457 33554432000 4194304 6016207 140736674400576 18446744073709551615 4513280 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6277/statm: 150857 128457 734 445 0 144401 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 603428

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.74
CPU system time (s): 0.311952
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 603428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.74
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135902
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1538

runsolver used 2.16767 second user time and 4.93225 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-25 23:45:14
IDJOB=3287139
IDBENCH=82459
IDSOLVER=1607
FILE ID=node122/3287139-1303767914
RUNJOBID= node122-1303767901-6184
PBS_JOBID= 13157134
Free space on /tmp= 70820 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287139-1303767914/watcher-3287139-1303767914 -o /tmp/evaluation-result-3287139-1303767914/solver-3287139-1303767914 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3287139-1303767914.cnf 688021365

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

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=688021365

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13724100 kB
Buffers:       1790384 kB
Cached:       15636128 kB
SwapCached:          0 kB
Active:        7420528 kB
Inactive:     11248640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13724100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           75300 kB
Writeback:           0 kB
AnonPages:     1242224 kB
Mapped:          20108 kB
Slab:           492076 kB
PageTables:       7628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1687944 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= 70864 MiB
End job on node122 at 2011-04-26 00:06:56