Trace number 3376710

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

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes8.cnf
MD5SUMca42736a2fe4e8cf2cba6dd1668e0ad6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9384
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 760 #clause: 43649
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        760 AvgFaninNum: 18
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 : 720
0.00/0.01	c Total Root : 0 Undef Var: 720
0.00/0.01	c After covering, Total Root: 40 Leaf: 720
0.00/0.01	c Variable( cover/uncovered/unused ): 760 0 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 720 42889
0.00/0.01	c Clauses( cover/uncovered ): 40 0
0.00/0.01	c Total Clauses( cover/uncovered ): 760 42889 1.74116%
0.00/0.01	c Covered Ands: 40 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     720       0   42889     43569
0.01/0.03	c CnfToAig: Time: 0.03 s
0.01/0.07	c TmMap: Set choices finish.
0.01/0.09	c TmMap: Set big and: 42929
0.01/0.09	c TmMap: Origin: 44290 ClauseNum: 130707 --> New: 43650 ClauseNum: 129427
0.01/0.09	c TmMap: Time: 0.02
0.01/0.09	c Try to Add: #clause: 85858 #xorclause: 0
0.09/0.10	c #var: 760 #clauses: 41 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3376710-1305468030/watcher-3376710-1305468030 -o /tmp/evaluation-result-3376710-1305468030/solver-3376710-1305468030 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376710-1305468030.cnf 51864228 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.57 6.78 8.28 4/435 30450
/proc/meminfo: memFree=16454056/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=34412 CPUtime=0.01 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 2483 0 0 0 1 0 0 0 23 0 1 0 658400973 35237888 2419 33554432000 4194304 6014671 140737337814352 18446744073709551615 4335552 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 8603 2419 398 445 0 2148 0

[startup+0.0214871 s]
/proc/loadavg: 5.57 6.78 8.28 4/435 30450
/proc/meminfo: memFree=16454056/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=34412 CPUtime=0.01 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 2483 0 0 0 1 0 0 0 23 0 1 0 658400973 35237888 2419 33554432000 4194304 6014671 140737337814352 18446744073709551615 4334850 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 8603 2419 398 445 0 2148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 34412

[startup+0.100509 s]
/proc/loadavg: 5.57 6.78 8.28 4/435 30450
/proc/meminfo: memFree=16454056/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=61656 CPUtime=0.09 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 7323 0 0 0 9 0 0 0 18 0 1 0 658400973 63135744 7259 33554432000 4194304 6014671 140737337814352 18446744073709551615 4751331 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 15414 7259 691 445 0 8959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61656

[startup+0.300442 s]
/proc/loadavg: 5.57 6.78 8.28 4/435 30450
/proc/meminfo: memFree=16454056/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=61656 CPUtime=0.29 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 7537 0 0 0 28 1 0 0 18 0 1 0 658400973 63135744 7473 33554432000 4194304 6014671 140737337814352 18446744073709551615 4378592 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 15414 7473 720 445 0 8959 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61656

[startup+0.700371 s]
/proc/loadavg: 5.57 6.78 8.28 4/435 30450
/proc/meminfo: memFree=16454056/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=79400 CPUtime=0.69 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 8091 0 0 0 68 1 0 0 18 0 1 0 658400973 81305600 8027 33554432000 4194304 6014671 140737337814352 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 19850 8027 721 445 0 13395 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79400

[startup+1.50023 s]
/proc/loadavg: 5.57 6.78 8.28 7/451 30476
/proc/meminfo: memFree=16261276/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=88472 CPUtime=1.49 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 8643 0 0 0 148 1 0 0 19 0 1 0 658400973 90595328 8579 33554432000 4194304 6014671 140737337814352 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 22118 8579 721 445 0 15663 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88472

[startup+3.10095 s]
/proc/loadavg: 5.61 6.76 8.27 7/451 30476
/proc/meminfo: memFree=16249744/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=88600 CPUtime=3.09 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 9144 0 0 0 308 1 0 0 25 0 1 0 658400973 90726400 9080 33554432000 4194304 6014671 140737337814352 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 22150 9080 725 445 0 15695 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88600

[startup+6.30044 s]
/proc/loadavg: 5.61 6.76 8.27 7/451 30476
/proc/meminfo: memFree=16226316/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=97888 CPUtime=6.3 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 11208 0 0 0 628 2 0 0 25 0 1 0 658400973 100237312 11144 33554432000 4194304 6014671 140737337814352 18446744073709551615 4379933 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 24472 11144 725 445 0 18017 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 97888

[startup+12.7003 s]
/proc/loadavg: 5.67 6.74 8.25 7/451 30476
/proc/meminfo: memFree=16196884/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=107364 CPUtime=12.69 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 11977 0 0 0 1267 2 0 0 25 0 1 0 658400973 109940736 11913 33554432000 4194304 6014671 140737337814352 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 26841 11913 725 445 0 20386 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107364

