Trace number 3289301

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-03-01? (TO) 1300.09 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.10	c Parse Cnf success: #var: 40286 #clause: 134663
0.09/0.10	c Find Units :          1
0.09/0.10	c Find Invs  :       1253
0.09/0.10	c Find Ands  :      29153 AvgFaninNum: 2.29229
0.09/0.11	c Find Xors  :       9101 AvgFaninNum: 2
0.09/0.12	c Find Ite   :      11628
0.09/0.15	c UnDirect variable: 3967
0.09/0.15	c UnDirect to Direct Gate: 10018
0.09/0.15	c Forced Direct Gate: 196 Unuse unDirect Gate: 494
0.09/0.16	c Break Cycle : 399
0.09/0.16	c Total Root : 1 Undef Var: 1191
0.09/0.19	c After covering, Total Root: 1 Leaf: 1191
0.09/0.19	c Variable( cover/uncovered/unused ): 40286 0 0
0.09/0.19	c Unit Clauses: 1
0.09/0.19	c Binary Clauses( cover/uncovered ): 68509 672
0.09/0.19	c Clauses( cover/uncovered ): 65481 0
0.09/0.19	c Total Clauses( cover/uncovered ): 133991 672 99.501%
0.09/0.19	c Covered Ands: 29077 Invs: 917 Xors: 9101 Ites: 0
0.09/0.19	c Uncover Clauses avg size: 2 max size: 2
0.09/0.19	c Final circuit: i/l/o/s    1191       0     673     61404
0.09/0.19	c CnfToAig: Time: 0.18 s
0.29/0.30	c TmMap: Set choices finish.
0.29/0.32	c TmMap: Set big and: 6038
0.29/0.32	c TmMap: Origin: 62596 ClauseNum: 184212 --> New: 20694 ClauseNum: 94722
0.29/0.32	c TmMap: Time: 0.02
0.59/0.66	c Simulation --> TransNum: 54276/94722 Try to Add: #clause: 34562 #xorclause: 3091
0.59/0.68	c #var: 17221 #clauses: 30536 Solving... 
1300.06/1300.00	c Time Out !!
1300.06/1300.00	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: 935)

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-3289301-1303777092/watcher-3289301-1303777092 -o /tmp/evaluation-result-3289301-1303777092/solver-3289301-1303777092 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3289301-1303777092.cnf 773222497 

running on 2 cores: 4,6

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: 1.33 1.09 1.68 4/189 1533
/proc/meminfo: memFree=20294104/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=28644 CPUtime=0 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 733 0 0 0 0 0 0 0 25 0 1 0 489305892 29331456 667 33554432000 4194304 6016207 140736111899536 18446744073709551615 254500385851 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/1533/statm: 7161 678 289 445 0 705 0

[startup+0.102482 s]
/proc/loadavg: 1.33 1.09 1.68 4/189 1533
/proc/meminfo: memFree=20294104/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=53868 CPUtime=0.09 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 7117 0 0 0 9 0 0 0 25 0 1 0 489305892 55160832 7051 33554432000 4194304 6016207 140736111899536 18446744073709551615 4287656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 13467 7051 386 445 0 7011 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53868

[startup+0.200465 s]
/proc/loadavg: 1.33 1.09 1.68 4/189 1533
/proc/meminfo: memFree=20294104/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=55020 CPUtime=0.18 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 7437 0 0 0 18 0 0 0 25 0 1 0 489305892 56340480 7371 33554432000 4194304 6016207 140736111899536 18446744073709551615 4342367 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 13755 7372 496 445 0 7299 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 55020

[startup+0.300449 s]
/proc/loadavg: 1.33 1.09 1.68 4/189 1533
/proc/meminfo: memFree=20294104/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=65124 CPUtime=0.29 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 10433 0 0 0 28 1 0 0 25 0 1 0 489305892 66686976 10367 33554432000 4194304 6016207 140736111899536 18446744073709551615 4230133 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 16281 10367 670 445 0 9825 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65124

