Trace number 3289807

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.06 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.14	c Parse Cnf success: #var: 57800 #clause: 193923
0.09/0.14	c Find Units :          1
0.09/0.15	c Find Invs  :       1613
0.09/0.17	c Find Ands  :      41697 AvgFaninNum: 2.28925
0.09/0.18	c Find Xors  :      13455 AvgFaninNum: 2
0.19/0.21	c Find Ite   :      17204
0.19/0.25	c UnDirect variable: 5437
0.19/0.25	c UnDirect to Direct Gate: 14610
0.19/0.25	c Forced Direct Gate: 278 Unuse unDirect Gate: 690
0.19/0.26	c Break Cycle : 483
0.19/0.26	c Total Root : 1 Undef Var: 1585
0.29/0.31	c After covering, Total Root: 1 Leaf: 1585
0.29/0.31	c Variable( cover/uncovered/unused ): 57800 0 0
0.29/0.31	c Unit Clauses: 1
0.29/0.31	c Binary Clauses( cover/uncovered ): 97581 916
0.29/0.31	c Clauses( cover/uncovered ): 95425 0
0.29/0.31	c Total Clauses( cover/uncovered ): 193007 916 99.5276%
0.29/0.31	c Covered Ands: 41605 Invs: 1155 Xors: 13455 Ites: 0
0.29/0.31	c Uncover Clauses avg size: 2 max size: 2
0.29/0.31	c Final circuit: i/l/o/s    1585       0     917     89074
0.29/0.31	c CnfToAig: Time: 0.3 s
0.39/0.47	c TmMap: Set choices finish.
0.39/0.49	c TmMap: Set big and: 8461
0.39/0.49	c TmMap: Origin: 90660 ClauseNum: 267222 --> New: 29634 ClauseNum: 137321
0.39/0.49	c TmMap: Time: 0.04
0.89/0.98	c Simulation --> TransNum: 78935/137321 Try to Add: #clause: 50559 #xorclause: 4576
0.99/1.01	c #var: 24763 #clauses: 44683 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/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-3289807-1303780115/watcher-3289807-1303780115 -o /tmp/evaluation-result-3289807-1303780115/solver-3289807-1303780115 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3289807-1303780115.cnf 1741549049 

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: 3.86 3.98 3.82 3/185 12432
/proc/meminfo: memFree=23231600/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=33720 CPUtime=0 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 2139 0 0 0 0 0 0 0 21 0 1 0 489609393 34529280 2074 33554432000 4194304 6016207 140735732447824 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 8430 2076 379 445 0 1974 0

[startup+0.100574 s]
/proc/loadavg: 3.86 3.98 3.82 3/185 12432
/proc/meminfo: memFree=23231600/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=54328 CPUtime=0.09 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 7222 0 0 0 8 1 0 0 22 0 1 0 489609393 55631872 7157 33554432000 4194304 6016207 140735732447824 18446744073709551615 4310902 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 13582 7157 379 445 0 7126 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54328

[startup+0.200592 s]
/proc/loadavg: 3.86 3.98 3.82 3/185 12432
/proc/meminfo: memFree=23231600/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=65592 CPUtime=0.19 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 10161 0 0 0 18 1 0 0 22 0 1 0 489609393 67166208 10096 33554432000 4194304 6016207 140735732447824 18446744073709551615 4284430 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 16398 10096 397 445 0 9942 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 65592

[startup+0.300598 s]
/proc/loadavg: 3.86 3.98 3.82 3/185 12432
/proc/meminfo: memFree=23231600/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=66616 CPUtime=0.29 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 10409 0 0 0 28 1 0 0 22 0 1 0 489609393 68214784 10344 33554432000 4194304 6016207 140735732447824 18446744073709551615 4275923 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 16654 10344 399 445 0 10198 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66616

[startup+0.700521 s]
/proc/loadavg: 3.86 3.98 3.82 3/185 12432
/proc/meminfo: memFree=23231600/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=81240 CPUtime=0.69 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 14401 0 0 0 68 1 0 0 25 0 1 0 489609393 83189760 14336 33554432000 4194304 6016207 140735732447824 18446744073709551615 4245906 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 20310 14336 680 445 0 13854 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81240

[startup+1.50032 s]
/proc/loadavg: 3.86 3.98 3.82 5/194 12449
/proc/meminfo: memFree=23030080/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=89956 CPUtime=1.49 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 14844 0 0 0 148 1 0 0 25 0 1 0 489609393 92114944 14779 33554432000 4194304 6016207 140735732447824 18446744073709551615 4424496 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/12432/statm: 22489 14779 702 445 0 16033 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89956

[startup+3.10105 s]
/proc/loadavg: 3.86 3.98 3.82 5/194 12449
/proc/meminfo: memFree=23017804/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=109468 CPUtime=3.08 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 16137 0 0 0 307 1 0 0 25 0 1 0 489609393 112095232 16072 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425127 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 27367 16072 715 445 0 20911 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 109468

