Trace number 3420947

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.06 5000.04

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes10.cnf
MD5SUM601a386973128161e9173e2bdf583672
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.38564
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 945 #clause: 61409
0.00/0.01	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        945 AvgFaninNum: 20
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 900
0.00/0.02	c Total Root : 0 Undef Var: 900
0.00/0.02	c After covering, Total Root: 45 Leaf: 900
0.00/0.02	c Variable( cover/uncovered/unused ): 945 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 900 60464
0.00/0.02	c Clauses( cover/uncovered ): 45 0
0.00/0.02	c Total Clauses( cover/uncovered ): 945 60464 1.53886%
0.00/0.02	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 2 max size: 2
0.00/0.04	c Final circuit: i/l/o/s     900       0   60464     61319
0.00/0.04	c CnfToAig: Time: 0.04 s
0.00/0.08	c TmMap: Set choices finish.
0.09/0.11	c TmMap: Set big and: 60509
0.09/0.11	c TmMap: Origin: 62220 ClauseNum: 183957 --> New: 61410 ClauseNum: 182337
0.09/0.11	c TmMap: Time: 0.02
0.09/0.12	c Try to Add: #clause: 121018 #xorclause: 0
0.09/0.12	c #var: 945 #clauses: 46 Solving... 
5000.02/5000.01	c Time Out !!
5000.02/5000.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-3420947-1306601029/watcher-3420947-1306601029 -o /tmp/evaluation-result-3420947-1306601029/solver-3420947-1306601029 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420947-1306601029.cnf 24259262 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/441 2874
/proc/meminfo: memFree=30915316/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=31844 CPUtime=0 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 1125 0 0 0 0 0 0 0 25 0 1 0 771701717 32608256 1061 33554432000 4194304 6014671 140735600478864 18446744073709551615 235594560571 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2874/statm: 7961 1074 305 445 0 1506 0

[startup+0.091593 s]
/proc/loadavg: 2.00 2.02 2.00 3/441 2874
/proc/meminfo: memFree=30915316/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=53924 CPUtime=0.08 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 7428 0 0 0 8 0 0 0 25 0 1 0 771701717 55218176 7364 33554432000 4194304 6014671 140735600478864 18446744073709551615 4223729 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2874/statm: 13481 7364 670 445 0 7026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53924

[startup+0.100588 s]
/proc/loadavg: 2.00 2.02 2.00 3/441 2874
/proc/meminfo: memFree=30915316/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=53924 CPUtime=0.09 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 7526 0 0 0 9 0 0 0 25 0 1 0 771701717 55218176 7462 33554432000 4194304 6014671 140735600478864 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2874/statm: 13481 7462 670 445 0 7026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53924

[startup+0.300553 s]
/proc/loadavg: 2.00 2.02 2.00 3/441 2874
/proc/meminfo: memFree=30915316/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=58020 CPUtime=0.28 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 8707 0 0 0 28 0 0 0 25 0 1 0 771701717 59412480 8643 33554432000 4194304 6014671 140735600478864 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2874/statm: 14505 8643 720 445 0 8050 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 58020

[startup+0.700495 s]
/proc/loadavg: 2.00 2.02 2.00 3/441 2874
/proc/meminfo: memFree=30915316/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=76128 CPUtime=0.68 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 9250 0 0 0 68 0 0 0 25 0 1 0 771701717 77955072 9186 33554432000 4194304 6014671 140735600478864 18446744073709551615 4376723 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2874/statm: 19032 9186 721 445 0 12577 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 76128

