Trace number 3384440

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 4999.83

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

Solver Data

0.00/0.00	c Set FPU double precision.
0.06/0.07	c Parse Cnf success: #var: 36410 #clause: 121578
0.06/0.07	c Find Units :          1
0.06/0.07	c Find Invs  :       1168
0.06/0.09	c Find Ands  :      26377 AvgFaninNum: 2.29366
0.06/0.09	c Find Xors  :       8145 AvgFaninNum: 2
0.09/0.11	c Find Ite   :      10404
0.09/0.13	c UnDirect variable: 3562
0.09/0.13	c UnDirect to Direct Gate: 9014
0.09/0.13	c Forced Direct Gate: 187 Unuse unDirect Gate: 450
0.09/0.13	c Break Cycle : 378
0.09/0.13	c Total Root : 1 Undef Var: 1091
0.09/0.16	c After covering, Total Root: 1 Leaf: 1091
0.09/0.16	c Variable( cover/uncovered/unused ): 36410 0 0
0.09/0.16	c Unit Clauses: 1
0.09/0.16	c Binary Clauses( cover/uncovered ): 62094 598
0.09/0.16	c Clauses( cover/uncovered ): 58885 0
0.09/0.16	c Total Clauses( cover/uncovered ): 120980 598 99.5081%
0.09/0.16	c Covered Ands: 26305 Invs: 869 Xors: 8145 Ites: 0
0.09/0.16	c Uncover Clauses avg size: 2 max size: 2
0.09/0.16	c Final circuit: i/l/o/s    1091       0     599     55296
0.09/0.16	c CnfToAig: Time: 0.15 s
0.19/0.26	c TmMap: Set choices finish.
0.19/0.27	c TmMap: Set big and: 5473
0.19/0.27	c TmMap: Origin: 56388 ClauseNum: 165888 --> New: 18676 ClauseNum: 84909
0.19/0.27	c TmMap: Time: 0.03
0.49/0.55	c Simulation --> TransNum: 48005/84909 Try to Add: #clause: 41292 #xorclause: 0
0.49/0.57	c #var: 15485 #clauses: 37927 Solving... 
5000.03/4999.81	c Time Out !!
5000.03/4999.81	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-3384440-1305548775/watcher-3384440-1305548775 -o /tmp/evaluation-result-3384440-1305548775/solver-3384440-1305548775 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384440-1305548775.cnf 2057251383 

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.01 2.02 2.00 2/338 9373
/proc/meminfo: memFree=19966512/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 2132 0 0 0 0 0 0 0 25 0 1 0 647293169 34189312 2068 33554432000 4194304 6014671 140737298487376 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 8347 2068 378 445 0 1892 0

[startup+0.0729119 s]
/proc/loadavg: 2.01 2.02 2.00 2/338 9373
/proc/meminfo: memFree=19966512/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=48748 CPUtime=0.06 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 6037 0 0 0 6 0 0 0 25 0 1 0 647293169 49917952 5973 33554432000 4194304 6014671 140737298487376 18446744073709551615 270338074730 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 12187 5973 378 445 0 5732 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 48748

[startup+0.100914 s]
/proc/loadavg: 2.01 2.02 2.00 2/338 9373
/proc/meminfo: memFree=19966512/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=50796 CPUtime=0.09 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 6487 0 0 0 9 0 0 0 25 0 1 0 647293169 52015104 6423 33554432000 4194304 6014671 140737298487376 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 12699 6424 394 445 0 6244 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50796

[startup+0.300879 s]
/proc/loadavg: 2.01 2.02 2.00 2/338 9373
/proc/meminfo: memFree=19966512/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=63812 CPUtime=0.29 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 9825 0 0 0 28 1 0 0 25 0 1 0 647293169 65343488 9761 33554432000 4194304 6014671 140737298487376 18446744073709551615 4243135 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 15953 9761 680 445 0 9498 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63812

