Trace number 3384424

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 4999.94

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

Solver Data

0.00/0.00	c Set FPU double precision.
0.08/0.16	c Parse Cnf success: #var: 73074 #clause: 245746
0.08/0.16	c Find Units :          1
0.08/0.17	c Find Invs  :       1904
0.19/0.20	c Find Ands  :      52645 AvgFaninNum: 2.28884
0.19/0.21	c Find Xors  :      17277 AvgFaninNum: 2
0.19/0.25	c Find Ite   :      22100
0.29/0.30	c UnDirect variable: 7000
0.29/0.30	c UnDirect to Direct Gate: 18656
0.29/0.30	c Forced Direct Gate: 385 Unuse unDirect Gate: 858
0.29/0.31	c Break Cycle : 546
0.29/0.31	c Total Root : 1 Undef Var: 1877
0.29/0.37	c After covering, Total Root: 1 Leaf: 1877
0.29/0.37	c Variable( cover/uncovered/unused ): 73074 0 0
0.29/0.37	c Unit Clauses: 1
0.29/0.37	c Binary Clauses( cover/uncovered ): 123046 1050
0.29/0.37	c Clauses( cover/uncovered ): 121649 0
0.29/0.37	c Total Clauses( cover/uncovered ): 244696 1050 99.5727%
0.29/0.37	c Covered Ands: 52541 Invs: 1379 Xors: 17277 Ites: 0
0.29/0.37	c Uncover Clauses avg size: 2 max size: 2
0.29/0.37	c Final circuit: i/l/o/s    1877       0    1051    113288
0.29/0.37	c CnfToAig: Time: 0.36 s
0.49/0.56	c TmMap: Set choices finish.
0.49/0.59	c TmMap: Set big and: 10457
0.49/0.59	c TmMap: Origin: 115166 ClauseNum: 339864 --> New: 37302 ClauseNum: 173433
0.49/0.59	c TmMap: Time: 0.04
1.11/1.16	c Simulation --> TransNum: 98626/173433 Try to Add: #clause: 86324 #xorclause: 0
1.19/1.21	c #var: 31201 #clauses: 79384 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-3384424-1305546699/watcher-3384424-1305546699 -o /tmp/evaluation-result-3384424-1305546699/solver-3384424-1305546699 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384424-1305546699.cnf 416398170 

running on 4 cores: 1,3,5,7

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.00 2.00 2.00 2/433 8391
/proc/meminfo: memFree=11260704/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=34592 CPUtime=0 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 2298 0 0 0 0 0 0 0 25 0 1 0 666267626 35422208 2235 33554432000 4194304 6014671 140734884242320 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 8648 2236 378 445 0 2193 0

[startup+0.059577 s]
/proc/loadavg: 2.00 2.00 2.00 2/433 8391
/proc/meminfo: memFree=11260704/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=49952 CPUtime=0.04 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 6241 0 0 0 4 0 0 0 25 0 1 0 666267626 51150848 6178 33554432000 4194304 6014671 140734884242320 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 12488 6178 378 445 0 6033 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 49952

[startup+0.100564 s]
/proc/loadavg: 2.00 2.00 2.00 2/433 8391
/proc/meminfo: memFree=11260704/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=57248 CPUtime=0.08 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 7963 0 0 0 8 0 0 0 25 0 1 0 666267626 58621952 7900 33554432000 4194304 6014671 140734884242320 18446744073709551615 4304974 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 14312 7901 378 445 0 7857 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 57248

[startup+0.300531 s]
/proc/loadavg: 2.00 2.00 2.00 2/433 8391
/proc/meminfo: memFree=11260704/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=72736 CPUtime=0.29 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 11749 0 0 0 28 1 0 0 25 0 1 0 666267626 74481664 11686 33554432000 4194304 6014671 140734884242320 18446744073709551615 4295661 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 18184 11686 394 445 0 11729 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72736

[startup+0.700452 s]
/proc/loadavg: 2.00 2.00 2.00 2/433 8391
/proc/meminfo: memFree=11260704/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=92228 CPUtime=0.69 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 16820 0 0 0 67 2 0 0 18 0 1 0 666267626 94441472 16757 33554432000 4194304 6014671 140734884242320 18446744073709551615 4244460 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 23057 16757 680 445 0 16602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92228

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8392
/proc/meminfo: memFree=11194132/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=100432 CPUtime=1.49 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 17464 0 0 0 147 2 0 0 19 0 1 0 666267626 102842368 17401 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 25108 17401 695 445 0 18653 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100432

