Trace number 3377164

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.05 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

Solver Data

0.00/0.01	c Set FPU double precision.
0.08/0.15	c Parse Cnf success: #var: 62686 #clause: 210488
0.08/0.15	c Find Units :          1
0.08/0.16	c Find Invs  :       1708
0.08/0.18	c Find Ands  :      45198 AvgFaninNum: 2.28897
0.08/0.19	c Find Xors  :      14676 AvgFaninNum: 2
0.19/0.22	c Find Ite   :      18768
0.19/0.26	c UnDirect variable: 5959
0.19/0.27	c UnDirect to Direct Gate: 15902
0.19/0.27	c Forced Direct Gate: 310 Unuse unDirect Gate: 744
0.19/0.27	c Break Cycle : 504
0.19/0.27	c Total Root : 1 Undef Var: 1682
0.29/0.32	c After covering, Total Root: 1 Leaf: 1682
0.29/0.32	c Variable( cover/uncovered/unused ): 62686 0 0
0.29/0.32	c Unit Clauses: 1
0.29/0.32	c Binary Clauses( cover/uncovered ): 105717 964
0.29/0.32	c Clauses( cover/uncovered ): 103806 0
0.29/0.32	c Total Clauses( cover/uncovered ): 209524 964 99.542%
0.29/0.32	c Covered Ands: 45102 Invs: 1226 Xors: 14676 Ites: 0
0.29/0.32	c Uncover Clauses avg size: 2 max size: 2
0.29/0.33	c Final circuit: i/l/o/s    1682       0     965     96811
0.29/0.33	c CnfToAig: Time: 0.32 s
0.39/0.49	c TmMap: Set choices finish.
0.48/0.51	c TmMap: Set big and: 9120
0.48/0.51	c TmMap: Origin: 98494 ClauseNum: 290433 --> New: 32117 ClauseNum: 148865
0.48/0.51	c TmMap: Time: 0.04
0.99/1.01	c Simulation --> TransNum: 85114/148865 Try to Add: #clause: 74326 #xorclause: 0
0.99/1.04	c #var: 26865 #clauses: 68110 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377164-1305474042/watcher-3377164-1305474042 -o /tmp/evaluation-result-3377164-1305474042/solver-3377164-1305474042 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377164-1305474042.cnf 221420352 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.79 3.03 3.66 5/452 16841
/proc/meminfo: memFree=16178848/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=33836 CPUtime=0 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 2246 0 0 0 0 0 0 0 21 0 1 0 659005204 34648064 2183 33554432000 4194304 6014671 140734545859824 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 8459 2183 377 445 0 2004 0

[startup+0.07908 s]
/proc/loadavg: 2.79 3.03 3.66 5/452 16841
/proc/meminfo: memFree=16178848/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=49196 CPUtime=0.06 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 6180 0 0 0 6 0 0 0 21 0 1 0 659005204 50376704 6117 33554432000 4194304 6014671 140734545859824 18446744073709551615 4778420 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 12299 6117 377 445 0 5844 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 49196

[startup+0.101077 s]
/proc/loadavg: 2.79 3.03 3.66 5/452 16841
/proc/meminfo: memFree=16178848/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=56364 CPUtime=0.08 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 7754 0 0 0 8 0 0 0 21 0 1 0 659005204 57716736 7691 33554432000 4194304 6014671 140734545859824 18446744073709551615 4305098 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 14091 7691 377 445 0 7636 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56364

[startup+0.301039 s]
/proc/loadavg: 2.79 3.03 3.66 5/452 16841
/proc/meminfo: memFree=16178848/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=67756 CPUtime=0.29 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 10734 0 0 0 28 1 0 0 22 0 1 0 659005204 69382144 10671 33554432000 4194304 6014671 140734545859824 18446744073709551615 4262740 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 16939 10671 397 445 0 10484 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67756

