Trace number 3377162

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.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
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 variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

Solver Data

0.00/0.01	c Set FPU double precision.
0.10/0.14	c Parse Cnf success: #var: 57800 #clause: 193923
0.10/0.14	c Find Units :          1
0.10/0.14	c Find Invs  :       1613
0.10/0.17	c Find Ands  :      41697 AvgFaninNum: 2.28925
0.10/0.17	c Find Xors  :      13455 AvgFaninNum: 2
0.19/0.20	c Find Ite   :      17204
0.19/0.24	c UnDirect variable: 5437
0.19/0.24	c UnDirect to Direct Gate: 14610
0.19/0.24	c Forced Direct Gate: 278 Unuse unDirect Gate: 690
0.19/0.25	c Break Cycle : 483
0.19/0.25	c Total Root : 1 Undef Var: 1585
0.19/0.29	c After covering, Total Root: 1 Leaf: 1585
0.19/0.29	c Variable( cover/uncovered/unused ): 57800 0 0
0.19/0.29	c Unit Clauses: 1
0.19/0.29	c Binary Clauses( cover/uncovered ): 97581 916
0.19/0.29	c Clauses( cover/uncovered ): 95425 0
0.19/0.29	c Total Clauses( cover/uncovered ): 193007 916 99.5276%
0.19/0.29	c Covered Ands: 41605 Invs: 1155 Xors: 13455 Ites: 0
0.29/0.30	c Uncover Clauses avg size: 2 max size: 2
0.29/0.30	c Final circuit: i/l/o/s    1585       0     917     89074
0.29/0.30	c CnfToAig: Time: 0.29 s
0.39/0.45	c TmMap: Set choices finish.
0.39/0.47	c TmMap: Set big and: 8461
0.39/0.47	c TmMap: Origin: 90660 ClauseNum: 267222 --> New: 29634 ClauseNum: 137321
0.39/0.47	c TmMap: Time: 0.04
0.90/0.92	c Simulation --> TransNum: 78617/137321 Try to Add: #clause: 68542 #xorclause: 0
0.90/0.95	c #var: 24729 #clauses: 62786 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-3377162-1305474310/watcher-3377162-1305474310 -o /tmp/evaluation-result-3377162-1305474310/solver-3377162-1305474310 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377162-1305474310.cnf 317614167 

running on 2 cores: 5,7

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.39 3.86 3.63 5/292 9553
/proc/meminfo: memFree=20070216/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=34744 CPUtime=0 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 2372 0 0 0 0 0 0 0 22 0 1 0 659030759 35577856 2309 33554432000 4194304 6014671 140737100988944 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 8686 2309 378 445 0 2231 0

[startup+0.104045 s]
/proc/loadavg: 3.39 3.86 3.63 5/292 9553
/proc/meminfo: memFree=20070216/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=55352 CPUtime=0.1 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 7380 0 0 0 9 1 0 0 22 0 1 0 659030759 56680448 7318 33554432000 4194304 6014671 140737100988944 18446744073709551615 4309375 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 13838 7319 378 445 0 7383 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 55352

[startup+0.201029 s]
/proc/loadavg: 3.39 3.86 3.63 5/292 9553
/proc/meminfo: memFree=20070216/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=66616 CPUtime=0.19 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 10178 0 0 0 18 1 0 0 23 0 1 0 659030759 68214784 10115 33554432000 4194304 6014671 140737100988944 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 16654 10115 394 445 0 10199 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 66616

[startup+0.301012 s]
/proc/loadavg: 3.39 3.86 3.63 5/292 9553
/proc/meminfo: memFree=20070216/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=66616 CPUtime=0.29 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 10406 0 0 0 28 1 0 0 23 0 1 0 659030759 68214784 10343 33554432000 4194304 6014671 140737100988944 18446744073709551615 4288744 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 16654 10343 397 445 0 10199 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66616

[startup+0.700935 s]
/proc/loadavg: 3.39 3.86 3.63 5/292 9553
/proc/meminfo: memFree=20070216/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=79192 CPUtime=0.7 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 13916 0 0 0 68 2 0 0 25 0 1 0 659030759 81092608 13853 33554432000 4194304 6014671 140737100988944 18446744073709551615 4244413 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 19798 13853 680 445 0 13343 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 79192

[startup+1.5008 s]
/proc/loadavg: 3.39 3.86 3.63 5/293 9554
/proc/meminfo: memFree=19976104/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=87396 CPUtime=1.5 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 14343 0 0 0 148 2 0 0 25 0 1 0 659030759 89493504 14280 33554432000 4194304 6014671 140737100988944 18446744073709551615 4667792 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 21849 14280 700 445 0 15394 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 87396

[startup+3.10051 s]
/proc/loadavg: 3.39 3.86 3.63 5/293 9554
/proc/meminfo: memFree=19947460/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=87396 CPUtime=3.09 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 15050 0 0 0 307 2 0 0 25 0 1 0 659030759 89493504 14987 33554432000 4194304 6014671 140737100988944 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 21849 14987 722 445 0 15394 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87396

