Trace number 3287277

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.18	c Parse Cnf success: #var: 95810 #clause: 287045
0.09/0.18	c Find Units :          2
0.09/0.19	c Find Invs  :          0
0.19/0.23	c Find Ands  :      95681 AvgFaninNum: 2
0.19/0.24	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.26	c Find Ite   :          0
0.29/0.31	c UnDirect variable: 0
0.29/0.31	c UnDirect to Direct Gate: 0
0.29/0.31	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.29/0.32	c Break Cycle : 0
0.29/0.32	c Total Root : 1 Undef Var: 129
0.29/0.38	c After covering, Total Root: 1 Leaf: 129
0.29/0.38	c Variable( cover/uncovered/unused ): 95810 0 0
0.29/0.38	c Unit Clauses: 2
0.29/0.38	c Binary Clauses( cover/uncovered ): 191362 0
0.29/0.38	c Clauses( cover/uncovered ): 95681 0
0.29/0.38	c Total Clauses( cover/uncovered ): 287045 0 100%
0.29/0.38	c Covered Ands: 95681 Invs: 0 Xors: 0 Ites: 0
0.29/0.38	c Uncover Clauses avg size: nan max size: 0
0.29/0.38	c Final circuit: i/l/o/s     128       0       1     95681
0.29/0.38	c CnfToAig: Time: 0.38 s
1.09/1.18	c TmMap: Set choices finish.
1.19/1.24	c TmMap: Set big and: 31530
1.19/1.24	c TmMap: Origin: 95810 ClauseNum: 287043 --> New: 47297 ClauseNum: 165271
1.19/1.24	c TmMap: Time: 0.1
1.59/1.65	c Simulation --> TransNum: 139876/165271 Try to Add: #clause: 41335 #xorclause: 15572
1.59/1.69	c #var: 47295 #clauses: 12181 Solving... 
5.69/5.73	c Abstract SAT
5.79/5.80	c Simulation --> TransNum: 148150/165271 Try to Add: #clause: 2368 #xorclause: 0
5.79/5.80	c #var: 47295 #clauses: 14544 Solving... 
9.19/9.27	c Abstract SAT
9.29/9.34	c Simulation --> TransNum: 148155/165271 Try to Add: #clause: 5 #xorclause: 0
9.29/9.34	c #var: 47295 #clauses: 14545 Solving... 
9.49/9.53	c Abstract SAT
9.49/9.53	c Simulation --> TransNum: 165271/165271 Try to Add: #clause: 17116 #xorclause: 0
9.49/9.53	c #var: 47295 #clauses: 29798 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/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-3287277-1303767929/watcher-3287277-1303767929 -o /tmp/evaluation-result-3287277-1303767929/solver-3287277-1303767929 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3287277-1303767929.cnf 1905526200 

running on 2 cores: 4,6

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: 2.35 2.16 2.69 5/189 6359
/proc/meminfo: memFree=13542524/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=34612 CPUtime=0 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 2344 0 0 0 0 0 0 0 25 0 1 0 488391719 35442688 2278 33554432000 4194304 6016207 140735386099152 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 8653 2278 378 445 0 2197 0

[startup+0.089201 s]
/proc/loadavg: 2.35 2.16 2.69 5/189 6359
/proc/meminfo: memFree=13542524/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=54068 CPUtime=0.07 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 7195 0 0 0 7 0 0 0 25 0 1 0 488391719 55365632 7129 33554432000 4194304 6016207 140735386099152 18446744073709551615 268272380176 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 13517 7130 378 445 0 7061 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 54068

[startup+0.101196 s]
/proc/loadavg: 2.35 2.16 2.69 5/189 6359
/proc/meminfo: memFree=13542524/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=54068 CPUtime=0.09 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 7252 0 0 0 9 0 0 0 25 0 1 0 488391719 55365632 7186 33554432000 4194304 6016207 140735386099152 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 13517 7186 378 445 0 7061 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54068

