Trace number 3384445

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.12 5000.04

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.00	c Set FPU double precision.
0.09/0.13	c Parse Cnf success: #var: 57800 #clause: 193923
0.09/0.13	c Find Units :          1
0.09/0.14	c Find Invs  :       1613
0.09/0.16	c Find Ands  :      41697 AvgFaninNum: 2.28925
0.09/0.17	c Find Xors  :      13455 AvgFaninNum: 2
0.09/0.19	c Find Ite   :      17204
0.19/0.23	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.24	c Break Cycle : 483
0.19/0.24	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.19/0.29	c Uncover Clauses avg size: 2 max size: 2
0.19/0.29	c Final circuit: i/l/o/s    1585       0     917     89074
0.19/0.29	c CnfToAig: Time: 0.29 s
0.39/0.44	c TmMap: Set choices finish.
0.39/0.46	c TmMap: Set big and: 8461
0.39/0.46	c TmMap: Origin: 90660 ClauseNum: 267222 --> New: 29634 ClauseNum: 137321
0.39/0.46	c TmMap: Time: 0.04
0.89/0.91	c Simulation --> TransNum: 78726/137321 Try to Add: #clause: 68653 #xorclause: 0
0.89/0.95	c #var: 24798 #clauses: 62936 Solving... 
5000.08/5000.01	c Time Out !!
5000.08/5000.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-3384445-1305550151/watcher-3384445-1305550151 -o /tmp/evaluation-result-3384445-1305550151/solver-3384445-1305550151 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384445-1305550151.cnf 835912477 

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: 2.01 2.02 2.00 2/405 15081
/proc/meminfo: memFree=15437500/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=34744 CPUtime=0 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 2513 0 0 0 0 0 0 0 25 0 1 0 647431250 35577856 2450 33554432000 4194304 6014671 140734235139200 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15081/statm: 8686 2450 377 445 0 2231 0

[startup+0.0722001 s]
/proc/loadavg: 2.01 2.02 2.00 2/405 15081
/proc/meminfo: memFree=15437500/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=49080 CPUtime=0.06 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 6150 0 0 0 6 0 0 0 25 0 1 0 647431250 50257920 6087 33554432000 4194304 6014671 140734235139200 18446744073709551615 4306114 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15081/statm: 12270 6087 377 445 0 5815 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 49080

[startup+0.101209 s]
/proc/loadavg: 2.01 2.02 2.00 2/405 15081
/proc/meminfo: memFree=15437500/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=55352 CPUtime=0.09 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 7353 0 0 0 9 0 0 0 25 0 1 0 647431250 56680448 7290 33554432000 4194304 6014671 140734235139200 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15081/statm: 13838 7291 377 445 0 7383 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55352

[startup+0.301166 s]
/proc/loadavg: 2.01 2.02 2.00 2/405 15081
/proc/meminfo: memFree=15437500/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=66616 CPUtime=0.29 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 10433 0 0 0 28 1 0 0 25 0 1 0 647431250 68214784 10370 33554432000 4194304 6014671 140734235139200 18446744073709551615 4340733 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15081/statm: 16654 10371 426 445 0 10199 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66616

[startup+0.701117 s]
/proc/loadavg: 2.01 2.02 2.00 2/405 15081
/proc/meminfo: memFree=15437500/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=79192 CPUtime=0.69 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 13915 0 0 0 68 1 0 0 25 0 1 0 647431250 81092608 13852 33554432000 4194304 6014671 140734235139200 18446744073709551615 4244460 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15081/statm: 19798 13852 680 445 0 13343 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79192