[startup+0.700781 s]
/proc/loadavg: 2.01 2.02 2.00 2/338 9373
/proc/meminfo: memFree=19966512/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=72016 CPUtime=0.69 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 10218 0 0 0 68 1 0 0 25 0 1 0 647293169 73744384 10154 33554432000 4194304 6014671 140737298487376 18446744073709551615 4422811 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 18004 10154 695 445 0 11549 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72016

[startup+1.50064 s]
/proc/loadavg: 2.01 2.02 2.00 3/339 9374
/proc/meminfo: memFree=19927940/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=81508 CPUtime=1.49 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 10845 0 0 0 148 1 0 0 25 0 1 0 647293169 83464192 10781 33554432000 4194304 6014671 140737298487376 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 20377 10781 723 445 0 13922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81508

[startup+3.10031 s]
/proc/loadavg: 2.01 2.02 2.00 3/339 9374
/proc/meminfo: memFree=19923228/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=101280 CPUtime=3.09 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 12351 0 0 0 308 1 0 0 25 0 1 0 647293169 103710720 12287 33554432000 4194304 6014671 140737298487376 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 25320 12287 727 445 0 18865 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101280

[startup+6.30067 s]
/proc/loadavg: 2.01 2.02 2.00 3/339 9374
/proc/meminfo: memFree=19915540/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=111024 CPUtime=6.29 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 13476 0 0 0 628 1 0 0 25 0 1 0 647293169 113688576 13412 33554432000 4194304 6014671 140737298487376 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 27756 13412 727 445 0 21301 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111024

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.00 3/339 9374
/proc/meminfo: memFree=19907172/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=120896 CPUtime=12.69 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 15185 0 0 0 1268 1 0 0 25 0 1 0 647293169 123797504 15120 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 30224 15120 727 445 0 23769 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120896

[startup+25.5009 s]
/proc/loadavg: 2.01 2.02 2.00 3/339 9375
/proc/meminfo: memFree=19891184/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=131108 CPUtime=25.49 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 19322 0 0 0 2547 2 0 0 25 0 1 0 647293169 134254592 19253 33554432000 4194304 6014671 140737298487376 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 32777 19253 727 445 0 26322 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 131108

[startup+51.1008 s]
/proc/loadavg: 2.00 2.02 2.00 3/339 9375
/proc/meminfo: memFree=19878496/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=141604 CPUtime=51.09 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 21939 0 0 0 5106 3 0 0 25 0 1 0 647293169 145002496 21870 33554432000 4194304 6014671 140737298487376 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 35401 21870 727 445 0 28946 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 141604

