Trace number 3188784

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) 1299.98 1300.02

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1637697223-097.UNKNOWN.cnf
MD5SUMa7e7ad4822818289e739fae39e69d3b8
Bench CategoryRANDOM (random 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 variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 80 #clause: 7120
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 0 Undef Var: 80
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 80 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.01	c Clauses( cover/uncovered ): 0 7120
0.00/0.01	c Total Clauses( cover/uncovered ): 0 7120 0%
0.00/0.01	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.02	c Uncover Clauses avg size: 7 max size: 7
0.00/0.02	c Final circuit: i/l/o/s      80       0    7120     27876
0.00/0.02	c CnfToAig: Time: 0.02 s
0.04/0.07	c TmMap: Set choices finish.
0.04/0.08	c TmMap: Set big and: 11987
0.04/0.08	c TmMap: Origin: 27957 ClauseNum: 83628 --> New: 12068 ClauseNum: 51968
0.04/0.08	c TmMap: Time: 0.01
0.04/0.08	c Try to Add: #clause: 23974 #xorclause: 0
0.04/0.09	c #var: 4947 #clauses: 11988 Solving... 
1299.96/1300.00	c Time Out !!
1299.96/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3188784-1302284884/watcher-3188784-1302284884 -o /tmp/evaluation-result-3188784-1302284884/solver-3188784-1302284884 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3188784-1302284884.cnf 834785839 

running on 2 cores: 0,2

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: 3.94 4.00 3.99 5/189 1821
/proc/meminfo: memFree=17524956/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=26212 CPUtime=0 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4194304 331 0 0 0 0 0 0 0 25 0 1 0 340088826 26841088 266 33554432000 4194304 6016207 140735658916448 18446744073709551615 253673683344 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1821/statm: 6553 277 227 445 0 97 0

[startup+0.0562009 s]
/proc/loadavg: 3.94 4.00 3.99 5/189 1821
/proc/meminfo: memFree=17524956/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=43628 CPUtime=0.04 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 4843 0 0 0 4 0 0 0 25 0 1 0 340088826 44675072 4776 33554432000 4194304 6016207 140735658916448 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 10907 4778 670 445 0 4451 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 43628

[startup+0.101161 s]
/proc/loadavg: 3.94 4.00 3.99 5/189 1821
/proc/meminfo: memFree=17524956/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=55928 CPUtime=0.09 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 6040 0 0 0 8 1 0 0 25 0 1 0 340088826 57270272 5973 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425840 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 13982 5973 692 445 0 7526 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55928

[startup+0.30115 s]
/proc/loadavg: 3.94 4.00 3.99 5/189 1821
/proc/meminfo: memFree=17524956/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=55928 CPUtime=0.29 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 6043 0 0 0 28 1 0 0 25 0 1 0 340088826 57270272 5976 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425843 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 13982 5976 695 445 0 7526 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55928

[startup+0.701087 s]
/proc/loadavg: 3.94 4.00 3.99 5/189 1821
/proc/meminfo: memFree=17524956/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=57080 CPUtime=0.69 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 6508 0 0 0 68 1 0 0 25 0 1 0 340088826 58449920 6441 33554432000 4194304 6016207 140735658916448 18446744073709551615 4424273 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 14270 6441 722 445 0 7814 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57080

[startup+1.50093 s]
/proc/loadavg: 3.94 4.00 3.99 5/190 1822
/proc/meminfo: memFree=17499900/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=65888 CPUtime=1.49 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 6865 0 0 0 148 1 0 0 25 0 1 0 340088826 67469312 6798 33554432000 4194304 6016207 140735658916448 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 16472 6798 722 445 0 10016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65888

[startup+3.10064 s]
/proc/loadavg: 3.94 4.00 3.99 5/190 1822
/proc/meminfo: memFree=17496924/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=83952 CPUtime=3.09 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 7627 0 0 0 308 1 0 0 25 0 1 0 340088826 85966848 7560 33554432000 4194304 6016207 140735658916448 18446744073709551615 4387598 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 20988 7560 726 445 0 14532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83952

[startup+6.30107 s]
/proc/loadavg: 3.94 4.00 3.99 5/190 1822
/proc/meminfo: memFree=17488120/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=93392 CPUtime=6.29 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 10269 0 0 0 627 2 0 0 25 0 1 0 340088826 95633408 10202 33554432000 4194304 6016207 140735658916448 18446744073709551615 4548669 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 23348 10202 730 445 0 16892 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93392

[startup+12.7009 s]
/proc/loadavg: 3.95 4.00 3.99 5/190 1822
/proc/meminfo: memFree=17465276/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=103144 CPUtime=12.69 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 13557 0 0 0 1266 3 0 0 25 0 1 0 340088826 105619456 13490 33554432000 4194304 6016207 140735658916448 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 25786 13490 730 445 0 19330 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103144

[startup+25.5006 s]
/proc/loadavg: 3.96 4.00 3.99 5/190 1823
/proc/meminfo: memFree=17452380/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=112996 CPUtime=25.49 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 15641 0 0 0 2546 3 0 0 25 0 1 0 340088826 115707904 15571 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 28249 15571 731 445 0 21793 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112996

[startup+51.1009 s]
/proc/loadavg: 3.97 4.00 3.99 5/190 1823
/proc/meminfo: memFree=17432976/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=133880 CPUtime=51.09 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 18459 0 0 0 5105 4 0 0 25 0 1 0 340088826 137093120 18388 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 33470 18388 730 445 0 27014 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133880

[startup+102.307 s]
/proc/loadavg: 3.99 4.00 3.99 5/190 1825
/proc/meminfo: memFree=17415216/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=133880 CPUtime=102.29 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 20897 0 0 0 10224 5 0 0 25 0 1 0 340088826 137093120 20826 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 33470 20826 730 445 0 27014 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 133880

[startup+162.301 s]
/proc/loadavg: 4.03 4.01 4.00 5/190 1826
/proc/meminfo: memFree=17391132/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=133880 CPUtime=162.29 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 23230 0 0 0 16223 6 0 0 25 0 1 0 340088826 137093120 23159 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 33470 23159 730 445 0 27014 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 133880

[startup+222.301 s]
/proc/loadavg: 4.01 4.01 4.00 5/190 1828
/proc/meminfo: memFree=17342740/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=133880 CPUtime=222.29 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 25595 0 0 0 22221 8 0 0 25 0 1 0 340088826 137093120 25524 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425690 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 33470 25524 732 445 0 27014 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 133880

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 1829
/proc/meminfo: memFree=17281212/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=145592 CPUtime=282.29 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 27600 0 0 0 28220 9 0 0 25 0 1 0 340088826 149086208 27529 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425561 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 36398 27529 732 445 0 29942 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 145592

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 1831
/proc/meminfo: memFree=17237040/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=157604 CPUtime=342.29 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 29130 0 0 0 34220 9 0 0 25 0 1 0 340088826 161386496 29059 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 39401 29059 732 445 0 32945 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 157604

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 1833
/proc/meminfo: memFree=17201044/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=169796 CPUtime=402.29 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 33118 0 0 0 40218 11 0 0 25 0 1 0 340088826 173871104 33047 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 42449 33047 732 445 0 35993 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 169796

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 1834
/proc/meminfo: memFree=17178312/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=169796 CPUtime=462.28 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 34997 0 0 0 46217 11 0 0 25 0 1 0 340088826 173871104 34926 33554432000 4194304 6016207 140735658916448 18446744073709551615 4536272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 42449 34926 732 445 0 35993 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 169796

[startup+522.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/190 1836
/proc/meminfo: memFree=17160060/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=169796 CPUtime=522.28 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 35477 0 0 0 52217 11 0 0 25 0 1 0 340088826 173871104 35400 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 42449 35400 732 445 0 35993 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 169796

[startup+582.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/190 1837
/proc/meminfo: memFree=17130152/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=182504 CPUtime=582.28 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 37264 0 0 0 58216 12 0 0 25 0 1 0 340088826 186884096 37178 33554432000 4194304 6016207 140735658916448 18446744073709551615 4424353 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 45626 37178 732 445 0 39170 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 182504

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 1839
/proc/meminfo: memFree=17109548/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=182504 CPUtime=642.28 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 38576 0 0 0 64216 12 0 0 25 0 1 0 340088826 186884096 38477 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 45626 38477 732 445 0 39170 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 182504

[startup+702.301 s]
/proc/loadavg: 4.05 4.01 4.00 5/190 1841
/proc/meminfo: memFree=17090924/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=182504 CPUtime=702.27 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 38713 0 0 0 70214 13 0 0 25 0 1 0 340088826 186884096 38606 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425542 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 45626 38606 732 445 0 39170 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 182504

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 4.00 5/190 1842
/proc/meminfo: memFree=17074416/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=182504 CPUtime=762.28 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 38751 0 0 0 76215 13 0 0 25 0 1 0 340088826 186884096 38635 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 45626 38635 732 445 0 39170 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 182504

[startup+822.301 s]
/proc/loadavg: 4.08 4.02 4.00 5/190 1853
/proc/meminfo: memFree=17061996/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=182504 CPUtime=822.27 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 38884 0 0 0 82214 13 0 0 25 0 1 0 340088826 186884096 38758 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 45626 38758 732 445 0 39170 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 182504

[startup+882.301 s]
/proc/loadavg: 4.03 4.01 4.00 5/190 1854
/proc/meminfo: memFree=17025888/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=182504 CPUtime=882.27 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 38916 0 0 0 88214 13 0 0 25 0 1 0 340088826 186884096 38790 33554432000 4194304 6016207 140735658916448 18446744073709551615 4370943 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 45626 38790 732 445 0 39170 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 182504

[startup+942.301 s]
/proc/loadavg: 4.01 4.01 4.00 5/190 1859
/proc/meminfo: memFree=17015316/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=182504 CPUtime=942.26 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 38918 0 0 0 94213 13 0 0 25 0 1 0 340088826 186884096 38779 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 45626 38779 730 445 0 39170 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 182504

[startup+1002.3 s]
/proc/loadavg: 3.94 3.99 3.99 5/190 1889
/proc/meminfo: memFree=17191916/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=236772 CPUtime=1002.26 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 42210 0 0 0 100211 15 0 0 25 0 1 0 340088826 242454528 42046 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 59193 42046 730 445 0 52737 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 236772

[startup+1062.3 s]
/proc/loadavg: 3.94 3.97 3.99 5/190 1946
/proc/meminfo: memFree=17502932/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=290788 CPUtime=1062.25 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 42620 0 0 0 106210 15 0 0 25 0 1 0 340088826 297766912 42411 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 72697 42411 730 445 0 66241 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 290788

[startup+1122.3 s]
/proc/loadavg: 3.98 3.97 3.99 5/190 1948
/proc/meminfo: memFree=17410044/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=345212 CPUtime=1122.25 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 42741 0 0 0 112210 15 0 0 25 0 1 0 340088826 353497088 42496 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 86303 42496 730 445 0 79847 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 345212

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.99 5/190 1976
/proc/meminfo: memFree=17373404/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=345212 CPUtime=1182.26 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 45986 0 0 0 118209 17 0 0 25 0 1 0 340088826 353497088 45714 33554432000 4194304 6016207 140735658916448 18446744073709551615 4567741 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 86303 45714 758 445 0 79847 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 345212

[startup+1242.3 s]
/proc/loadavg: 3.99 3.97 3.99 5/190 1978
/proc/meminfo: memFree=17320448/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=345212 CPUtime=1242.26 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 46291 0 0 0 124209 17 0 0 25 0 1 0 340088826 353497088 45998 33554432000 4194304 6016207 140735658916448 18446744073709551615 4370939 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 86303 45998 758 445 0 79847 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 345212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 3.99 3.99 5/190 1980
/proc/meminfo: memFree=17298612/32951124 swapFree=67111528/67111528
[pid=1821] ppid=1819 vsize=345212 CPUtime=1299.96 cores=0,2
/proc/1821/stat : 1821 (qutersat_releas) R 1819 1821 1248 0 -1 4202496 46315 0 0 0 129978 18 0 0 25 0 1 0 340088826 353497088 46000 33554432000 4194304 6016207 140735658916448 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/1821/statm: 86303 46000 758 445 0 79847 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 345212

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.02
CPU time (s): 1299.98
CPU user time (s): 1299.79
CPU system time (s): 0.19197
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 345212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.79
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46320
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 2649

runsolver used 2.31365 second user time and 4.78727 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-08 19:48:04
IDJOB=3188784
IDBENCH=82915
IDSOLVER=1607
FILE ID=node106/3188784-1302284884
RUNJOBID= node106-1302280689-1266
PBS_JOBID= 12919089
Free space on /tmp= 71036 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1637697223-097.UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3188784-1302284884/watcher-3188784-1302284884 -o /tmp/evaluation-result-3188784-1302284884/solver-3188784-1302284884 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3188784-1302284884.cnf 834785839

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

MD5SUM BENCH= a7e7ad4822818289e739fae39e69d3b8
RANDOM SEED=834785839

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17525228 kB
Buffers:        556412 kB
Cached:       14061636 kB
SwapCached:          0 kB
Active:        9175292 kB
Inactive:      5866760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17525228 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2000 kB
Writeback:           0 kB
AnonPages:      423608 kB
Mapped:          20120 kB
Slab:           320148 kB
PageTables:       5752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   657480 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= 71032 MiB
End job on node106 at 2011-04-08 20:09:46