Trace number 3292199

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.04 1300.03

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.15	c Parse Cnf success: #var: 1156 #clause: 194072
0.09/0.15	c Find Units :          0
0.09/0.15	c Find Invs  :          0
0.09/0.17	c Find Ands  :       2312 AvgFaninNum: 33
0.09/0.17	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.18	c Find Ite   :          0
0.19/0.23	c UnDirect variable: 0
0.19/0.23	c UnDirect to Direct Gate: 0
0.19/0.23	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.23	c Break Cycle : 1089
0.19/0.23	c Total Root : 0 Undef Var: 1089
0.19/0.23	c After covering, Total Root: 14 Leaf: 1089
0.19/0.23	c Variable( cover/uncovered/unused ): 1156 0 0
0.19/0.23	c Unit Clauses: 0
0.19/0.23	c Binary Clauses( cover/uncovered ): 2211 36039
0.19/0.23	c Clauses( cover/uncovered ): 67 117607
0.19/0.23	c Total Clauses( cover/uncovered ): 2278 153646 1.46097%
0.19/0.23	c Covered Ands: 67 Invs: 0 Xors: 0 Ites: 0
0.29/0.36	c Uncover Clauses avg size: 2.76564 max size: 34
0.29/0.36	c Final circuit: i/l/o/s    1089       0  151326    266656
0.29/0.36	c CnfToAig: Time: 0.35 s
0.48/0.51	c TmMap: Set choices finish.
0.59/0.60	c TmMap: Set big and: 151393
0.59/0.60	c TmMap: Origin: 267746 ClauseNum: 799968 --> New: 152483 ClauseNum: 571179
0.59/0.60	c TmMap: Time: 0.12
0.59/0.64	c Try to Add: #clause: 302786 #xorclause: 0
0.59/0.67	c #var: 1156 #clauses: 114960 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/1300.01	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-3292199-1303788688/watcher-3292199-1303788688 -o /tmp/evaluation-result-3292199-1303788688/solver-3292199-1303788688 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3292199-1303788688.cnf 137556580 

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: 0.85 1.01 1.68 4/178 29686
/proc/meminfo: memFree=19991144/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=32356 CPUtime=0 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 1591 0 0 0 0 0 0 0 18 0 1 0 569099441 33132544 1526 33554432000 4194304 6016207 140736371964192 18446744073709551615 224284619723 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29686/statm: 8089 1540 303 445 0 1633 0

[startup+0.0981089 s]
/proc/loadavg: 0.85 1.01 1.68 4/178 29686
/proc/meminfo: memFree=19991144/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=50924 CPUtime=0.09 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 6575 0 0 0 8 1 0 0 18 0 1 0 569099441 52146176 6509 33554432000 4194304 6016207 140736371964192 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 12731 6510 379 445 0 6275 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50924

[startup+0.101098 s]
/proc/loadavg: 0.85 1.01 1.68 4/178 29686
/proc/meminfo: memFree=19991144/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=51948 CPUtime=0.09 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 6668 0 0 0 8 1 0 0 18 0 1 0 569099441 53194752 6602 33554432000 4194304 6016207 140736371964192 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 12987 6604 379 445 0 6531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51948

[startup+0.30107 s]
/proc/loadavg: 0.85 1.01 1.68 4/178 29686
/proc/meminfo: memFree=19991144/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=68332 CPUtime=0.29 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 10816 0 0 0 27 2 0 0 18 0 1 0 569099441 69971968 10750 33554432000 4194304 6016207 140736371964192 18446744073709551615 4317019 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 17083 10750 400 445 0 10627 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68332

[startup+0.701001 s]
/proc/loadavg: 0.85 1.01 1.68 4/178 29686
/proc/meminfo: memFree=19991144/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=132564 CPUtime=0.69 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 25968 0 0 0 66 3 0 0 18 0 1 0 569099441 135745536 25902 33554432000 4194304 6016207 140736371964192 18446744073709551615 4424125 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 33141 25902 695 445 0 26685 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132564

[startup+1.50086 s]
/proc/loadavg: 0.85 1.01 1.68 5/184 29693
/proc/meminfo: memFree=19743840/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=132564 CPUtime=1.49 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 25971 0 0 0 146 3 0 0 19 0 1 0 569099441 135745536 25905 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 33141 25905 698 445 0 26685 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 132564

[startup+3.1006 s]
/proc/loadavg: 0.85 1.01 1.68 5/184 29693
/proc/meminfo: memFree=19658156/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=132564 CPUtime=3.09 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 25993 0 0 0 306 3 0 0 23 0 1 0 569099441 135745536 25927 33554432000 4194304 6016207 140736371964192 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 33141 25927 719 445 0 26685 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132564

[startup+6.30107 s]
/proc/loadavg: 1.10 1.06 1.69 5/190 29705
/proc/meminfo: memFree=18901924/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=132564 CPUtime=6.29 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 25993 0 0 0 626 3 0 0 25 0 1 0 569099441 135745536 25927 33554432000 4194304 6016207 140736371964192 18446744073709551615 4378500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 33141 25927 719 445 0 26685 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132564

