Trace number 3377161

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark703.609
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.12	c Parse Cnf success: #var: 60823 #clause: 193450
0.09/0.12	c Find Units :          1
0.09/0.13	c Find Invs  :       1462
0.09/0.15	c Find Ands  :      52392 AvgFaninNum: 2.19402
0.09/0.16	c Find Xors  :       5865 AvgFaninNum: 2
0.09/0.17	c Find Ite   :       7084
0.19/0.21	c UnDirect variable: 3817
0.19/0.21	c UnDirect to Direct Gate: 6594
0.19/0.21	c Forced Direct Gate: 302 Unuse unDirect Gate: 989
0.19/0.22	c Break Cycle : 253
0.19/0.22	c Total Root : 1 Undef Var: 1929
0.19/0.26	c After covering, Total Root: 1 Leaf: 1929
0.19/0.26	c Variable( cover/uncovered/unused ): 60823 0 0
0.19/0.26	c Unit Clauses: 1
0.19/0.26	c Binary Clauses( cover/uncovered ): 116223 1466
0.19/0.26	c Clauses( cover/uncovered ): 75760 0
0.19/0.26	c Total Clauses( cover/uncovered ): 191984 1466 99.2422%
0.19/0.26	c Covered Ands: 52300 Invs: 729 Xors: 5865 Ites: 0
0.19/0.26	c Uncover Clauses avg size: 2 max size: 2
0.19/0.26	c Final circuit: i/l/o/s    1929       0    1467     77675
0.19/0.26	c CnfToAig: Time: 0.25 s
0.29/0.38	c TmMap: Set choices finish.
0.39/0.40	c TmMap: Set big and: 6735
0.39/0.40	c TmMap: Origin: 79605 ClauseNum: 233025 --> New: 28219 ClauseNum: 135686
0.39/0.40	c TmMap: Time: 0.04
0.79/0.87	c Simulation --> TransNum: 86771/135686 Try to Add: #clause: 78394 #xorclause: 0
0.89/0.91	c #var: 25928 #clauses: 86783 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 2.55 3.17 3.60 5/311 13428
/proc/meminfo: memFree=24378044/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=35840 CPUtime=0 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 2563 0 0 0 0 0 0 0 22 0 1 0 737656420 36700160 2499 33554432000 4194304 6014671 140737035645040 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 8960 2514 377 445 0 2505 0

[startup+0.0476919 s]
/proc/loadavg: 2.55 3.17 3.60 5/311 13428
/proc/meminfo: memFree=24378044/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=43008 CPUtime=0.03 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 4533 0 0 0 3 0 0 0 22 0 1 0 737656420 44040192 4469 33554432000 4194304 6014671 140737035645040 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 10752 4469 377 445 0 4297 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 43008

[startup+0.100685 s]
/proc/loadavg: 2.55 3.17 3.60 5/311 13428
/proc/meminfo: memFree=24378044/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=52224 CPUtime=0.09 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 6849 0 0 0 8 1 0 0 22 0 1 0 737656420 53477376 6785 33554432000 4194304 6014671 140737035645040 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 13056 6786 377 445 0 6601 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52224

[startup+0.300649 s]
/proc/loadavg: 2.55 3.17 3.60 5/311 13428
/proc/meminfo: memFree=24378044/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=63256 CPUtime=0.29 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 9821 0 0 0 28 1 0 0 23 0 1 0 737656420 64774144 9757 33554432000 4194304 6014671 140737035645040 18446744073709551615 4260784 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 15814 9757 667 445 0 9359 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63256

[startup+0.700569 s]
/proc/loadavg: 2.55 3.17 3.60 5/311 13428
/proc/meminfo: memFree=24378044/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=71268 CPUtime=0.69 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 11897 0 0 0 67 2 0 0 25 0 1 0 737656420 72978432 11833 33554432000 4194304 6014671 140737035645040 18446744073709551615 4244611 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 17817 11833 680 445 0 11362 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71268

[startup+1.50042 s]
/proc/loadavg: 2.55 3.17 3.60 5/315 13435
/proc/meminfo: memFree=24248936/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=79472 CPUtime=1.49 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 12505 0 0 0 147 2 0 0 25 0 1 0 737656420 81379328 12441 33554432000 4194304 6014671 140737035645040 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 19868 12441 695 445 0 13413 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79472

[startup+3.10013 s]
/proc/loadavg: 2.55 3.17 3.60 5/315 13435
/proc/meminfo: memFree=24234304/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=83568 CPUtime=3.09 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 13657 0 0 0 307 2 0 0 25 0 1 0 737656420 85573632 13593 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 20892 13593 722 445 0 14437 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83568