[startup+0.301158 s]
/proc/loadavg: 2.35 2.16 2.69 5/189 6359
/proc/meminfo: memFree=13542524/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=73652 CPUtime=0.29 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 11858 0 0 0 28 1 0 0 25 0 1 0 488391719 75419648 11792 33554432000 4194304 6016207 140735386099152 18446744073709551615 4769286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 18413 11792 398 445 0 11957 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73652

[startup+0.70109 s]
/proc/loadavg: 2.35 2.16 2.69 5/189 6359
/proc/meminfo: memFree=13542524/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=83124 CPUtime=0.69 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 14799 0 0 0 68 1 0 0 18 0 1 0 488391719 85118976 14733 33554432000 4194304 6016207 140735386099152 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 20781 14734 670 445 0 14325 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83124

[startup+1.50089 s]
/proc/loadavg: 2.35 2.16 2.69 5/190 6360
/proc/meminfo: memFree=13450764/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=141180 CPUtime=1.49 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 29351 0 0 0 146 3 0 0 19 0 1 0 488391719 144568320 29285 33554432000 4194304 6016207 140735386099152 18446744073709551615 4245755 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 35295 29285 681 445 0 28839 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 141180

[startup+3.1006 s]
/proc/loadavg: 2.49 2.19 2.70 5/190 6360
/proc/meminfo: memFree=13418788/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=191880 CPUtime=3.09 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 38075 0 0 0 305 4 0 0 23 0 1 0 488391719 196485120 38009 33554432000 4194304 6016207 140735386099152 18446744073709551615 4424642 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 47970 38009 701 445 0 41514 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191880

[startup+6.30109 s]
/proc/loadavg: 2.49 2.19 2.70 5/187 6363
/proc/meminfo: memFree=13333880/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=431052 CPUtime=6.29 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 82076 0 0 0 620 9 0 0 25 0 1 0 488391719 441397248 81980 33554432000 4194304 6016207 140735386099152 18446744073709551615 4674719 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 107763 81980 720 445 0 101307 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 431052

[startup+12.701 s]
/proc/loadavg: 2.72 2.25 2.71 6/190 6387
/proc/meminfo: memFree=13148332/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=590412 CPUtime=12.69 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 113830 0 0 0 1256 13 0 0 25 0 1 0 488391719 604581888 113716 33554432000 4194304 6016207 140735386099152 18446744073709551615 4373902 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 147603 113716 723 445 0 141147 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 590412

[startup+25.5007 s]
/proc/loadavg: 2.92 2.31 2.72 5/190 6414
/proc/meminfo: memFree=12958832/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=781936 CPUtime=25.49 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 155470 0 0 0 2531 18 0 0 25 0 1 0 488391719 800702464 155327 33554432000 4194304 6016207 140735386099152 18446744073709551615 4424847 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 195484 155327 736 445 0 189028 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 781936

[startup+51.1011 s]
/proc/loadavg: 3.28 2.44 2.76 5/190 6442
/proc/meminfo: memFree=12306248/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=889192 CPUtime=51.09 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 177112 0 0 0 5087 22 0 0 25 0 1 0 488391719 910532608 176966 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 222298 176966 736 445 0 215842 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 889192

[startup+102.307 s]
/proc/loadavg: 3.71 2.70 2.83 5/190 6443
/proc/meminfo: memFree=11059192/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=949756 CPUtime=102.3 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 187186 0 0 0 10206 24 0 0 25 0 1 0 488391719 972550144 187017 33554432000 4194304 6016207 140735386099152 18446744073709551615 4424266 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 237439 187017 736 445 0 230983 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 949756

[startup+162.3 s]
/proc/loadavg: 3.89 2.93 2.90 5/190 6445
/proc/meminfo: memFree=10891596/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=971800 CPUtime=162.29 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 193496 0 0 0 16205 24 0 0 25 0 1 0 488391719 995123200 193269 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 242950 193269 739 445 0 236494 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 971800