[startup+3.10102 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8392
/proc/meminfo: memFree=11188552/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=100432 CPUtime=3.09 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 18041 0 0 0 307 2 0 0 23 0 1 0 666267626 102842368 17978 33554432000 4194304 6014671 140734884242320 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 25108 17978 722 445 0 18653 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100432

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8393
/proc/meminfo: memFree=11174064/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=111604 CPUtime=6.29 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 19429 0 0 0 627 2 0 0 25 0 1 0 666267626 114282496 19366 33554432000 4194304 6014671 140734884242320 18446744073709551615 212687371963 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 27901 19366 727 445 0 21446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111604

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8393
/proc/meminfo: memFree=11161548/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=134440 CPUtime=12.69 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 22059 0 0 0 1266 3 0 0 25 0 1 0 666267626 137666560 21996 33554432000 4194304 6014671 140734884242320 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 33610 21996 727 445 0 27155 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134440

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8393
/proc/meminfo: memFree=11147172/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=146080 CPUtime=25.49 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 25723 0 0 0 2546 3 0 0 25 0 1 0 666267626 149585920 25648 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423702 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 36520 25648 727 445 0 30065 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146080

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8394
/proc/meminfo: memFree=11128060/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=169384 CPUtime=51.09 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 30464 0 0 0 5105 4 0 0 25 0 1 0 666267626 173449216 30384 33554432000 4194304 6014671 140734884242320 18446744073709551615 4376978 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 42346 30384 727 445 0 35891 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 169384

[startup+102.316 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8395
/proc/meminfo: memFree=11097420/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=193724 CPUtime=102.3 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 33373 0 0 0 10226 4 0 0 25 0 1 0 666267626 198373376 33292 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 48431 33292 727 445 0 41976 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 193724

[startup+162.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/434 8397
/proc/meminfo: memFree=11068884/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=218968 CPUtime=162.3 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 40199 0 0 0 16224 6 0 0 25 0 1 0 666267626 224223232 40118 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 54742 40118 727 445 0 48287 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 218968

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/434 8398
/proc/meminfo: memFree=11052620/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=218968 CPUtime=222.3 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 41808 0 0 0 22224 6 0 0 25 0 1 0 666267626 224223232 41727 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 54742 41727 727 445 0 48287 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 218968

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/434 8400
/proc/meminfo: memFree=10959988/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=274360 CPUtime=282.3 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 47869 0 0 0 28223 7 0 0 25 0 1 0 666267626 280944640 47697 33554432000 4194304 6014671 140734884242320 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 68590 47697 727 445 0 62135 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 274360

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8402
/proc/meminfo: memFree=10890776/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=274488 CPUtime=342.3 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 48963 0 0 0 34222 8 0 0 25 0 1 0 666267626 281075712 48791 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 68622 48791 727 445 0 62167 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 274488

[startup+402.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/434 8403
/proc/meminfo: memFree=10883080/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=274488 CPUtime=402.3 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 53333 0 0 0 40222 8 0 0 25 0 1 0 666267626 281075712 50042 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 68622 50042 727 445 0 62167 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 274488

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/434 8405
/proc/meminfo: memFree=10867812/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=334464 CPUtime=462.3 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 57205 0 0 0 46221 9 0 0 25 0 1 0 666267626 342491136 53914 33554432000 4194304 6014671 140734884242320 18446744073709551615 4377016 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 83616 53914 727 445 0 77161 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 334464

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/434 8406
/proc/meminfo: memFree=10844604/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=395264 CPUtime=522.3 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 61852 0 0 0 52220 10 0 0 25 0 1 0 666267626 404750336 58561 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 98816 58561 727 445 0 92361 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 395264

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/434 8417
/proc/meminfo: memFree=10735908/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=457244 CPUtime=582.3 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 62158 0 0 0 58220 10 0 0 25 0 1 0 666267626 468217856 58867 33554432000 4194304 6014671 140734884242320 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 114311 58867 727 445 0 107856 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 457244

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.04 2.02 2.00 3/434 8541
/proc/meminfo: memFree=14076876/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4062.43 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 152261 0 0 0 406210 33 0 0 25 0 1 0 666267626 930758656 121205 33554432000 4194304 6014671 140734884242320 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 121205 727 445 0 220781 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 908944

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/434 8542
/proc/meminfo: memFree=14076612/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4122.41 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 152261 0 0 0 412208 33 0 0 25 0 1 0 666267626 930758656 121205 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 121205 727 445 0 220781 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 908944

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8553
/proc/meminfo: memFree=14053072/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4182.41 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 152985 0 0 0 418208 33 0 0 25 0 1 0 666267626 930758656 121929 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 121929 727 445 0 220781 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 908944

[startup+4242.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/434 8554
/proc/meminfo: memFree=14048672/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4242.42 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 152985 0 0 0 424208 34 0 0 25 0 1 0 666267626 930758656 121929 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 121929 727 445 0 220781 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 908944

[startup+4302.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/434 8556
/proc/meminfo: memFree=14047168/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4302.42 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 152985 0 0 0 430208 34 0 0 25 0 1 0 666267626 930758656 121929 33554432000 4194304 6014671 140734884242320 18446744073709551615 4376488 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 121929 727 445 0 220781 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 908944

[startup+4362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/434 8560
/proc/meminfo: memFree=14044308/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4362.42 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 153037 0 0 0 436208 34 0 0 25 0 1 0 666267626 930758656 121981 33554432000 4194304 6014671 140734884242320 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 121981 727 445 0 220781 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 908944

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8562
/proc/meminfo: memFree=14012196/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4422.42 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 154241 0 0 0 442208 34 0 0 25 0 1 0 666267626 930758656 123185 33554432000 4194304 6014671 140734884242320 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 123185 727 445 0 220781 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 908944

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8564
/proc/meminfo: memFree=13977716/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4482.43 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 160565 0 0 0 448207 36 0 0 25 0 1 0 666267626 930758656 129509 33554432000 4194304 6014671 140734884242320 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 129509 727 445 0 220781 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 908944

[startup+4542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/434 8565
/proc/meminfo: memFree=13945832/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4542.43 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 160818 0 0 0 454207 36 0 0 25 0 1 0 666267626 930758656 129762 33554432000 4194304 6014671 140734884242320 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 129762 727 445 0 220781 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 908944

[startup+4602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/434 8567
/proc/meminfo: memFree=13935536/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4602.44 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 160868 0 0 0 460208 36 0 0 25 0 1 0 666267626 930758656 129812 33554432000 4194304 6014671 140734884242320 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 129812 727 445 0 220781 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 908944

[startup+4662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/434 8569
/proc/meminfo: memFree=13878112/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4662.43 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 167514 0 0 0 466206 37 0 0 25 0 1 0 666267626 930758656 136458 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 136458 727 445 0 220781 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 908944

[startup+4722.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8570
/proc/meminfo: memFree=13874388/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4722.44 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 167515 0 0 0 472207 37 0 0 25 0 1 0 666267626 930758656 136459 33554432000 4194304 6014671 140734884242320 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 136459 727 445 0 220781 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 908944

[startup+4782.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/434 8572
/proc/meminfo: memFree=13874632/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4782.44 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 171396 0 0 0 478206 38 0 0 25 0 1 0 666267626 930758656 140340 33554432000 4194304 6014671 140734884242320 18446744073709551615 4621572 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 140340 727 445 0 220781 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 908944

[startup+4842.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/434 8574
/proc/meminfo: memFree=13845608/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4842.43 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 174224 0 0 0 484205 38 0 0 25 0 1 0 666267626 930758656 143168 33554432000 4194304 6014671 140734884242320 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 143168 727 445 0 220781 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 908944

[startup+4902.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/434 8575
/proc/meminfo: memFree=13834568/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4902.44 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 176733 0 0 0 490205 39 0 0 25 0 1 0 666267626 930758656 145677 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 145677 727 445 0 220781 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 908944

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/434 8577
/proc/meminfo: memFree=13799456/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=4962.44 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 176852 0 0 0 496205 39 0 0 25 0 1 0 666267626 930758656 145796 33554432000 4194304 6014671 140734884242320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 145796 727 445 0 220781 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 908944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8578
/proc/meminfo: memFree=13798584/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=5000.05 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 176852 0 0 0 499966 39 0 0 25 0 1 0 666267626 930758656 145796 33554432000 4194304 6014671 140734884242320 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 145796 727 445 0 220781 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 908944

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.00 2.01 2.00 3/434 8578
/proc/meminfo: memFree=13798584/32951124 swapFree=67111348/67111528
[pid=8391] ppid=8389 vsize=908944 CPUtime=5000.05 cores=1,3,5,7
/proc/8391/stat : 8391 (qutersat_releas) R 8389 8391 8027 0 -1 4202496 176852 0 0 0 499966 39 0 0 25 0 1 0 666267626 930758656 145796 33554432000 4194304 6014671 140734884242320 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8391/statm: 227236 145796 727 445 0 220781 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 908944

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4999.67
CPU system time (s): 0.419936
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 908944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.67
system time used= 0.419936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176856
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= 14
involuntary context switches= 8990

runsolver used 21.2148 second user time and 48.5356 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-16 13:51:39
IDJOB=3384424
IDBENCH=83107
IDSOLVER=1868
FILE ID=node139/3384424-1305546699
RUNJOBID= node139-1305540196-8046
PBS_JOBID= 13329214
Free space on /tmp= 73300 MiB

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

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=416398170

node139.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.852
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.852
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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:      11260992 kB
Buffers:        339588 kB
Cached:        3308396 kB
SwapCached:          0 kB
Active:       19145028 kB
Inactive:      2203096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11260992 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5836 kB
Writeback:           0 kB
AnonPages:    17699740 kB
Mapped:          36088 kB
Slab:           206664 kB
PageTables:      67752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109020312 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= 73304 MiB
End job on node139 at 2011-05-16 15:15:01