Trace number 3290336

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1092.34
Satisfiable
(Un)Satisfiability was proved
Number of variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
Number of clauses of size over 50

Solver Data

0.00/0.01	c start  0 total 0
0.00/0.01	c Find Units :         80
0.00/0.01	c Find Invs  :         64
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :        480 AvgFaninNum: 2.03333
0.00/0.01	c Find Ite   :         32
0.00/0.01	c UnDirect variable: 880
0.00/0.01	c UnDirect to Direct Gate: 244
0.00/0.01	c Forced Direct Gate: 158 Unuse unDirect Gate: 447
0.00/0.01	c Break Cycle : 19
0.00/0.01	c Total Root : 113 Undef Var: 655
0.00/0.01	c After covering, Total Root: 119 Leaf: 315
0.00/0.01	c Variable( cover/uncovered/unused ): 572 340 0
0.00/0.01	c Unit Clauses: 80
0.00/0.01	c Binary Clauses( cover/uncovered ): 62 98
0.00/0.01	c Clauses( cover/uncovered ): 948 2300
0.00/0.01	c Total Clauses( cover/uncovered ): 1090 2398 31.25%
0.00/0.01	c Covered Ands: 0 Invs: 31 Xors: 198 Ites: 28
0.00/0.01	c Uncover Clauses avg size: 3.29608 max size: 5
0.00/0.01	c Final circuit: i/l/o/s     582       0    2281      5541
0.00/0.01	c cover rate 31.25
0.00/0.01	c rocky end  0 total 0
0.00/0.02	c covering time  0.01 total 0.01
1300.04/1300.00	c interrupt  1300.03 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-3290336-1303779975/watcher-3290336-1303779975 -o /tmp/evaluation-result-3290336-1303779975/solver-3290336-1303779975 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3290336-1303779975.cnf 508536968 

running on 2 cores: 1,3

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.73 3.89 3.35 4/189 9169
/proc/meminfo: memFree=14075556/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=30680 CPUtime=0 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 2127 0 0 0 0 0 0 0 25 0 1 0 489598304 31416320 2061 33554432000 4194304 4947581 140733667201648 18446744073709551615 4807984 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 7670 2063 377 184 0 2545 0

[startup+0.085928 s]
/proc/loadavg: 3.73 3.89 3.35 4/189 9169
/proc/meminfo: memFree=14075556/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=43000 CPUtime=0.07 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 3454 0 0 0 7 0 0 0 25 0 1 0 489598304 44032000 3388 33554432000 4194304 4947581 140733667201648 18446744073709551615 4401176 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 10750 3388 467 184 0 5625 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43000

[startup+0.100921 s]
/proc/loadavg: 3.73 3.89 3.35 4/189 9169
/proc/meminfo: memFree=14075556/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=43000 CPUtime=0.09 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 3468 0 0 0 9 0 0 0 25 0 1 0 489598304 44032000 3402 33554432000 4194304 4947581 140733667201648 18446744073709551615 222921473726 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 10750 3402 467 184 0 5625 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43000

[startup+0.300883 s]
/proc/loadavg: 3.73 3.89 3.35 4/189 9169
/proc/meminfo: memFree=14075556/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=52492 CPUtime=0.29 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 3691 0 0 0 29 0 0 0 25 0 1 0 489598304 53751808 3625 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 13123 3625 467 184 0 7998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52492

[startup+0.700824 s]
/proc/loadavg: 3.73 3.89 3.35 4/189 9169
/proc/meminfo: memFree=14075556/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=61608 CPUtime=0.69 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 4200 0 0 0 69 0 0 0 25 0 1 0 489598304 63086592 4134 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399013 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 15402 4134 467 184 0 10277 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61608

[startup+1.50066 s]
/proc/loadavg: 3.73 3.89 3.35 5/190 9170
/proc/meminfo: memFree=14057548/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=70336 CPUtime=1.49 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 4748 0 0 0 149 0 0 0 25 0 1 0 489598304 72024064 4682 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399950 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 17584 4684 467 184 0 12459 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70336

[startup+3.10037 s]
/proc/loadavg: 3.73 3.89 3.35 5/190 9170
/proc/meminfo: memFree=14041676/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=88096 CPUtime=3.09 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 7119 0 0 0 309 0 0 0 25 0 1 0 489598304 90210304 7052 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 22024 7052 472 184 0 16899 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88096

[startup+6.30079 s]
/proc/loadavg: 3.76 3.89 3.35 5/190 9170
/proc/meminfo: memFree=14024304/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=97208 CPUtime=6.29 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 7935 0 0 0 628 1 0 0 25 0 1 0 489598304 99540992 7868 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 24302 7868 472 184 0 19177 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97208

