Trace number 3376717

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

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 1375 #clause: 111739
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :       1375 AvgFaninNum: 24
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 : 1320
0.00/0.03	c Total Root : 0 Undef Var: 1320
0.00/0.03	c After covering, Total Root: 55 Leaf: 1320
0.00/0.03	c Variable( cover/uncovered/unused ): 1375 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 1320 105434
0.00/0.03	c Clauses( cover/uncovered ): 55 0
0.00/0.03	c Total Clauses( cover/uncovered ): 1375 105434 1.28734%
0.00/0.03	c Covered Ands: 55 Invs: 0 Xors: 0 Ites: 0
0.07/0.08	c Uncover Clauses avg size: 2 max size: 2
0.07/0.08	c Final circuit: i/l/o/s    1320       0  105434    106699
0.07/0.08	c CnfToAig: Time: 0.08 s
0.09/0.14	c TmMap: Set choices finish.
0.09/0.19	c TmMap: Set big and: 105489
0.09/0.19	c TmMap: Origin: 108020 ClauseNum: 320097 --> New: 106810 ClauseNum: 317677
0.09/0.19	c TmMap: Time: 0.05
0.18/0.20	c Try to Add: #clause: 210978 #xorclause: 0
0.18/0.21	c #var: 1375 #clauses: 56 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3376717-1305467930/watcher-3376717-1305467930 -o /tmp/evaluation-result-3376717-1305467930/solver-3376717-1305467930 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376717-1305467930.cnf 1882383788 

running on 2 cores: 4,6

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.92 3.42 5.06 5/429 698
/proc/meminfo: memFree=19416392/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=26264 CPUtime=0 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4194304 248 0 0 0 0 0 0 0 25 0 1 0 658390718 26894336 199 33554432000 4194304 6014671 140734770538688 18446744073709551615 212682712977 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/698/statm: 6566 199 164 445 0 98 0

[startup+0.0796381 s]
/proc/loadavg: 3.92 3.42 5.06 5/429 698
/proc/meminfo: memFree=19416392/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=43116 CPUtime=0.07 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 4537 0 0 0 7 0 0 0 25 0 1 0 658390718 44150784 4473 33554432000 4194304 6014671 140734770538688 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 10779 4473 398 445 0 4324 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43116

[startup+0.100607 s]
/proc/loadavg: 3.92 3.42 5.06 5/429 698
/proc/meminfo: memFree=19416392/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=45648 CPUtime=0.09 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 5239 0 0 0 9 0 0 0 25 0 1 0 658390718 46743552 5176 33554432000 4194304 6014671 140734770538688 18446744073709551615 4259508 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 11412 5206 668 445 0 4957 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45648

[startup+0.300596 s]
/proc/loadavg: 3.92 3.42 5.06 5/429 698
/proc/meminfo: memFree=19416392/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=74848 CPUtime=0.28 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 12684 0 0 0 28 0 0 0 25 0 1 0 658390718 76644352 12620 33554432000 4194304 6014671 140734770538688 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 18712 12620 713 445 0 12257 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 74848

[startup+0.700533 s]
/proc/loadavg: 3.92 3.42 5.06 5/429 698
/proc/meminfo: memFree=19416392/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=84136 CPUtime=0.68 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 12967 0 0 0 68 0 0 0 25 0 1 0 658390718 86155264 12903 33554432000 4194304 6014671 140734770538688 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 21034 12903 721 445 0 14579 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84136

[startup+1.50039 s]
/proc/loadavg: 3.92 3.43 5.06 7/430 699
/proc/meminfo: memFree=19366040/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=93640 CPUtime=1.48 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 13113 0 0 0 148 0 0 0 25 0 1 0 658390718 95887360 13049 33554432000 4194304 6014671 140734770538688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 23410 13049 721 445 0 16955 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 93640

[startup+3.10108 s]
/proc/loadavg: 3.92 3.43 5.06 7/430 699
/proc/meminfo: memFree=19364304/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=93640 CPUtime=3.08 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 13229 0 0 0 308 0 0 0 25 0 1 0 658390718 95887360 13165 33554432000 4194304 6014671 140734770538688 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 23410 13165 725 445 0 16955 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 93640

[startup+6.30048 s]
/proc/loadavg: 3.92 3.43 5.06 7/430 699
/proc/meminfo: memFree=19359660/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=93640 CPUtime=6.29 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 14551 0 0 0 628 1 0 0 25 0 1 0 658390718 95887360 14487 33554432000 4194304 6014671 140734770538688 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 23410 14487 725 445 0 16955 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93640

[startup+12.7003 s]
/proc/loadavg: 3.93 3.44 5.05 7/430 699
/proc/meminfo: memFree=19343308/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=103452 CPUtime=12.69 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 16236 0 0 0 1268 1 0 0 25 0 1 0 658390718 105934848 16170 33554432000 4194304 6014671 140734770538688 18446744073709551615 4384093 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 25863 16170 725 445 0 19408 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103452