[startup+12.701 s]
/proc/loadavg: 1.49 1.14 1.72 5/190 29705
/proc/meminfo: memFree=18442516/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=132564 CPUtime=12.69 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 26003 0 0 0 1266 3 0 0 25 0 1 0 569099441 135745536 25937 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425179 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 33141 25937 728 445 0 26685 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 132564

[startup+25.5009 s]
/proc/loadavg: 2.05 1.28 1.75 5/190 29707
/proc/meminfo: memFree=17162624/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=144928 CPUtime=25.49 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 27374 0 0 0 2546 3 0 0 25 0 1 0 569099441 148406272 27308 33554432000 4194304 6016207 140736371964192 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 36232 27308 728 445 0 29776 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144928

[startup+51.1006 s]
/proc/loadavg: 2.71 1.50 1.81 5/190 29707
/proc/meminfo: memFree=17153684/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=144928 CPUtime=51.09 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 27658 0 0 0 5106 3 0 0 25 0 1 0 569099441 148406272 27592 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425167 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 36232 27592 728 445 0 29776 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 144928

[startup+102.301 s]
/proc/loadavg: 3.49 1.90 1.93 5/190 29763
/proc/meminfo: memFree=18320144/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=169452 CPUtime=102.29 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 31001 0 0 0 10225 4 0 0 25 0 1 0 569099441 173518848 30935 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 42363 30935 728 445 0 35907 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 169452

[startup+162.301 s]
/proc/loadavg: 3.81 2.28 2.06 5/190 29790
/proc/meminfo: memFree=19534084/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=181700 CPUtime=162.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 31452 0 0 0 16225 5 0 0 25 0 1 0 569099441 186060800 31386 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425037 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 45425 31386 728 445 0 38969 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 181700

[startup+222.301 s]
/proc/loadavg: 3.96 2.60 2.18 5/190 29792
/proc/meminfo: memFree=19512864/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=181700 CPUtime=222.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 32912 0 0 0 22225 5 0 0 25 0 1 0 569099441 186060800 32846 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425151 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 45425 32846 728 445 0 38969 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 181700

[startup+282.301 s]
/proc/loadavg: 4.02 2.87 2.30 5/190 29794
/proc/meminfo: memFree=19476876/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=207228 CPUtime=282.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 37944 0 0 0 28224 6 0 0 25 0 1 0 569099441 212201472 37878 33554432000 4194304 6016207 140736371964192 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 51807 37878 728 445 0 45351 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 207228

[startup+342.301 s]
/proc/loadavg: 4.00 3.07 2.40 5/190 29796
/proc/meminfo: memFree=19460736/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=207228 CPUtime=342.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 38517 0 0 0 34224 6 0 0 25 0 1 0 569099441 212201472 38451 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 51807 38451 728 445 0 45351 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 207228

[startup+402.301 s]
/proc/loadavg: 4.00 3.24 2.50 5/190 29798
/proc/meminfo: memFree=19406404/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=207228 CPUtime=402.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 39262 0 0 0 40224 6 0 0 25 0 1 0 569099441 212201472 39195 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 51807 39195 728 445 0 45351 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 207228

[startup+462.301 s]
/proc/loadavg: 4.00 3.37 2.59 5/190 29801
/proc/meminfo: memFree=19364452/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=259276 CPUtime=462.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 41490 0 0 0 46223 7 0 0 25 0 1 0 569099441 265498624 41385 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425044 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 64819 41385 738 445 0 58363 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 259276

[startup+522.307 s]
/proc/loadavg: 4.00 3.49 2.67 5/190 29803
/proc/meminfo: memFree=19350876/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=259276 CPUtime=522.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 41910 0 0 0 52223 7 0 0 25 0 1 0 569099441 265498624 41669 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425081 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 64819 41669 738 445 0 58363 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 259276

[startup+582.301 s]
/proc/loadavg: 4.00 3.58 2.75 5/190 29805
/proc/meminfo: memFree=19319356/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=312552 CPUtime=582.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 42329 0 0 0 58223 7 0 0 25 0 1 0 569099441 320053248 42088 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 78138 42088 738 445 0 71682 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 312552

[startup+642.301 s]
/proc/loadavg: 4.00 3.65 2.83 5/190 29807
/proc/meminfo: memFree=19302584/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=312552 CPUtime=642.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 42378 0 0 0 64223 7 0 0 25 0 1 0 569099441 320053248 42137 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 78138 42137 738 445 0 71682 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 312552

[startup+702.301 s]
/proc/loadavg: 4.07 3.73 2.90 5/190 29809
/proc/meminfo: memFree=19297108/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=312552 CPUtime=702.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 42471 0 0 0 70223 7 0 0 25 0 1 0 569099441 320053248 42230 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 78138 42230 738 445 0 71682 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 312552

