Trace number 3421251

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.11 4999.94

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
MD5SUM7f62d729a30ffc73b7fa61161ba43630
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2304
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses73400
Sum of the clauses size147612
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 273371
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 870 #clause: 73400
0.00/0.02	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :        870 AvgFaninNum: 29
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 841
0.00/0.03	c Total Root : 0 Undef Var: 841
0.00/0.03	c After covering, Total Root: 29 Leaf: 841
0.00/0.03	c Variable( cover/uncovered/unused ): 870 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 841 72530
0.00/0.03	c Clauses( cover/uncovered ): 29 0
0.00/0.03	c Total Clauses( cover/uncovered ): 870 72530 1.18529%
0.00/0.03	c Covered Ands: 29 Invs: 0 Xors: 0 Ites: 0
0.04/0.06	c Uncover Clauses avg size: 2 max size: 2
0.04/0.06	c Final circuit: i/l/o/s     841       0   72530     73342
0.04/0.06	c CnfToAig: Time: 0.05 s
0.09/0.11	c TmMap: Set choices finish.
0.09/0.14	c TmMap: Set big and: 72559
0.09/0.14	c TmMap: Origin: 74184 ClauseNum: 220026 --> New: 73401 ClauseNum: 218460
0.09/0.14	c TmMap: Time: 0.04
0.09/0.15	c Try to Add: #clause: 145118 #xorclause: 0
0.09/0.16	c #var: 870 #clauses: 30 Solving... 
5000.07/4999.91	c Time Out !!
5000.07/4999.91	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421251-1306620111/watcher-3421251-1306620111 -o /tmp/evaluation-result-3421251-1306620111/solver-3421251-1306620111 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421251-1306620111.cnf 151875591 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 3/443 8852
/proc/meminfo: memFree=15398556/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=32364 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 1874 0 0 0 0 0 0 0 25 0 1 0 852241751 33140736 1811 33554432000 4194304 6014671 140734046018720 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 8091 1825 378 445 0 1636 0

[startup+0.057984 s]
/proc/loadavg: 1.92 2.00 1.99 3/443 8852
/proc/meminfo: memFree=15398556/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=43116 CPUtime=0.04 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 4060 0 0 0 4 0 0 0 18 0 1 0 852241751 44150784 3996 33554432000 4194304 6014671 140734046018720 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 10779 4031 398 445 0 4324 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 43116

[startup+0.100969 s]
/proc/loadavg: 1.92 2.00 1.99 3/443 8852
/proc/meminfo: memFree=15398556/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=52568 CPUtime=0.09 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 7256 0 0 0 9 0 0 0 18 0 1 0 852241751 53829632 7192 33554432000 4194304 6014671 140734046018720 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 13142 7197 668 445 0 6687 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52568

[startup+0.300932 s]
/proc/loadavg: 1.92 2.00 1.99 3/443 8852
/proc/meminfo: memFree=15398556/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=65700 CPUtime=0.28 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 10179 0 0 0 28 0 0 0 18 0 1 0 852241751 67276800 10115 33554432000 4194304 6014671 140734046018720 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 16425 10115 720 445 0 9970 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 65700

[startup+0.700856 s]
/proc/loadavg: 1.92 2.00 1.99 3/443 8852
/proc/meminfo: memFree=15398556/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=74684 CPUtime=0.68 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 10413 0 0 0 68 0 0 0 18 0 1 0 852241751 76476416 10349 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 18671 10349 721 445 0 12216 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 74684

[startup+1.50071 s]
/proc/loadavg: 1.92 2.00 1.99 3/444 8853
/proc/meminfo: memFree=15358740/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=83984 CPUtime=1.48 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 10518 0 0 0 148 0 0 0 19 0 1 0 852241751 85999616 10454 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 20996 10454 721 445 0 14541 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83984

[startup+3.10041 s]
/proc/loadavg: 1.92 2.00 1.99 3/444 8853
/proc/meminfo: memFree=15357128/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=83984 CPUtime=3.08 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 11373 0 0 0 308 0 0 0 25 0 1 0 852241751 85999616 11309 33554432000 4194304 6014671 140734046018720 18446744073709551615 4536712 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 20996 11309 725 445 0 14541 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83984

[startup+6.3008 s]
/proc/loadavg: 1.93 2.00 1.99 3/444 8853
/proc/meminfo: memFree=15350316/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=83984 CPUtime=6.29 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 12905 0 0 0 628 1 0 0 25 0 1 0 852241751 85999616 12841 33554432000 4194304 6014671 140734046018720 18446744073709551615 4536741 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 20996 12841 725 445 0 14541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83984