[startup+25.501 s]
/proc/loadavg: 3.94 3.46 5.03 7/430 727
/proc/meminfo: memFree=20513396/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=133324 CPUtime=25.48 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 18674 0 0 0 2546 2 0 0 25 0 1 0 658390718 136523776 18608 33554432000 4194304 6014671 140734770538688 18446744073709551615 4378840 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 33331 18608 731 445 0 26876 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 133324

[startup+51.1003 s]
/proc/loadavg: 4.04 3.52 5.01 7/430 727
/proc/meminfo: memFree=20490748/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=133324 CPUtime=51.08 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 19537 0 0 0 5106 2 0 0 25 0 1 0 658390718 136523776 19465 33554432000 4194304 6014671 140734770538688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 33331 19465 725 445 0 26876 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 133324

[startup+102.316 s]
/proc/loadavg: 4.06 3.61 4.95 7/430 729
/proc/meminfo: memFree=20382952/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=144672 CPUtime=102.3 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 25981 0 0 0 10227 3 0 0 25 0 1 0 658390718 148144128 25909 33554432000 4194304 6014671 140734770538688 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 36168 25909 725 445 0 29713 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 144672

[startup+162.301 s]
/proc/loadavg: 4.14 3.72 4.91 7/430 739
/proc/meminfo: memFree=20329096/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=180152 CPUtime=162.28 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 32446 0 0 0 16224 4 0 0 25 0 1 0 658390718 184475648 32368 33554432000 4194304 6014671 140734770538688 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 45038 32368 728 445 0 38583 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 180152

[startup+222.301 s]
/proc/loadavg: 4.12 3.80 4.86 6/430 741
/proc/meminfo: memFree=20286412/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=192760 CPUtime=222.28 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 37547 0 0 0 22223 5 0 0 25 0 1 0 658390718 197386240 37467 33554432000 4194304 6014671 140734770538688 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 48190 37467 726 445 0 41735 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 192760

[startup+282.301 s]
/proc/loadavg: 4.08 3.85 4.81 6/430 742
/proc/meminfo: memFree=20245852/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=205532 CPUtime=282.28 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 38986 0 0 0 28223 5 0 0 25 0 1 0 658390718 210464768 38895 33554432000 4194304 6014671 140734770538688 18446744073709551615 4371931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 51383 38895 725 445 0 44928 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 205532

[startup+342.3 s]
/proc/loadavg: 4.03 3.87 4.75 6/430 747
/proc/meminfo: memFree=20237032/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=257704 CPUtime=342.28 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 39596 0 0 0 34223 5 0 0 25 0 1 0 658390718 263888896 39444 33554432000 4194304 6014671 140734770538688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 64426 39444 725 445 0 57971 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 257704

[startup+402.3 s]
/proc/loadavg: 4.01 3.89 4.70 6/430 749
/proc/meminfo: memFree=20218072/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=312304 CPUtime=402.28 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 43920 0 0 0 40222 6 0 0 25 0 1 0 658390718 319799296 43586 33554432000 4194304 6014671 140734770538688 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 78076 43586 725 445 0 71621 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 312304

[startup+462.3 s]
/proc/loadavg: 4.00 3.91 4.66 7/430 750
/proc/meminfo: memFree=20170428/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=312304 CPUtime=462.29 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 44550 0 0 0 46222 7 0 0 25 0 1 0 658390718 319799296 44216 33554432000 4194304 6014671 140734770538688 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 78076 44216 725 445 0 71621 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 312304

[startup+522.3 s]
/proc/loadavg: 4.00 3.92 4.61 6/430 752
/proc/meminfo: memFree=20126264/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=312304 CPUtime=522.29 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 46461 0 0 0 52222 7 0 0 25 0 1 0 658390718 319799296 46101 33554432000 4194304 6014671 140734770538688 18446744073709551615 4378683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 78076 46101 727 445 0 71621 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 312304

[startup+582.3 s]
/proc/loadavg: 4.00 3.93 4.57 7/430 753
/proc/meminfo: memFree=20018348/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=312304 CPUtime=582.3 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 48146 0 0 0 58222 8 0 0 25 0 1 0 658390718 319799296 47786 33554432000 4194304 6014671 140734770538688 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 78076 47786 727 445 0 71621 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 312304

[startup+642.301 s]
/proc/loadavg: 4.10 3.97 4.54 6/430 755
/proc/meminfo: memFree=19928920/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=371972 CPUtime=642.3 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 59586 0 0 0 64220 10 0 0 25 0 1 0 658390718 380899328 59226 33554432000 4194304 6014671 140734770538688 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 92993 59226 727 445 0 86538 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 371972

[startup+702.301 s]
/proc/loadavg: 4.15 4.01 4.52 7/430 758
/proc/meminfo: memFree=19895904/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=432116 CPUtime=702.3 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 60866 0 0 0 70219 11 0 0 25 0 1 0 658390718 442486784 60506 33554432000 4194304 6014671 140734770538688 18446744073709551615 4371728 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 108029 60506 727 445 0 101574 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 432116

