Trace number 3384442

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.09 5000

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.11	c Parse Cnf success: #var: 53118 #clause: 178062
0.09/0.11	c Find Units :          1
0.09/0.11	c Find Invs  :       1520
0.09/0.13	c Find Ands  :      38343 AvgFaninNum: 2.2897
0.09/0.14	c Find Xors  :      12287 AvgFaninNum: 2
0.09/0.16	c Find Ite   :      15708
0.19/0.20	c UnDirect variable: 4988
0.19/0.20	c UnDirect to Direct Gate: 13448
0.19/0.20	c Forced Direct Gate: 323 Unuse unDirect Gate: 638
0.19/0.21	c Break Cycle : 462
0.19/0.21	c Total Root : 1 Undef Var: 1415
0.19/0.25	c After covering, Total Root: 1 Leaf: 1415
0.19/0.25	c Variable( cover/uncovered/unused ): 53118 0 0
0.19/0.25	c Unit Clauses: 1
0.19/0.25	c Binary Clauses( cover/uncovered ): 89940 718
0.19/0.25	c Clauses( cover/uncovered ): 87403 0
0.19/0.25	c Total Clauses( cover/uncovered ): 177344 718 99.5968%
0.19/0.25	c Covered Ands: 38255 Invs: 1161 Xors: 12287 Ites: 0
0.19/0.25	c Uncover Clauses avg size: 2 max size: 2
0.19/0.25	c Final circuit: i/l/o/s    1415       0     719     81522
0.19/0.25	c CnfToAig: Time: 0.24 s
0.29/0.39	c TmMap: Set choices finish.
0.39/0.41	c TmMap: Set big and: 7680
0.39/0.41	c TmMap: Origin: 82938 ClauseNum: 244566 --> New: 27045 ClauseNum: 124965
0.39/0.41	c TmMap: Time: 0.04
0.79/0.82	c Simulation --> TransNum: 70794/124965 Try to Add: #clause: 61634 #xorclause: 0
0.79/0.86	c #var: 22506 #clauses: 56608 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/4999.91	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3384442-1305549307/watcher-3384442-1305549307 -o /tmp/evaluation-result-3384442-1305549307/solver-3384442-1305549307 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384442-1305549307.cnf 1345957182 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.02 2.00 2/488 32110
/proc/meminfo: memFree=15820872/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=36684 CPUtime=0.01 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 2847 0 0 0 1 0 0 0 25 0 1 0 666528388 37564416 2784 33554432000 4194304 6014671 140736244538880 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 9171 2784 378 445 0 2716 0

[startup+0.0943169 s]
/proc/loadavg: 1.97 2.02 2.00 2/488 32110
/proc/meminfo: memFree=15820872/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=56140 CPUtime=0.09 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 7687 0 0 0 8 1 0 0 25 0 1 0 666528388 57487360 7624 33554432000 4194304 6014671 140736244538880 18446744073709551615 218905730816 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 14035 7624 378 445 0 7580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56140

[startup+0.100314 s]
/proc/loadavg: 1.97 2.02 2.00 2/488 32110
/proc/meminfo: memFree=15820872/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=56268 CPUtime=0.09 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 7710 0 0 0 8 1 0 0 25 0 1 0 666528388 57618432 7647 33554432000 4194304 6014671 140736244538880 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 14067 7647 378 445 0 7612 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56268

[startup+0.300282 s]
/proc/loadavg: 1.97 2.02 2.00 2/488 32110
/proc/meminfo: memFree=15820872/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=63436 CPUtime=0.29 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 10001 0 0 0 28 1 0 0 25 0 1 0 666528388 64958464 9938 33554432000 4194304 6014671 140736244538880 18446744073709551615 4258114 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 15859 9938 667 445 0 9404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63436

