Trace number 3384437

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.08 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top28.cnf
MD5SUM005e29e99454a24085199b085e720b2f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark247.738
Satisfiable
(Un)Satisfiability was proved
Number of variables88763
Number of clauses282870
Sum of the clauses size691774
Maximum clause length3284
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2171374
Number of clauses of size 3109718
Number of clauses of size 4405
Number of clauses of size 526
Number of clauses of size over 51346

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.18	c Parse Cnf success: #var: 88763 #clause: 282870
0.09/0.18	c Find Units :          1
0.09/0.19	c Find Invs  :       1922
0.19/0.22	c Find Ands  :      76607 AvgFaninNum: 2.1898
0.19/0.23	c Find Xors  :       8750 AvgFaninNum: 2
0.19/0.25	c Find Ite   :      10584
0.29/0.31	c UnDirect variable: 5485
0.29/0.31	c UnDirect to Direct Gate: 9681
0.29/0.31	c Forced Direct Gate: 409 Unuse unDirect Gate: 1344
0.29/0.32	c Break Cycle : 308
0.29/0.32	c Total Root : 1 Undef Var: 2587
0.29/0.38	c After covering, Total Root: 1 Leaf: 2587
0.29/0.38	c Variable( cover/uncovered/unused ): 88763 0 0
0.29/0.38	c Unit Clauses: 1
0.29/0.38	c Binary Clauses( cover/uncovered ): 169392 1982
0.29/0.38	c Clauses( cover/uncovered ): 111495 0
0.29/0.38	c Total Clauses( cover/uncovered ): 280888 1982 99.2993%
0.29/0.38	c Covered Ands: 76495 Invs: 931 Xors: 8750 Ites: 0
0.29/0.38	c Uncover Clauses avg size: 2 max size: 2
0.29/0.38	c Final circuit: i/l/o/s    2587       0    1983    114021
0.29/0.38	c CnfToAig: Time: 0.37 s
0.49/0.54	c TmMap: Set choices finish.
0.49/0.57	c TmMap: Set big and: 9350
0.49/0.57	c TmMap: Origin: 116609 ClauseNum: 342063 --> New: 40798 ClauseNum: 200566
0.49/0.57	c TmMap: Time: 0.04
1.19/1.26	c Simulation --> TransNum: 131162/200566 Try to Add: #clause: 119690 #xorclause: 0
1.29/1.32	c #var: 38307 #clauses: 128619 Solving... 
5000.04/4999.91	c Time Out !!
5000.04/4999.91	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-3384437-1305548572/watcher-3384437-1305548572 -o /tmp/evaluation-result-3384437-1305548572/solver-3384437-1305548572 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384437-1305548572.cnf 545534658 

running on 4 cores: 1,3,5,7

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.06 2.04 2.00 3/332 3237
/proc/meminfo: memFree=17126476/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=32356 CPUtime=0 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 1525 0 0 0 0 0 0 0 25 0 1 0 666455150 33132544 1461 33554432000 4194304 6014671 140735008453696 18446744073709551615 271550231499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3237/statm: 8089 1479 305 445 0 1634 0

[startup+0.0297419 s]
/proc/loadavg: 2.06 2.04 2.00 3/332 3237
/proc/meminfo: memFree=17126476/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=40592 CPUtime=0.02 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 3876 0 0 0 2 0 0 0 25 0 1 0 666455150 41566208 3812 33554432000 4194304 6014671 140735008453696 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 10148 3813 378 445 0 3693 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 40592

[startup+0.100735 s]
/proc/loadavg: 2.06 2.04 2.00 3/332 3237
/proc/meminfo: memFree=17126476/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=53904 CPUtime=0.09 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 7218 0 0 0 9 0 0 0 25 0 1 0 666455150 55197696 7154 33554432000 4194304 6014671 140735008453696 18446744073709551615 4310496 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 13476 7154 378 445 0 7021 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53904