[startup+1.50034 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 2882
/proc/meminfo: memFree=30768344/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=94676 CPUtime=1.48 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 10225 0 0 0 148 0 0 0 25 0 1 0 771701717 96948224 10161 33554432000 4194304 6014671 140735600478864 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2874/statm: 23669 10161 721 445 0 17214 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 94676

[startup+3.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 2882
/proc/meminfo: memFree=30763136/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=94804 CPUtime=3.08 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 10334 0 0 0 308 0 0 0 25 0 1 0 771701717 97079296 10270 33554432000 4194304 6014671 140735600478864 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2874/statm: 23701 10270 725 445 0 17246 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 94804

[startup+6.3005 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 2883
/proc/meminfo: memFree=30755664/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=94804 CPUtime=6.28 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 11917 0 0 0 628 0 0 0 25 0 1 0 771701717 97079296 11853 33554432000 4194304 6014671 140735600478864 18446744073709551615 4378794 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2874/statm: 23701 11853 725 445 0 17246 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 94804

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 2883
/proc/meminfo: memFree=30741436/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=114108 CPUtime=12.69 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 13933 0 0 0 1268 1 0 0 25 0 1 0 771701717 116846592 13869 33554432000 4194304 6014671 140735600478864 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2874/statm: 28527 13869 725 445 0 22072 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114108

[startup+25.5011 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 2883
/proc/meminfo: memFree=30731668/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=124740 CPUtime=25.48 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 16348 0 0 0 2547 1 0 0 25 0 1 0 771701717 127733760 16284 33554432000 4194304 6014671 140735600478864 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2874/statm: 31185 16284 736 445 0 24730 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 124740

[startup+51.1006 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 2884
/proc/meminfo: memFree=30685356/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=124740 CPUtime=51.09 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 18399 0 0 0 5107 2 0 0 25 0 1 0 771701717 127733760 18335 33554432000 4194304 6014671 140735600478864 18446744073709551615 4536984 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2874/statm: 31185 18335 736 445 0 24730 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124740

[startup+102.317 s]
/proc/loadavg: 2.05 2.03 2.00 3/447 2885
/proc/meminfo: memFree=30616276/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=147836 CPUtime=102.29 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 24389 0 0 0 10227 2 0 0 25 0 1 0 771701717 151384064 24289 33554432000 4194304 6014671 140735600478864 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2874/statm: 36959 24289 730 445 0 30504 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 147836

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 2887
/proc/meminfo: memFree=30547164/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=172036 CPUtime=162.2 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 31821 0 0 0 16216 4 0 0 25 0 1 0 771701717 176164864 31721 33554432000 4194304 6014671 140735600478864 18446744073709551615 4423974 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 43009 31721 736 445 0 36554 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 172036

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 2888
/proc/meminfo: memFree=30493320/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=197792 CPUtime=222.2 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 38566 0 0 0 22216 4 0 0 25 0 1 0 771701717 202539008 38446 33554432000 4194304 6014671 140735600478864 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 49448 38446 730 445 0 42993 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 197792

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 2890
/proc/meminfo: memFree=30489304/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=197792 CPUtime=282.2 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 39213 0 0 0 28216 4 0 0 25 0 1 0 771701717 202539008 39062 33554432000 4194304 6014671 140735600478864 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 49448 39062 727 445 0 42993 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 197792

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 2892
/proc/meminfo: memFree=30479604/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=252544 CPUtime=342.21 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 39652 0 0 0 34216 5 0 0 25 0 1 0 771701717 258605056 39468 33554432000 4194304 6014671 140735600478864 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 63136 39468 727 445 0 56681 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 252544

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 2893
/proc/meminfo: memFree=30463588/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=310416 CPUtime=402.2 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 43408 0 0 0 40215 5 0 0 25 0 1 0 771701717 317865984 43128 33554432000 4194304 6014671 140735600478864 18446744073709551615 4424608 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 77604 43128 725 445 0 71149 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 310416

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 2895
/proc/meminfo: memFree=30450544/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=310416 CPUtime=462.21 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 44245 0 0 0 46215 6 0 0 25 0 1 0 771701717 317865984 43840 33554432000 4194304 6014671 140735600478864 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 77604 43840 725 445 0 71149 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 310416

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 2896
/proc/meminfo: memFree=30365580/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=371300 CPUtime=522.21 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 46764 0 0 0 52215 6 0 0 25 0 1 0 771701717 380211200 46230 33554432000 4194304 6014671 140735600478864 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 92825 46230 725 445 0 86370 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 371300

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 2898
/proc/meminfo: memFree=30328732/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=371300 CPUtime=582.22 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 47506 0 0 0 58215 7 0 0 25 0 1 0 771701717 380211200 46803 33554432000 4194304 6014671 140735600478864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 92825 46803 725 445 0 86370 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 371300

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/447 3007
/proc/meminfo: memFree=29571844/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4002.3 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 130027 0 0 0 400207 23 0 0 25 0 1 0 771701717 593252352 121626 33554432000 4194304 6014671 140735600478864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 121626 725 445 0 138382 0
Current children cumulated CPU time (s) 4002.3
Current children cumulated vsize (KiB) 579348

[startup+4062.32 s]
/proc/loadavg: 2.11 2.04 2.01 3/447 3009
/proc/meminfo: memFree=29571692/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4062.31 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 130027 0 0 0 406208 23 0 0 25 0 1 0 771701717 593252352 121613 33554432000 4194304 6014671 140735600478864 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 121613 725 445 0 138382 0
Current children cumulated CPU time (s) 4062.31
Current children cumulated vsize (KiB) 579348

[startup+4122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 3011
/proc/meminfo: memFree=29570920/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4122.3 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 130210 0 0 0 412207 23 0 0 25 0 1 0 771701717 593252352 121765 33554432000 4194304 6014671 140735600478864 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 121765 725 445 0 138382 0
Current children cumulated CPU time (s) 4122.3
Current children cumulated vsize (KiB) 579348

[startup+4182.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/447 3013
/proc/meminfo: memFree=29570896/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4182.3 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 130218 0 0 0 418207 23 0 0 25 0 1 0 771701717 593252352 121751 33554432000 4194304 6014671 140735600478864 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 121751 725 445 0 138382 0
Current children cumulated CPU time (s) 4182.3
Current children cumulated vsize (KiB) 579348

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 3015
/proc/meminfo: memFree=29569132/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4242.3 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 130554 0 0 0 424207 23 0 0 25 0 1 0 771701717 593252352 122040 33554432000 4194304 6014671 140735600478864 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 122040 725 445 0 138382 0
Current children cumulated CPU time (s) 4242.3
Current children cumulated vsize (KiB) 579348

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 3016
/proc/meminfo: memFree=29567992/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4302.3 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 130758 0 0 0 430207 23 0 0 25 0 1 0 771701717 593252352 122219 33554432000 4194304 6014671 140735600478864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 122219 725 445 0 138382 0
Current children cumulated CPU time (s) 4302.3
Current children cumulated vsize (KiB) 579348

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 3018
/proc/meminfo: memFree=29567960/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4362.3 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 130794 0 0 0 436207 23 0 0 25 0 1 0 771701717 593252352 122228 33554432000 4194304 6014671 140735600478864 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 122228 725 445 0 138382 0
Current children cumulated CPU time (s) 4362.3
Current children cumulated vsize (KiB) 579348

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 3019
/proc/meminfo: memFree=29567072/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4422.3 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 131010 0 0 0 442207 23 0 0 25 0 1 0 771701717 593252352 122412 33554432000 4194304 6014671 140735600478864 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 122412 725 445 0 138382 0
Current children cumulated CPU time (s) 4422.3
Current children cumulated vsize (KiB) 579348

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 3021
/proc/meminfo: memFree=29567044/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4482.31 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 131059 0 0 0 448207 24 0 0 25 0 1 0 771701717 593252352 122427 33554432000 4194304 6014671 140735600478864 18446744073709551615 4566176 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 122427 725 445 0 138382 0
Current children cumulated CPU time (s) 4482.31
Current children cumulated vsize (KiB) 579348

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 3023
/proc/meminfo: memFree=29566644/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4542.31 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 131194 0 0 0 454207 24 0 0 25 0 1 0 771701717 593252352 122525 33554432000 4194304 6014671 140735600478864 18446744073709551615 4378078 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 122525 725 445 0 138382 0
Current children cumulated CPU time (s) 4542.31
Current children cumulated vsize (KiB) 579348

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 3024
/proc/meminfo: memFree=29564144/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4602.32 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 131237 0 0 0 460208 24 0 0 25 0 1 0 771701717 593252352 122527 33554432000 4194304 6014671 140735600478864 18446744073709551615 4378787 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 122527 725 445 0 138382 0
Current children cumulated CPU time (s) 4602.32
Current children cumulated vsize (KiB) 579348

[startup+4662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/447 3035
/proc/meminfo: memFree=29561032/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4662.31 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 131925 0 0 0 466207 24 0 0 25 0 1 0 771701717 593252352 123172 33554432000 4194304 6014671 140735600478864 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 123172 725 445 0 138382 0
Current children cumulated CPU time (s) 4662.31
Current children cumulated vsize (KiB) 579348

[startup+4722.32 s]
/proc/loadavg: 2.07 2.02 2.00 3/447 3036
/proc/meminfo: memFree=29561996/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4722.33 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 131995 0 0 0 472209 24 0 0 25 0 1 0 771701717 593252352 123242 33554432000 4194304 6014671 140735600478864 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 123242 725 445 0 138382 0
Current children cumulated CPU time (s) 4722.33
Current children cumulated vsize (KiB) 579348

[startup+4782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/447 3038
/proc/meminfo: memFree=29562844/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4782.31 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 131999 0 0 0 478207 24 0 0 25 0 1 0 771701717 593252352 123202 33554432000 4194304 6014671 140735600478864 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 123202 725 445 0 138382 0
Current children cumulated CPU time (s) 4782.31
Current children cumulated vsize (KiB) 579348

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/447 3043
/proc/meminfo: memFree=29560840/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4842.31 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 132011 0 0 0 484207 24 0 0 25 0 1 0 771701717 593252352 123169 33554432000 4194304 6014671 140735600478864 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 123169 725 445 0 138382 0
Current children cumulated CPU time (s) 4842.31
Current children cumulated vsize (KiB) 579348

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 3044
/proc/meminfo: memFree=29562528/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4902.31 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 132011 0 0 0 490207 24 0 0 25 0 1 0 771701717 593252352 123169 33554432000 4194304 6014671 140735600478864 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 123169 725 445 0 138382 0
Current children cumulated CPU time (s) 4902.31
Current children cumulated vsize (KiB) 579348

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 3046
/proc/meminfo: memFree=29561644/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=4962.31 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 132023 0 0 0 496207 24 0 0 25 0 1 0 771701717 593252352 123135 33554432000 4194304 6014671 140735600478864 18446744073709551615 4424950 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 123135 725 445 0 138382 0
Current children cumulated CPU time (s) 4962.31
Current children cumulated vsize (KiB) 579348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 3047
/proc/meminfo: memFree=29561508/32950928 swapFree=34365936/67111528
[pid=2874] ppid=2872 vsize=579348 CPUtime=5000.02 cores=0,2,4,6
/proc/2874/stat : 2874 (qutersat_releas) R 2872 2874 1803 0 -1 4202496 132024 0 0 0 499978 24 0 0 25 0 1 0 771701717 593252352 123088 33554432000 4194304 6014671 140735600478864 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/2874/statm: 144837 123088 725 445 0 138382 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 579348

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): 5000.04
CPU time (s): 5000.06
CPU user time (s): 4999.8
CPU system time (s): 0.263959
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 579348

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

runsolver used 22.5246 second user time and 50.2034 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-28 18:43:50
IDJOB=3420947
IDBENCH=71570
IDSOLVER=1868
FILE ID=node120/3420947-1306601029
RUNJOBID= node120-1306596027-2642
PBS_JOBID= 13471560
Free space on /tmp= 73468 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes10.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420947-1306601029/watcher-3420947-1306601029 -o /tmp/evaluation-result-3420947-1306601029/solver-3420947-1306601029 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420947-1306601029.cnf 24259262

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

MD5SUM BENCH= 601a386973128161e9173e2bdf583672
RANDOM SEED=24259262

node120.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	: 5226.07
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30912364 kB
Buffers:        214540 kB
Cached:        1542476 kB
SwapCached:      14948 kB
Active:         356240 kB
Inactive:      1425716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30912364 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:            5876 kB
Writeback:           0 kB
AnonPages:       18036 kB
Mapped:           8760 kB
Slab:            96868 kB
PageTables:      91280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105374212 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= 73464 MiB
End job on node120 at 2011-05-28 20:07:12