[startup+0.700377 s]
/proc/loadavg: 1.33 1.09 1.68 4/189 1533
/proc/meminfo: memFree=20294104/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=75376 CPUtime=0.69 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 11111 0 0 0 68 1 0 0 25 0 1 0 489305892 77185024 11045 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 18844 11045 697 445 0 12388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75376

[startup+1.5002 s]
/proc/loadavg: 1.33 1.09 1.68 5/190 1534
/proc/meminfo: memFree=20249208/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=84592 CPUtime=1.49 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 11529 0 0 0 148 1 0 0 25 0 1 0 489305892 86622208 11463 33554432000 4194304 6016207 140736111899536 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 21148 11463 715 445 0 14692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84592

[startup+3.10088 s]
/proc/loadavg: 1.33 1.09 1.68 5/190 1534
/proc/meminfo: memFree=20241272/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=93916 CPUtime=3.09 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 12279 0 0 0 308 1 0 0 25 0 1 0 489305892 96169984 12213 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425096 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 23479 12213 723 445 0 17023 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93916

[startup+6.30024 s]
/proc/loadavg: 1.62 1.16 1.70 5/190 1534
/proc/meminfo: memFree=20206584/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=103408 CPUtime=6.28 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 13067 0 0 0 627 1 0 0 25 0 1 0 489305892 105889792 13001 33554432000 4194304 6016207 140736111899536 18446744073709551615 4378036 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 25852 13001 734 445 0 19396 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 103408

[startup+12.701 s]
/proc/loadavg: 1.81 1.21 1.71 5/190 1534
/proc/meminfo: memFree=20173736/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=113128 CPUtime=12.69 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 15957 0 0 0 1267 2 0 0 25 0 1 0 489305892 115843072 15891 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 28282 15891 734 445 0 21826 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113128

[startup+25.5004 s]
/proc/loadavg: 2.30 1.34 1.75 5/190 1535
/proc/meminfo: memFree=20125748/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=133004 CPUtime=25.49 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 19645 0 0 0 2546 3 0 0 25 0 1 0 489305892 136196096 19579 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 33251 19579 734 445 0 26795 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 133004

[startup+51.1002 s]
/proc/loadavg: 2.88 1.55 1.81 5/190 1535
/proc/meminfo: memFree=20088220/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=133132 CPUtime=51.09 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 23624 0 0 0 5106 3 0 0 25 0 1 0 489305892 136327168 23558 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 33283 23558 734 445 0 26827 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133132

[startup+102.301 s]
/proc/loadavg: 3.51 1.93 1.92 5/190 1564
/proc/meminfo: memFree=19974664/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=154532 CPUtime=102.3 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 28719 0 0 0 10225 5 0 0 25 0 1 0 489305892 158240768 28653 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425540 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 38633 28653 734 445 0 32177 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 154532

[startup+162.301 s]
/proc/loadavg: 3.82 2.30 2.05 5/190 1565
/proc/meminfo: memFree=19911400/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=199936 CPUtime=162.3 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 31686 0 0 0 16225 5 0 0 25 0 1 0 489305892 204734464 31620 33554432000 4194304 6016207 140736111899536 18446744073709551615 4424199 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 49984 31620 734 445 0 43528 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 199936

[startup+222.307 s]
/proc/loadavg: 3.93 2.61 2.17 5/190 1567
/proc/meminfo: memFree=19852356/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=247032 CPUtime=222.31 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 33388 0 0 0 22225 6 0 0 25 0 1 0 489305892 252960768 33198 33554432000 4194304 6016207 140736111899536 18446744073709551615 4426964 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 61758 33198 734 445 0 55302 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 247032

[startup+282.301 s]
/proc/loadavg: 3.97 2.86 2.28 5/190 1568
/proc/meminfo: memFree=19819968/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=247032 CPUtime=282.3 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 35086 0 0 0 28224 6 0 0 25 0 1 0 489305892 252960768 31871 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 61758 31871 734 445 0 55302 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 247032