[startup+25.5011 s]
/proc/loadavg: 5.72 6.71 8.22 7/451 30477
/proc/meminfo: memFree=16150856/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=107364 CPUtime=25.49 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 13863 0 0 0 2547 2 0 0 25 0 1 0 658400973 109940736 13792 33554432000 4194304 6014671 140737337814352 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 26841 13792 730 445 0 20386 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 107364

[startup+51.1006 s]
/proc/loadavg: 5.94 6.68 8.17 7/451 30486
/proc/meminfo: memFree=16101144/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=107364 CPUtime=51.09 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 14943 0 0 0 5106 3 0 0 25 0 1 0 658400973 109940736 14871 33554432000 4194304 6014671 140737337814352 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 26841 14871 729 445 0 20386 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107364

[startup+102.318 s]
/proc/loadavg: 6.04 6.58 8.05 7/451 30488
/proc/meminfo: memFree=15973164/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=141580 CPUtime=102.31 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 24743 0 0 0 10226 5 0 0 25 0 1 0 658400973 144977920 24642 33554432000 4194304 6014671 140737337814352 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 35395 24642 733 445 0 28940 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 141580

[startup+162.301 s]
/proc/loadavg: 6.01 6.48 7.93 7/451 30489
/proc/meminfo: memFree=15851128/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=165344 CPUtime=162.3 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 29712 0 0 0 16224 6 0 0 25 0 1 0 658400973 169312256 29600 33554432000 4194304 6014671 140737337814352 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 41336 29600 726 445 0 34881 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 165344

[startup+222.301 s]
/proc/loadavg: 6.00 6.39 7.80 7/451 30491
/proc/meminfo: memFree=15792704/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=165344 CPUtime=222.3 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 31329 0 0 0 22224 6 0 0 25 0 1 0 658400973 169312256 31216 33554432000 4194304 6014671 140737337814352 18446744073709551615 4424059 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 41336 31216 725 445 0 34881 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 165344

[startup+282.301 s]
/proc/loadavg: 6.05 6.33 7.70 7/451 30495
/proc/meminfo: memFree=15717832/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=204512 CPUtime=282.3 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 38872 0 0 0 28222 8 0 0 25 0 1 0 658400973 209420288 38749 33554432000 4194304 6014671 140737337814352 18446744073709551615 4378535 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 51128 38749 725 445 0 44673 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 204512

[startup+342.301 s]
/proc/loadavg: 6.11 6.30 7.59 7/451 30497
/proc/meminfo: memFree=15651972/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=204512 CPUtime=342.3 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 39630 0 0 0 34221 9 0 0 25 0 1 0 658400973 209420288 39481 33554432000 4194304 6014671 140737337814352 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 51128 39481 725 445 0 44673 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 204512

[startup+402.301 s]
/proc/loadavg: 6.18 6.29 7.51 7/451 30499
/proc/meminfo: memFree=15630004/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=204512 CPUtime=402.3 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 40099 0 0 0 40221 9 0 0 25 0 1 0 658400973 209420288 39847 33554432000 4194304 6014671 140737337814352 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 51128 39847 725 445 0 44673 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 204512

[startup+462.301 s]
/proc/loadavg: 6.16 6.26 7.42 7/451 30500
/proc/meminfo: memFree=15522596/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=204512 CPUtime=462.3 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 40310 0 0 0 46221 9 0 0 25 0 1 0 658400973 209420288 40058 33554432000 4194304 6014671 140737337814352 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 51128 40058 725 445 0 44673 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 204512

[startup+522.301 s]
/proc/loadavg: 6.36 6.30 7.36 7/451 30502
/proc/meminfo: memFree=15452524/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=260608 CPUtime=522.3 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 43719 0 0 0 52220 10 0 0 25 0 1 0 658400973 266862592 43455 33554432000 4194304 6014671 140737337814352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 65152 43455 748 445 0 58697 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 260608

[startup+582.3 s]
/proc/loadavg: 6.17 6.26 7.28 7/451 30503
/proc/meminfo: memFree=15408728/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=260608 CPUtime=582.3 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 44675 0 0 0 58220 10 0 0 25 0 1 0 658400973 266862592 44284 33554432000 4194304 6014671 140737337814352 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 65152 44284 748 445 0 58697 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 260608

[startup+642.301 s]
/proc/loadavg: 6.12 6.23 7.20 7/451 30505
/proc/meminfo: memFree=15383908/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=289824 CPUtime=642.32 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 48963 0 0 0 64220 12 0 0 25 0 1 0 658400973 296779776 48344 33554432000 4194304 6014671 140737337814352 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 72456 48344 785 445 0 66001 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 289824

[startup+702.3 s]
/proc/loadavg: 6.08 6.21 7.13 7/451 30507
/proc/meminfo: memFree=15297332/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=407684 CPUtime=702.31 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 55481 0 0 0 70217 14 0 0 25 0 1 0 658400973 417468416 54802 33554432000 4194304 6014671 140737337814352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 101921 54802 725 445 0 95466 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 407684