[startup+6.30054 s]
/proc/loadavg: 2.67 3.18 3.61 5/315 13435
/proc/meminfo: memFree=24199484/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=94288 CPUtime=6.29 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 15701 0 0 0 627 2 0 0 25 0 1 0 737656420 96550912 15635 33554432000 4194304 6014671 140737035645040 18446744073709551615 4378680 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 23572 15635 727 445 0 17117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94288

[startup+12.7004 s]
/proc/loadavg: 2.77 3.20 3.61 5/315 13435
/proc/meminfo: memFree=24163336/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=104992 CPUtime=12.69 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 17303 0 0 0 1266 3 0 0 25 0 1 0 737656420 107511808 17237 33554432000 4194304 6014671 140737035645040 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 26248 17237 727 445 0 19793 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104992

[startup+25.501 s]
/proc/loadavg: 3.04 3.24 3.61 5/315 13435
/proc/meminfo: memFree=24102644/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=137428 CPUtime=25.49 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 22582 0 0 0 2545 4 0 0 25 0 1 0 737656420 140726272 22469 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 34357 22469 727 445 0 27902 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137428

[startup+51.1003 s]
/proc/loadavg: 3.37 3.30 3.62 5/315 13436
/proc/meminfo: memFree=24058268/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=170820 CPUtime=51.09 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 26095 0 0 0 5105 4 0 0 25 0 1 0 737656420 174919680 25982 33554432000 4194304 6014671 140737035645040 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 42705 25982 727 445 0 36250 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 170820

[startup+102.312 s]
/proc/loadavg: 3.72 3.40 3.64 5/315 13437
/proc/meminfo: memFree=23998228/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=170820 CPUtime=102.31 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 27573 0 0 0 10226 5 0 0 25 0 1 0 737656420 174919680 27460 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 42705 27460 727 445 0 36250 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 170820

[startup+162.301 s]
/proc/loadavg: 3.97 3.52 3.67 5/315 13439
/proc/meminfo: memFree=23940392/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=195772 CPUtime=162.3 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 32899 0 0 0 16224 6 0 0 25 0 1 0 737656420 200470528 32723 33554432000 4194304 6014671 140737035645040 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 48943 32723 731 445 0 42488 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 195772

[startup+222.301 s]
/proc/loadavg: 4.08 3.64 3.69 5/315 13440
/proc/meminfo: memFree=23910460/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=195772 CPUtime=222.29 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 33410 0 0 0 22223 6 0 0 25 0 1 0 737656420 200470528 33234 33554432000 4194304 6014671 140737035645040 18446744073709551615 4422767 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 48943 33234 731 445 0 42488 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 195772

[startup+282.301 s]
/proc/loadavg: 4.03 3.70 3.71 5/315 13442
/proc/meminfo: memFree=23875840/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=195772 CPUtime=282.3 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 37077 0 0 0 28223 7 0 0 25 0 1 0 737656420 200470528 36884 33554432000 4194304 6014671 140737035645040 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 48943 36884 732 445 0 42488 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 195772

[startup+342.301 s]
/proc/loadavg: 4.01 3.75 3.73 5/315 13444
/proc/meminfo: memFree=23791756/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=224864 CPUtime=342.3 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 44042 0 0 0 34222 8 0 0 25 0 1 0 737656420 230260736 43804 33554432000 4194304 6014671 140737035645040 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 56216 43804 727 445 0 49761 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 224864

[startup+402.301 s]
/proc/loadavg: 4.00 3.80 3.74 5/315 13445
/proc/meminfo: memFree=23765300/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=224864 CPUtime=402.3 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 44492 0 0 0 40221 9 0 0 25 0 1 0 737656420 230260736 44193 33554432000 4194304 6014671 140737035645040 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 56216 44193 727 445 0 49761 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 224864

[startup+462.301 s]
/proc/loadavg: 4.00 3.83 3.75 5/315 13447
/proc/meminfo: memFree=23739596/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=240272 CPUtime=462.3 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 48696 0 0 0 46220 10 0 0 25 0 1 0 737656420 246038528 48397 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 60068 48397 727 445 0 53613 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 240272

[startup+522.301 s]
/proc/loadavg: 4.00 3.86 3.76 5/315 13448
/proc/meminfo: memFree=23720816/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=240272 CPUtime=522.31 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 49288 0 0 0 52220 11 0 0 25 0 1 0 737656420 246038528 48989 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 60068 48989 727 445 0 53613 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 240272

[startup+582.301 s]
/proc/loadavg: 4.04 3.89 3.78 5/315 13450
/proc/meminfo: memFree=23667844/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=256440 CPUtime=582.3 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 54652 0 0 0 58218 12 0 0 25 0 1 0 737656420 262594560 54353 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 64110 54353 727 445 0 57655 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 256440

[startup+642.301 s]
/proc/loadavg: 4.01 3.91 3.79 5/315 13452
/proc/meminfo: memFree=23648704/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=273048 CPUtime=642.31 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 59160 0 0 0 64218 13 0 0 25 0 1 0 737656420 279601152 55789 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 68262 55789 727 445 0 61807 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 273048