[startup+6.30049 s]
/proc/loadavg: 3.87 3.98 3.82 5/194 12449
/proc/meminfo: memFree=22998304/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=119364 CPUtime=6.29 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 17345 0 0 0 627 2 0 0 25 0 1 0 489609393 122228736 17280 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 29841 17280 734 445 0 23385 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119364

[startup+12.7003 s]
/proc/loadavg: 3.88 3.98 3.83 5/194 12450
/proc/meminfo: memFree=22972204/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=129352 CPUtime=12.69 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 17970 0 0 0 1267 2 0 0 25 0 1 0 489609393 132456448 17905 33554432000 4194304 6016207 140735732447824 18446744073709551615 4424472 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 32338 17905 734 445 0 25882 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129352

[startup+25.5009 s]
/proc/loadavg: 3.90 3.98 3.83 5/194 12450
/proc/meminfo: memFree=22933776/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=129352 CPUtime=25.49 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 19818 0 0 0 2547 2 0 0 25 0 1 0 489609393 132456448 19734 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425151 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 32338 19734 734 445 0 25882 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 129352

[startup+51.1012 s]
/proc/loadavg: 3.94 3.98 3.83 5/194 12451
/proc/meminfo: memFree=22864792/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=150800 CPUtime=51.09 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 27561 0 0 0 5106 3 0 0 25 0 1 0 489609393 154419200 27464 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 37700 27464 734 445 0 31244 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150800

[startup+102.301 s]
/proc/loadavg: 4.02 4.00 3.84 5/194 12452
/proc/meminfo: memFree=22804992/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=150928 CPUtime=102.3 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 29630 0 0 0 10226 4 0 0 25 0 1 0 489609393 154550272 29533 33554432000 4194304 6016207 140735732447824 18446744073709551615 4543418 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 37732 29533 734 445 0 31276 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 150928

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/194 12454
/proc/meminfo: memFree=22683788/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=207280 CPUtime=162.3 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 44618 0 0 0 16222 8 0 0 25 0 1 0 489609393 212254720 44458 33554432000 4194304 6016207 140735732447824 18446744073709551615 4383622 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 51820 44458 749 445 0 45364 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 207280

[startup+222.306 s]
/proc/loadavg: 4.08 4.01 3.86 5/194 12455
/proc/meminfo: memFree=22575360/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=254440 CPUtime=222.3 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 45669 0 0 0 22222 8 0 0 25 0 1 0 489609393 260546560 45406 33554432000 4194304 6016207 140735732447824 18446744073709551615 4426499 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 63610 45406 745 445 0 57154 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 254440

[startup+282.3 s]
/proc/loadavg: 4.03 4.01 3.86 5/194 12457
/proc/meminfo: memFree=22503652/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=254440 CPUtime=282.3 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 45930 0 0 0 28222 8 0 0 25 0 1 0 489609393 260546560 45531 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 63610 45531 745 445 0 57154 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 254440

[startup+342.301 s]
/proc/loadavg: 4.08 4.02 3.87 5/194 12458
/proc/meminfo: memFree=22474100/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=304992 CPUtime=342.3 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 47103 0 0 0 34222 8 0 0 25 0 1 0 489609393 312311808 43890 33554432000 4194304 6016207 140735732447824 18446744073709551615 4424125 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 76248 43890 745 445 0 69792 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 304992

[startup+402.301 s]
/proc/loadavg: 4.03 4.01 3.88 5/194 12460
/proc/meminfo: memFree=22415276/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=461700 CPUtime=402.3 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 52847 0 0 0 40221 9 0 0 25 0 1 0 489609393 472780800 49624 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 115425 49624 735 445 0 108969 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 461700

[startup+462.301 s]
/proc/loadavg: 4.05 4.02 3.89 5/194 12462
/proc/meminfo: memFree=22367372/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=461700 CPUtime=462.3 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 55689 0 0 0 46220 10 0 0 25 0 1 0 489609393 472780800 52466 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 115425 52466 735 445 0 108969 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 461700

[startup+522.301 s]
/proc/loadavg: 4.06 4.03 3.90 5/194 12463
/proc/meminfo: memFree=22291948/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=522.3 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 60436 0 0 0 52219 11 0 0 25 0 1 0 489609393 528867328 57213 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 57213 735 445 0 122662 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 516472

[startup+582.301 s]
/proc/loadavg: 4.15 4.06 3.92 5/194 12465
/proc/meminfo: memFree=22235484/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=582.3 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 60911 0 0 0 58219 11 0 0 25 0 1 0 489609393 528867328 57688 33554432000 4194304 6016207 140735732447824 18446744073709551615 4379448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 57688 735 445 0 122662 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 516472