[startup+6.301 s]
/proc/loadavg: 3.44 3.86 3.63 5/293 9554
/proc/meminfo: memFree=19921520/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=108932 CPUtime=6.29 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 16830 0 0 0 627 2 0 0 25 0 1 0 659030759 111546368 16767 33554432000 4194304 6014671 140737100988944 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 27233 16767 727 445 0 20778 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108932

[startup+12.7008 s]
/proc/loadavg: 3.48 3.86 3.63 5/293 9554
/proc/meminfo: memFree=19877324/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=119952 CPUtime=12.69 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 18739 0 0 0 1266 3 0 0 25 0 1 0 659030759 122830848 18676 33554432000 4194304 6014671 140737100988944 18446744073709551615 4378875 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 29988 18676 727 445 0 23533 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119952

[startup+25.5005 s]
/proc/loadavg: 3.60 3.87 3.64 5/293 9554
/proc/meminfo: memFree=19808392/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=142212 CPUtime=25.49 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 25288 0 0 0 2545 4 0 0 25 0 1 0 659030759 145625088 25225 33554432000 4194304 6014671 140737100988944 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 35553 25225 727 445 0 29098 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142212

[startup+51.101 s]
/proc/loadavg: 3.73 3.87 3.64 5/293 9555
/proc/meminfo: memFree=19753268/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=164744 CPUtime=51.09 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 27942 0 0 0 5104 5 0 0 25 0 1 0 659030759 168697856 27879 33554432000 4194304 6014671 140737100988944 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 41186 27879 727 445 0 34731 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 164744

[startup+102.301 s]
/proc/loadavg: 3.88 3.89 3.66 5/293 9556
/proc/meminfo: memFree=19697956/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=164872 CPUtime=102.31 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 28999 0 0 0 10225 6 0 0 25 0 1 0 659030759 168828928 28936 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 41218 28936 727 445 0 34763 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 164872

[startup+162.3 s]
/proc/loadavg: 3.95 3.91 3.68 5/293 9585
/proc/meminfo: memFree=19649984/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=164872 CPUtime=162.29 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 29612 0 0 0 16223 6 0 0 25 0 1 0 659030759 168828928 29549 33554432000 4194304 6014671 140737100988944 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 41218 29549 727 445 0 34763 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 164872

[startup+222.312 s]
/proc/loadavg: 3.98 3.92 3.69 5/293 9586
/proc/meminfo: memFree=19576436/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=190616 CPUtime=222.31 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 34091 0 0 0 22224 7 0 0 25 0 1 0 659030759 195190784 34028 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 47654 34028 727 445 0 41199 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 190616

[startup+282.301 s]
/proc/loadavg: 3.99 3.93 3.71 5/293 9588
/proc/meminfo: memFree=19490724/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=190616 CPUtime=282.3 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 34637 0 0 0 28223 7 0 0 25 0 1 0 659030759 195190784 34574 33554432000 4194304 6014671 140737100988944 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 47654 34574 727 445 0 41199 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 190616

[startup+342.301 s]
/proc/loadavg: 4.05 3.96 3.73 5/293 9590
/proc/meminfo: memFree=19464292/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=245980 CPUtime=342.3 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 37046 0 0 0 34222 8 0 0 25 0 1 0 659030759 251883520 36933 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 61495 36933 727 445 0 55040 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 245980

[startup+402.3 s]
/proc/loadavg: 4.07 3.98 3.75 5/293 9591
/proc/meminfo: memFree=19368660/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=357196 CPUtime=402.3 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 44709 0 0 0 40221 9 0 0 25 0 1 0 659030759 365768704 44255 33554432000 4194304 6014671 140737100988944 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 89299 44255 744 445 0 82844 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 357196

[startup+462.301 s]
/proc/loadavg: 4.02 3.98 3.76 5/293 9593
/proc/meminfo: memFree=19357472/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=357196 CPUtime=462.3 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 47327 0 0 0 46220 10 0 0 25 0 1 0 659030759 365768704 46856 33554432000 4194304 6014671 140737100988944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 89299 46856 727 445 0 82844 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 357196

[startup+522.301 s]
/proc/loadavg: 4.05 4.00 3.78 5/293 9594
/proc/meminfo: memFree=19327564/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=357196 CPUtime=522.31 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 48654 0 0 0 52220 11 0 0 25 0 1 0 659030759 365768704 48183 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 89299 48183 727 445 0 82844 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 357196

[startup+582.3 s]
/proc/loadavg: 4.07 4.01 3.80 5/293 9596
/proc/meminfo: memFree=19221140/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=357196 CPUtime=582.31 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 56614 0 0 0 58218 13 0 0 25 0 1 0 659030759 365768704 55904 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 89299 55904 727 445 0 82844 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 357196

[startup+642.301 s]
/proc/loadavg: 4.02 4.01 3.81 5/293 9598
/proc/meminfo: memFree=19188880/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=357196 CPUtime=642.31 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 60216 0 0 0 64217 14 0 0 25 0 1 0 659030759 365768704 59492 33554432000 4194304 6014671 140737100988944 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 89299 59492 745 445 0 82844 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 357196