[startup+0.700196 s]
/proc/loadavg: 1.97 2.02 2.00 2/488 32110
/proc/meminfo: memFree=15820872/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=75748 CPUtime=0.69 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 12973 0 0 0 67 2 0 0 25 0 1 0 666528388 77565952 12910 33554432000 4194304 6014671 140736244538880 18446744073709551615 4244347 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 18937 12910 680 445 0 12482 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75748

[startup+1.50107 s]
/proc/loadavg: 1.97 2.02 2.00 3/489 32111
/proc/meminfo: memFree=15769280/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=83952 CPUtime=1.49 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 13405 0 0 0 147 2 0 0 25 0 1 0 666528388 85966848 13342 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 20988 13342 701 445 0 14533 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83952

[startup+3.10075 s]
/proc/loadavg: 1.97 2.02 2.00 3/489 32111
/proc/meminfo: memFree=15766924/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=104368 CPUtime=3.09 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 15006 0 0 0 307 2 0 0 25 0 1 0 666528388 106872832 14943 33554432000 4194304 6014671 140736244538880 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 26092 14943 723 445 0 19637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104368

[startup+6.30019 s]
/proc/loadavg: 1.97 2.02 2.00 3/489 32111
/proc/meminfo: memFree=15758128/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=114592 CPUtime=6.29 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 16000 0 0 0 627 2 0 0 25 0 1 0 666528388 117342208 15937 33554432000 4194304 6014671 140736244538880 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 28648 15937 727 445 0 22193 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 114592

[startup+12.701 s]
/proc/loadavg: 1.97 2.02 2.00 4/489 32111
/proc/meminfo: memFree=15752844/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=125000 CPUtime=12.69 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 17246 0 0 0 1267 2 0 0 25 0 1 0 666528388 128000000 17183 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423585 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 31250 17183 727 445 0 24795 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 125000

[startup+25.5007 s]
/proc/loadavg: 1.98 2.02 2.00 3/489 32112
/proc/meminfo: memFree=15739336/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=135612 CPUtime=25.49 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 20842 0 0 0 2546 3 0 0 25 0 1 0 666528388 138866688 20779 33554432000 4194304 6014671 140736244538880 18446744073709551615 4534037 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 33903 20779 727 445 0 27448 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 135612

[startup+51.1011 s]
/proc/loadavg: 1.98 2.02 2.00 3/489 32112
/proc/meminfo: memFree=15727752/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=146360 CPUtime=51.09 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 23747 0 0 0 5106 3 0 0 25 0 1 0 666528388 149872640 23684 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 36590 23684 727 445 0 30135 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 146360

[startup+102.319 s]
/proc/loadavg: 1.99 2.01 2.00 3/489 32114
/proc/meminfo: memFree=15696992/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=169760 CPUtime=102.31 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 30000 0 0 0 10227 4 0 0 25 0 1 0 666528388 173834240 29887 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423974 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 42440 29887 727 445 0 35985 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 169760

[startup+162.301 s]
/proc/loadavg: 1.99 2.01 2.00 3/489 32115
/proc/meminfo: memFree=15691984/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=169888 CPUtime=162.3 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 32530 0 0 0 16225 5 0 0 25 0 1 0 666528388 173965312 32417 33554432000 4194304 6014671 140736244538880 18446744073709551615 4533993 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 42472 32417 727 445 0 36017 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 169888

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/489 32117
/proc/meminfo: memFree=15682276/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=169888 CPUtime=222.3 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 33692 0 0 0 22225 5 0 0 25 0 1 0 666528388 173965312 33579 33554432000 4194304 6014671 140736244538880 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 42472 33579 727 445 0 36017 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 169888

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/489 32119
/proc/meminfo: memFree=15680748/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=169888 CPUtime=282.3 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 34162 0 0 0 28225 5 0 0 25 0 1 0 666528388 173965312 33958 33554432000 4194304 6014671 140736244538880 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 42472 33958 727 445 0 36017 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 169888

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/489 32120
/proc/meminfo: memFree=15632464/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=279292 CPUtime=342.3 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 37811 0 0 0 34224 6 0 0 25 0 1 0 666528388 285995008 37607 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 69823 37607 727 445 0 63368 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 279292

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/489 32122
/proc/meminfo: memFree=15619536/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=391380 CPUtime=402.3 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 38930 0 0 0 40224 6 0 0 25 0 1 0 666528388 400773120 38610 33554432000 4194304 6014671 140736244538880 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 97845 38610 727 445 0 91390 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 391380

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/489 32123
/proc/meminfo: memFree=15607844/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=391380 CPUtime=462.31 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 40006 0 0 0 46224 7 0 0 25 0 1 0 666528388 400773120 39494 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423552 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 97845 39494 727 445 0 91390 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 391380