[startup+0.700965 s]
/proc/loadavg: 2.79 3.03 3.66 5/452 16841
/proc/meminfo: memFree=16178848/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=81724 CPUtime=0.68 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 14495 0 0 0 67 1 0 0 24 0 1 0 659005204 83685376 14432 33554432000 4194304 6014671 140734545859824 18446744073709551615 4243291 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 20431 14432 680 445 0 13976 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 81724

[startup+1.50083 s]
/proc/loadavg: 2.89 3.05 3.66 5/456 16848
/proc/meminfo: memFree=16059652/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=89928 CPUtime=1.48 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 15021 0 0 0 147 1 0 0 25 0 1 0 659005204 92086272 14958 33554432000 4194304 6014671 140734545859824 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 22482 14958 695 445 0 16027 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 89928

[startup+3.10054 s]
/proc/loadavg: 2.89 3.05 3.66 5/456 16848
/proc/meminfo: memFree=16040924/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=89928 CPUtime=3.08 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 15654 0 0 0 307 1 0 0 25 0 1 0 659005204 92086272 15591 33554432000 4194304 6014671 140734545859824 18446744073709551615 4376990 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 22482 15591 722 445 0 16027 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 89928

[startup+6.30098 s]
/proc/loadavg: 2.89 3.05 3.66 5/456 16849
/proc/meminfo: memFree=16006212/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=111712 CPUtime=6.29 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 17510 0 0 0 627 2 0 0 25 0 1 0 659005204 114393088 17447 33554432000 4194304 6014671 140734545859824 18446744073709551615 270612802705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 27928 17447 727 445 0 21473 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111712

[startup+12.7008 s]
/proc/loadavg: 3.06 3.08 3.67 5/456 16849
/proc/meminfo: memFree=15945628/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=123340 CPUtime=12.69 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 19387 0 0 0 1267 2 0 0 25 0 1 0 659005204 126300160 19324 33554432000 4194304 6014671 140734545859824 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 30835 19324 727 445 0 24380 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 123340

[startup+25.5006 s]
/proc/loadavg: 3.20 3.11 3.67 5/456 16849
/proc/meminfo: memFree=15878184/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=145812 CPUtime=25.49 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 24347 0 0 0 2546 3 0 0 25 0 1 0 659005204 149311488 24284 33554432000 4194304 6014671 140734545859824 18446744073709551615 4422707 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 36453 24284 727 445 0 29998 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 145812

[startup+51.1011 s]
/proc/loadavg: 3.47 3.18 3.68 5/456 16850
/proc/meminfo: memFree=15851376/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=168752 CPUtime=51.08 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 27515 0 0 0 5105 3 0 0 25 0 1 0 659005204 172802048 27452 33554432000 4194304 6014671 140734545859824 18446744073709551615 4372259 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 42188 27452 727 445 0 35733 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 168752

[startup+102.317 s]
/proc/loadavg: 3.86 3.34 3.70 5/456 16851
/proc/meminfo: memFree=15812432/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=168752 CPUtime=102.3 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 28568 0 0 0 10227 3 0 0 25 0 1 0 659005204 172802048 28505 33554432000 4194304 6014671 140734545859824 18446744073709551615 4424022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 42188 28505 727 445 0 35733 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 168752

[startup+162.3 s]
/proc/loadavg: 4.01 3.49 3.73 5/456 16853
/proc/meminfo: memFree=15733796/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=168752 CPUtime=162.29 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 29466 0 0 0 16225 4 0 0 25 0 1 0 659005204 172802048 29403 33554432000 4194304 6014671 140734545859824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 42188 29403 727 445 0 35733 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 168752

[startup+222.301 s]
/proc/loadavg: 4.07 3.59 3.75 5/456 16854
/proc/meminfo: memFree=15708728/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=168752 CPUtime=222.29 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 31655 0 0 0 22225 4 0 0 25 0 1 0 659005204 172802048 31592 33554432000 4194304 6014671 140734545859824 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 42188 31592 727 445 0 35733 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 168752

