Trace number 3289462

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
synit_sat 2011-03-03? (TO) 1300.05 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom14.cnf
MD5SUM7af4cc1b94644f101ccf5f2373fdbfea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark321.647
Satisfiable
(Un)Satisfiability was proved
Number of variables22886
Number of clauses76038
Sum of the clauses size193162
Maximum clause length786
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 240006
Number of clauses of size 335619
Number of clauses of size 4104
Number of clauses of size 512
Number of clauses of size over 5296

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.05	c Find Units :          1
0.00/0.05	c Find Invs  :        848
0.00/0.06	c Find Ands  :      16683 AvgFaninNum: 2.30306
0.00/0.06	c Find Xors  :       4851 AvgFaninNum: 2
0.00/0.07	c Find Ite   :       6188
0.00/0.09	c UnDirect variable: 2136
0.00/0.09	c UnDirect to Direct Gate: 5485
0.00/0.09	c Forced Direct Gate: 108 Unuse unDirect Gate: 294
0.07/0.09	c Break Cycle : 294
0.07/0.09	c Total Root : 1 Undef Var: 774
0.09/0.10	c After covering, Total Root: 1 Leaf: 774
0.09/0.10	c Variable( cover/uncovered/unused ): 22886 0 0
0.09/0.10	c Unit Clauses: 1
0.09/0.10	c Binary Clauses( cover/uncovered ): 39578 428
0.09/0.10	c Clauses( cover/uncovered ): 36031 0
0.09/0.10	c Total Clauses( cover/uncovered ): 75610 428 99.4371%
0.09/0.10	c Covered Ands: 16627 Invs: 634 Xors: 4851 Ites: 0
0.09/0.11	c Uncover Clauses avg size: 2 max size: 2
0.09/0.11	c Final circuit: i/l/o/s     774       0     429     34220
0.09/0.11	c cover rate 99.4371
0.09/0.11	c rocky end  0.1 total 0.1
0.09/0.18	c covering time  0.07 total 0.17
1300.04/1300.00	c interrupt  1299.87 total 1300.04
1300.04/1300.00	c INTERRUPTED ... 
1300.04/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-3289462-1303775290/watcher-3289462-1303775290 -o /tmp/evaluation-result-3289462-1303775290/solver-3289462-1303775290 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3289462-1303775290.cnf 1662119661 

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: 0.96 1.07 1.93 5/189 23113
/proc/meminfo: memFree=15957064/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=27156 CPUtime=0 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 1032 0 0 0 0 0 0 0 21 0 1 0 489129436 27807744 969 33554432000 4194304 4947581 140735960783344 18446744073709551615 244446970986 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23113/statm: 7301 979 277 184 0 2176 0

[startup+0.0918811 s]
/proc/loadavg: 0.96 1.07 1.93 5/189 23113
/proc/meminfo: memFree=15957064/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=42972 CPUtime=0.07 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 5479 0 0 0 7 0 0 0 21 0 1 0 489129436 44003328 5413 33554432000 4194304 4947581 140735960783344 18446744073709551615 4786311 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 10743 5413 381 184 0 5618 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 42972

[startup+0.100881 s]
/proc/loadavg: 0.96 1.07 1.93 5/189 23113
/proc/meminfo: memFree=15957064/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=42972 CPUtime=0.09 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 5531 0 0 0 8 1 0 0 21 0 1 0 489129436 44003328 5465 33554432000 4194304 4947581 140735960783344 18446744073709551615 4773968 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 10743 5465 383 184 0 5618 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42972

[startup+0.300844 s]
/proc/loadavg: 0.96 1.07 1.93 5/189 23113
/proc/meminfo: memFree=15957064/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=60412 CPUtime=0.29 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 7899 0 0 0 28 1 0 0 22 0 1 0 489129436 61861888 7833 33554432000 4194304 4947581 140735960783344 18446744073709551615 4398640 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 15103 7833 433 184 0 9978 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60412

[startup+0.70077 s]
/proc/loadavg: 0.96 1.07 1.93 5/189 23113
/proc/meminfo: memFree=15957064/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=70780 CPUtime=0.68 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 10759 0 0 0 67 1 0 0 23 0 1 0 489129436 72478720 10687 33554432000 4194304 4947581 140735960783344 18446744073709551615 4302283 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 17695 10687 453 184 0 12570 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 70780

[startup+1.50062 s]
/proc/loadavg: 0.96 1.07 1.93 5/190 23114
/proc/meminfo: memFree=15848428/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=89676 CPUtime=1.48 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 11559 0 0 0 147 1 0 0 25 0 1 0 489129436 91828224 11486 33554432000 4194304 4947581 140735960783344 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 22419 11486 464 184 0 17294 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 89676

[startup+3.10032 s]
/proc/loadavg: 0.96 1.07 1.93 5/190 23114
/proc/meminfo: memFree=15733232/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=99040 CPUtime=3.08 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 12440 0 0 0 307 1 0 0 25 0 1 0 489129436 101416960 12367 33554432000 4194304 4947581 140735960783344 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 24760 12367 471 184 0 19635 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 99040