[startup+1.50097 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15082
/proc/meminfo: memFree=15381452/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=87396 CPUtime=1.49 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 14343 0 0 0 148 1 0 0 25 0 1 0 647431250 89493504 14280 33554432000 4194304 6014671 140734235139200 18446744073709551615 4422580 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15081/statm: 21849 14280 700 445 0 15394 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87396

[startup+3.1007 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15082
/proc/meminfo: memFree=15378212/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=87396 CPUtime=3.09 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 15036 0 0 0 308 1 0 0 25 0 1 0 647431250 89493504 14973 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423679 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15081/statm: 21849 14973 722 445 0 15394 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87396

[startup+6.30111 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15082
/proc/meminfo: memFree=15372012/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=108980 CPUtime=6.29 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 16838 0 0 0 627 2 0 0 25 0 1 0 647431250 111595520 16775 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15081/statm: 27245 16775 727 445 0 20790 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108980

[startup+12.701 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15082
/proc/meminfo: memFree=15359444/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=120476 CPUtime=12.69 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 18924 0 0 0 1267 2 0 0 25 0 1 0 647431250 123367424 18861 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15081/statm: 30119 18861 727 445 0 23664 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120476

[startup+25.5008 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15082
/proc/meminfo: memFree=15339480/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=131608 CPUtime=25.45 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 23699 0 0 0 2542 3 0 0 25 0 1 0 647431250 134766592 23636 33554432000 4194304 6014671 140734235139200 18446744073709551615 4378951 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 32902 23636 727 445 0 26447 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 131608

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.00 3/406 15083
/proc/meminfo: memFree=15312396/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=165288 CPUtime=51.06 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 30254 0 0 0 5101 5 0 0 25 0 1 0 647431250 169254912 30169 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 41322 30169 727 445 0 34867 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 165288

[startup+102.315 s]
/proc/loadavg: 2.13 2.04 2.01 3/406 15084
/proc/meminfo: memFree=15291812/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=176828 CPUtime=102.27 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 32127 0 0 0 10222 5 0 0 25 0 1 0 647431250 181071872 32042 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 44207 32042 727 445 0 37752 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 176828

[startup+162.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/406 15086
/proc/meminfo: memFree=15286972/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=176828 CPUtime=162.26 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 34187 0 0 0 16221 5 0 0 25 0 1 0 647431250 181071872 34102 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 44207 34102 727 445 0 37752 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 176828

[startup+222.301 s]
/proc/loadavg: 2.17 2.07 2.01 3/406 15088
/proc/meminfo: memFree=15263280/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=189744 CPUtime=222.27 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 39130 0 0 0 22220 7 0 0 25 0 1 0 647431250 194297856 39045 33554432000 4194304 6014671 140734235139200 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 47436 39045 727 445 0 40981 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 189744

[startup+282.301 s]
/proc/loadavg: 2.12 2.07 2.01 3/406 15089
/proc/meminfo: memFree=15249512/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=256516 CPUtime=282.27 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 42511 0 0 0 28219 8 0 0 25 0 1 0 647431250 262672384 42330 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 64129 42330 727 445 0 57674 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 256516

[startup+342.301 s]
/proc/loadavg: 2.04 2.05 2.01 3/406 15091
/proc/meminfo: memFree=15233132/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=256516 CPUtime=342.27 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 43173 0 0 0 34219 8 0 0 25 0 1 0 647431250 262672384 42992 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 64129 42992 727 445 0 57674 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 256516

[startup+402.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/406 15092
/proc/meminfo: memFree=15220104/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=312504 CPUtime=402.26 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 45909 0 0 0 40218 8 0 0 25 0 1 0 647431250 320004096 45619 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 78126 45619 844 445 0 71671 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 312504

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/406 15094
/proc/meminfo: memFree=15209424/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=312504 CPUtime=462.27 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 46765 0 0 0 46218 9 0 0 25 0 1 0 647431250 320004096 46248 33554432000 4194304 6014671 140734235139200 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 78126 46248 844 445 0 71671 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 312504

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/406 15096
/proc/meminfo: memFree=15176556/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=312504 CPUtime=522.27 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 47691 0 0 0 52218 9 0 0 25 0 1 0 647431250 320004096 47174 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 78126 47174 844 445 0 71671 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 312504

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/406 15097
/proc/meminfo: memFree=15171588/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=312504 CPUtime=582.27 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 48290 0 0 0 58218 9 0 0 25 0 1 0 647431250 320004096 47773 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 78126 47773 844 445 0 71671 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 312504

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/406 15200
/proc/meminfo: memFree=14734300/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4002.35 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 138375 0 0 0 400204 31 0 0 25 0 1 0 647431250 681005056 121185 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 121185 727 445 0 159806 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 665044

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/406 15202
/proc/meminfo: memFree=14721512/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4062.37 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 138509 0 0 0 406206 31 0 0 25 0 1 0 647431250 681005056 121319 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424008 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 121319 727 445 0 159806 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 665044

[startup+4122.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/406 15204
/proc/meminfo: memFree=14685172/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4122.35 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 138509 0 0 0 412204 31 0 0 25 0 1 0 647431250 681005056 121319 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 121319 727 445 0 159806 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 665044

[startup+4182.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/406 15205
/proc/meminfo: memFree=14682308/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4182.36 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 139027 0 0 0 418204 32 0 0 25 0 1 0 647431250 681005056 121837 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 121837 727 445 0 159806 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 665044

[startup+4242.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/406 15207
/proc/meminfo: memFree=14682176/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4242.36 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 139027 0 0 0 424204 32 0 0 25 0 1 0 647431250 681005056 121837 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 121837 727 445 0 159806 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 665044

[startup+4302.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/406 15208
/proc/meminfo: memFree=14682040/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4302.36 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 139040 0 0 0 430204 32 0 0 25 0 1 0 647431250 681005056 121850 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 121850 727 445 0 159806 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 665044

[startup+4362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/406 15219
/proc/meminfo: memFree=14675708/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4362.36 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 139409 0 0 0 436204 32 0 0 25 0 1 0 647431250 681005056 122219 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 122219 727 445 0 159806 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 665044

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/406 15221
/proc/meminfo: memFree=14671480/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4422.36 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 140428 0 0 0 442204 32 0 0 25 0 1 0 647431250 681005056 123238 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 123238 727 445 0 159806 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 665044

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/406 15222
/proc/meminfo: memFree=14671596/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4482.36 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 140428 0 0 0 448204 32 0 0 25 0 1 0 647431250 681005056 123238 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 123238 727 445 0 159806 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 665044

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/406 15224
/proc/meminfo: memFree=14671712/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4542.36 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 140428 0 0 0 454204 32 0 0 25 0 1 0 647431250 681005056 123238 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 123238 727 445 0 159806 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 665044

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/406 15225
/proc/meminfo: memFree=14670584/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4602.38 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 140428 0 0 0 460206 32 0 0 25 0 1 0 647431250 681005056 123238 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 123238 727 445 0 159806 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 665044

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/406 15227
/proc/meminfo: memFree=14669580/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4662.36 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 140674 0 0 0 466204 32 0 0 25 0 1 0 647431250 681005056 123484 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 123484 727 445 0 159806 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 665044

[startup+4722.32 s]
/proc/loadavg: 2.04 2.01 2.00 3/406 15229
/proc/meminfo: memFree=14670816/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4722.38 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 140674 0 0 0 472206 32 0 0 25 0 1 0 647431250 681005056 123484 33554432000 4194304 6014671 140734235139200 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 123484 727 445 0 159806 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 665044

[startup+4782.3 s]
/proc/loadavg: 1.76 1.96 1.98 2/400 15248
/proc/meminfo: memFree=15092384/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4782.37 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 140674 0 0 0 478204 33 0 0 25 0 1 0 647431250 681005056 123484 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 123484 727 445 0 159806 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 665044

[startup+4842.3 s]
/proc/loadavg: 1.32 1.80 1.92 2/400 15250
/proc/meminfo: memFree=15092504/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4842.37 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 140675 0 0 0 484204 33 0 0 25 0 1 0 647431250 681005056 123485 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 123485 727 445 0 159806 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 665044

[startup+4902.3 s]
/proc/loadavg: 1.11 1.65 1.86 2/400 15251
/proc/meminfo: memFree=15092368/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4902.38 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 140708 0 0 0 490205 33 0 0 25 0 1 0 647431250 681005056 123518 33554432000 4194304 6014671 140734235139200 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 123518 727 445 0 159806 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 665044

[startup+4962.3 s]
/proc/loadavg: 1.04 1.53 1.81 2/400 15253
/proc/meminfo: memFree=15092352/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=4962.38 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 140708 0 0 0 496205 33 0 0 25 0 1 0 647431250 681005056 123518 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 123518 727 445 0 159806 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 665044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.02 1.47 1.77 2/400 15254
/proc/meminfo: memFree=15092340/32951124 swapFree=67111348/67111528
[pid=15081] ppid=15079 vsize=665044 CPUtime=5000.08 cores=0,2,4,6
/proc/15081/stat : 15081 (qutersat_releas) R 15079 15081 14451 0 -1 4202496 140708 0 0 0 499975 33 0 0 25 0 1 0 647431250 681005056 123518 33554432000 4194304 6014671 140734235139200 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/15081/statm: 166261 123518 727 445 0 159806 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 665044

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): 5000.04
CPU time (s): 5000.12
CPU user time (s): 4999.76
CPU system time (s): 0.358945
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 665044

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

runsolver used 20.2659 second user time and 43.4944 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 14:49:11
IDJOB=3384445
IDBENCH=83137
IDSOLVER=1868
FILE ID=node144/3384445-1305550151
RUNJOBID= node144-1305540196-14469
PBS_JOBID= 13329209
Free space on /tmp= 73280 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-3384445-1305550151/watcher-3384445-1305550151 -o /tmp/evaluation-result-3384445-1305550151/solver-3384445-1305550151 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384445-1305550151.cnf 835912477

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=835912477

node144.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.850
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.70
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.850
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.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15437664 kB
Buffers:        326480 kB
Cached:        4046248 kB
SwapCached:          0 kB
Active:       14340672 kB
Inactive:      2809156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15437664 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5080 kB
Writeback:           0 kB
AnonPages:    12776680 kB
Mapped:          37732 kB
Slab:           244884 kB
PageTables:      52640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 113806120 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= 73284 MiB
End job on node144 at 2011-05-16 16:12:33