[startup+102.313 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9377
/proc/meminfo: memFree=19860732/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=152248 CPUtime=102.31 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 25932 0 0 0 10227 4 0 0 25 0 1 0 647293169 155901952 25863 33554432000 4194304 6014671 140737298487376 18446744073709551615 270338408343 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 38062 25863 727 445 0 31607 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 152248

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9378
/proc/meminfo: memFree=19852004/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=152248 CPUtime=162.3 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 28035 0 0 0 16225 5 0 0 25 0 1 0 647293169 155901952 27929 33554432000 4194304 6014671 140737298487376 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 38062 27929 727 445 0 31607 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 152248

[startup+222.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/339 9380
/proc/meminfo: memFree=19827164/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=152248 CPUtime=222.3 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 28571 0 0 0 22225 5 0 0 25 0 1 0 647293169 155901952 28465 33554432000 4194304 6014671 140737298487376 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 38062 28465 727 445 0 31607 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 152248

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/339 9382
/proc/meminfo: memFree=19769820/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=200712 CPUtime=282.3 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 34655 0 0 0 28225 5 0 0 25 0 1 0 647293169 205529088 34501 33554432000 4194304 6014671 140737298487376 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 50178 34501 727 445 0 43723 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 200712

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9383
/proc/meminfo: memFree=19729596/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=250944 CPUtime=342.3 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 41840 0 0 0 34224 6 0 0 25 0 1 0 647293169 256966656 41598 33554432000 4194304 6014671 140737298487376 18446744073709551615 4423487 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 62736 41598 727 445 0 56281 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 250944

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/339 9385
/proc/meminfo: memFree=19668436/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=250944 CPUtime=402.31 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 48549 0 0 0 40223 8 0 0 25 0 1 0 647293169 256966656 48172 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 62736 48172 727 445 0 56281 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 250944

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/339 9386
/proc/meminfo: memFree=19658836/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=303440 CPUtime=462.31 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 50777 0 0 0 46223 8 0 0 25 0 1 0 647293169 310722560 50400 33554432000 4194304 6014671 140737298487376 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 75860 50400 727 445 0 69405 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 303440

[startup+522.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/339 9388
/proc/meminfo: memFree=19647016/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=303440 CPUtime=522.32 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 53869 0 0 0 52223 9 0 0 25 0 1 0 647293169 310722560 53340 33554432000 4194304 6014671 140737298487376 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 75860 53340 727 445 0 69405 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 303440

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/339 9390
/proc/meminfo: memFree=19641252/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=413784 CPUtime=582.32 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 55338 0 0 0 58223 9 0 0 25 0 1 0 647293169 423714816 54809 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 103446 54809 727 445 0 96991 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 413784

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9548
/proc/meminfo: memFree=18111056/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4002.47 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117377 0 0 0 400222 25 0 0 25 0 1 0 647293169 701267968 107107 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107107 727 445 0 164753 0
Current children cumulated CPU time (s) 4002.47
Current children cumulated vsize (KiB) 684832

[startup+4062.31 s]
/proc/loadavg: 2.04 2.02 2.00 3/339 9549
/proc/meminfo: memFree=18092896/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4062.49 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117377 0 0 0 406224 25 0 0 25 0 1 0 647293169 701267968 107107 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107107 727 445 0 164753 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 684832

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/339 9551
/proc/meminfo: memFree=18075104/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4122.48 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117377 0 0 0 412223 25 0 0 25 0 1 0 647293169 701267968 107107 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107107 727 445 0 164753 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 684832

[startup+4182.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/339 9553
/proc/meminfo: memFree=18075180/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4182.48 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117377 0 0 0 418223 25 0 0 25 0 1 0 647293169 701267968 107107 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107107 727 445 0 164753 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 684832

[startup+4242.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/339 9554
/proc/meminfo: memFree=18039796/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4242.48 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117377 0 0 0 424223 25 0 0 25 0 1 0 647293169 701267968 107107 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107107 727 445 0 164753 0
Current children cumulated CPU time (s) 4242.48
Current children cumulated vsize (KiB) 684832

[startup+4302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/339 9556
/proc/meminfo: memFree=18039136/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4302.48 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117377 0 0 0 430223 25 0 0 25 0 1 0 647293169 701267968 107107 33554432000 4194304 6014671 140737298487376 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107107 727 445 0 164753 0
Current children cumulated CPU time (s) 4302.48
Current children cumulated vsize (KiB) 684832

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/339 9557
/proc/meminfo: memFree=17990360/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4362.49 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117377 0 0 0 436223 26 0 0 25 0 1 0 647293169 701267968 107107 33554432000 4194304 6014671 140737298487376 18446744073709551615 4423681 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107107 727 445 0 164753 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 684832

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/339 9559
/proc/meminfo: memFree=17990308/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4422.5 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117377 0 0 0 442224 26 0 0 25 0 1 0 647293169 701267968 107107 33554432000 4194304 6014671 140737298487376 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107107 727 445 0 164753 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 684832

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9561
/proc/meminfo: memFree=17990996/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4482.5 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117377 0 0 0 448224 26 0 0 25 0 1 0 647293169 701267968 107107 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107107 727 445 0 164753 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 684832

[startup+4542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/339 9562
/proc/meminfo: memFree=17990936/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4542.5 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117377 0 0 0 454224 26 0 0 25 0 1 0 647293169 701267968 107107 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107107 727 445 0 164753 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 684832

[startup+4602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/339 9564
/proc/meminfo: memFree=17783936/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4602.51 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117377 0 0 0 460225 26 0 0 25 0 1 0 647293169 701267968 107107 33554432000 4194304 6014671 140737298487376 18446744073709551615 4372809 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107107 727 445 0 164753 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 684832

[startup+4662.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/339 9565
/proc/meminfo: memFree=17706516/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4662.51 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117379 0 0 0 466225 26 0 0 25 0 1 0 647293169 701267968 107109 33554432000 4194304 6014671 140737298487376 18446744073709551615 4377037 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107109 727 445 0 164753 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 684832

[startup+4722.31 s]
/proc/loadavg: 2.03 2.03 2.00 3/339 9567
/proc/meminfo: memFree=17646464/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4722.52 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117379 0 0 0 472226 26 0 0 25 0 1 0 647293169 701267968 107109 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107109 727 445 0 164753 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 684832

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/339 9569
/proc/meminfo: memFree=17570268/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4782.51 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117379 0 0 0 478225 26 0 0 25 0 1 0 647293169 701267968 107109 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107109 727 445 0 164753 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 684832

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/339 9570
/proc/meminfo: memFree=17547404/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4842.51 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117380 0 0 0 484225 26 0 0 25 0 1 0 647293169 701267968 107110 33554432000 4194304 6014671 140737298487376 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107110 727 445 0 164753 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 684832

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9572
/proc/meminfo: memFree=17548116/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4902.52 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117380 0 0 0 490226 26 0 0 25 0 1 0 647293169 701267968 107110 33554432000 4194304 6014671 140737298487376 18446744073709551615 4378535 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107110 727 445 0 164753 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 684832

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/339 9573
/proc/meminfo: memFree=17530832/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=4962.52 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117380 0 0 0 496226 26 0 0 25 0 1 0 647293169 701267968 107110 33554432000 4194304 6014671 140737298487376 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107110 727 445 0 164753 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 684832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/339 9574
/proc/meminfo: memFree=17526588/32951124 swapFree=57171160/67111528
[pid=9373] ppid=9371 vsize=684832 CPUtime=5000.03 cores=0,2,4,6
/proc/9373/stat : 9373 (qutersat_releas) R 9371 9373 8726 0 -1 4202496 117380 0 0 0 499977 26 0 0 25 0 1 0 647293169 701267968 107110 33554432000 4194304 6014671 140737298487376 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9373/statm: 171208 107110 727 445 0 164753 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 684832

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): 4999.83
CPU time (s): 5000.06
CPU user time (s): 4999.78
CPU system time (s): 0.282956
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 684832

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

runsolver used 17.3524 second user time and 37.1364 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-16 14:26:16
IDJOB=3384440
IDBENCH=83127
IDSOLVER=1868
FILE ID=node143/3384440-1305548775
RUNJOBID= node143-1305540196-8744
PBS_JOBID= 13329210
Free space on /tmp= 73516 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom18.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384440-1305548775/watcher-3384440-1305548775 -o /tmp/evaluation-result-3384440-1305548775/solver-3384440-1305548775 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384440-1305548775.cnf 2057251383

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=2057251383

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19966792 kB
Buffers:        198376 kB
Cached:        1558928 kB
SwapCached:      39776 kB
Active:        4901964 kB
Inactive:      7817816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19966792 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:            3972 kB
Writeback:           0 kB
AnonPages:    10922828 kB
Mapped:          25416 kB
Slab:           135656 kB
PageTables:      64120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75612332 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= 73508 MiB
End job on node143 at 2011-05-16 15:49:37