[startup+0.300707 s]
/proc/loadavg: 2.06 2.04 2.00 3/332 3237
/proc/meminfo: memFree=17126476/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=75664 CPUtime=0.29 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 12668 0 0 0 28 1 0 0 25 0 1 0 666455150 77479936 12604 33554432000 4194304 6014671 140735008453696 18446744073709551615 4776615 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 18916 12604 394 445 0 12461 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75664

[startup+0.700616 s]
/proc/loadavg: 2.06 2.04 2.00 3/332 3237
/proc/meminfo: memFree=17126476/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=87280 CPUtime=0.69 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 15812 0 0 0 67 2 0 0 25 0 1 0 666455150 89374720 15748 33554432000 4194304 6014671 140735008453696 18446744073709551615 4242923 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 21820 15748 680 445 0 15365 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87280

[startup+1.50047 s]
/proc/loadavg: 2.05 2.04 2.00 3/333 3241
/proc/meminfo: memFree=17065544/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=88364 CPUtime=1.49 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 16081 0 0 0 147 2 0 0 25 0 1 0 666455150 90484736 16017 33554432000 4194304 6014671 140735008453696 18446744073709551615 4422760 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 22091 16017 695 445 0 15636 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88364

[startup+3.10018 s]
/proc/loadavg: 2.05 2.04 2.00 3/333 3241
/proc/meminfo: memFree=17063808/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=103716 CPUtime=3.09 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 19656 0 0 0 307 2 0 0 25 0 1 0 666455150 106205184 19591 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 25929 19591 722 445 0 19474 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103716

[startup+6.3006 s]
/proc/loadavg: 2.05 2.04 2.00 3/333 3241
/proc/meminfo: memFree=17045712/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=115440 CPUtime=6.29 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 20931 0 0 0 627 2 0 0 25 0 1 0 666455150 118210560 20866 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 28860 20866 727 445 0 22405 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 115440

[startup+12.7004 s]
/proc/loadavg: 2.04 2.03 2.00 3/333 3241
/proc/meminfo: memFree=17037844/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=126948 CPUtime=12.7 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 22457 0 0 0 1267 3 0 0 25 0 1 0 666455150 129994752 22392 33554432000 4194304 6014671 140735008453696 18446744073709551615 4372372 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 31737 22392 727 445 0 25282 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 126948

[startup+25.5001 s]
/proc/loadavg: 2.04 2.03 2.00 3/333 3242
/proc/meminfo: memFree=17020056/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=150232 CPUtime=25.49 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 26989 0 0 0 2546 3 0 0 25 0 1 0 666455150 153837568 26902 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 37558 26902 727 445 0 31103 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150232

[startup+51.1005 s]
/proc/loadavg: 2.02 2.03 2.00 3/333 3242
/proc/meminfo: memFree=16989736/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=198048 CPUtime=51.09 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 34547 0 0 0 5105 4 0 0 25 0 1 0 666455150 202801152 34422 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 49512 34422 727 445 0 43057 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 198048

[startup+102.312 s]
/proc/loadavg: 2.01 2.02 2.00 3/333 3245
/proc/meminfo: memFree=16978176/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=210468 CPUtime=102.31 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 37279 0 0 0 10226 5 0 0 25 0 1 0 666455150 215519232 37154 33554432000 4194304 6014671 140735008453696 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 52617 37154 727 445 0 46162 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 210468

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 3246
/proc/meminfo: memFree=16967376/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=210468 CPUtime=162.29 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 39872 0 0 0 16224 5 0 0 25 0 1 0 666455150 215519232 39747 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 52617 39747 727 445 0 46162 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 210468

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/333 3248
/proc/meminfo: memFree=16961540/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=210468 CPUtime=222.3 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 41387 0 0 0 22224 6 0 0 25 0 1 0 666455150 215519232 41251 33554432000 4194304 6014671 140735008453696 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 52617 41251 727 445 0 46162 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 210468

