Trace number 3377027

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top29.cnf
MD5SUM9b1b1066fe010948020f1c6b5be34d5d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.5867
Satisfiable
(Un)Satisfiability was proved
Number of variables94998
Number of clauses302862
Sum of the clauses size740744
Maximum clause length3473
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2183377
Number of clauses of size 3117600
Number of clauses of size 4434
Number of clauses of size 527
Number of clauses of size over 51423

Solver Data

0.00/0.00	c Set FPU double precision.
0.19/0.20	c Parse Cnf success: #var: 94998 #clause: 302862
0.19/0.20	c Find Units :          1
0.19/0.21	c Find Invs  :       2020
0.19/0.27	c Find Ands  :      82016 AvgFaninNum: 2.18944
0.19/0.27	c Find Xors  :       9396 AvgFaninNum: 2
0.29/0.30	c Find Ite   :      11368
0.29/0.36	c UnDirect variable: 5830
0.29/0.37	c UnDirect to Direct Gate: 10376
0.29/0.37	c Forced Direct Gate: 439 Unuse unDirect Gate: 1421
0.29/0.38	c Break Cycle : 319
0.29/0.38	c Total Root : 1 Undef Var: 2722
0.39/0.45	c After covering, Total Root: 1 Leaf: 2722
0.39/0.45	c Variable( cover/uncovered/unused ): 94998 0 0
0.39/0.45	c Unit Clauses: 1
0.39/0.45	c Binary Clauses( cover/uncovered ): 181297 2080
0.39/0.45	c Clauses( cover/uncovered ): 119484 0
0.39/0.45	c Total Clauses( cover/uncovered ): 300782 2080 99.3132%
0.39/0.45	c Covered Ands: 81900 Invs: 980 Xors: 9396 Ites: 0
0.39/0.45	c Uncover Clauses avg size: 2 max size: 2
0.39/0.45	c Final circuit: i/l/o/s    2722       0    2081    122156
0.39/0.45	c CnfToAig: Time: 0.44 s
0.59/0.63	c TmMap: Set choices finish.
0.59/0.65	c TmMap: Set big and: 9907
0.59/0.65	c TmMap: Origin: 124879 ClauseNum: 366468 --> New: 43590 ClauseNum: 214804
0.59/0.65	c TmMap: Time: 0.06
1.29/1.39	c Simulation --> TransNum: 140314/214804 Try to Add: #clause: 128192 #xorclause: 0
1.39/1.46	c #var: 40928 #clauses: 137261 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-3377027-1305474266/watcher-3377027-1305474266 -o /tmp/evaluation-result-3377027-1305474266/solver-3377027-1305474266 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377027-1305474266.cnf 826527157 

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: 3.05 3.81 3.93 5/363 9683
/proc/meminfo: memFree=16959800/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=35616 CPUtime=0 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 2717 0 0 0 0 0 0 0 21 0 1 0 659026256 36470784 2654 33554432000 4194304 6014671 140735256717232 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 8904 2654 378 445 0 2449 0

[startup+0.0941289 s]
/proc/loadavg: 3.05 3.81 3.93 5/363 9683
/proc/meminfo: memFree=16959800/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=54048 CPUtime=0.08 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 7206 0 0 0 8 0 0 0 21 0 1 0 659026256 55345152 7143 33554432000 4194304 6014671 140735256717232 18446744073709551615 4305098 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 13512 7143 378 445 0 7057 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54048

[startup+0.101128 s]
/proc/loadavg: 3.05 3.81 3.93 5/363 9683
/proc/meminfo: memFree=16959800/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=54048 CPUtime=0.09 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 7237 0 0 0 9 0 0 0 21 0 1 0 659026256 55345152 7174 33554432000 4194304 6014671 140735256717232 18446744073709551615 4310841 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 13512 7174 378 445 0 7057 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54048

[startup+0.301093 s]
/proc/loadavg: 3.05 3.81 3.93 5/363 9683
/proc/meminfo: memFree=16959800/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=77856 CPUtime=0.29 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 12649 0 0 0 28 1 0 0 22 0 1 0 659026256 79724544 12586 33554432000 4194304 6014671 140735256717232 18446744073709551615 4285077 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 19464 12586 394 445 0 13009 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77856

[startup+0.701024 s]
/proc/loadavg: 3.05 3.81 3.93 5/363 9683
/proc/meminfo: memFree=16959800/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=90880 CPUtime=0.69 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 16536 0 0 0 67 2 0 0 24 0 1 0 659026256 93061120 16473 33554432000 4194304 6014671 140735256717232 18446744073709551615 4243015 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 22720 16473 680 445 0 16265 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90880

[startup+1.50088 s]
/proc/loadavg: 3.05 3.81 3.93 5/367 9690
/proc/meminfo: memFree=16780340/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=90880 CPUtime=1.49 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 16755 0 0 0 147 2 0 0 25 0 1 0 659026256 93061120 16692 33554432000 4194304 6014671 140735256717232 18446744073709551615 4422678 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 22720 16692 695 445 0 16265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90880

