Trace number 3376726

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) 1300.06 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
MD5SUM1037a2754a0a53f62ba8ec901741c9e9
Bench CategoryCRAFTED (crafted 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 variables540
Number of clauses40510
Sum of the clauses size81524
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240492
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 540 #clause: 40510
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        540 AvgFaninNum: 29
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 : 522
0.00/0.01	c Total Root : 0 Undef Var: 522
0.00/0.01	c After covering, Total Root: 18 Leaf: 522
0.00/0.01	c Variable( cover/uncovered/unused ): 540 0 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 522 39970
0.00/0.01	c Clauses( cover/uncovered ): 18 0
0.00/0.01	c Total Clauses( cover/uncovered ): 540 39970 1.333%
0.00/0.01	c Covered Ands: 18 Invs: 0 Xors: 0 Ites: 0
0.01/0.03	c Uncover Clauses avg size: 2 max size: 2
0.01/0.03	c Final circuit: i/l/o/s     522       0   39970     40474
0.01/0.03	c CnfToAig: Time: 0.02 s
0.01/0.06	c TmMap: Set choices finish.
0.01/0.08	c TmMap: Set big and: 39988
0.01/0.08	c TmMap: Origin: 40997 ClauseNum: 121422 --> New: 40511 ClauseNum: 120450
0.01/0.08	c TmMap: Time: 0.02
0.01/0.09	c Try to Add: #clause: 79976 #xorclause: 0
0.01/0.09	c #var: 540 #clauses: 19 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/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-3376726-1305475294/watcher-3376726-1305475294 -o /tmp/evaluation-result-3376726-1305475294/solver-3376726-1305475294 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376726-1305475294.cnf 940366760 

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: 3.70 3.98 3.78 3/397 10182
/proc/meminfo: memFree=20832564/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=34412 CPUtime=0 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 2461 0 0 0 0 0 0 0 21 0 1 0 639945495 35237888 2398 33554432000 4194304 6014671 140735457661168 18446744073709551615 4281207 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 8603 2398 381 445 0 2148 0

[startup+0.024975 s]
/proc/loadavg: 3.70 3.98 3.78 3/397 10182
/proc/meminfo: memFree=20832564/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=35436 CPUtime=0.01 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 2708 0 0 0 1 0 0 0 21 0 1 0 639945495 36286464 2645 33554432000 4194304 6014671 140735457661168 18446744073709551615 4334723 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 8859 2645 398 445 0 2404 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 35436

[startup+0.100966 s]
/proc/loadavg: 3.70 3.98 3.78 3/397 10182
/proc/meminfo: memFree=20832564/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=60536 CPUtime=0.09 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 7082 0 0 0 9 0 0 0 21 0 1 0 639945495 61988864 7019 33554432000 4194304 6014671 140735457661168 18446744073709551615 4423288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 15134 7019 700 445 0 8679 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60536

[startup+0.30093 s]
/proc/loadavg: 3.70 3.98 3.78 3/397 10182
/proc/meminfo: memFree=20832564/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=60536 CPUtime=0.29 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 7379 0 0 0 29 0 0 0 22 0 1 0 639945495 61988864 7316 33554432000 4194304 6014671 140735457661168 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 15134 7316 720 445 0 8679 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60536

[startup+0.700869 s]
/proc/loadavg: 3.70 3.98 3.78 3/397 10182
/proc/meminfo: memFree=20832564/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=78496 CPUtime=0.69 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 8092 0 0 0 68 1 0 0 24 0 1 0 639945495 80379904 8029 33554432000 4194304 6014671 140735457661168 18446744073709551615 4378517 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 19624 8029 721 445 0 13169 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78496

[startup+1.50072 s]
/proc/loadavg: 3.70 3.98 3.78 5/403 10193
/proc/meminfo: memFree=20700648/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=87732 CPUtime=1.49 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 8646 0 0 0 148 1 0 0 25 0 1 0 639945495 89837568 8583 33554432000 4194304 6014671 140735457661168 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 21933 8583 725 445 0 15478 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87732

[startup+3.10044 s]
/proc/loadavg: 3.73 3.98 3.78 5/403 10193
/proc/meminfo: memFree=20640136/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=87732 CPUtime=3.09 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 9163 0 0 0 308 1 0 0 25 0 1 0 639945495 89837568 9100 33554432000 4194304 6014671 140735457661168 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 21933 9100 725 445 0 15478 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87732

[startup+6.30088 s]
/proc/loadavg: 3.73 3.98 3.78 5/403 10193
/proc/meminfo: memFree=20588928/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=97176 CPUtime=6.29 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 9998 0 0 0 628 1 0 0 25 0 1 0 639945495 99508224 9935 33554432000 4194304 6014671 140735457661168 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 24294 9935 725 445 0 17839 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97176

[startup+12.7008 s]
/proc/loadavg: 3.77 3.98 3.79 5/403 10193
/proc/meminfo: memFree=20521832/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=97176 CPUtime=12.69 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 12793 0 0 0 1268 1 0 0 25 0 1 0 639945495 99508224 12730 33554432000 4194304 6014671 140735457661168 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 24294 12730 725 445 0 17839 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97176

[startup+25.5005 s]
/proc/loadavg: 3.96 4.01 3.80 5/403 10193
/proc/meminfo: memFree=20441384/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=118100 CPUtime=25.49 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 15802 0 0 0 2548 1 0 0 25 0 1 0 639945495 120934400 15729 33554432000 4194304 6014671 140735457661168 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 29525 15729 729 445 0 23070 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 118100

[startup+51.101 s]
/proc/loadavg: 3.98 4.01 3.80 5/403 10194
/proc/meminfo: memFree=20378208/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=118100 CPUtime=51.09 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 17680 0 0 0 5107 2 0 0 25 0 1 0 639945495 120934400 17601 33554432000 4194304 6014671 140735457661168 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 29525 17601 728 445 0 23070 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118100

[startup+102.315 s]
/proc/loadavg: 4.04 4.02 3.82 5/403 10195
/proc/meminfo: memFree=20293004/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=143756 CPUtime=102.31 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 23477 0 0 0 10227 4 0 0 25 0 1 0 639945495 147206144 23373 33554432000 4194304 6014671 140735457661168 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 35939 23373 725 445 0 29484 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 143756

[startup+162.3 s]
/proc/loadavg: 4.01 4.01 3.82 5/403 10197
/proc/meminfo: memFree=20194532/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=172096 CPUtime=162.29 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 31675 0 0 0 16224 5 0 0 25 0 1 0 639945495 176226304 31571 33554432000 4194304 6014671 140735457661168 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 43024 31571 725 445 0 36569 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 172096

[startup+222.301 s]
/proc/loadavg: 4.00 4.01 3.83 5/403 10198
/proc/meminfo: memFree=20115152/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=290796 CPUtime=222.3 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 46241 0 0 0 22221 9 0 0 25 0 1 0 639945495 297775104 46116 33554432000 4194304 6014671 140735457661168 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 72699 46116 725 445 0 66244 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 290796

[startup+282.3 s]
/proc/loadavg: 4.05 4.02 3.84 5/403 10200
/proc/meminfo: memFree=20016812/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=352868 CPUtime=282.3 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 59977 0 0 0 28218 12 0 0 25 0 1 0 639945495 361336832 59778 33554432000 4194304 6014671 140735457661168 18446744073709551615 4369391 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 88217 59778 725 445 0 81762 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 352868

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.85 5/403 10202
/proc/meminfo: memFree=19890564/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=352868 CPUtime=342.29 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 60417 0 0 0 34217 12 0 0 25 0 1 0 639945495 361336832 60117 33554432000 4194304 6014671 140735457661168 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 88217 60117 725 445 0 81762 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 352868

[startup+402.3 s]
/proc/loadavg: 4.07 4.02 3.86 5/403 10203
/proc/meminfo: memFree=19831900/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=352868 CPUtime=402.3 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 62694 0 0 0 40217 13 0 0 25 0 1 0 639945495 361336832 62316 33554432000 4194304 6014671 140735457661168 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 88217 62316 725 445 0 81762 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 352868

[startup+462.301 s]
/proc/loadavg: 4.10 4.03 3.87 5/403 10205
/proc/meminfo: memFree=19809692/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=352868 CPUtime=462.3 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 62985 0 0 0 46217 13 0 0 25 0 1 0 639945495 361336832 62545 33554432000 4194304 6014671 140735457661168 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 88217 62545 725 445 0 81762 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 352868

[startup+522.3 s]
/proc/loadavg: 4.04 4.03 3.88 5/403 10206
/proc/meminfo: memFree=19771616/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=501236 CPUtime=522.3 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 65207 0 0 0 52217 13 0 0 25 0 1 0 639945495 513265664 64665 33554432000 4194304 6014671 140735457661168 18446744073709551615 4536616 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 125309 64665 725 445 0 118854 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 501236

[startup+582.301 s]
/proc/loadavg: 4.17 4.05 3.89 5/403 10208
/proc/meminfo: memFree=19727956/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=501236 CPUtime=582.3 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 75442 0 0 0 58215 15 0 0 25 0 1 0 639945495 513265664 74825 33554432000 4194304 6014671 140735457661168 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 125309 74825 725 445 0 118854 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 501236

[startup+642.3 s]
/proc/loadavg: 4.13 4.06 3.90 5/403 10210
/proc/meminfo: memFree=19715908/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=501236 CPUtime=642.32 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 76052 0 0 0 64216 16 0 0 25 0 1 0 639945495 513265664 75395 33554432000 4194304 6014671 140735457661168 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 125309 75395 725 445 0 118854 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 501236

[startup+702.301 s]
/proc/loadavg: 4.05 4.05 3.91 5/403 10211
/proc/meminfo: memFree=19713668/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=501236 CPUtime=702.31 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 76307 0 0 0 70215 16 0 0 25 0 1 0 639945495 513265664 75555 33554432000 4194304 6014671 140735457661168 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 125309 75555 725 445 0 118854 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 501236

[startup+762.315 s]
/proc/loadavg: 4.02 4.03 3.91 5/403 10213
/proc/meminfo: memFree=19691948/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=501236 CPUtime=762.32 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 76382 0 0 0 76216 16 0 0 25 0 1 0 639945495 513265664 75509 33554432000 4194304 6014671 140735457661168 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 125309 75509 725 445 0 118854 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 501236

[startup+822.301 s]
/proc/loadavg: 4.08 4.04 3.91 5/403 10214
/proc/meminfo: memFree=19667376/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=501236 CPUtime=822.31 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 77074 0 0 0 82215 16 0 0 25 0 1 0 639945495 513265664 76008 33554432000 4194304 6014671 140735457661168 18446744073709551615 4551903 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 125309 76008 725 445 0 118854 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 501236

[startup+882.301 s]
/proc/loadavg: 4.02 4.03 3.91 5/403 10216
/proc/meminfo: memFree=19647524/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=501236 CPUtime=882.31 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 77092 0 0 0 88215 16 0 0 25 0 1 0 639945495 513265664 76026 33554432000 4194304 6014671 140735457661168 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 125309 76026 725 445 0 118854 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 501236

[startup+942.3 s]
/proc/loadavg: 4.01 4.02 3.91 5/403 10218
/proc/meminfo: memFree=19586636/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=501236 CPUtime=942.32 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 77094 0 0 0 94215 17 0 0 25 0 1 0 639945495 513265664 76028 33554432000 4194304 6014671 140735457661168 18446744073709551615 4534829 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 125309 76028 725 445 0 118854 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 501236

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 3.92 5/403 10219
/proc/meminfo: memFree=19540248/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=501236 CPUtime=1002.31 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 81991 0 0 0 100214 17 0 0 25 0 1 0 639945495 513265664 79847 33554432000 4194304 6014671 140735457661168 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 125309 79847 725 445 0 118854 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 501236

[startup+1062.3 s]
/proc/loadavg: 4.06 4.04 3.93 5/403 10221
/proc/meminfo: memFree=19486672/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=501236 CPUtime=1062.32 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 87866 0 0 0 106213 19 0 0 25 0 1 0 639945495 513265664 85722 33554432000 4194304 6014671 140735457661168 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 125309 85722 756 445 0 118854 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 501236

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 3.93 5/403 10222
/proc/meminfo: memFree=19457152/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=590876 CPUtime=1122.32 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 93095 0 0 0 112211 21 0 0 25 0 1 0 639945495 605057024 90951 33554432000 4194304 6014671 140735457661168 18446744073709551615 4424059 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 147719 90951 756 445 0 141264 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 590876

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/403 10224
/proc/meminfo: memFree=19451560/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=590876 CPUtime=1182.32 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 93447 0 0 0 118211 21 0 0 25 0 1 0 639945495 605057024 91303 33554432000 4194304 6014671 140735457661168 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 147719 91303 756 445 0 141264 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 590876

[startup+1242.3 s]
/proc/loadavg: 4.04 4.03 3.93 5/403 10226
/proc/meminfo: memFree=19440880/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=590876 CPUtime=1242.32 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 93780 0 0 0 124211 21 0 0 25 0 1 0 639945495 605057024 91636 33554432000 4194304 6014671 140735457661168 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 147719 91636 756 445 0 141264 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 590876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.93 3/400 10229
/proc/meminfo: memFree=20151524/32951124 swapFree=67111348/67111528
[pid=10182] ppid=10180 vsize=590876 CPUtime=1300.04 cores=5,7
/proc/10182/stat : 10182 (qutersat_releas) R 10180 10182 9135 0 -1 4202496 94621 0 0 0 129982 22 0 0 25 0 1 0 639945495 605057024 92477 33554432000 4194304 6014671 140735457661168 18446744073709551615 4376321 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10182/statm: 147719 92477 756 445 0 141264 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 590876

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.82
CPU system time (s): 0.236963
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 590876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94625
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= 6
involuntary context switches= 1764

runsolver used 4.93825 second user time and 11.6502 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 18:01:34
IDJOB=3376726
IDBENCH=83945
IDSOLVER=1856
FILE ID=node144/3376726-1305475294
RUNJOBID= node144-1305475293-10153
PBS_JOBID= 13325330
Free space on /tmp= 73216 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376726-1305475294/watcher-3376726-1305475294 -o /tmp/evaluation-result-3376726-1305475294/solver-3376726-1305475294 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376726-1305475294.cnf 940366760

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

MD5SUM BENCH= 1037a2754a0a53f62ba8ec901741c9e9
RANDOM SEED=940366760

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20834076 kB
Buffers:        319488 kB
Cached:        3957284 kB
SwapCached:          0 kB
Active:        8847060 kB
Inactive:      2912956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20834076 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            8704 kB
Writeback:           0 kB
AnonPages:     7483216 kB
Mapped:          35152 kB
Slab:           249268 kB
PageTables:      41684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 108189176 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= 73220 MiB
End job on node144 at 2011-05-15 18:23:16