[startup+702.301 s]
/proc/loadavg: 4.04 3.94 3.81 5/315 13453
/proc/meminfo: memFree=23621520/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=273048 CPUtime=702.31 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 59915 0 0 0 70217 14 0 0 25 0 1 0 737656420 279601152 56544 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 68262 56544 727 445 0 61807 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 273048

[startup+762.312 s]
/proc/loadavg: 4.23 4.02 3.84 5/315 13455
/proc/meminfo: memFree=23590224/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=358060 CPUtime=762.33 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 63810 0 0 0 76218 15 0 0 25 0 1 0 737656420 366653440 60433 33554432000 4194304 6014671 140737035645040 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 89515 60433 738 445 0 83060 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 358060

[startup+822.301 s]
/proc/loadavg: 4.08 4.02 3.85 5/315 13456
/proc/meminfo: memFree=23573448/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=358060 CPUtime=822.32 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 64216 0 0 0 82217 15 0 0 25 0 1 0 737656420 366653440 60839 33554432000 4194304 6014671 140737035645040 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 89515 60839 738 445 0 83060 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 358060

[startup+882.3 s]
/proc/loadavg: 4.03 4.01 3.85 5/315 13458
/proc/meminfo: memFree=23571796/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=358060 CPUtime=882.32 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 64250 0 0 0 88217 15 0 0 25 0 1 0 737656420 366653440 60873 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 89515 60873 738 445 0 83060 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 358060

[startup+942.3 s]
/proc/loadavg: 4.01 4.00 3.86 5/315 13460
/proc/meminfo: memFree=23540504/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=358060 CPUtime=942.32 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 64261 0 0 0 94217 15 0 0 25 0 1 0 737656420 366653440 60873 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 89515 60873 727 445 0 83060 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 358060

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/315 13461
/proc/meminfo: memFree=23506860/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=358060 CPUtime=1002.32 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 64262 0 0 0 100217 15 0 0 25 0 1 0 737656420 366653440 60874 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 89515 60874 727 445 0 83060 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 358060

[startup+1062.3 s]
/proc/loadavg: 4.12 4.03 3.88 5/315 13472
/proc/meminfo: memFree=23493280/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=358060 CPUtime=1062.32 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 64263 0 0 0 106217 15 0 0 25 0 1 0 737656420 366653440 60875 33554432000 4194304 6014671 140737035645040 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 89515 60875 727 445 0 83060 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 358060

[startup+1122.3 s]
/proc/loadavg: 4.04 4.02 3.89 6/315 13473
/proc/meminfo: memFree=23454680/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=358060 CPUtime=1122.32 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 64554 0 0 0 112217 15 0 0 25 0 1 0 737656420 366653440 61166 33554432000 4194304 6014671 140737035645040 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 89515 61166 727 445 0 83060 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 358060

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.89 5/315 13475
/proc/meminfo: memFree=23418552/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=358060 CPUtime=1182.32 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 68864 0 0 0 118216 16 0 0 25 0 1 0 737656420 366653440 65476 33554432000 4194304 6014671 140737035645040 18446744073709551615 4424056 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 89515 65476 727 445 0 83060 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 358060

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 3.91 5/315 13477
/proc/meminfo: memFree=23395084/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=358060 CPUtime=1242.32 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 68865 0 0 0 124216 16 0 0 25 0 1 0 737656420 366653440 65477 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 89515 65477 727 445 0 83060 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 358060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.05 3.92 3/313 13480
/proc/meminfo: memFree=23961372/32951124 swapFree=67083432/67111528
[pid=13428] ppid=13426 vsize=358060 CPUtime=1300.03 cores=5,7
/proc/13428/stat : 13428 (qutersat_releas) R 13426 13428 12551 0 -1 4202496 68925 0 0 0 129987 16 0 0 25 0 1 0 737656420 366653440 65537 33554432000 4194304 6014671 140737035645040 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/13428/statm: 89515 65537 727 445 0 83060 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 358060

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.88
CPU system time (s): 0.178972
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 358060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2204

runsolver used 3.87341 second user time and 9.14561 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 17:44:18
IDJOB=3377161
IDBENCH=83114
IDSOLVER=1856
FILE ID=node110/3377161-1305474258
RUNJOBID= node110-1305474258-13394
PBS_JOBID= 13325306
Free space on /tmp= 73600 MiB

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

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
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:      24382540 kB
Buffers:        299840 kB
Cached:        4476316 kB
SwapCached:       1440 kB
Active:        4768448 kB
Inactive:      3466684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24382540 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           14972 kB
Writeback:           0 kB
AnonPages:     3456696 kB
Mapped:          27840 kB
Slab:           246800 kB
PageTables:      24964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63505540 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= 73604 MiB
End job on node110 at 2011-05-15 18:06:00