Trace number 3377156

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.10	c Parse Cnf success: #var: 44362 #clause: 148436
0.09/0.10	c Find Units :          1
0.09/0.11	c Find Invs  :       1340
0.09/0.12	c Find Ands  :      32072 AvgFaninNum: 2.29119
0.09/0.13	c Find Xors  :      10110 AvgFaninNum: 2
0.09/0.15	c Find Ite   :      12920
0.09/0.18	c UnDirect variable: 4112
0.09/0.18	c UnDirect to Direct Gate: 11122
0.09/0.18	c Forced Direct Gate: 252 Unuse unDirect Gate: 540
0.09/0.19	c Break Cycle : 420
0.09/0.19	c Total Root : 1 Undef Var: 1248
0.19/0.23	c After covering, Total Root: 1 Leaf: 1248
0.19/0.23	c Variable( cover/uncovered/unused ): 44362 0 0
0.19/0.23	c Unit Clauses: 1
0.19/0.23	c Binary Clauses( cover/uncovered ): 75347 656
0.19/0.23	c Clauses( cover/uncovered ): 72432 0
0.19/0.23	c Total Clauses( cover/uncovered ): 147780 656 99.5581%
0.19/0.23	c Covered Ands: 31992 Invs: 1012 Xors: 10110 Ites: 0
0.19/0.24	c Uncover Clauses avg size: 2 max size: 2
0.19/0.24	c Final circuit: i/l/o/s    1248       0     657     67749
0.19/0.24	c CnfToAig: Time: 0.23 s
0.29/0.37	c TmMap: Set choices finish.
0.29/0.38	c TmMap: Set big and: 6512
0.29/0.38	c TmMap: Origin: 68998 ClauseNum: 203247 --> New: 22633 ClauseNum: 103109
0.29/0.38	c TmMap: Time: 0.03
0.69/0.75	c Simulation --> TransNum: 57390/103109 Try to Add: #clause: 49509 #xorclause: 0
0.69/0.78	c #var: 18652 #clauses: 45620 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377156-1305474258/watcher-3377156-1305474258 -o /tmp/evaluation-result-3377156-1305474258/solver-3377156-1305474258 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377156-1305474258.cnf 29338685 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.55 3.17 3.60 4/303 13412
/proc/meminfo: memFree=24436180/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=34428 CPUtime=0 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 2226 0 0 0 0 0 0 0 22 0 1 0 737656409 35254272 2162 33554432000 4194304 6014671 140735915615216 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 8607 2163 377 445 0 2152 0

[startup+0.0342701 s]
/proc/loadavg: 2.55 3.17 3.60 4/303 13412
/proc/meminfo: memFree=24436180/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=41596 CPUtime=0.02 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 4153 0 0 0 2 0 0 0 22 0 1 0 737656409 42594304 4090 33554432000 4194304 6014671 140735915615216 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 10399 4115 377 445 0 3944 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 41596

[startup+0.100261 s]
/proc/loadavg: 2.55 3.17 3.60 4/303 13412
/proc/meminfo: memFree=24436180/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=55932 CPUtime=0.09 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 7531 0 0 0 8 1 0 0 22 0 1 0 737656409 57274368 7467 33554432000 4194304 6014671 140735915615216 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 13983 7468 377 445 0 7528 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55932

[startup+0.300222 s]
/proc/loadavg: 2.55 3.17 3.60 4/303 13412
/proc/meminfo: memFree=24436180/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=60156 CPUtime=0.29 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 9148 0 0 0 28 1 0 0 23 0 1 0 737656409 61599744 9084 33554432000 4194304 6014671 140735915615216 18446744073709551615 4257490 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 15039 9084 667 445 0 8584 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60156

[startup+0.701153 s]
/proc/loadavg: 2.55 3.17 3.60 4/303 13412
/proc/meminfo: memFree=24436180/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=70096 CPUtime=0.69 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 11491 0 0 0 68 1 0 0 25 0 1 0 737656409 71778304 11427 33554432000 4194304 6014671 140735915615216 18446744073709551615 4244274 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 17524 11427 680 445 0 11069 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70096

[startup+1.50102 s]
/proc/loadavg: 2.55 3.17 3.60 5/315 13435
/proc/meminfo: memFree=24251664/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=78300 CPUtime=1.49 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 12137 0 0 0 148 1 0 0 25 0 1 0 737656409 80179200 12073 33554432000 4194304 6014671 140735915615216 18446744073709551615 4422760 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 19575 12073 722 445 0 13120 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78300

[startup+3.10073 s]
/proc/loadavg: 2.55 3.17 3.60 5/315 13435
/proc/meminfo: memFree=24236784/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=97960 CPUtime=3.09 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 13334 0 0 0 307 2 0 0 25 0 1 0 737656409 100311040 13270 33554432000 4194304 6014671 140735915615216 18446744073709551615 4379499 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 24490 13270 723 445 0 18035 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97960

[startup+6.30114 s]
/proc/loadavg: 2.67 3.18 3.61 5/315 13435
/proc/meminfo: memFree=24200228/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=107928 CPUtime=6.29 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 14394 0 0 0 627 2 0 0 25 0 1 0 737656409 110518272 14330 33554432000 4194304 6014671 140735915615216 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 26982 14330 727 445 0 20527 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107928

