Trace number 3376005

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) 1066.68 1300.13

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
MD5SUMd89541d4d678adcd99dbf4694eb0406c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.1322
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

Solver Data

0.00/0.02	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 150 #clause: 12750
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.03	c Find Ands  :          0 AvgFaninNum: nan
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 : 0
0.00/0.03	c Total Root : 0 Undef Var: 150
0.00/0.03	c After covering, Total Root: 0 Leaf: 0
0.00/0.03	c Variable( cover/uncovered/unused ): 0 150 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.03	c Clauses( cover/uncovered ): 0 12750
0.00/0.03	c Total Clauses( cover/uncovered ): 0 12750 0%
0.00/0.03	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.02/0.15	c Uncover Clauses avg size: 7 max size: 7
0.02/0.15	c Final circuit: i/l/o/s     150       0   12750     56802
0.02/0.16	c CnfToAig: Time: 0.04 s
0.08/0.22	c TmMap: Set choices finish.
0.12/0.35	c TmMap: Set big and: 21976
0.12/0.35	c TmMap: Origin: 56953 ClauseNum: 170406 --> New: 22127 ClauseNum: 101603
0.12/0.35	c TmMap: Time: 0.04
0.12/0.35	c Try to Add: #clause: 43952 #xorclause: 0
0.12/0.37	c #var: 9376 #clauses: 21977 Solving... 
1066.66/1300.01	c Time Out !!
1066.66/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: 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-3376005-1305468827/watcher-3376005-1305468827 -o /tmp/evaluation-result-3376005-1305468827/solver-3376005-1305468827 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376005-1305468827.cnf 279099994 

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: 7.17 7.28 8.17 8/458 16241
/proc/meminfo: memFree=7939820/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=11796 CPUtime=0 cores=5,7
/proc/16241/stat : 16241 (runsolver) R 16239 16241 16139 0 -1 4202560 41 0 0 0 0 0 0 0 23 0 1 0 658483670 12079104 49 33554432000 4194304 5432360 140736167504480 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/16241/statm: 2949 49 30 303 0 2643 0

[startup+0.035731 s]
/proc/loadavg: 7.17 7.28 8.17 8/458 16241
/proc/meminfo: memFree=7939820/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=33388 CPUtime=0.01 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 2034 0 0 0 1 0 0 0 24 0 1 0 658483670 34189312 1970 33554432000 4194304 6014671 140737096512896 18446744073709551615 4262695 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 8347 1970 398 445 0 1892 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 33388

[startup+0.10072 s]
/proc/loadavg: 7.17 7.28 8.17 8/458 16241
/proc/meminfo: memFree=7939820/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=34412 CPUtime=0.02 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 2393 0 0 0 2 0 0 0 24 0 1 0 658483670 35237888 2329 33554432000 4194304 6014671 140737096512896 18446744073709551615 4276147 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 8603 2329 398 445 0 2148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 34412

[startup+0.300685 s]
/proc/loadavg: 7.17 7.28 8.17 8/458 16241
/proc/meminfo: memFree=7939820/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=55356 CPUtime=0.12 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 7802 0 0 0 11 1 0 0 24 0 1 0 658483670 56684544 7738 33554432000 4194304 6014671 140737096512896 18446744073709551615 4223606 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 13839 7738 670 445 0 7384 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 55356

[startup+0.700614 s]
/proc/loadavg: 7.17 7.28 8.17 8/458 16241
/proc/meminfo: memFree=7939820/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=65608 CPUtime=0.31 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 8586 0 0 0 30 1 0 0 25 0 1 0 658483670 67182592 8522 33554432000 4194304 6014671 140737096512896 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 16402 8522 696 445 0 9947 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 65608

[startup+1.50047 s]
/proc/loadavg: 7.17 7.28 8.17 8/459 16242
/proc/meminfo: memFree=7903232/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=65608 CPUtime=0.71 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 8598 0 0 0 70 1 0 0 25 0 1 0 658483670 67182592 8534 33554432000 4194304 6014671 140737096512896 18446744073709551615 4422678 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 16402 8534 700 445 0 9947 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 65608

[startup+3.10019 s]
/proc/loadavg: 7.15 7.28 8.16 8/459 16242
/proc/meminfo: memFree=7894428/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=68680 CPUtime=1.51 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 9594 0 0 0 150 1 0 0 25 0 1 0 658483670 70328320 9530 33554432000 4194304 6014671 140737096512896 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 17170 9530 721 445 0 10715 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 68680
heavy processes:

[startup+6.30062 s]
/proc/loadavg: 7.15 7.28 8.16 8/459 16242
/proc/meminfo: memFree=7873544/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=87340 CPUtime=3.12 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 10454 0 0 0 310 2 0 0 25 0 1 0 658483670 89436160 10390 33554432000 4194304 6014671 140737096512896 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 21835 10390 722 445 0 15380 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 87340
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 7.13 7.27 8.15 8/459 16243
/proc/meminfo: memFree=7833492/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=107008 CPUtime=6.31 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 12530 0 0 0 629 2 0 0 25 0 1 0 658483670 109576192 12466 33554432000 4194304 6014671 140737096512896 18446744073709551615 4377903 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 26752 12466 726 445 0 20297 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 107008
heavy processes:

[startup+25.5002 s]
/proc/loadavg: 7.19 7.28 8.14 8/459 16243
/proc/meminfo: memFree=7754140/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=147100 CPUtime=12.72 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 18588 0 0 0 1268 4 0 0 25 0 1 0 658483670 150630400 18524 33554432000 4194304 6014671 140737096512896 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 36775 18524 726 445 0 30320 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 147100
heavy processes:

[startup+51.1007 s]
/proc/loadavg: 7.12 7.25 8.11 8/459 16244
/proc/meminfo: memFree=7651020/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=157476 CPUtime=25.51 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 23773 0 0 0 2547 4 0 0 25 0 1 0 658483670 161255424 23683 33554432000 4194304 6014671 140737096512896 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 39369 23683 727 445 0 32914 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 157476
heavy processes:

[startup+102.318 s]
/proc/loadavg: 7.26 7.26 8.06 8/459 16245
/proc/meminfo: memFree=7533356/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=157476 CPUtime=51.11 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 26110 0 0 0 5106 5 0 0 25 0 1 0 658483670 161255424 26019 33554432000 4194304 6014671 140737096512896 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 39369 26019 726 445 0 32914 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 157476
heavy processes:

[startup+162.301 s]
/proc/loadavg: 7.31 7.26 8.01 8/459 16247
/proc/meminfo: memFree=7469840/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=157476 CPUtime=81.11 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 28611 0 0 0 8104 7 0 0 25 0 1 0 658483670 161255424 28520 33554432000 4194304 6014671 140737096512896 18446744073709551615 4378744 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 39369 28520 726 445 0 32914 0
Current children cumulated CPU time (s) 81.11
Current children cumulated vsize (KiB) 157476
heavy processes:

[startup+222.3 s]
/proc/loadavg: 7.25 7.25 7.96 8/459 16248
/proc/meminfo: memFree=7404696/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=157476 CPUtime=111.1 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 29402 0 0 0 11103 7 0 0 25 0 1 0 658483670 161255424 29311 33554432000 4194304 6014671 140737096512896 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 39369 29311 726 445 0 32914 0
Current children cumulated CPU time (s) 111.1
Current children cumulated vsize (KiB) 157476
heavy processes:

[startup+282.301 s]
/proc/loadavg: 7.27 7.25 7.91 8/459 16250
/proc/meminfo: memFree=7231108/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=157476 CPUtime=141.11 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 31561 0 0 0 14103 8 0 0 25 0 1 0 658483670 161255424 31470 33554432000 4194304 6014671 140737096512896 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 39369 31470 726 445 0 32914 0
Current children cumulated CPU time (s) 141.11
Current children cumulated vsize (KiB) 157476
heavy processes:

[startup+342.3 s]
/proc/loadavg: 7.13 7.22 7.86 8/459 16251
/proc/meminfo: memFree=6953160/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=180916 CPUtime=171.11 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 35891 0 0 0 17102 9 0 0 25 0 1 0 658483670 185257984 35800 33554432000 4194304 6014671 140737096512896 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 45229 35800 726 445 0 38774 0
Current children cumulated CPU time (s) 171.11
Current children cumulated vsize (KiB) 180916
heavy processes:

[startup+402.301 s]
/proc/loadavg: 7.10 7.19 7.81 8/459 16253
/proc/meminfo: memFree=6886672/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=180916 CPUtime=201.12 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 36591 0 0 0 20102 10 0 0 25 0 1 0 658483670 185257984 36500 33554432000 4194304 6014671 140737096512896 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 45229 36500 726 445 0 38774 0
Current children cumulated CPU time (s) 201.12
Current children cumulated vsize (KiB) 180916
heavy processes:

[startup+462.301 s]
/proc/loadavg: 7.07 7.16 7.76 8/459 16255
/proc/meminfo: memFree=6810032/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=229288 CPUtime=231.13 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 38983 0 0 0 23103 10 0 0 25 0 1 0 658483670 234790912 38892 33554432000 4194304 6014671 140737096512896 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 57322 38892 726 445 0 50867 0
Current children cumulated CPU time (s) 231.13
Current children cumulated vsize (KiB) 229288
heavy processes:

[startup+522.3 s]
/proc/loadavg: 7.02 7.13 7.71 8/459 16256
/proc/meminfo: memFree=6814116/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=326908 CPUtime=288.92 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 48366 0 0 0 28877 15 0 0 25 0 1 0 658483670 334753792 48247 33554432000 4194304 6014671 140737096512896 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 81727 48247 726 445 0 75272 0
Current children cumulated CPU time (s) 288.92
Current children cumulated vsize (KiB) 326908
heavy processes:

[startup+582.301 s]
/proc/loadavg: 7.01 7.11 7.66 8/459 16258
/proc/meminfo: memFree=6800428/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=326908 CPUtime=348.92 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 51400 0 0 0 34877 15 0 0 25 0 1 0 658483670 334753792 51236 33554432000 4194304 6014671 140737096512896 18446744073709551615 4534825 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 81727 51236 766 445 0 75272 0
Current children cumulated CPU time (s) 348.92
Current children cumulated vsize (KiB) 326908
heavy processes:

[startup+642.3 s]
/proc/loadavg: 7.10 7.11 7.62 8/459 16259
/proc/meminfo: memFree=6760680/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=326908 CPUtime=408.94 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 51769 0 0 0 40878 16 0 0 25 0 1 0 658483670 334753792 51556 33554432000 4194304 6014671 140737096512896 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 81727 51556 766 445 0 75272 0
Current children cumulated CPU time (s) 408.94
Current children cumulated vsize (KiB) 326908
heavy processes:

[startup+702.301 s]
/proc/loadavg: 7.16 7.12 7.60 8/459 16261
/proc/meminfo: memFree=6729004/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=326908 CPUtime=468.93 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 52505 0 0 0 46877 16 0 0 25 0 1 0 658483670 334753792 52239 33554432000 4194304 6014671 140737096512896 18446744073709551615 4424051 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 81727 52239 766 445 0 75272 0
Current children cumulated CPU time (s) 468.93
Current children cumulated vsize (KiB) 326908
heavy processes:

[startup+762.318 s]
/proc/loadavg: 7.25 7.16 7.58 8/459 16347
/proc/meminfo: memFree=15559252/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=326908 CPUtime=528.95 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 53372 0 0 0 52879 16 0 0 25 0 1 0 658483670 334753792 53020 33554432000 4194304 6014671 140737096512896 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 81727 53020 737 445 0 75272 0
Current children cumulated CPU time (s) 528.95
Current children cumulated vsize (KiB) 326908
heavy processes:

[startup+822.3 s]
/proc/loadavg: 7.13 7.14 7.54 8/459 16348
/proc/meminfo: memFree=15414096/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=326908 CPUtime=588.93 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 53611 0 0 0 58877 16 0 0 25 0 1 0 658483670 334753792 53228 33554432000 4194304 6014671 140737096512896 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 81727 53228 737 445 0 75272 0
Current children cumulated CPU time (s) 588.93
Current children cumulated vsize (KiB) 326908
heavy processes:

[startup+882.301 s]
/proc/loadavg: 7.16 7.14 7.52 8/459 16350
/proc/meminfo: memFree=15334964/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=326908 CPUtime=648.94 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 54193 0 0 0 64877 17 0 0 25 0 1 0 658483670 334753792 53767 33554432000 4194304 6014671 140737096512896 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 81727 53767 726 445 0 75272 0
Current children cumulated CPU time (s) 648.94
Current children cumulated vsize (KiB) 326908
heavy processes:

[startup+942.3 s]
/proc/loadavg: 7.12 7.13 7.49 8/459 16351
/proc/meminfo: memFree=15287816/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=326908 CPUtime=708.93 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 54707 0 0 0 70876 17 0 0 25 0 1 0 658483670 334753792 54248 33554432000 4194304 6014671 140737096512896 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 81727 54248 726 445 0 75272 0
Current children cumulated CPU time (s) 708.93
Current children cumulated vsize (KiB) 326908
heavy processes:

[startup+1002.3 s]
/proc/loadavg: 7.26 7.16 7.47 8/459 16353
/proc/meminfo: memFree=15131936/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=381476 CPUtime=768.93 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 63222 0 0 0 76871 22 0 0 25 0 1 0 658483670 390631424 62694 33554432000 4194304 6014671 140737096512896 18446744073709551615 4378507 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 95369 62694 726 445 0 88914 0
Current children cumulated CPU time (s) 768.93
Current children cumulated vsize (KiB) 381476
heavy processes:

[startup+1062.3 s]
/proc/loadavg: 7.30 7.18 7.46 8/459 16355
/proc/meminfo: memFree=15074996/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=436408 CPUtime=828.94 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 66404 0 0 0 82869 25 0 0 25 0 1 0 658483670 446881792 65840 33554432000 4194304 6014671 140737096512896 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 109102 65840 726 445 0 102647 0
Current children cumulated CPU time (s) 828.94
Current children cumulated vsize (KiB) 436408
heavy processes:

[startup+1122.3 s]
/proc/loadavg: 7.28 7.20 7.44 8/459 16356
/proc/meminfo: memFree=14997364/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=436408 CPUtime=888.94 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 66692 0 0 0 88869 25 0 0 25 0 1 0 658483670 446881792 66091 33554432000 4194304 6014671 140737096512896 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 109102 66091 726 445 0 102647 0
Current children cumulated CPU time (s) 888.94
Current children cumulated vsize (KiB) 436408
heavy processes:

[startup+1182.3 s]
/proc/loadavg: 7.22 7.20 7.43 8/459 16358
/proc/meminfo: memFree=14986188/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=492284 CPUtime=948.95 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 67342 0 0 0 94869 26 0 0 25 0 1 0 658483670 504098816 66703 33554432000 4194304 6014671 140737096512896 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 123071 66703 726 445 0 116616 0
Current children cumulated CPU time (s) 948.95
Current children cumulated vsize (KiB) 492284

[startup+1242.3 s]
/proc/loadavg: 7.11 7.17 7.40 8/459 16359
/proc/meminfo: memFree=14976008/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=492284 CPUtime=1008.95 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 67466 0 0 0 100869 26 0 0 25 0 1 0 658483670 504098816 66788 33554432000 4194304 6014671 140737096512896 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 123071 66788 726 445 0 116616 0
Current children cumulated CPU time (s) 1008.95
Current children cumulated vsize (KiB) 492284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 7.14 7.17 7.39 8/459 16361
/proc/meminfo: memFree=14958380/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=492284 CPUtime=1066.66 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) R 16239 16241 16139 0 -1 4202496 67905 0 0 0 106640 26 0 0 25 0 1 0 658483670 504098816 67187 33554432000 4194304 6014671 140737096512896 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16241/statm: 123071 67187 726 445 0 116616 0
Current children cumulated CPU time (s) 1066.66
Current children cumulated vsize (KiB) 492284

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

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

[startup+1300.12 s]
/proc/loadavg: 7.14 7.17 7.39 8/459 16362
/proc/meminfo: memFree=15224360/32951124 swapFree=67056812/67111528
[pid=16241] ppid=16239 vsize=0 CPUtime=1066.67 cores=5,7
/proc/16241/stat : 16241 (qutersat_releas) Z 16239 16241 16139 0 -1 4202524 67909 0 0 0 106640 27 0 0 24 0 1 0 658483670 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/16241/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1066.67
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.13
CPU time (s): 1066.68
CPU user time (s): 1066.41
CPU system time (s): 0.276957
CPU usage (%): 82.0442
Max. virtual memory (cumulated for all children) (KiB): 492284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1066.41
system time used= 0.276957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67909
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= 14
involuntary context switches= 3929

runsolver used 5.78612 second user time and 13.6949 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 16:13:47
IDJOB=3376005
IDBENCH=82514
IDSOLVER=1856
FILE ID=node108/3376005-1305468827
RUNJOBID= node108-1305468251-16160
PBS_JOBID= 13325327
Free space on /tmp= 73428 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376005-1305468827/watcher-3376005-1305468827 -o /tmp/evaluation-result-3376005-1305468827/solver-3376005-1305468827 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376005-1305468827.cnf 279099994

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

MD5SUM BENCH= d89541d4d678adcd99dbf4694eb0406c
RANDOM SEED=279099994

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7940092 kB
Buffers:        314848 kB
Cached:        5182988 kB
SwapCached:       8692 kB
Active:       20421372 kB
Inactive:      4234768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7940092 kB
SwapTotal:    67111528 kB
SwapFree:     67056812 kB
Dirty:            1964 kB
Writeback:           0 kB
AnonPages:    19155116 kB
Mapped:          41188 kB
Slab:           213528 kB
PageTables:      73436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122484484 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= 73492 MiB
End job on node108 at 2011-05-15 16:35:29