[startup+12.7006 s]
/proc/loadavg: 1.93 2.00 1.99 3/444 8853
/proc/meminfo: memFree=15340368/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=113276 CPUtime=12.69 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 15065 0 0 0 1268 1 0 0 25 0 1 0 852241751 115994624 15001 33554432000 4194304 6014671 140734046018720 18446744073709551615 4378513 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 28319 15001 725 445 0 21864 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113276

[startup+25.5012 s]
/proc/loadavg: 1.95 2.00 1.99 3/444 8853
/proc/meminfo: memFree=15325964/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=143184 CPUtime=25.49 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 18052 0 0 0 2548 1 0 0 25 0 1 0 852241751 146620416 17988 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 35796 17988 725 445 0 29341 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143184

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/444 8854
/proc/meminfo: memFree=15304812/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=143184 CPUtime=51.09 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 23234 0 0 0 5107 2 0 0 25 0 1 0 852241751 146620416 23170 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 35796 23170 725 445 0 29341 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143184

[startup+102.317 s]
/proc/loadavg: 2.01 2.01 2.00 3/444 8856
/proc/meminfo: memFree=15286444/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=143184 CPUtime=102.31 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 27281 0 0 0 10228 3 0 0 25 0 1 0 852241751 146620416 27217 33554432000 4194304 6014671 140734046018720 18446744073709551615 4425388 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 35796 27217 726 445 0 29341 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 143184

[startup+162.3 s]
/proc/loadavg: 2.14 2.03 2.01 3/444 8858
/proc/meminfo: memFree=15263956/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=171592 CPUtime=162.3 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 32979 0 0 0 16226 4 0 0 25 0 1 0 852241751 175710208 32911 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 42898 32911 725 445 0 36443 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 171592