[startup+222.301 s]
/proc/loadavg: 3.47 3.00 2.92 4/184 6464
/proc/meminfo: memFree=13650204/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=983968 CPUtime=222.29 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 201018 0 0 0 22204 25 0 0 25 0 1 0 488391719 1007583232 200788 33554432000 4194304 6016207 140735386099152 18446744073709551615 4379452 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 245992 200788 825 445 0 239536 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 983968

[startup+282.301 s]
/proc/loadavg: 3.17 3.00 2.92 4/184 6465
/proc/meminfo: memFree=13572304/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1039364 CPUtime=282.3 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 209640 0 0 0 28203 27 0 0 25 0 1 0 488391719 1064308736 209247 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 259841 209247 825 445 0 253385 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1039364

[startup+342.301 s]
/proc/loadavg: 3.06 3.00 2.92 4/184 6467
/proc/meminfo: memFree=13506056/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1097568 CPUtime=342.3 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 219774 0 0 0 34201 29 0 0 25 0 1 0 488391719 1123909632 219220 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 274392 219220 749 445 0 267936 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1097568

[startup+402.3 s]
/proc/loadavg: 3.06 3.01 2.92 4/184 6468
/proc/meminfo: memFree=13468824/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1097568 CPUtime=402.3 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 222514 0 0 0 40200 30 0 0 25 0 1 0 488391719 1123909632 221960 33554432000 4194304 6016207 140735386099152 18446744073709551615 4380396 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 274392 221960 749 445 0 267936 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1097568

[startup+462.301 s]
/proc/loadavg: 3.02 3.01 2.92 4/184 6470
/proc/meminfo: memFree=13437172/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1162428 CPUtime=462.3 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 230400 0 0 0 46199 31 0 0 25 0 1 0 488391719 1190326272 226333 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 290607 226333 749 445 0 284151 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1162428

[startup+522.301 s]
/proc/loadavg: 3.01 3.00 2.92 4/184 6472
/proc/meminfo: memFree=13414952/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1229696 CPUtime=522.3 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 235058 0 0 0 52198 32 0 0 25 0 1 0 488391719 1259208704 230991 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 307424 230991 749 445 0 300968 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1229696