[startup+762.318 s]
/proc/loadavg: 6.03 6.16 7.05 7/451 30508
/proc/meminfo: memFree=15248456/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=407684 CPUtime=762.33 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 56483 0 0 0 76219 14 0 0 25 0 1 0 658400973 417468416 55804 33554432000 4194304 6014671 140737337814352 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 101921 55804 725 445 0 95466 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 407684

[startup+822.3 s]
/proc/loadavg: 6.01 6.13 6.99 7/451 30510
/proc/meminfo: memFree=15153340/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=407684 CPUtime=822.31 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 56807 0 0 0 82217 14 0 0 25 0 1 0 658400973 417468416 52544 33554432000 4194304 6014671 140737337814352 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 101921 52544 725 445 0 95466 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 407684

[startup+882.301 s]
/proc/loadavg: 6.06 6.12 6.93 7/451 30511
/proc/meminfo: memFree=15083020/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=407684 CPUtime=882.31 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 56831 0 0 0 88217 14 0 0 25 0 1 0 658400973 417468416 52568 33554432000 4194304 6014671 140737337814352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 101921 52568 725 445 0 95466 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 407684

[startup+942.3 s]
/proc/loadavg: 5.86 6.06 6.86 6/450 30513
/proc/meminfo: memFree=15082516/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=407684 CPUtime=942.31 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 56895 0 0 0 94217 14 0 0 25 0 1 0 658400973 417468416 52632 33554432000 4194304 6014671 140737337814352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 101921 52632 725 445 0 95466 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 407684

[startup+1002.3 s]
/proc/loadavg: 5.34 5.87 6.74 6/450 30515
/proc/meminfo: memFree=15056696/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=407684 CPUtime=1002.31 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 56937 0 0 0 100217 14 0 0 25 0 1 0 658400973 417468416 52674 33554432000 4194304 6014671 140737337814352 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 101921 52674 725 445 0 95466 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 407684

[startup+1062.3 s]
/proc/loadavg: 5.31 5.78 6.65 6/450 30516
/proc/meminfo: memFree=15043904/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=407684 CPUtime=1062.31 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 57029 0 0 0 106217 14 0 0 25 0 1 0 658400973 417468416 52766 33554432000 4194304 6014671 140737337814352 18446744073709551615 4371931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 101921 52766 725 445 0 95466 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 407684

[startup+1122.3 s]
/proc/loadavg: 5.18 5.65 6.55 6/450 30518
/proc/meminfo: memFree=15030992/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=407684 CPUtime=1122.31 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 57029 0 0 0 112217 14 0 0 25 0 1 0 658400973 417468416 52766 33554432000 4194304 6014671 140737337814352 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 101921 52766 725 445 0 95466 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 407684

[startup+1182.3 s]
/proc/loadavg: 5.12 5.56 6.46 6/450 30519
/proc/meminfo: memFree=15017332/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=407684 CPUtime=1182.32 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 57126 0 0 0 118217 15 0 0 25 0 1 0 658400973 417468416 52863 33554432000 4194304 6014671 140737337814352 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 101921 52863 725 445 0 95466 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 407684

[startup+1242.3 s]
/proc/loadavg: 5.08 5.46 6.37 6/450 30521
/proc/meminfo: memFree=15002316/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=407684 CPUtime=1242.32 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 57226 0 0 0 124217 15 0 0 25 0 1 0 658400973 417468416 52963 33554432000 4194304 6014671 140737337814352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 101921 52963 725 445 0 95466 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 407684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.03 5.38 6.29 6/450 30523
/proc/meminfo: memFree=14980356/32951124 swapFree=67082160/67111528
[pid=30450] ppid=30448 vsize=407684 CPUtime=1300.03 cores=0,2
/proc/30450/stat : 30450 (qutersat_releas) R 30448 30450 30415 0 -1 4202496 60093 0 0 0 129988 15 0 0 25 0 1 0 658400973 417468416 55830 33554432000 4194304 6014671 140737337814352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30450/statm: 101921 55830 725 445 0 95466 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 407684

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.89
CPU system time (s): 0.168974
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 407684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60097
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= 2449

runsolver used 5.9301 second user time and 13.7339 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 16:00:30
IDJOB=3376710
IDBENCH=71572
IDSOLVER=1856
FILE ID=node136/3376710-1305468030
RUNJOBID= node136-1305468030-30433
PBS_JOBID= 13325320
Free space on /tmp= 72992 MiB

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

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

MD5SUM BENCH= ca42736a2fe4e8cf2cba6dd1668e0ad6
RANDOM SEED=51864228

node136.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.809
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.61
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.809
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.809
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.809
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.76
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.809
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.809
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.83
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.809
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.809
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:      16454460 kB
Buffers:        322796 kB
Cached:        5897980 kB
SwapCached:       2732 kB
Active:       11731916 kB
Inactive:      4400676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16454460 kB
SwapTotal:    67111528 kB
SwapFree:     67082160 kB
Dirty:            4416 kB
Writeback:           0 kB
AnonPages:     9909848 kB
Mapped:          35532 kB
Slab:           241156 kB
PageTables:      53484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123143784 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= 72988 MiB
End job on node136 at 2011-05-15 16:22:12