[startup+12.7006 s]
/proc/loadavg: 3.78 3.89 3.36 5/190 9170
/proc/meminfo: memFree=13982544/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=97208 CPUtime=12.69 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 10203 0 0 0 1268 1 0 0 25 0 1 0 489598304 99540992 10125 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 24302 10125 472 184 0 19177 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97208

[startup+25.5003 s]
/proc/loadavg: 3.82 3.90 3.37 5/190 9171
/proc/meminfo: memFree=13941264/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=97208 CPUtime=25.49 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 12072 0 0 0 2548 1 0 0 25 0 1 0 489598304 99540992 11994 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399798 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 24302 11994 473 184 0 19177 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97208

[startup+51.1006 s]
/proc/loadavg: 3.88 3.90 3.38 5/190 9171
/proc/meminfo: memFree=13905760/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=97208 CPUtime=51.09 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 14822 0 0 0 5108 1 0 0 25 0 1 0 489598304 99540992 14743 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399764 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 24302 14743 472 184 0 19177 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 97208

[startup+102.306 s]
/proc/loadavg: 3.95 3.92 3.41 5/190 9173
/proc/meminfo: memFree=13801460/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=107832 CPUtime=102.3 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 18823 0 0 0 10228 2 0 0 25 0 1 0 489598304 110419968 18743 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399407 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 26958 18743 472 184 0 21833 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107832

[startup+162.3 s]
/proc/loadavg: 3.98 3.93 3.45 5/190 9174
/proc/meminfo: memFree=13757792/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=130604 CPUtime=162.29 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 22459 0 0 0 16227 2 0 0 25 0 1 0 489598304 133738496 22357 33554432000 4194304 4947581 140733667201648 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 32651 22357 472 184 0 27526 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 130604

[startup+222.3 s]
/proc/loadavg: 3.99 3.94 3.48 5/190 9176
/proc/meminfo: memFree=13683856/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=142512 CPUtime=222.3 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 25830 0 0 0 22227 3 0 0 25 0 1 0 489598304 145932288 25728 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 35628 25728 472 184 0 30503 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 142512

[startup+282.3 s]
/proc/loadavg: 3.99 3.95 3.51 5/190 9178
/proc/meminfo: memFree=13639572/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=154600 CPUtime=282.3 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 29322 0 0 0 28227 3 0 0 25 0 1 0 489598304 158310400 29220 33554432000 4194304 4947581 140733667201648 18446744073709551615 4401200 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 38650 29220 472 184 0 33525 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 154600

[startup+342.3 s]
/proc/loadavg: 3.99 3.95 3.54 5/190 9179
/proc/meminfo: memFree=13546680/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=179072 CPUtime=342.3 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 35278 0 0 0 34225 5 0 0 25 0 1 0 489598304 183369728 35176 33554432000 4194304 4947581 140733667201648 18446744073709551615 4352016 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 44768 35176 472 184 0 39643 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 179072

[startup+402.3 s]
/proc/loadavg: 3.99 3.96 3.56 5/190 9181
/proc/meminfo: memFree=13498300/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=216568 CPUtime=402.3 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 40917 0 0 0 40224 6 0 0 25 0 1 0 489598304 221765632 40815 33554432000 4194304 4947581 140733667201648 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 54142 40815 472 184 0 49017 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 216568

[startup+462.3 s]
/proc/loadavg: 3.99 3.96 3.58 5/190 9182
/proc/meminfo: memFree=13462076/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=216568 CPUtime=462.3 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 43992 0 0 0 46224 6 0 0 25 0 1 0 489598304 221765632 43890 33554432000 4194304 4947581 140733667201648 18446744073709551615 4491956 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 54142 43890 472 184 0 49017 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 216568

[startup+522.3 s]
/proc/loadavg: 4.08 4.00 3.62 5/190 9184
/proc/meminfo: memFree=13445436/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=229616 CPUtime=522.3 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 46604 0 0 0 52223 7 0 0 25 0 1 0 489598304 235126784 43969 33554432000 4194304 4947581 140733667201648 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 57404 43969 472 184 0 52279 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 229616

[startup+582.3 s]
/proc/loadavg: 4.07 4.01 3.64 5/190 9186
/proc/meminfo: memFree=13417880/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=229616 CPUtime=582.31 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 48084 0 0 0 58223 8 0 0 25 0 1 0 489598304 235126784 45449 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 57404 45449 472 184 0 52279 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 229616

[startup+642.3 s]
/proc/loadavg: 4.02 4.01 3.66 5/190 9187
/proc/meminfo: memFree=13354120/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=296416 CPUtime=642.32 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 51729 0 0 0 64223 9 0 0 25 0 1 0 489598304 303529984 49093 33554432000 4194304 4947581 140733667201648 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 74104 49093 474 184 0 68979 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 296416