[startup+3.1006 s]
/proc/loadavg: 3.28 3.85 3.94 5/367 9690
/proc/meminfo: memFree=16770796/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=105288 CPUtime=3.09 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 20276 0 0 0 307 2 0 0 25 0 1 0 659026256 107814912 20213 33554432000 4194304 6014671 140735256717232 18446744073709551615 4367440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 26322 20213 714 445 0 19867 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105288

[startup+6.30104 s]
/proc/loadavg: 3.28 3.85 3.94 5/367 9690
/proc/meminfo: memFree=16717608/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=117260 CPUtime=6.29 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 21402 0 0 0 627 2 0 0 25 0 1 0 659026256 120074240 21339 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 29315 21339 727 445 0 22860 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 117260

[startup+12.7009 s]
/proc/loadavg: 3.34 3.85 3.94 5/367 9690
/proc/meminfo: memFree=16679840/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=131048 CPUtime=12.69 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 23558 0 0 0 1266 3 0 0 25 0 1 0 659026256 134193152 23495 33554432000 4194304 6014671 140735256717232 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 32762 23495 727 445 0 26307 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131048

[startup+25.5007 s]
/proc/loadavg: 3.49 3.86 3.94 5/367 9690
/proc/meminfo: memFree=16593248/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=166624 CPUtime=25.49 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 29909 0 0 0 2545 4 0 0 25 0 1 0 659026256 170622976 29796 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 41656 29796 727 445 0 35201 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 166624

[startup+51.1002 s]
/proc/loadavg: 3.66 3.87 3.94 5/367 9691
/proc/meminfo: memFree=16555256/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=178756 CPUtime=51.09 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 32281 0 0 0 5105 4 0 0 25 0 1 0 659026256 183046144 32168 33554432000 4194304 6014671 140735256717232 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 44689 32168 727 445 0 38234 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 178756

[startup+102.313 s]
/proc/loadavg: 3.95 3.91 3.95 5/367 9692
/proc/meminfo: memFree=16489260/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=203804 CPUtime=102.31 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 36052 0 0 0 10225 6 0 0 25 0 1 0 659026256 208695296 35917 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 50951 35917 727 445 0 44496 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 203804

[startup+162.301 s]
/proc/loadavg: 4.02 3.94 3.96 5/367 9694
/proc/meminfo: memFree=16416696/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=217172 CPUtime=162.29 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 42013 0 0 0 16222 7 0 0 25 0 1 0 659026256 222384128 41856 33554432000 4194304 6014671 140735256717232 18446744073709551615 274473664190 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 54293 41856 727 445 0 47838 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 217172

[startup+222.301 s]
/proc/loadavg: 4.00 3.95 3.96 5/367 9696
/proc/meminfo: memFree=16389860/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=217172 CPUtime=222.3 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 44035 0 0 0 22222 8 0 0 25 0 1 0 659026256 222384128 43858 33554432000 4194304 6014671 140735256717232 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 54293 43858 727 445 0 47838 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 217172

[startup+282.3 s]
/proc/loadavg: 4.08 3.97 3.96 5/367 9697
/proc/meminfo: memFree=16329948/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=277208 CPUtime=282.3 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 48401 0 0 0 28221 9 0 0 25 0 1 0 659026256 283860992 47987 33554432000 4194304 6014671 140735256717232 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 69302 47987 727 445 0 62847 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 277208

[startup+342.301 s]
/proc/loadavg: 4.03 3.97 3.96 5/367 9699
/proc/meminfo: memFree=16252892/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=277208 CPUtime=342.3 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 50255 0 0 0 34220 10 0 0 25 0 1 0 659026256 283860992 49841 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423336 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 69302 49841 727 445 0 62847 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 277208

[startup+402.3 s]
/proc/loadavg: 4.01 3.97 3.96 5/367 9700
/proc/meminfo: memFree=16241956/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=339696 CPUtime=402.3 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 51403 0 0 0 40220 10 0 0 25 0 1 0 659026256 347848704 50989 33554432000 4194304 6014671 140735256717232 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 84924 50989 727 445 0 78469 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 339696

[startup+462.301 s]
/proc/loadavg: 4.15 4.00 3.97 5/367 9702
/proc/meminfo: memFree=16230992/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=339696 CPUtime=462.3 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 51759 0 0 0 46220 10 0 0 25 0 1 0 659026256 347848704 51345 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 84924 51345 727 445 0 78469 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 339696

[startup+522.3 s]
/proc/loadavg: 4.12 4.02 3.98 5/367 9704
/proc/meminfo: memFree=16223908/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=339696 CPUtime=522.3 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 52134 0 0 0 52219 11 0 0 25 0 1 0 659026256 347848704 51720 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 84924 51720 727 445 0 78469 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 339696

[startup+582.301 s]
/proc/loadavg: 4.04 4.01 3.98 5/367 9705
/proc/meminfo: memFree=16175240/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=339824 CPUtime=582.31 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 62102 0 0 0 58217 14 0 0 25 0 1 0 659026256 347979776 61610 33554432000 4194304 6014671 140735256717232 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 84956 61610 727 445 0 78501 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 339824