[startup+762.317 s]
/proc/loadavg: 4.20 4.05 4.50 7/430 759
/proc/meminfo: memFree=19876800/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=493576 CPUtime=762.32 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 61141 0 0 0 76221 11 0 0 25 0 1 0 658390718 505421824 60781 33554432000 4194304 6014671 140734770538688 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 123394 60781 727 445 0 116939 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 493576

[startup+822.301 s]
/proc/loadavg: 4.07 4.03 4.46 6/430 761
/proc/meminfo: memFree=19858552/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=493576 CPUtime=822.3 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 62264 0 0 0 82219 11 0 0 25 0 1 0 658390718 505421824 61904 33554432000 4194304 6014671 140734770538688 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 123394 61904 727 445 0 116939 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 493576

[startup+882.301 s]
/proc/loadavg: 4.02 4.03 4.43 6/430 762
/proc/meminfo: memFree=19820840/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=493576 CPUtime=882.3 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 63002 0 0 0 88219 11 0 0 25 0 1 0 658390718 505421824 62642 33554432000 4194304 6014671 140734770538688 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 123394 62642 727 445 0 116939 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 493576

[startup+942.301 s]
/proc/loadavg: 4.01 4.02 4.40 7/430 764
/proc/meminfo: memFree=19797148/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=493576 CPUtime=942.3 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 63579 0 0 0 94218 12 0 0 25 0 1 0 658390718 505421824 63219 33554432000 4194304 6014671 140734770538688 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 123394 63219 727 445 0 116939 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 493576

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 4.37 6/430 766
/proc/meminfo: memFree=19805544/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=493576 CPUtime=1002.3 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 63802 0 0 0 100218 12 0 0 25 0 1 0 658390718 505421824 63442 33554432000 4194304 6014671 140734770538688 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 123394 63442 727 445 0 116939 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 493576

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 4.35 7/430 767
/proc/meminfo: memFree=19730248/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=493576 CPUtime=1062.3 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 63863 0 0 0 106218 12 0 0 25 0 1 0 658390718 505421824 63501 33554432000 4194304 6014671 140734770538688 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 123394 63501 725 445 0 116939 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 493576

[startup+1122.3 s]
/proc/loadavg: 3.90 3.97 4.31 5/430 825
/proc/meminfo: memFree=20653000/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=493576 CPUtime=1122.31 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 64591 0 0 0 112218 13 0 0 25 0 1 0 658390718 505421824 64229 33554432000 4194304 6014671 140734770538688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 123394 64229 725 445 0 116939 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 493576

[startup+1182.3 s]
/proc/loadavg: 3.96 3.97 4.29 5/430 826
/proc/meminfo: memFree=20471872/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=493576 CPUtime=1182.31 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 64591 0 0 0 118218 13 0 0 25 0 1 0 658390718 505421824 64229 33554432000 4194304 6014671 140734770538688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 123394 64229 725 445 0 116939 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 493576

[startup+1242.3 s]
/proc/loadavg: 4.05 4.00 4.28 5/430 828
/proc/meminfo: memFree=20376612/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=562312 CPUtime=1242.31 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 69335 0 0 0 124217 14 0 0 25 0 1 0 658390718 575807488 68973 33554432000 4194304 6014671 140734770538688 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 140578 68973 725 445 0 134123 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 562312



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.02 4.27 5/430 830
/proc/meminfo: memFree=20240292/32951124 swapFree=67111348/67111528
[pid=698] ppid=696 vsize=562312 CPUtime=1300.02 cores=4,6
/proc/698/stat : 698 (qutersat_releas) R 696 698 605 0 -1 4202496 74450 0 0 0 129986 16 0 0 25 0 1 0 658390718 575807488 74088 33554432000 4194304 6014671 140734770538688 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/698/statm: 140578 74088 725 445 0 134123 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 562312

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.05
CPU user time (s): 1299.88
CPU system time (s): 0.174973
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 562312

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

runsolver used 5.58515 second user time and 12.1492 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 15:58:50
IDJOB=3376717
IDBENCH=71397
IDSOLVER=1856
FILE ID=node139/3376717-1305467930
RUNJOBID= node139-1305467718-624
PBS_JOBID= 13325297
Free space on /tmp= 73324 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1375c111739gyes10.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376717-1305467930/watcher-3376717-1305467930 -o /tmp/evaluation-result-3376717-1305467930/solver-3376717-1305467930 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376717-1305467930.cnf 1882383788

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=1882383788

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19416548 kB
Buffers:        328156 kB
Cached:        3090728 kB
SwapCached:          0 kB
Active:       11160684 kB
Inactive:      2053748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19416548 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3376 kB
Writeback:           0 kB
AnonPages:     9795536 kB
Mapped:          37980 kB
Slab:           204520 kB
PageTables:      49648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 99723072 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= 73368 MiB
End job on node139 at 2011-05-15 16:20:32