[startup+642.301 s]
/proc/loadavg: 4.12 4.06 3.92 5/194 12466
/proc/meminfo: memFree=22184728/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=642.31 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 69377 0 0 0 64217 14 0 0 25 0 1 0 489609393 528867328 66154 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 66154 735 445 0 122662 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 516472

[startup+702.301 s]
/proc/loadavg: 4.04 4.05 3.92 5/194 12468
/proc/meminfo: memFree=22150352/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=702.31 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 73227 0 0 0 70216 15 0 0 25 0 1 0 489609393 528867328 69979 33554432000 4194304 6016207 140735732447824 18446744073709551615 4567741 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 69979 735 445 0 122662 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 516472

[startup+762.3 s]
/proc/loadavg: 4.01 4.04 3.92 5/194 12470
/proc/meminfo: memFree=22086340/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=762.32 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 81493 0 0 0 76215 17 0 0 25 0 1 0 489609393 528867328 78245 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 78245 735 445 0 122662 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 516472

[startup+822.3 s]
/proc/loadavg: 4.04 4.04 3.93 5/194 12471
/proc/meminfo: memFree=22064612/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=822.31 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 81839 0 0 0 82214 17 0 0 25 0 1 0 489609393 528867328 78591 33554432000 4194304 6016207 140735732447824 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 78591 735 445 0 122662 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 516472

[startup+882.307 s]
/proc/loadavg: 4.01 4.03 3.93 5/194 12473
/proc/meminfo: memFree=22022908/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=882.33 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 82117 0 0 0 88215 18 0 0 25 0 1 0 489609393 528867328 78869 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 78869 735 445 0 122662 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 516472

[startup+942.301 s]
/proc/loadavg: 4.04 4.04 3.93 5/194 12474
/proc/meminfo: memFree=21986796/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=942.32 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 82437 0 0 0 94214 18 0 0 25 0 1 0 489609393 528867328 79189 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 79189 735 445 0 122662 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 516472

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 3.93 5/194 12476
/proc/meminfo: memFree=21952188/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=1002.32 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 83573 0 0 0 100214 18 0 0 25 0 1 0 489609393 528867328 80324 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 80324 734 445 0 122662 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 516472

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/194 12478
/proc/meminfo: memFree=21932588/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=1062.33 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 83578 0 0 0 106215 18 0 0 25 0 1 0 489609393 528867328 80329 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 80329 734 445 0 122662 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 516472

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/194 12479
/proc/meminfo: memFree=21922392/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=1122.33 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 83643 0 0 0 112215 18 0 0 25 0 1 0 489609393 528867328 80394 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425574 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 80394 734 445 0 122662 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 516472

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.94 5/194 12481
/proc/meminfo: memFree=21916784/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=1182.33 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 83643 0 0 0 118215 18 0 0 25 0 1 0 489609393 528867328 80394 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 80394 734 445 0 122662 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 516472

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/194 12482
/proc/meminfo: memFree=21907816/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=1242.33 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 83643 0 0 0 124215 18 0 0 25 0 1 0 489609393 528867328 80394 33554432000 4194304 6016207 140735732447824 18446744073709551615 4380496 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 80394 734 445 0 122662 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 516472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.94 4/193 12485
/proc/meminfo: memFree=22209864/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=1300.03 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 83690 0 0 0 129985 18 0 0 25 0 1 0 489609393 528867328 80441 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425132 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 80441 734 445 0 122662 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 516472

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: 4.00 4.01 3.94 4/193 12485
/proc/meminfo: memFree=22209864/32951124 swapFree=67111524/67111528
[pid=12432] ppid=12430 vsize=516472 CPUtime=1300.03 cores=4,6
/proc/12432/stat : 12432 (qutersat_releas) R 12430 12432 12230 0 -1 4202496 83690 0 0 0 129985 18 0 0 25 0 1 0 489609393 528867328 80441 33554432000 4194304 6016207 140735732447824 18446744073709551615 4425132 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12432/statm: 129118 80441 734 445 0 122662 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 516472

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.86
CPU system time (s): 0.204968
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 516472

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

runsolver used 2.29865 second user time and 4.79827 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 03:08:35
IDJOB=3289807
IDBENCH=83137
IDSOLVER=1607
FILE ID=node135/3289807-1303780115
RUNJOBID= node135-1303778813-12249
PBS_JOBID= 13157209
Free space on /tmp= 71248 MiB

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

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=1741549049

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23232492 kB
Buffers:       1816016 kB
Cached:        7244512 kB
SwapCached:          4 kB
Active:         532036 kB
Inactive:      8611532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23232492 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            9744 kB
Writeback:           0 kB
AnonPages:       82148 kB
Mapped:          15860 kB
Slab:           511512 kB
PageTables:       5248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   235520 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71244 MiB
End job on node135 at 2011-04-26 03:30:17