[startup+6.30073 s]
/proc/loadavg: 1.20 1.12 1.94 5/190 23114
/proc/meminfo: memFree=15634404/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=99040 CPUtime=6.29 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 12680 0 0 0 627 2 0 0 25 0 1 0 489129436 101416960 12607 33554432000 4194304 4947581 140735960783344 18446744073709551615 4360471 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 24760 12607 471 184 0 19635 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99040

[startup+12.7005 s]
/proc/loadavg: 1.42 1.17 1.96 5/190 23115
/proc/meminfo: memFree=15613124/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=118092 CPUtime=12.69 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 15762 0 0 0 1267 2 0 0 25 0 1 0 489129436 120926208 15681 33554432000 4194304 4947581 140735960783344 18446744073709551615 4400027 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 29523 15681 471 184 0 24398 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118092

[startup+25.5002 s]
/proc/loadavg: 1.99 1.30 1.99 5/190 23115
/proc/meminfo: memFree=15560392/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=137800 CPUtime=25.49 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 19949 0 0 0 2546 3 0 0 25 0 1 0 489129436 141107200 19868 33554432000 4194304 4947581 140735960783344 18446744073709551615 4515648 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 34450 19868 471 184 0 29325 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137800

[startup+51.1004 s]
/proc/loadavg: 2.68 1.52 2.04 5/190 23116
/proc/meminfo: memFree=15498488/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=147764 CPUtime=51.09 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 22009 0 0 0 5106 3 0 0 25 0 1 0 489129436 151310336 21927 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 36941 21927 472 184 0 31816 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 147764

[startup+102.307 s]
/proc/loadavg: 3.42 1.90 2.14 5/190 23117
/proc/meminfo: memFree=15454088/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=147764 CPUtime=102.3 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 23665 0 0 0 10226 4 0 0 25 0 1 0 489129436 151310336 23582 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 36941 23582 471 184 0 31816 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 147764

[startup+162.301 s]
/proc/loadavg: 3.79 2.28 2.25 5/190 23119
/proc/meminfo: memFree=15391316/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=147764 CPUtime=162.3 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 26247 0 0 0 16225 5 0 0 25 0 1 0 489129436 151310336 26163 33554432000 4194304 4947581 140735960783344 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 36941 26163 471 184 0 31816 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 147764

[startup+222.301 s]
/proc/loadavg: 3.92 2.59 2.36 5/190 23120
/proc/meminfo: memFree=15378260/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=147764 CPUtime=222.3 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 27445 0 0 0 22225 5 0 0 25 0 1 0 489129436 151310336 27360 33554432000 4194304 4947581 140735960783344 18446744073709551615 4352816 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 36941 27360 471 184 0 31816 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 147764

[startup+282.301 s]
/proc/loadavg: 4.04 2.86 2.47 5/190 23122
/proc/meminfo: memFree=15298500/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=171176 CPUtime=282.3 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 32646 0 0 0 28223 7 0 0 25 0 1 0 489129436 175284224 32561 33554432000 4194304 4947581 140735960783344 18446744073709551615 4401208 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 42794 32561 471 184 0 37669 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 171176

[startup+342.301 s]
/proc/loadavg: 4.01 3.06 2.56 5/190 23123
/proc/meminfo: memFree=15259036/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=183252 CPUtime=342.3 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 37103 0 0 0 34222 8 0 0 25 0 1 0 489129436 187650048 36982 33554432000 4194304 4947581 140735960783344 18446744073709551615 4400063 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 45813 36982 471 184 0 40688 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 183252

[startup+402.3 s]
/proc/loadavg: 4.00 3.23 2.65 5/190 23125
/proc/meminfo: memFree=15229124/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=195456 CPUtime=402.3 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 41110 0 0 0 40220 10 0 0 25 0 1 0 489129436 200146944 38711 33554432000 4194304 4947581 140735960783344 18446744073709551615 4401212 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 48864 38711 471 184 0 43739 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 195456

[startup+462.3 s]
/proc/loadavg: 4.04 3.38 2.73 5/190 23127
/proc/meminfo: memFree=15195868/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=244504 CPUtime=462.3 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 45782 0 0 0 46218 12 0 0 25 0 1 0 489129436 250372096 43326 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 61126 43326 475 184 0 56001 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 244504

[startup+522.301 s]
/proc/loadavg: 4.09 3.51 2.82 5/190 23128
/proc/meminfo: memFree=15178228/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=244504 CPUtime=522.3 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 46054 0 0 0 52218 12 0 0 25 0 1 0 489129436 250372096 43598 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 61126 43598 475 184 0 56001 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 244504

[startup+582.301 s]
/proc/loadavg: 4.03 3.60 2.89 5/190 23130
/proc/meminfo: memFree=15148440/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=295376 CPUtime=582.31 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 48382 0 0 0 58218 13 0 0 25 0 1 0 489129436 302465024 45887 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 73844 45887 474 184 0 68719 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 295376