[startup+342.301 s]
/proc/loadavg: 4.02 3.08 2.39 5/190 1570
/proc/meminfo: memFree=19754976/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=247032 CPUtime=342.3 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 41840 0 0 0 34222 8 0 0 25 0 1 0 489305892 252960768 38625 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 61758 38625 734 445 0 55302 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 247032

[startup+402.301 s]
/proc/loadavg: 4.01 3.24 2.49 5/190 1572
/proc/meminfo: memFree=19723828/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=298688 CPUtime=402.31 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 47176 0 0 0 40221 10 0 0 25 0 1 0 489305892 305856512 43961 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 74672 43961 734 445 0 68216 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 298688

[startup+462.301 s]
/proc/loadavg: 4.11 3.41 2.59 5/190 1573
/proc/meminfo: memFree=19690336/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=350980 CPUtime=462.31 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 48878 0 0 0 46221 10 0 0 25 0 1 0 489305892 359403520 45663 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425079 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 87745 45663 734 445 0 81289 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 350980

[startup+522.301 s]
/proc/loadavg: 4.04 3.51 2.67 5/190 1575
/proc/meminfo: memFree=19653360/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=351108 CPUtime=522.31 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 51960 0 0 0 52221 10 0 0 25 0 1 0 489305892 359534592 48728 33554432000 4194304 6016207 140736111899536 18446744073709551615 4381272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 87777 48728 736 445 0 81321 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 351108

[startup+582.301 s]
/proc/loadavg: 4.07 3.61 2.76 5/190 1576
/proc/meminfo: memFree=19609068/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=404616 CPUtime=582.31 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 53690 0 0 0 58220 11 0 0 25 0 1 0 489305892 414326784 50458 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 101154 50458 736 445 0 94698 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 404616

[startup+642.301 s]
/proc/loadavg: 4.02 3.68 2.83 5/190 1578
/proc/meminfo: memFree=19531420/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=459524 CPUtime=642.32 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 57854 0 0 0 64220 12 0 0 25 0 1 0 489305892 470552576 54585 33554432000 4194304 6016207 140736111899536 18446744073709551615 4373701 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 114881 54585 737 445 0 108425 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 459524

[startup+702.301 s]
/proc/loadavg: 4.01 3.74 2.90 5/190 1580
/proc/meminfo: memFree=19506724/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=459524 CPUtime=702.32 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 57970 0 0 0 70220 12 0 0 25 0 1 0 489305892 470552576 54701 33554432000 4194304 6016207 140736111899536 18446744073709551615 4370959 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 114881 54701 737 445 0 108425 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 459524

[startup+762.301 s]
/proc/loadavg: 4.00 3.78 2.97 5/190 1581
/proc/meminfo: memFree=19440860/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=459524 CPUtime=762.33 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 63167 0 0 0 76219 14 0 0 25 0 1 0 489305892 470552576 59898 33554432000 4194304 6016207 140736111899536 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 114881 59898 737 445 0 108425 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 459524

[startup+822.3 s]
/proc/loadavg: 4.00 3.82 3.03 5/190 1583
/proc/meminfo: memFree=19391116/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=459524 CPUtime=822.33 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 64667 0 0 0 82218 15 0 0 25 0 1 0 489305892 470552576 61398 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 114881 61398 737 445 0 108425 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 459524

[startup+882.306 s]
/proc/loadavg: 4.00 3.85 3.09 5/190 1584
/proc/meminfo: memFree=19372740/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=459524 CPUtime=882.34 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 68930 0 0 0 88218 16 0 0 25 0 1 0 489305892 470552576 65661 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 114881 65661 737 445 0 108425 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 459524

[startup+942.3 s]
/proc/loadavg: 4.06 3.89 3.15 5/190 1586
/proc/meminfo: memFree=19316552/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=518260 CPUtime=942.33 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 76092 0 0 0 94216 17 0 0 25 0 1 0 489305892 530698240 72823 33554432000 4194304 6016207 140736111899536 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 129565 72823 737 445 0 123109 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 518260