[startup+702.301 s]
/proc/loadavg: 4.01 4.00 3.82 5/293 9599
/proc/meminfo: memFree=19175720/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=357196 CPUtime=702.31 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 60220 0 0 0 70217 14 0 0 25 0 1 0 659030759 365768704 59496 33554432000 4194304 6014671 140737100988944 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 89299 59496 745 445 0 82844 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 357196

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/293 9601
/proc/meminfo: memFree=19171104/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=357324 CPUtime=762.32 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 60267 0 0 0 76218 14 0 0 25 0 1 0 659030759 365899776 59543 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 89331 59543 745 445 0 82876 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 357324

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.83 5/293 9602
/proc/meminfo: memFree=19178900/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=357324 CPUtime=822.31 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 60269 0 0 0 82217 14 0 0 25 0 1 0 659030759 365899776 56666 33554432000 4194304 6014671 140737100988944 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 89331 56666 745 445 0 82876 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 357324

[startup+882.311 s]
/proc/loadavg: 4.08 4.02 3.84 5/293 9604
/proc/meminfo: memFree=19122452/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=421736 CPUtime=882.33 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 64595 0 0 0 88217 16 0 0 25 0 1 0 659030759 431857664 60992 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 105434 60992 745 445 0 98979 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 421736

[startup+942.3 s]
/proc/loadavg: 4.10 4.03 3.85 5/293 9606
/proc/meminfo: memFree=19076180/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=421736 CPUtime=942.31 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 69661 0 0 0 94214 17 0 0 25 0 1 0 659030759 431857664 66058 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 105434 66058 745 445 0 98979 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 421736

[startup+1002.3 s]
/proc/loadavg: 4.04 4.02 3.86 5/293 9616
/proc/meminfo: memFree=19059412/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=488292 CPUtime=1002.32 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 71030 0 0 0 100214 18 0 0 25 0 1 0 659030759 500011008 67427 33554432000 4194304 6014671 140737100988944 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 122073 67427 745 445 0 115618 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 488292

[startup+1062.3 s]
/proc/loadavg: 4.07 4.03 3.87 5/293 9618
/proc/meminfo: memFree=19034108/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=488292 CPUtime=1062.32 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 72150 0 0 0 106214 18 0 0 25 0 1 0 659030759 500011008 68547 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 122073 68547 745 445 0 115618 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 488292

[startup+1122.3 s]
/proc/loadavg: 4.10 4.04 3.88 5/293 9619
/proc/meminfo: memFree=18969228/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=488292 CPUtime=1122.32 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 72278 0 0 0 112214 18 0 0 25 0 1 0 659030759 500011008 68675 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 122073 68675 745 445 0 115618 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 488292

[startup+1182.3 s]
/proc/loadavg: 4.08 4.05 3.89 5/293 9624
/proc/meminfo: memFree=18948288/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=488292 CPUtime=1182.32 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 72362 0 0 0 118214 18 0 0 25 0 1 0 659030759 500011008 68759 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 122073 68759 745 445 0 115618 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 488292

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 3.90 5/293 9626
/proc/meminfo: memFree=18930300/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=488292 CPUtime=1242.32 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 73999 0 0 0 124214 18 0 0 25 0 1 0 659030759 500011008 70396 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 122073 70396 759 445 0 115618 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 488292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.03 3.90 3/291 9629
/proc/meminfo: memFree=19545328/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=488292 CPUtime=1300.03 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 74936 0 0 0 129984 19 0 0 25 0 1 0 659030759 500011008 71333 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 122073 71333 759 445 0 115618 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 488292

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.03 3.90 3/291 9629
/proc/meminfo: memFree=19545328/32950904 swapFree=67057400/67111528
[pid=9553] ppid=9551 vsize=488292 CPUtime=1300.03 cores=5,7
/proc/9553/stat : 9553 (qutersat_releas) R 9551 9553 8508 0 -1 4202496 74936 0 0 0 129984 19 0 0 25 0 1 0 659030759 500011008 71333 33554432000 4194304 6014671 140737100988944 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9553/statm: 122073 71333 759 445 0 115618 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 488292

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.85
CPU system time (s): 0.207968
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 488292

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

runsolver used 3.46647 second user time and 8.36173 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 17:45:10
IDJOB=3377162
IDBENCH=83137
IDSOLVER=1856
FILE ID=node121/3377162-1305474310
RUNJOBID= node121-1305474310-9514
PBS_JOBID= 13325309
Free space on /tmp= 73484 MiB

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

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=317614167

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:      20070372 kB
Buffers:        323368 kB
Cached:        6597176 kB
SwapCached:       7656 kB
Active:        6795780 kB
Inactive:      5728656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20070372 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           13052 kB
Writeback:           0 kB
AnonPages:     5601448 kB
Mapped:          25788 kB
Slab:           267572 kB
PageTables:      26196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30963088 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= 73488 MiB
End job on node121 at 2011-05-15 18:06:52