[startup+642.301 s]
/proc/loadavg: 4.01 3.67 2.95 5/190 23131
/proc/meminfo: memFree=15098192/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=295376 CPUtime=642.32 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 48382 0 0 0 64219 13 0 0 25 0 1 0 489129436 302465024 45887 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399968 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 73844 45887 474 184 0 68719 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 295376

[startup+702.301 s]
/proc/loadavg: 4.00 3.72 3.02 5/190 23133
/proc/meminfo: memFree=15083404/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=295376 CPUtime=702.31 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 49608 0 0 0 70218 13 0 0 25 0 1 0 489129436 302465024 47113 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 73844 47113 474 184 0 68719 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 295376

[startup+762.307 s]
/proc/loadavg: 4.00 3.77 3.07 5/190 23135
/proc/meminfo: memFree=15069484/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=295376 CPUtime=762.32 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 49608 0 0 0 76218 14 0 0 25 0 1 0 489129436 302465024 47113 33554432000 4194304 4947581 140735960783344 18446744073709551615 4400008 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 73844 47113 474 184 0 68719 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 295376

[startup+822.301 s]
/proc/loadavg: 4.00 3.81 3.13 5/190 23145
/proc/meminfo: memFree=15058076/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=349004 CPUtime=822.32 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 50123 0 0 0 82218 14 0 0 25 0 1 0 489129436 357380096 47628 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 87251 47628 474 184 0 82126 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 349004

[startup+882.3 s]
/proc/loadavg: 4.00 3.84 3.18 5/190 23147
/proc/meminfo: memFree=15054808/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=349004 CPUtime=882.32 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 50139 0 0 0 88218 14 0 0 25 0 1 0 489129436 357380096 47644 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 87251 47644 474 184 0 82126 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 349004

[startup+942.3 s]
/proc/loadavg: 4.03 3.88 3.23 6/190 23150
/proc/meminfo: memFree=15025380/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=349004 CPUtime=942.32 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 50227 0 0 0 94218 14 0 0 25 0 1 0 489129436 357380096 47732 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 87251 47732 474 184 0 82126 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 349004

[startup+1002.3 s]
/proc/loadavg: 4.01 3.90 3.28 5/190 23153
/proc/meminfo: memFree=15021036/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=349004 CPUtime=1002.32 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 50632 0 0 0 100218 14 0 0 25 0 1 0 489129436 357380096 48137 33554432000 4194304 4947581 140735960783344 18446744073709551615 4398560 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 87251 48137 474 184 0 82126 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 349004

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.32 5/190 23155
/proc/meminfo: memFree=15014688/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=349004 CPUtime=1062.32 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 50755 0 0 0 106218 14 0 0 25 0 1 0 489129436 357380096 48260 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 87251 48260 474 184 0 82126 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 349004

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.36 5/190 23156
/proc/meminfo: memFree=14993944/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=349004 CPUtime=1122.32 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 50755 0 0 0 112218 14 0 0 25 0 1 0 489129436 357380096 48260 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 87251 48260 474 184 0 82126 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 349004

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.40 5/190 23158
/proc/meminfo: memFree=14984492/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=349004 CPUtime=1182.32 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 51389 0 0 0 118218 14 0 0 25 0 1 0 489129436 357380096 48894 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 87251 48894 474 184 0 82126 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 349004

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.43 5/190 23159
/proc/meminfo: memFree=14946880/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=349004 CPUtime=1242.33 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 51389 0 0 0 124218 15 0 0 25 0 1 0 489129436 357380096 48894 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399336 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 87251 48894 474 184 0 82126 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 349004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.92 3.46 2/184 23164
/proc/meminfo: memFree=15940752/32951124 swapFree=67111528/67111528
[pid=23113] ppid=23111 vsize=349004 CPUtime=1300.04 cores=5,7
/proc/23113/stat : 23113 (synit_sat) R 23111 23113 22577 0 -1 4202496 51389 0 0 0 129989 15 0 0 25 0 1 0 489129436 357380096 48894 33554432000 4194304 4947581 140735960783344 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23113/statm: 87251 48894 474 184 0 82126 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 349004

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.05
CPU user time (s): 1299.89
CPU system time (s): 0.161975
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 349004

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

runsolver used 2.07568 second user time and 5.02823 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-26 01:48:10
IDJOB=3289462
IDBENCH=83125
IDSOLVER=1571
FILE ID=node105/3289462-1303775290
RUNJOBID= node105-1303775287-23074
PBS_JOBID= 13157189
Free space on /tmp= 71876 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom14.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289462-1303775290/watcher-3289462-1303775290 -o /tmp/evaluation-result-3289462-1303775290/solver-3289462-1303775290 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3289462-1303775290.cnf 1662119661

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

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=1662119661

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:     32951124 kB
MemFree:      15957344 kB
Buffers:       2287080 kB
Cached:       13888228 kB
SwapCached:          0 kB
Active:        8689272 kB
Inactive:      7734860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15957344 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24612 kB
Writeback:           0 kB
AnonPages:      246868 kB
Mapped:          16372 kB
Slab:           505040 kB
PageTables:       5944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   454448 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= 71896 MiB
End job on node105 at 2011-04-26 02:09:52