[startup+642.301 s]
/proc/loadavg: 4.07 4.02 3.98 5/367 9707
/proc/meminfo: memFree=16133048/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=407208 CPUtime=642.31 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 66747 0 0 0 64216 15 0 0 25 0 1 0 659026256 416980992 66255 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 101802 66255 727 445 0 95347 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 407208

[startup+702.301 s]
/proc/loadavg: 4.09 4.03 3.99 6/367 9708
/proc/meminfo: memFree=16077092/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=475988 CPUtime=702.31 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 76123 0 0 0 70211 20 0 0 25 0 1 0 659026256 487411712 72225 33554432000 4194304 6014671 140735256717232 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 118997 72225 727 445 0 112542 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 475988

[startup+762.314 s]
/proc/loadavg: 4.03 4.02 3.99 5/367 9710
/proc/meminfo: memFree=16013196/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=475988 CPUtime=762.33 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 76590 0 0 0 76213 20 0 0 25 0 1 0 659026256 487411712 72689 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 118997 72689 727 445 0 112542 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 475988

[startup+822.3 s]
/proc/loadavg: 4.01 4.02 3.99 5/367 9712
/proc/meminfo: memFree=16009568/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=475988 CPUtime=822.31 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 76753 0 0 0 82211 20 0 0 25 0 1 0 659026256 487411712 72852 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 118997 72852 727 445 0 112542 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 475988

[startup+882.301 s]
/proc/loadavg: 4.08 4.04 4.00 5/367 9713
/proc/meminfo: memFree=15984848/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=475988 CPUtime=882.31 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 76998 0 0 0 88211 20 0 0 25 0 1 0 659026256 487411712 73097 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 118997 73097 727 445 0 112542 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 475988

[startup+942.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/367 9715
/proc/meminfo: memFree=15962632/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=475988 CPUtime=942.31 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 77762 0 0 0 94211 20 0 0 25 0 1 0 659026256 487411712 73861 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 118997 73861 727 445 0 112542 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 475988

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/367 9725
/proc/meminfo: memFree=15939532/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=475988 CPUtime=1002.31 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 79051 0 0 0 100211 20 0 0 25 0 1 0 659026256 487411712 75150 33554432000 4194304 6014671 140735256717232 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 118997 75150 730 445 0 112542 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 475988

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 4.00 5/367 9727
/proc/meminfo: memFree=15917504/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=475988 CPUtime=1062.31 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 79054 0 0 0 106211 20 0 0 25 0 1 0 659026256 487411712 75150 33554432000 4194304 6014671 140735256717232 18446744073709551615 4369391 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 118997 75150 727 445 0 112542 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 475988

[startup+1122.3 s]
/proc/loadavg: 4.04 4.03 4.00 5/367 9729
/proc/meminfo: memFree=15875420/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=475988 CPUtime=1122.31 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 79315 0 0 0 112211 20 0 0 25 0 1 0 659026256 487411712 75411 33554432000 4194304 6014671 140735256717232 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 118997 75411 727 445 0 112542 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 475988

[startup+1182.3 s]
/proc/loadavg: 4.10 4.04 4.01 5/367 9733
/proc/meminfo: memFree=15861000/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=475988 CPUtime=1182.32 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 79429 0 0 0 118211 21 0 0 25 0 1 0 659026256 487411712 75525 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 118997 75525 727 445 0 112542 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 475988

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/367 9735
/proc/meminfo: memFree=15857560/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=475988 CPUtime=1242.32 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 79429 0 0 0 124211 21 0 0 25 0 1 0 659026256 487411712 75525 33554432000 4194304 6014671 140735256717232 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 118997 75525 727 445 0 112542 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 475988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.04 4.00 4/367 9738
/proc/meminfo: memFree=16217272/32950928 swapFree=67111348/67111528
[pid=9683] ppid=9681 vsize=475988 CPUtime=1300.03 cores=1,3
/proc/9683/stat : 9683 (qutersat_releas) R 9681 9683 8779 0 -1 4202496 83533 0 0 0 129981 22 0 0 25 0 1 0 659026256 487411712 79581 33554432000 4194304 6014671 140735256717232 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9683/statm: 118997 79581 740 445 0 112542 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 475988

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

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

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

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

runsolver used 4.53631 second user time and 10.6014 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 17:44:26
IDJOB=3377027
IDBENCH=83120
IDSOLVER=1856
FILE ID=node125/3377027-1305474266
RUNJOBID= node125-1305474266-9649
PBS_JOBID= 13325303
Free space on /tmp= 73172 MiB

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

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

MD5SUM BENCH= 9b1b1066fe010948020f1c6b5be34d5d
RANDOM SEED=826527157

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16961444 kB
Buffers:        298168 kB
Cached:        4790888 kB
SwapCached:          0 kB
Active:       11832008 kB
Inactive:      3771504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16961444 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           19424 kB
Writeback:           0 kB
AnonPages:    10514664 kB
Mapped:          35492 kB
Slab:           279544 kB
PageTables:      41396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78577164 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= 73176 MiB
End job on node125 at 2011-05-15 18:06:08