[startup+12.701 s]
/proc/loadavg: 2.77 3.20 3.61 5/315 13435
/proc/meminfo: memFree=24164080/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=117988 CPUtime=12.69 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 16473 0 0 0 1267 2 0 0 25 0 1 0 737656409 120819712 16408 33554432000 4194304 6014671 140735915615216 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 29497 16408 727 445 0 23042 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117988

[startup+25.5006 s]
/proc/loadavg: 3.04 3.24 3.61 5/315 13435
/proc/meminfo: memFree=24102644/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=128288 CPUtime=25.49 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 19318 0 0 0 2547 2 0 0 25 0 1 0 737656409 131366912 19253 33554432000 4194304 6014671 140735915615216 18446744073709551615 4423565 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 32072 19253 727 445 0 25617 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 128288

[startup+51.1009 s]
/proc/loadavg: 3.37 3.30 3.62 5/315 13436
/proc/meminfo: memFree=24058392/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=128288 CPUtime=51.09 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 21276 0 0 0 5107 2 0 0 25 0 1 0 737656409 131366912 21211 33554432000 4194304 6014671 140735915615216 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 32072 21211 727 445 0 25617 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 128288

[startup+102.311 s]
/proc/loadavg: 3.72 3.40 3.64 5/315 13437
/proc/meminfo: memFree=23998352/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=128288 CPUtime=102.3 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 23662 0 0 0 10227 3 0 0 25 0 1 0 737656409 131366912 23597 33554432000 4194304 6014671 140735915615216 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 32072 23597 727 445 0 25617 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 128288

[startup+162.3 s]
/proc/loadavg: 3.97 3.52 3.67 5/315 13439
/proc/meminfo: memFree=23940392/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=139820 CPUtime=162.29 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 27690 0 0 0 16225 4 0 0 25 0 1 0 737656409 143175680 27625 33554432000 4194304 6014671 140735915615216 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 34955 27625 727 445 0 28500 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 139820

[startup+222.3 s]
/proc/loadavg: 4.08 3.64 3.69 5/315 13440
/proc/meminfo: memFree=23910460/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=151592 CPUtime=222.29 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 29309 0 0 0 22224 5 0 0 25 0 1 0 737656409 155230208 29244 33554432000 4194304 6014671 140735915615216 18446744073709551615 4423378 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 37898 29244 728 445 0 31443 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 151592

[startup+282.3 s]
/proc/loadavg: 4.03 3.70 3.71 5/315 13442
/proc/meminfo: memFree=23875840/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=151592 CPUtime=282.3 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 29542 0 0 0 28225 5 0 0 25 0 1 0 737656409 155230208 29476 33554432000 4194304 6014671 140735915615216 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 37898 29476 727 445 0 31443 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 151592

[startup+342.3 s]
/proc/loadavg: 4.01 3.75 3.73 5/315 13444
/proc/meminfo: memFree=23791756/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=214744 CPUtime=342.3 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 36588 0 0 0 34224 6 0 0 25 0 1 0 737656409 219897856 36386 33554432000 4194304 6014671 140735915615216 18446744073709551615 4372463 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 53686 36386 727 445 0 47231 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 214744

[startup+402.3 s]
/proc/loadavg: 4.00 3.80 3.74 5/315 13445
/proc/meminfo: memFree=23765300/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=280884 CPUtime=402.3 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 40735 0 0 0 40223 7 0 0 25 0 1 0 737656409 287625216 40533 33554432000 4194304 6014671 140735915615216 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 70221 40533 727 445 0 63766 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 280884

[startup+462.3 s]
/proc/loadavg: 4.00 3.83 3.75 5/315 13447
/proc/meminfo: memFree=23739720/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=334112 CPUtime=462.3 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 42460 0 0 0 46222 8 0 0 25 0 1 0 737656409 342130688 42123 33554432000 4194304 6014671 140735915615216 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 83528 42123 727 445 0 77073 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 334112

[startup+522.3 s]
/proc/loadavg: 4.00 3.86 3.76 5/315 13448
/proc/meminfo: memFree=23720816/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=442912 CPUtime=522.3 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 42815 0 0 0 52222 8 0 0 25 0 1 0 737656409 453541888 42478 33554432000 4194304 6014671 140735915615216 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 110728 42478 727 445 0 104273 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 442912

[startup+582.3 s]
/proc/loadavg: 4.04 3.89 3.78 5/315 13450
/proc/meminfo: memFree=23667968/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=442912 CPUtime=582.31 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 48397 0 0 0 58221 10 0 0 25 0 1 0 737656409 453541888 47779 33554432000 4194304 6014671 140735915615216 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 110728 47779 727 445 0 104273 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 442912

[startup+642.3 s]
/proc/loadavg: 4.01 3.91 3.79 5/315 13452
/proc/meminfo: memFree=23648704/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=442912 CPUtime=642.32 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 49159 0 0 0 64222 10 0 0 25 0 1 0 737656409 453541888 48541 33554432000 4194304 6014671 140735915615216 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 110728 48541 727 445 0 104273 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 442912