[startup+282.3 s]
/proc/loadavg: 4.09 3.68 3.76 5/456 16856
/proc/meminfo: memFree=15647684/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=195964 CPUtime=282.29 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 37465 0 0 0 28223 6 0 0 25 0 1 0 659005204 200667136 37402 33554432000 4194304 6014671 140734545859824 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 48991 37402 727 445 0 42536 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 195964

[startup+342.301 s]
/proc/loadavg: 4.14 3.77 3.79 5/456 16857
/proc/meminfo: memFree=15585284/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=264752 CPUtime=342.29 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 49128 0 0 0 34219 10 0 0 25 0 1 0 659005204 271106048 48899 33554432000 4194304 6014671 140734545859824 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 66188 48899 727 445 0 59733 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 264752

[startup+402.301 s]
/proc/loadavg: 4.05 3.81 3.80 5/456 16859
/proc/meminfo: memFree=15545832/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=264752 CPUtime=402.29 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 55810 0 0 0 40218 11 0 0 25 0 1 0 659005204 271106048 55581 33554432000 4194304 6014671 140734545859824 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 66188 55581 727 445 0 59733 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 264752

[startup+462.3 s]
/proc/loadavg: 4.02 3.84 3.81 5/456 16861
/proc/meminfo: memFree=15512580/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380432 CPUtime=462.29 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 59728 0 0 0 46217 12 0 0 25 0 1 0 659005204 389562368 59353 33554432000 4194304 6014671 140734545859824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95108 59353 727 445 0 88653 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 380432

[startup+522.301 s]
/proc/loadavg: 4.00 3.87 3.82 5/456 16862
/proc/meminfo: memFree=15508712/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380432 CPUtime=522.29 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 59919 0 0 0 52217 12 0 0 25 0 1 0 659005204 389562368 59544 33554432000 4194304 6014671 140734545859824 18446744073709551615 4424006 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95108 59544 727 445 0 88653 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 380432

[startup+582.301 s]
/proc/loadavg: 4.00 3.89 3.83 5/456 16864
/proc/meminfo: memFree=15511288/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380432 CPUtime=582.29 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 59987 0 0 0 58217 12 0 0 25 0 1 0 659005204 389562368 59444 33554432000 4194304 6014671 140734545859824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95108 59444 727 445 0 88653 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 380432

[startup+642.3 s]
/proc/loadavg: 4.05 3.92 3.84 5/456 16865
/proc/meminfo: memFree=15484352/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=642.31 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 60624 0 0 0 64218 13 0 0 25 0 1 0 659005204 389693440 60081 33554432000 4194304 6014671 140734545859824 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 60081 727 445 0 88685 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 380560

[startup+702.301 s]
/proc/loadavg: 4.11 3.96 3.85 5/456 16867
/proc/meminfo: memFree=15466472/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=702.3 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 60694 0 0 0 70217 13 0 0 25 0 1 0 659005204 389693440 60151 33554432000 4194304 6014671 140734545859824 18446744073709551615 4424858 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 60151 727 445 0 88685 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 380560

[startup+762.317 s]
/proc/loadavg: 4.08 3.98 3.87 5/456 16869
/proc/meminfo: memFree=15472656/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=762.32 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 60780 0 0 0 76219 13 0 0 25 0 1 0 659005204 389693440 55295 33554432000 4194304 6014671 140734545859824 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 55295 727 445 0 88685 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 380560

[startup+822.301 s]
/proc/loadavg: 4.10 4.01 3.88 5/456 16870
/proc/meminfo: memFree=15417316/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=822.3 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 70600 0 0 0 82215 15 0 0 25 0 1 0 659005204 389693440 64991 33554432000 4194304 6014671 140734545859824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 64991 727 445 0 88685 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 380560