[startup+1002.3 s]
/proc/loadavg: 3.53 3.78 3.16 4/184 1605
/proc/meminfo: memFree=19570152/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=518260 CPUtime=1002.33 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 81725 0 0 0 100214 19 0 0 25 0 1 0 489305892 530698240 78456 33554432000 4194304 6016207 140736111899536 18446744073709551615 4424273 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 129565 78456 737 445 0 123109 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 518260

[startup+1062.3 s]
/proc/loadavg: 3.27 3.65 3.15 4/184 1606
/proc/meminfo: memFree=19545464/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=518260 CPUtime=1062.34 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 82107 0 0 0 106215 19 0 0 25 0 1 0 489305892 530698240 78838 33554432000 4194304 6016207 140736111899536 18446744073709551615 4371136 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 129565 78838 737 445 0 123109 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 518260

[startup+1122.3 s]
/proc/loadavg: 3.10 3.53 3.14 4/184 1608
/proc/meminfo: memFree=19502164/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=518260 CPUtime=1122.34 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 90646 0 0 0 112213 21 0 0 25 0 1 0 489305892 530698240 87377 33554432000 4194304 6016207 140736111899536 18446744073709551615 4426099 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 129565 87377 737 445 0 123109 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 518260

[startup+1182.3 s]
/proc/loadavg: 3.03 3.43 3.13 4/184 1609
/proc/meminfo: memFree=19489500/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=518260 CPUtime=1182.35 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 93701 0 0 0 118213 22 0 0 25 0 1 0 489305892 530698240 90431 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 129565 90431 743 445 0 123109 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 518260

[startup+1242.3 s]
/proc/loadavg: 3.01 3.35 3.12 4/184 1611
/proc/meminfo: memFree=19448820/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=518260 CPUtime=1242.35 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 93833 0 0 0 124213 22 0 0 25 0 1 0 489305892 530698240 90556 33554432000 4194304 6016207 140736111899536 18446744073709551615 4424559 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 129565 90556 736 445 0 123109 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 518260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.85 3.25 3.09 3/178 1631
/proc/meminfo: memFree=19737192/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=518260 CPUtime=1300.06 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 93833 0 0 0 129984 22 0 0 25 0 1 0 489305892 530698240 90556 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 129565 90556 736 445 0 123109 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 518260

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

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

[startup+1300 s]
/proc/loadavg: 2.85 3.25 3.09 3/178 1631
/proc/meminfo: memFree=19737192/32950928 swapFree=67111528/67111528
[pid=1533] ppid=1531 vsize=518260 CPUtime=1300.06 cores=4,6
/proc/1533/stat : 1533 (qutersat_releas) R 1531 1533 32630 0 -1 4202496 93833 0 0 0 129984 22 0 0 25 0 1 0 489305892 530698240 90556 33554432000 4194304 6016207 140736111899536 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1533/statm: 129565 90556 736 445 0 123109 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 518260

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.09
CPU user time (s): 1299.84
CPU system time (s): 0.241963
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 518260

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

runsolver used 2.29565 second user time and 4.79627 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-26 02:18:12
IDJOB=3289301
IDBENCH=83119
IDSOLVER=1607
FILE ID=node149/3289301-1303777092
RUNJOBID= node149-1303777081-1465
PBS_JOBID= 13157177
Free space on /tmp= 72168 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom19.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289301-1303777092/watcher-3289301-1303777092 -o /tmp/evaluation-result-3289301-1303777092/solver-3289301-1303777092 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3289301-1303777092.cnf 773222497

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=773222497

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20294376 kB
Buffers:       2173652 kB
Cached:        9702688 kB
SwapCached:          0 kB
Active:        1738648 kB
Inactive:     10381116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20294376 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17028 kB
Writeback:           0 kB
AnonPages:      242780 kB
Mapped:          20264 kB
Slab:           473044 kB
PageTables:       5588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   473312 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= 72172 MiB
End job on node149 at 2011-04-26 02:39:54