[startup+702.301 s]
/proc/loadavg: 4.04 3.94 3.81 5/315 13453
/proc/meminfo: memFree=23621520/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=442912 CPUtime=702.31 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 52800 0 0 0 70220 11 0 0 25 0 1 0 737656409 453541888 52182 33554432000 4194304 6014671 140735915615216 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 110728 52182 727 445 0 104273 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 442912

[startup+762.311 s]
/proc/loadavg: 4.23 4.02 3.84 5/315 13455
/proc/meminfo: memFree=23590224/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=442912 CPUtime=762.32 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 56424 0 0 0 76220 12 0 0 25 0 1 0 737656409 453541888 55806 33554432000 4194304 6014671 140735915615216 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 110728 55806 727 445 0 104273 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 442912

[startup+822.301 s]
/proc/loadavg: 4.08 4.02 3.85 5/315 13456
/proc/meminfo: memFree=23573448/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=442912 CPUtime=822.32 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 59807 0 0 0 82218 14 0 0 25 0 1 0 737656409 453541888 59189 33554432000 4194304 6014671 140735915615216 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 110728 59189 727 445 0 104273 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 442912

[startup+882.301 s]
/proc/loadavg: 4.03 4.01 3.85 5/315 13458
/proc/meminfo: memFree=23571796/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=442912 CPUtime=882.32 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 59857 0 0 0 88218 14 0 0 25 0 1 0 737656409 453541888 59239 33554432000 4194304 6014671 140735915615216 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 110728 59239 727 445 0 104273 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 442912

[startup+942.301 s]
/proc/loadavg: 4.01 4.00 3.86 5/315 13460
/proc/meminfo: memFree=23540504/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=442912 CPUtime=942.32 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 59908 0 0 0 94218 14 0 0 25 0 1 0 737656409 453541888 59290 33554432000 4194304 6014671 140735915615216 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 110728 59290 727 445 0 104273 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 442912

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/315 13461
/proc/meminfo: memFree=23506860/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=442912 CPUtime=1002.32 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 60226 0 0 0 100218 14 0 0 25 0 1 0 737656409 453541888 59587 33554432000 4194304 6014671 140735915615216 18446744073709551615 4545939 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 110728 59587 732 445 0 104273 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 442912

[startup+1062.3 s]
/proc/loadavg: 4.12 4.03 3.88 5/315 13472
/proc/meminfo: memFree=23493280/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=442912 CPUtime=1062.32 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 60678 0 0 0 106218 14 0 0 25 0 1 0 737656409 453541888 60039 33554432000 4194304 6014671 140735915615216 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 110728 60039 732 445 0 104273 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 442912

[startup+1122.3 s]
/proc/loadavg: 4.04 4.02 3.89 5/315 13473
/proc/meminfo: memFree=23454804/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=505876 CPUtime=1122.32 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 69623 0 0 0 112215 17 0 0 25 0 1 0 737656409 518017024 68984 33554432000 4194304 6014671 140735915615216 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 126469 68984 732 445 0 120014 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 505876

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.89 5/315 13475
/proc/meminfo: memFree=23418676/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=505876 CPUtime=1182.32 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 73024 0 0 0 118214 18 0 0 25 0 1 0 737656409 518017024 72385 33554432000 4194304 6014671 140735915615216 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 126469 72385 732 445 0 120014 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 505876

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 3.91 5/315 13477
/proc/meminfo: memFree=23395084/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=505876 CPUtime=1242.33 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 78427 0 0 0 124213 20 0 0 25 0 1 0 737656409 518017024 77786 33554432000 4194304 6014671 140735915615216 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 126469 77786 730 445 0 120014 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 505876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.05 3.92 5/315 13478
/proc/meminfo: memFree=23389716/32951124 swapFree=67083432/67111528
[pid=13412] ppid=13410 vsize=505876 CPUtime=1300.04 cores=0,2
/proc/13412/stat : 13412 (qutersat_releas) R 13410 13412 12551 0 -1 4202496 78630 0 0 0 129984 20 0 0 25 0 1 0 737656409 518017024 77989 33554432000 4194304 6014671 140735915615216 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13412/statm: 126469 77989 730 445 0 120014 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 505876

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.84
CPU system time (s): 0.222966
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 505876

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

runsolver used 4.18436 second user time and 8.73967 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 17:44:18
IDJOB=3377156
IDBENCH=83110
IDSOLVER=1856
FILE ID=node110/3377156-1305474258
RUNJOBID= node110-1305474258-13391
PBS_JOBID= 13325306
Free space on /tmp= 73608 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=29338685

node110.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.830
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.66
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.830
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.83
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.830
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.830
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24436708 kB
Buffers:        299820 kB
Cached:        4468576 kB
SwapCached:       1440 kB
Active:        4711088 kB
Inactive:      3469628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24436708 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            7212 kB
Writeback:           0 kB
AnonPages:     3410524 kB
Mapped:          26288 kB
Slab:           246800 kB
PageTables:      24964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63414948 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 node110 at 2011-05-15 18:06:00