[startup+282.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/333 3249
/proc/meminfo: memFree=16944640/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=268316 CPUtime=282.3 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 52876 0 0 0 28221 9 0 0 25 0 1 0 666455150 274755584 45728 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 67079 45728 727 445 0 60624 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 268316

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/333 3252
/proc/meminfo: memFree=16926284/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=268316 CPUtime=342.3 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 57318 0 0 0 34221 9 0 0 25 0 1 0 666455150 274755584 50170 33554432000 4194304 6014671 140735008453696 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 67079 50170 727 445 0 60624 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 268316

[startup+402.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/333 3254
/proc/meminfo: memFree=16922052/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=268316 CPUtime=402.3 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 58385 0 0 0 40220 10 0 0 25 0 1 0 666455150 274755584 51237 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 67079 51237 727 445 0 60624 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 268316

[startup+462.301 s]
/proc/loadavg: 2.23 2.07 2.01 3/333 3255
/proc/meminfo: memFree=16913972/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=268316 CPUtime=462.3 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 60402 0 0 0 46220 10 0 0 25 0 1 0 666455150 274755584 53254 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 67079 53254 727 445 0 60624 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 268316

[startup+522.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/333 3257
/proc/meminfo: memFree=16909984/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=268316 CPUtime=522.31 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 61410 0 0 0 52220 11 0 0 25 0 1 0 666455150 274755584 54262 33554432000 4194304 6014671 140735008453696 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 67079 54262 727 445 0 60624 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 268316

[startup+582.301 s]
/proc/loadavg: 2.17 2.10 2.02 3/333 3259
/proc/meminfo: memFree=16898048/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=333388 CPUtime=582.31 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 64409 0 0 0 58220 11 0 0 25 0 1 0 666455150 341389312 57221 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 83347 57221 727 445 0 76892 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 333388

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.11 2.05 2.01 3/333 3403
/proc/meminfo: memFree=17881816/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4062.42 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138347 0 0 0 406210 32 0 0 25 0 1 0 666455150 748351488 129910 33554432000 4194304 6014671 140735008453696 18446744073709551615 4378090 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 129910 727 445 0 176248 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 730812

[startup+4122.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/333 3405
/proc/meminfo: memFree=17883156/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4122.41 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138349 0 0 0 412209 32 0 0 25 0 1 0 666455150 748351488 129912 33554432000 4194304 6014671 140735008453696 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 129912 727 445 0 176248 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 730812

[startup+4182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/333 3407
/proc/meminfo: memFree=17883004/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4182.42 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138349 0 0 0 418209 33 0 0 25 0 1 0 666455150 748351488 129905 33554432000 4194304 6014671 140735008453696 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 129905 727 445 0 176248 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 730812

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 3409
/proc/meminfo: memFree=17882968/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4242.42 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138353 0 0 0 424209 33 0 0 25 0 1 0 666455150 748351488 129871 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 129871 727 445 0 176248 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 730812

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/333 3411
/proc/meminfo: memFree=17882556/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4302.42 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138371 0 0 0 430209 33 0 0 25 0 1 0 666455150 748351488 129889 33554432000 4194304 6014671 140735008453696 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 129889 727 445 0 176248 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 730812

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/333 3412
/proc/meminfo: memFree=17882660/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4362.42 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138417 0 0 0 436209 33 0 0 25 0 1 0 666455150 748351488 129903 33554432000 4194304 6014671 140735008453696 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 129903 727 445 0 176248 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 730812

[startup+4422.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/333 3414
/proc/meminfo: memFree=17882884/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4422.42 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138546 0 0 0 442209 33 0 0 25 0 1 0 666455150 748351488 129994 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 129994 727 445 0 176248 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 730812

[startup+4482.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/333 3415
/proc/meminfo: memFree=17882244/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4482.42 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138547 0 0 0 448209 33 0 0 25 0 1 0 666455150 748351488 129995 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 129995 727 445 0 176248 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 730812

[startup+4542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/333 3417
/proc/meminfo: memFree=17881604/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4542.43 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138750 0 0 0 454210 33 0 0 25 0 1 0 666455150 748351488 130013 33554432000 4194304 6014671 140735008453696 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 130013 727 445 0 176248 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 730812

[startup+4602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/333 3419
/proc/meminfo: memFree=17882068/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4602.43 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138753 0 0 0 460210 33 0 0 25 0 1 0 666455150 748351488 130016 33554432000 4194304 6014671 140735008453696 18446744073709551615 4378312 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 130016 727 445 0 176248 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 730812

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/333 3420
/proc/meminfo: memFree=17881172/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4662.43 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138753 0 0 0 466210 33 0 0 25 0 1 0 666455150 748351488 130016 33554432000 4194304 6014671 140735008453696 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 130016 727 445 0 176248 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 730812

[startup+4722.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/333 3422
/proc/meminfo: memFree=17880656/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4722.44 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138753 0 0 0 472211 33 0 0 25 0 1 0 666455150 748351488 130016 33554432000 4194304 6014671 140735008453696 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 130016 727 445 0 176248 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 730812

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/333 3423
/proc/meminfo: memFree=17879148/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4782.43 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138754 0 0 0 478210 33 0 0 25 0 1 0 666455150 748351488 130017 33554432000 4194304 6014671 140735008453696 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 130017 727 445 0 176248 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 730812

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/333 3426
/proc/meminfo: memFree=17863244/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4842.43 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138754 0 0 0 484210 33 0 0 25 0 1 0 666455150 748351488 130017 33554432000 4194304 6014671 140735008453696 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 130017 727 445 0 176248 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 730812

[startup+4902.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/333 3428
/proc/meminfo: memFree=17866936/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4902.43 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 138754 0 0 0 490210 33 0 0 25 0 1 0 666455150 748351488 124042 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 124042 727 445 0 176248 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 730812

[startup+4962.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/333 3429
/proc/meminfo: memFree=17857980/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=4962.43 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 141018 0 0 0 496210 33 0 0 25 0 1 0 666455150 748351488 126041 33554432000 4194304 6014671 140735008453696 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 126041 745 445 0 176248 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 730812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/333 3430
/proc/meminfo: memFree=17852260/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=5000.04 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 142501 0 0 0 499970 34 0 0 25 0 1 0 666455150 748351488 127524 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 127524 745 445 0 176248 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 730812

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

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

[startup+4999.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/333 3430
/proc/meminfo: memFree=17852260/32951124 swapFree=67056788/67111528
[pid=3237] ppid=3235 vsize=730812 CPUtime=5000.04 cores=1,3,5,7
/proc/3237/stat : 3237 (qutersat_releas) R 3235 3237 2400 0 -1 4202496 142501 0 0 0 499970 34 0 0 25 0 1 0 666455150 748351488 127524 33554432000 4194304 6014671 140735008453696 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3237/statm: 182703 127524 745 445 0 176248 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 730812

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.08
CPU user time (s): 4999.71
CPU system time (s): 0.367944
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 730812

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

runsolver used 15.5026 second user time and 37.1743 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 14:22:53
IDJOB=3384437
IDBENCH=83123
IDSOLVER=1868
FILE ID=node133/3384437-1305548572
RUNJOBID= node133-1305540199-2421
PBS_JOBID= 13329220
Free space on /tmp= 73412 MiB

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

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

MD5SUM BENCH= 005e29e99454a24085199b085e720b2f
RANDOM SEED=545534658

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.834
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:     32951124 kB
MemFree:      17126756 kB
Buffers:        316144 kB
Cached:        4481400 kB
SwapCached:       7676 kB
Active:       12213288 kB
Inactive:      3307308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17126756 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:    10721152 kB
Mapped:          30808 kB
Slab:           199836 kB
PageTables:      39388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 66827316 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73416 MiB
End job on node133 at 2011-05-16 15:46:15