[startup+582.3 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6473
/proc/meminfo: memFree=13400044/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1369620 CPUtime=582.31 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 235645 0 0 0 58198 33 0 0 25 0 1 0 488391719 1402490880 231576 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 342405 231576 747 445 0 335949 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1369620

[startup+642.301 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6475
/proc/meminfo: memFree=13386128/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1369620 CPUtime=642.31 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 236709 0 0 0 64198 33 0 0 25 0 1 0 488391719 1402490880 232640 33554432000 4194304 6016207 140735386099152 18446744073709551615 4377953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 342405 232640 747 445 0 335949 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1369620

[startup+702.301 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6476
/proc/meminfo: memFree=13349760/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1369620 CPUtime=702.31 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 241378 0 0 0 70196 35 0 0 25 0 1 0 488391719 1402490880 237309 33554432000 4194304 6016207 140735386099152 18446744073709551615 4373363 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 342405 237309 747 445 0 335949 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1369620

[startup+762.306 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6478
/proc/meminfo: memFree=13236024/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1369620 CPUtime=762.32 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 253712 0 0 0 76195 37 0 0 25 0 1 0 488391719 1402490880 249589 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 342405 249589 748 445 0 335949 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1369620

[startup+822.301 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6480
/proc/meminfo: memFree=13214796/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1369620 CPUtime=822.31 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 254560 0 0 0 82194 37 0 0 25 0 1 0 488391719 1402490880 250431 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 342405 250431 742 445 0 335949 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1369620

[startup+882.301 s]
/proc/loadavg: 3.00 3.00 2.92 4/184 6481
/proc/meminfo: memFree=13174220/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1369620 CPUtime=882.31 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 255957 0 0 0 88194 37 0 0 25 0 1 0 488391719 1402490880 251827 33554432000 4194304 6016207 140735386099152 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 342405 251827 741 445 0 335949 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1369620

[startup+942.3 s]
/proc/loadavg: 3.06 3.01 2.93 4/184 6492
/proc/meminfo: memFree=13131552/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1369620 CPUtime=942.31 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 264109 0 0 0 94192 39 0 0 25 0 1 0 488391719 1402490880 259933 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 342405 259933 737 445 0 335949 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1369620

[startup+1002.3 s]
/proc/loadavg: 3.02 3.01 2.93 4/184 6493
/proc/meminfo: memFree=13127432/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1369620 CPUtime=1002.31 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 264178 0 0 0 100192 39 0 0 25 0 1 0 488391719 1402490880 260002 33554432000 4194304 6016207 140735386099152 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 342405 260002 737 445 0 335949 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1369620

[startup+1062.3 s]
/proc/loadavg: 3.00 3.00 2.93 4/184 6495
/proc/meminfo: memFree=13106828/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1455036 CPUtime=1062.32 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 269263 0 0 0 106191 41 0 0 25 0 1 0 488391719 1489956864 265087 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425104 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 363759 265087 737 445 0 357303 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1455036

[startup+1122.3 s]
/proc/loadavg: 3.00 3.00 2.93 5/185 6500
/proc/meminfo: memFree=13047612/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1455036 CPUtime=1122.32 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 275637 0 0 0 112189 43 0 0 25 0 1 0 488391719 1489956864 271461 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 363759 271461 737 445 0 357303 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1455036

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 2.93 4/184 6501
/proc/meminfo: memFree=13054660/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1455036 CPUtime=1182.32 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 281475 0 0 0 118188 44 0 0 25 0 1 0 488391719 1489956864 277299 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 363759 277299 737 445 0 357303 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1455036

[startup+1242.3 s]
/proc/loadavg: 3.06 3.02 2.93 4/184 6503
/proc/meminfo: memFree=13043476/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1455036 CPUtime=1242.32 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 281790 0 0 0 124188 44 0 0 25 0 1 0 488391719 1489956864 277614 33554432000 4194304 6016207 140735386099152 18446744073709551615 4377969 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 363759 277614 737 445 0 357303 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1455036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.80 2.96 2.92 3/178 6522
/proc/meminfo: memFree=13572136/32950928 swapFree=67111528/67111528
[pid=6359] ppid=6357 vsize=1455036 CPUtime=1300.03 cores=4,6
/proc/6359/stat : 6359 (qutersat_releas) R 6357 6359 4254 0 -1 4202496 281898 0 0 0 129959 44 0 0 25 0 1 0 488391719 1489956864 277722 33554432000 4194304 6016207 140735386099152 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6359/statm: 363759 277722 737 445 0 357303 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1455036

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.06
CPU time (s): 1300.09
CPU user time (s): 1299.59
CPU system time (s): 0.496924
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1455036

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

runsolver used 2.27465 second user time and 4.81927 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-25 23:45:29
IDJOB=3287277
IDBENCH=82462
IDSOLVER=1607
FILE ID=node122/3287277-1303767929
RUNJOBID= node122-1303767901-6182
PBS_JOBID= 13157134
Free space on /tmp= 70840 MiB

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

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1905526200

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:      13542680 kB
Buffers:       1790444 kB
Cached:       15623008 kB
SwapCached:          0 kB
Active:        7593560 kB
Inactive:     11255812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13542680 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           54704 kB
Writeback:           0 kB
AnonPages:     1434948 kB
Mapped:          20080 kB
Slab:           492340 kB
PageTables:       8604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1955104 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= 70880 MiB
End job on node122 at 2011-04-26 00:07:11