[startup+222.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/444 8860
/proc/meminfo: memFree=15263920/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=171592 CPUtime=222.3 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 32979 0 0 0 22226 4 0 0 25 0 1 0 852241751 175710208 32911 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 42898 32911 725 445 0 36443 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 171592

[startup+282.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/444 8861
/proc/meminfo: memFree=15244920/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=226316 CPUtime=282.3 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 37814 0 0 0 28225 5 0 0 25 0 1 0 852241751 231747584 37731 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 56579 37731 725 445 0 50124 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 226316

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 8863
/proc/meminfo: memFree=15220588/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=286072 CPUtime=342.29 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 43475 0 0 0 34224 5 0 0 25 0 1 0 852241751 292937728 43234 33554432000 4194304 6014671 140734046018720 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 71518 43234 725 445 0 65063 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 286072

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 8864
/proc/meminfo: memFree=15186208/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=286072 CPUtime=402.3 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 48599 0 0 0 40223 7 0 0 25 0 1 0 852241751 292937728 48358 33554432000 4194304 6014671 140734046018720 18446744073709551615 4380152 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 71518 48358 725 445 0 65063 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 286072

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 8866
/proc/meminfo: memFree=15154176/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=349556 CPUtime=462.31 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 54960 0 0 0 46223 8 0 0 25 0 1 0 852241751 357945344 54395 33554432000 4194304 6014671 140734046018720 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 87389 54395 725 445 0 80934 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 349556

[startup+522.301 s]
/proc/loadavg: 2.08 2.03 2.01 3/444 8868
/proc/meminfo: memFree=15147796/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=415776 CPUtime=522.31 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 55112 0 0 0 52223 8 0 0 25 0 1 0 852241751 425754624 54547 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 103944 54547 725 445 0 97489 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 415776

[startup+582.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/444 8869
/proc/meminfo: memFree=15137336/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=415776 CPUtime=582.31 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 55158 0 0 0 58223 8 0 0 25 0 1 0 852241751 425754624 54593 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 103944 54593 725 445 0 97489 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 415776

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9006
/proc/meminfo: memFree=15059448/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4062.45 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 127753 0 0 0 406225 20 0 0 25 0 1 0 852241751 903458816 120142 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120142 727 445 0 214116 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 882284

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9008
/proc/meminfo: memFree=15057928/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4122.43 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 128117 0 0 0 412223 20 0 0 25 0 1 0 852241751 903458816 120506 33554432000 4194304 6014671 140734046018720 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120506 727 445 0 214116 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 882284

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 9009
/proc/meminfo: memFree=15028136/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4182.43 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 128117 0 0 0 418223 20 0 0 25 0 1 0 852241751 903458816 120506 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120506 727 445 0 214116 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 882284

[startup+4242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/444 9011
/proc/meminfo: memFree=15019672/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4242.44 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 128119 0 0 0 424224 20 0 0 25 0 1 0 852241751 903458816 120506 33554432000 4194304 6014671 140734046018720 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120506 725 445 0 214116 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 882284

[startup+4302.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/444 9012
/proc/meminfo: memFree=15019884/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4302.44 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 128119 0 0 0 430224 20 0 0 25 0 1 0 852241751 903458816 120506 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120506 725 445 0 214116 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 882284

[startup+4362.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/444 9014
/proc/meminfo: memFree=15019612/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4362.44 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 128161 0 0 0 436224 20 0 0 25 0 1 0 852241751 903458816 120548 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120548 725 445 0 214116 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 882284

[startup+4422.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/444 9016
/proc/meminfo: memFree=15019712/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4422.44 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 128161 0 0 0 442224 20 0 0 25 0 1 0 852241751 903458816 120548 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120548 725 445 0 214116 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 882284

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/444 9017
/proc/meminfo: memFree=15019068/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4482.45 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 128182 0 0 0 448224 21 0 0 25 0 1 0 852241751 903458816 120569 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120569 725 445 0 214116 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 882284

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 9019
/proc/meminfo: memFree=15018420/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4542.45 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 128439 0 0 0 454224 21 0 0 25 0 1 0 852241751 903458816 120826 33554432000 4194304 6014671 140734046018720 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120826 725 445 0 214116 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 882284

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9020
/proc/meminfo: memFree=15017528/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4602.47 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 128439 0 0 0 460226 21 0 0 25 0 1 0 852241751 903458816 120826 33554432000 4194304 6014671 140734046018720 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120826 725 445 0 214116 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 882284

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9022
/proc/meminfo: memFree=15016504/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4662.46 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 128439 0 0 0 466225 21 0 0 25 0 1 0 852241751 903458816 120826 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120826 725 445 0 214116 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 882284

[startup+4722.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 9024
/proc/meminfo: memFree=15017596/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4722.48 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 128439 0 0 0 472227 21 0 0 25 0 1 0 852241751 903458816 120826 33554432000 4194304 6014671 140734046018720 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 120826 725 445 0 214116 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 882284

[startup+4782.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/444 9025
/proc/meminfo: memFree=14990544/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4782.46 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 129306 0 0 0 478225 21 0 0 25 0 1 0 852241751 903458816 121693 33554432000 4194304 6014671 140734046018720 18446744073709551615 4379783 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 121693 725 445 0 214116 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 882284

[startup+4842.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/444 9027
/proc/meminfo: memFree=14963980/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4842.46 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 130143 0 0 0 484225 21 0 0 25 0 1 0 852241751 903458816 122530 33554432000 4194304 6014671 140734046018720 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 122530 725 445 0 214116 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 882284

[startup+4902.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/444 9028
/proc/meminfo: memFree=14980076/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4902.46 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 130143 0 0 0 490225 21 0 0 25 0 1 0 852241751 903458816 122530 33554432000 4194304 6014671 140734046018720 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 122530 725 445 0 214116 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 882284

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/444 9030
/proc/meminfo: memFree=14974584/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=4962.46 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 130143 0 0 0 496225 21 0 0 25 0 1 0 852241751 903458816 122530 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 122530 725 445 0 214116 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 882284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 5/444 9031
/proc/meminfo: memFree=14974312/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=5000.07 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 130143 0 0 0 499986 21 0 0 25 0 1 0 852241751 903458816 122530 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 122530 725 445 0 214116 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 882284

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 5/444 9031
/proc/meminfo: memFree=14974312/32950928 swapFree=60044444/67111528
[pid=8852] ppid=8850 vsize=882284 CPUtime=5000.07 cores=0,2,4,6
/proc/8852/stat : 8852 (qutersat_releas) R 8850 8852 8543 0 -1 4202496 130143 0 0 0 499986 21 0 0 25 0 1 0 852241751 903458816 122530 33554432000 4194304 6014671 140734046018720 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/8852/statm: 220571 122530 725 445 0 214116 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 882284

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.11
CPU user time (s): 4999.88
CPU system time (s): 0.233964
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 882284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.88
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130147
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= 15
involuntary context switches= 7921

runsolver used 22.8765 second user time and 49.5545 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-29 00:01:51
IDJOB=3421251
IDBENCH=83982
IDSOLVER=1868
FILE ID=node114/3421251-1306620111
RUNJOBID= node114-1306614721-8561
PBS_JOBID= 13471628
Free space on /tmp= 73212 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421251-1306620111/watcher-3421251-1306620111 -o /tmp/evaluation-result-3421251-1306620111/solver-3421251-1306620111 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421251-1306620111.cnf 151875591

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

MD5SUM BENCH= 7f62d729a30ffc73b7fa61161ba43630
RANDOM SEED=151875591

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15398720 kB
Buffers:        267644 kB
Cached:        6738348 kB
SwapCached:      48932 kB
Active:        5426784 kB
Inactive:     11854264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15398720 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:            2344 kB
Writeback:           0 kB
AnonPages:    10233080 kB
Mapped:          30240 kB
Slab:           139840 kB
PageTables:      62780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108635236 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= 73212 MiB
End job on node114 at 2011-05-29 01:25:13