[startup+762.301 s]
/proc/loadavg: 4.02 3.77 2.97 5/190 29809
/proc/meminfo: memFree=19282196/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=312552 CPUtime=762.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 42629 0 0 0 76223 7 0 0 25 0 1 0 569099441 320053248 42388 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425832 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 78138 42388 738 445 0 71682 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 312552

[startup+822.301 s]
/proc/loadavg: 4.16 3.86 3.05 5/190 29838
/proc/meminfo: memFree=19340012/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=312552 CPUtime=822.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 42987 0 0 0 82223 7 0 0 25 0 1 0 569099441 320053248 42519 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425113 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 78138 42519 738 445 0 71682 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 312552

[startup+882.301 s]
/proc/loadavg: 4.10 3.89 3.11 5/190 29840
/proc/meminfo: memFree=19320288/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=312552 CPUtime=882.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 43545 0 0 0 88223 7 0 0 25 0 1 0 569099441 320053248 43077 33554432000 4194304 6016207 140736371964192 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 78138 43077 738 445 0 71682 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 312552

[startup+942.301 s]
/proc/loadavg: 4.03 3.91 3.16 5/190 29842
/proc/meminfo: memFree=19265580/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=312552 CPUtime=942.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 43635 0 0 0 94223 7 0 0 25 0 1 0 569099441 320053248 43167 33554432000 4194304 6016207 140736371964192 18446744073709551615 4378500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 78138 43167 738 445 0 71682 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 312552

[startup+1002.3 s]
/proc/loadavg: 4.01 3.92 3.21 5/190 29844
/proc/meminfo: memFree=19251036/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=312552 CPUtime=1002.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 43838 0 0 0 100223 7 0 0 25 0 1 0 569099441 320053248 43370 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 78138 43370 738 445 0 71682 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 312552

[startup+1062.3 s]
/proc/loadavg: 4.08 3.95 3.26 5/190 29844
/proc/meminfo: memFree=19212320/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=312552 CPUtime=1062.31 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 44036 0 0 0 106224 7 0 0 25 0 1 0 569099441 320053248 43568 33554432000 4194304 6016207 140736371964192 18446744073709551615 4373546 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 78138 43568 738 445 0 71682 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 312552

[startup+1122.3 s]
/proc/loadavg: 4.03 3.96 3.31 5/190 29846
/proc/meminfo: memFree=19197908/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=312552 CPUtime=1122.31 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 47764 0 0 0 112223 8 0 0 25 0 1 0 569099441 320053248 46434 33554432000 4194304 6016207 140736371964192 18446744073709551615 4378555 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 78138 46434 734 445 0 71682 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 312552

[startup+1182.31 s]
/proc/loadavg: 4.01 3.96 3.35 5/190 29848
/proc/meminfo: memFree=19155348/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=370124 CPUtime=1182.31 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 56691 0 0 0 118221 10 0 0 25 0 1 0 569099441 379006976 55361 33554432000 4194304 6016207 140736371964192 18446744073709551615 4424247 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 92531 55361 734 445 0 86075 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 370124

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.38 5/190 29850
/proc/meminfo: memFree=19127916/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=428288 CPUtime=1242.3 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 58092 0 0 0 124220 10 0 0 25 0 1 0 569099441 438566912 56762 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425824 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 107072 56762 734 445 0 100616 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 428288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 3.78 3.92 3.40 4/184 29869
/proc/meminfo: memFree=19317608/32951124 swapFree=67110396/67111528
[pid=29686] ppid=29684 vsize=428288 CPUtime=1300.02 cores=5,7
/proc/29686/stat : 29686 (qutersat_releas) R 29684 29686 28890 0 -1 4202496 59924 0 0 0 129991 11 0 0 25 0 1 0 569099441 438566912 58592 33554432000 4194304 6016207 140736371964192 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29686/statm: 107072 58592 732 445 0 100616 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 428288

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.04
CPU user time (s): 1299.92
CPU system time (s): 0.121981
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 428288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.92
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 1813

runsolver used 2.11968 second user time and 4.96924 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-26 05:31:28
IDJOB=3292199
IDBENCH=85965
IDSOLVER=1607
FILE ID=node118/3292199-1303788688
RUNJOBID= node118-1303788687-29665
PBS_JOBID= 13157236
Free space on /tmp= 71992 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292199-1303788688/watcher-3292199-1303788688 -o /tmp/evaluation-result-3292199-1303788688/solver-3292199-1303788688 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3292199-1303788688.cnf 137556580

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=137556580

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19991416 kB
Buffers:       1875888 kB
Cached:       10485976 kB
SwapCached:        600 kB
Active:        8638008 kB
Inactive:      3796024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19991416 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           13260 kB
Writeback:           0 kB
AnonPages:       71420 kB
Mapped:          14580 kB
Slab:           461132 kB
PageTables:       5504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   197744 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= 71988 MiB
End job on node118 at 2011-04-26 05:53:10