[startup+882.301 s]
/proc/loadavg: 4.14 4.03 3.90 5/456 16872
/proc/meminfo: memFree=15356028/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=882.31 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 77505 0 0 0 88213 18 0 0 25 0 1 0 659005204 389693440 71896 33554432000 4194304 6014671 140734545859824 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 71896 727 445 0 88685 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 380560

[startup+942.3 s]
/proc/loadavg: 4.12 4.04 3.91 5/456 16873
/proc/meminfo: memFree=15303428/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=942.3 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 83597 0 0 0 94209 21 0 0 25 0 1 0 659005204 389693440 77988 33554432000 4194304 6014671 140734545859824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 77988 727 445 0 88685 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 380560

[startup+1002.3 s]
/proc/loadavg: 4.04 4.03 3.91 5/456 16875
/proc/meminfo: memFree=15279952/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=1002.31 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 83607 0 0 0 100210 21 0 0 25 0 1 0 659005204 389693440 77998 33554432000 4194304 6014671 140734545859824 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 77998 727 445 0 88685 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 380560

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.91 5/456 16877
/proc/meminfo: memFree=15277204/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=1062.31 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 83695 0 0 0 106210 21 0 0 25 0 1 0 659005204 389693440 78086 33554432000 4194304 6014671 140734545859824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 78086 733 445 0 88685 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 380560

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/456 16878
/proc/meminfo: memFree=15274948/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=1122.31 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 83712 0 0 0 112210 21 0 0 25 0 1 0 659005204 389693440 78097 33554432000 4194304 6014671 140734545859824 18446744073709551615 4385721 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 78097 727 445 0 88685 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 380560

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.91 5/456 16880
/proc/meminfo: memFree=15269344/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=1182.31 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 83724 0 0 0 118210 21 0 0 25 0 1 0 659005204 389693440 78109 33554432000 4194304 6014671 140734545859824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 78109 727 445 0 88685 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 380560

[startup+1242.3 s]
/proc/loadavg: 4.15 4.05 3.93 5/456 16890
/proc/meminfo: memFree=15253072/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=1242.31 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 83793 0 0 0 124210 21 0 0 25 0 1 0 659005204 389693440 78178 33554432000 4194304 6014671 140734545859824 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 78178 727 445 0 88685 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 380560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.12 4.06 3.93 3/452 16894
/proc/meminfo: memFree=15602132/32951124 swapFree=67056812/67111528
[pid=16841] ppid=16839 vsize=380560 CPUtime=1300.03 cores=1,3
/proc/16841/stat : 16841 (qutersat_releas) R 16839 16841 16139 0 -1 4202496 83802 0 0 0 129981 22 0 0 25 0 1 0 659005204 389693440 78187 33554432000 4194304 6014671 140734545859824 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16841/statm: 95140 78187 727 445 0 88685 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 380560

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1299.82
CPU system time (s): 0.234964
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 380560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.234964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83806
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= 6
involuntary context switches= 3480

runsolver used 5.58215 second user time and 13.371 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 17:40:43
IDJOB=3377164
IDBENCH=83105
IDSOLVER=1856
FILE ID=node108/3377164-1305474042
RUNJOBID= node108-1305474042-16807
PBS_JOBID= 13325327
Free space on /tmp= 73496 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377164-1305474042/watcher-3377164-1305474042 -o /tmp/evaluation-result-3377164-1305474042/solver-3377164-1305474042 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377164-1305474042.cnf 221420352

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=221420352

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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:      16179376 kB
Buffers:        315676 kB
Cached:        5116320 kB
SwapCached:       8724 kB
Active:       12198368 kB
Inactive:      4239404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16179376 kB
SwapTotal:    67111528 kB
SwapFree:     67056812 kB
Dirty:           12936 kB
Writeback:           0 kB
AnonPages:    11002152 kB
Mapped:          39268 kB
Slab:           213724 kB
PageTables:      52792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110803076 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= 73496 MiB
End job on node108 at 2011-05-15 18:02:25