[startup+522.301 s]
/proc/loadavg: 2.13 2.04 2.01 3/489 32125
/proc/meminfo: memFree=15591180/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=391380 CPUtime=522.31 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 40541 0 0 0 52224 7 0 0 25 0 1 0 666528388 400773120 40029 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 97845 40029 727 445 0 91390 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 391380

[startup+582.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/489 32127
/proc/meminfo: memFree=15565104/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=391380 CPUtime=582.3 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 43155 0 0 0 58223 7 0 0 25 0 1 0 666528388 400773120 42567 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 97845 42567 727 445 0 91390 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 391380

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.05 2.05 2.00 3/489 32259
/proc/meminfo: memFree=12341436/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824496 CPUtime=4062.42 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 147597 0 0 0 406206 36 0 0 25 0 1 0 666528388 844283904 139791 33554432000 4194304 6014671 140736244538880 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206124 139791 734 445 0 199669 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 824496

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/489 32261
/proc/meminfo: memFree=12311260/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824496 CPUtime=4122.41 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 150997 0 0 0 412204 37 0 0 25 0 1 0 666528388 844283904 143191 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423552 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206124 143191 734 445 0 199669 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 824496

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 32263
/proc/meminfo: memFree=12263476/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824496 CPUtime=4182.41 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 150997 0 0 0 418204 37 0 0 25 0 1 0 666528388 844283904 143191 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206124 143191 734 445 0 199669 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 824496

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 32264
/proc/meminfo: memFree=12211840/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824496 CPUtime=4242.41 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 150999 0 0 0 424204 37 0 0 25 0 1 0 666528388 844283904 143193 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206124 143193 734 445 0 199669 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 824496

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 32266
/proc/meminfo: memFree=12179920/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824496 CPUtime=4302.41 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151001 0 0 0 430204 37 0 0 25 0 1 0 666528388 844283904 143195 33554432000 4194304 6014671 140736244538880 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206124 143195 734 445 0 199669 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 824496

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/489 32267
/proc/meminfo: memFree=12101264/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824496 CPUtime=4362.41 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151003 0 0 0 436204 37 0 0 25 0 1 0 666528388 844283904 143196 33554432000 4194304 6014671 140736244538880 18446744073709551615 4376497 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206124 143196 733 445 0 199669 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 824496

[startup+4422.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/489 32269
/proc/meminfo: memFree=11943612/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824496 CPUtime=4422.42 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151627 0 0 0 442204 38 0 0 25 0 1 0 666528388 844283904 143820 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206124 143820 733 445 0 199669 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 824496

[startup+4482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/489 32271
/proc/meminfo: memFree=11913312/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824496 CPUtime=4482.42 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151627 0 0 0 448204 38 0 0 25 0 1 0 666528388 844283904 143820 33554432000 4194304 6014671 140736244538880 18446744073709551615 4422551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206124 143820 733 445 0 199669 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 824496

[startup+4542.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/489 32272
/proc/meminfo: memFree=11913124/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824496 CPUtime=4542.42 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151629 0 0 0 454204 38 0 0 25 0 1 0 666528388 844283904 143822 33554432000 4194304 6014671 140736244538880 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206124 143822 733 445 0 199669 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 824496

[startup+4602.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/489 32274
/proc/meminfo: memFree=11906756/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824496 CPUtime=4602.44 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151629 0 0 0 460206 38 0 0 25 0 1 0 666528388 844283904 143822 33554432000 4194304 6014671 140736244538880 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206124 143822 733 445 0 199669 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 824496

[startup+4662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/489 32275
/proc/meminfo: memFree=11901872/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824624 CPUtime=4662.43 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151636 0 0 0 466205 38 0 0 25 0 1 0 666528388 844414976 143829 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206156 143829 733 445 0 199701 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 824624

[startup+4722.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 32277
/proc/meminfo: memFree=11901956/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824624 CPUtime=4722.44 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151637 0 0 0 472206 38 0 0 25 0 1 0 666528388 844414976 143830 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206156 143830 733 445 0 199701 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 824624

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 32279
/proc/meminfo: memFree=11847484/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824624 CPUtime=4782.43 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151637 0 0 0 478205 38 0 0 25 0 1 0 666528388 844414976 143829 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206156 143829 733 445 0 199701 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 824624

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 32280
/proc/meminfo: memFree=11815680/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824624 CPUtime=4842.43 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151649 0 0 0 484205 38 0 0 25 0 1 0 666528388 844414976 143812 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206156 143812 733 445 0 199701 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 824624

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/489 32282
/proc/meminfo: memFree=11812028/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824624 CPUtime=4902.43 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151683 0 0 0 490205 38 0 0 25 0 1 0 666528388 844414976 143824 33554432000 4194304 6014671 140736244538880 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206156 143824 731 445 0 199701 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 824624

[startup+4962.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/489 32283
/proc/meminfo: memFree=11785452/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824624 CPUtime=4962.43 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151695 0 0 0 496205 38 0 0 25 0 1 0 666528388 844414976 143836 33554432000 4194304 6014671 140736244538880 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206156 143836 731 445 0 199701 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 824624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.03 2.00 3/489 32284
/proc/meminfo: memFree=11773884/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824624 CPUtime=5000.05 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151699 0 0 0 499967 38 0 0 25 0 1 0 666528388 844414976 143696 33554432000 4194304 6014671 140736244538880 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206156 143696 731 445 0 199701 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 824624

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

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

[startup+4999.9 s]
/proc/loadavg: 2.04 2.03 2.00 3/489 32284
/proc/meminfo: memFree=11773884/32951124 swapFree=62248504/67111528
[pid=32110] ppid=32108 vsize=824624 CPUtime=5000.05 cores=0,2,4,6
/proc/32110/stat : 32110 (qutersat_releas) R 32108 32110 31611 0 -1 4202496 151699 0 0 0 499967 38 0 0 25 0 1 0 666528388 844414976 143696 33554432000 4194304 6014671 140736244538880 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32110/statm: 206156 143696 731 445 0 199701 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 824624

Child status: 1
Real time (s): 5000
CPU time (s): 5000.09
CPU user time (s): 4999.68
CPU system time (s): 0.411937
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 824624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.67
system time used= 0.411937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151703
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 11456

runsolver used 24.9902 second user time and 55.6545 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-16 14:35:07
IDJOB=3384442
IDBENCH=83133
IDSOLVER=1868
FILE ID=node137/3384442-1305549307
RUNJOBID= node137-1305540200-31629
PBS_JOBID= 13329216
Free space on /tmp= 73660 MiB

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

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=1345957182

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15821160 kB
Buffers:        324656 kB
Cached:        4360528 kB
SwapCached:      25020 kB
Active:        7105512 kB
Inactive:      9748096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15821160 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:            5004 kB
Writeback:           0 kB
AnonPages:    12153120 kB
Mapped:          33232 kB
Slab:           137508 kB
PageTables:      69008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 147397056 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= 73596 MiB
End job on node137 at 2011-05-16 15:58:29