[startup+702.3 s]
/proc/loadavg: 4.01 4.00 3.68 5/190 9189
/proc/meminfo: memFree=13317132/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=296416 CPUtime=702.31 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 54275 0 0 0 70222 9 0 0 25 0 1 0 489598304 303529984 51637 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 74104 51637 472 184 0 68979 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 296416

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.70 5/190 9190
/proc/meminfo: memFree=13294172/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=296416 CPUtime=762.32 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 55817 0 0 0 76222 10 0 0 25 0 1 0 489598304 303529984 53179 33554432000 4194304 4947581 140733667201648 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 74104 53179 472 184 0 68979 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 296416

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/190 9192
/proc/meminfo: memFree=13287204/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=296416 CPUtime=822.31 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 56826 0 0 0 82221 10 0 0 25 0 1 0 489598304 303529984 54152 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 74104 54152 493 184 0 68979 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 296416

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/190 9194
/proc/meminfo: memFree=13272800/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=310192 CPUtime=882.32 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 57475 0 0 0 88221 11 0 0 25 0 1 0 489598304 317636608 54801 33554432000 4194304 4947581 140733667201648 18446744073709551615 4343552 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 77548 54801 493 184 0 72423 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 310192

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/190 9195
/proc/meminfo: memFree=13269060/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=310192 CPUtime=942.32 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 57618 0 0 0 94221 11 0 0 25 0 1 0 489598304 317636608 54944 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 77548 54944 493 184 0 72423 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 310192

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.75 5/190 9197
/proc/meminfo: memFree=13260856/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=310192 CPUtime=1002.32 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 58262 0 0 0 100221 11 0 0 25 0 1 0 489598304 317636608 55587 33554432000 4194304 4947581 140733667201648 18446744073709551615 4400019 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 77548 55587 493 184 0 72423 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 310192

[startup+1062.3 s]
/proc/loadavg: 4.11 4.03 3.78 5/190 9198
/proc/meminfo: memFree=13248812/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=367976 CPUtime=1062.32 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 59275 0 0 0 106221 11 0 0 25 0 1 0 489598304 376807424 56600 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399764 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 91994 56600 493 184 0 86869 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 367976

[startup+1122.3 s]
/proc/loadavg: 4.10 4.04 3.79 5/190 9200
/proc/meminfo: memFree=13220136/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=367976 CPUtime=1122.33 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 59519 0 0 0 112221 12 0 0 25 0 1 0 489598304 376807424 56844 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 91994 56844 493 184 0 86869 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 367976

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.81 5/190 9202
/proc/meminfo: memFree=13203616/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=367976 CPUtime=1182.33 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 59807 0 0 0 118221 12 0 0 25 0 1 0 489598304 376807424 57132 33554432000 4194304 4947581 140733667201648 18446744073709551615 4354068 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 91994 57132 493 184 0 86869 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 367976

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.82 5/190 9203
/proc/meminfo: memFree=13190572/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=367976 CPUtime=1242.33 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 60014 0 0 0 124221 12 0 0 25 0 1 0 489598304 376807424 57339 33554432000 4194304 4947581 140733667201648 18446744073709551615 4400323 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 91994 57339 493 184 0 86869 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 367976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.76 3.97 3.81 2/173 9259
/proc/meminfo: memFree=13939336/32951124 swapFree=67111528/67111528
[pid=9169] ppid=9167 vsize=367976 CPUtime=1300.04 cores=1,3
/proc/9169/stat : 9169 (synit_sat) R 9167 9169 7693 0 -1 4202496 60431 0 0 0 129992 12 0 0 25 0 1 0 489598304 376807424 57756 33554432000 4194304 4947581 140733667201648 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/9169/statm: 91994 57756 493 184 0 86869 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 367976

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

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

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

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

runsolver used 2.07768 second user time and 4.94825 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-26 03:06:16
IDJOB=3290336
IDBENCH=83431
IDSOLVER=1571
FILE ID=node109/3290336-1303779975
RUNJOBID= node109-1303779970-9075
PBS_JOBID= 13157175
Free space on /tmp= 71972 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_4_keyfind_1.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290336-1303779975/watcher-3290336-1303779975 -o /tmp/evaluation-result-3290336-1303779975/solver-3290336-1303779975 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3290336-1303779975.cnf 508536968

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=508536968

node109.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.809
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.809
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.75
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.809
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.74
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.809
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14075588 kB
Buffers:       2118628 kB
Cached:       16028208 kB
SwapCached:          0 kB
Active:        9969344 kB
Inactive:      8328804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14075588 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10172 kB
Writeback:           0 kB
AnonPages:      150676 kB
Mapped:          17092 kB
Slab:           512928 kB
PageTables:       5340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   457684 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= 71976 MiB
End job on node109 at 2011-04-26 03:27:58