Trace number 3289876

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/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.01	c Find Units :        272
0.00/0.01	c Find Invs  :        128
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :       1056 AvgFaninNum: 2.5
0.00/0.02	c Find Ite   :         32
0.00/0.02	c UnDirect variable: 1968
0.00/0.02	c UnDirect to Direct Gate: 834
0.00/0.02	c Forced Direct Gate: 578 Unuse unDirect Gate: 883
0.00/0.02	c Break Cycle : 47
0.00/0.02	c Total Root : 255 Undef Var: 1181
0.00/0.02	c After covering, Total Root: 264 Leaf: 860
0.00/0.02	c Variable( cover/uncovered/unused ): 1679 321 0
0.00/0.02	c Unit Clauses: 272
0.00/0.02	c Binary Clauses( cover/uncovered ): 242 14
0.00/0.02	c Clauses( cover/uncovered ): 4676 15340
0.00/0.02	c Total Clauses( cover/uncovered ): 5190 15354 25.2629%
0.00/0.02	c Covered Ands: 0 Invs: 121 Xors: 675 Ites: 23
0.00/0.05	c Uncover Clauses avg size: 6.00287 max size: 8
0.00/0.05	c Final circuit: i/l/o/s     954       0   15073     57297
0.00/0.05	c cover rate 25.2629
0.00/0.05	c rocky end  0.04 total 0.04
0.19/0.22	c covering time  0.17 total 0.21
1300.02/1300.00	c interrupt  1299.81 total 1300.02
1300.02/1300.00	c INTERRUPTED ... 
1300.02/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-3289876-1303777228/watcher-3289876-1303777228 -o /tmp/evaluation-result-3289876-1303777228/solver-3289876-1303777228 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3289876-1303777228.cnf 70497930 

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: 3.25 3.82 3.78 5/178 16469
/proc/meminfo: memFree=23687200/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=29720 CPUtime=0 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 2032 0 0 0 0 0 0 0 18 0 1 0 470138087 30433280 1969 33554432000 4194304 4947581 140733549709696 18446744073709551615 4283938 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16467/statm: 7429 1971 322 184 0 2304 0

[startup+0.08028 s]
/proc/loadavg: 3.25 3.82 3.78 5/178 16469
/proc/meminfo: memFree=23687200/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=43052 CPUtime=0.07 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 5588 0 0 0 7 0 0 0 18 0 1 0 470138087 44085248 5523 33554432000 4194304 4947581 140733549709696 18446744073709551615 4841264 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 10763 5523 410 184 0 5638 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43052

[startup+0.100276 s]
/proc/loadavg: 3.25 3.82 3.78 5/178 16469
/proc/meminfo: memFree=23687200/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=46124 CPUtime=0.08 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 6234 0 0 0 8 0 0 0 18 0 1 0 470138087 47230976 6169 33554432000 4194304 4947581 140733549709696 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 11531 6170 410 184 0 6406 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46124

[startup+0.300241 s]
/proc/loadavg: 3.25 3.82 3.78 5/178 16469
/proc/meminfo: memFree=23687200/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=75960 CPUtime=0.29 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 11704 0 0 0 28 1 0 0 18 0 1 0 470138087 77783040 11639 33554432000 4194304 4947581 140733549709696 18446744073709551615 4398524 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 18990 11639 433 184 0 13865 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75960

[startup+0.700169 s]
/proc/loadavg: 3.25 3.82 3.78 5/178 16469
/proc/meminfo: memFree=23687200/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=88888 CPUtime=0.68 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 14868 0 0 0 67 1 0 0 18 0 1 0 470138087 91021312 14803 33554432000 4194304 4947581 140733549709696 18446744073709551615 4510367 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 22222 14803 449 184 0 17097 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 88888

[startup+1.50103 s]
/proc/loadavg: 3.25 3.82 3.78 5/190 16486
/proc/meminfo: memFree=23418984/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=110136 CPUtime=1.49 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 16160 0 0 0 147 2 0 0 19 0 1 0 470138087 112779264 16090 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399034 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 27534 16090 465 184 0 22409 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110136

[startup+3.10076 s]
/proc/loadavg: 3.25 3.82 3.78 6/190 16486
/proc/meminfo: memFree=23348328/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=119452 CPUtime=3.09 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 18333 0 0 0 307 2 0 0 25 0 1 0 470138087 122318848 18257 33554432000 4194304 4947581 140733549709696 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 29863 18257 471 184 0 24738 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119452

[startup+6.30018 s]
/proc/loadavg: 3.31 3.83 3.79 6/190 16486
/proc/meminfo: memFree=23281044/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=157092 CPUtime=6.28 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 21796 0 0 0 626 2 0 0 25 0 1 0 470138087 160862208 21717 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 39273 21717 471 184 0 34148 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 157092

[startup+12.7011 s]
/proc/loadavg: 3.36 3.83 3.79 6/190 16486
/proc/meminfo: memFree=23240536/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=157092 CPUtime=12.69 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 24274 0 0 0 1266 3 0 0 25 0 1 0 470138087 160862208 24190 33554432000 4194304 4947581 140733549709696 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 39273 24190 471 184 0 34148 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 157092

[startup+25.5008 s]
/proc/loadavg: 3.50 3.84 3.79 6/190 16487
/proc/meminfo: memFree=23183760/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=177252 CPUtime=25.49 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 28381 0 0 0 2546 3 0 0 25 0 1 0 470138087 181506048 28294 33554432000 4194304 4947581 140733549709696 18446744073709551615 4398754 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 44313 28294 471 184 0 39188 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 177252

[startup+51.1002 s]
/proc/loadavg: 3.67 3.85 3.79 6/190 16487
/proc/meminfo: memFree=23132508/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=209328 CPUtime=51.09 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 34002 0 0 0 5105 4 0 0 25 0 1 0 470138087 214351872 33866 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399868 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 52332 33866 473 184 0 47207 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 209328

[startup+102.307 s]
/proc/loadavg: 3.86 3.87 3.80 7/190 16489
/proc/meminfo: memFree=23091076/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=209328 CPUtime=102.3 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 37368 0 0 0 10225 5 0 0 25 0 1 0 470138087 214351872 37199 33554432000 4194304 4947581 140733549709696 18446744073709551615 4398566 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 52332 37199 478 184 0 47207 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 209328

[startup+162.301 s]
/proc/loadavg: 3.94 3.89 3.82 6/190 16490
/proc/meminfo: memFree=22974364/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=209328 CPUtime=162.29 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 41756 0 0 0 16223 6 0 0 25 0 1 0 470138087 214351872 41581 33554432000 4194304 4947581 140733549709696 18446744073709551615 4398888 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 52332 41581 472 184 0 47207 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 209328

[startup+222.301 s]
/proc/loadavg: 4.06 3.94 3.83 6/190 16492
/proc/meminfo: memFree=22913328/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=223280 CPUtime=222.29 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 49796 0 0 0 22221 8 0 0 25 0 1 0 470138087 228638720 46661 33554432000 4194304 4947581 140733549709696 18446744073709551615 4398697 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 55820 46661 471 184 0 50695 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 223280

[startup+282.3 s]
/proc/loadavg: 4.10 3.96 3.85 6/190 16497
/proc/meminfo: memFree=22889104/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=237652 CPUtime=282.3 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 51290 0 0 0 28221 9 0 0 25 0 1 0 470138087 243355648 48155 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 59413 48155 471 184 0 54288 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 237652

[startup+342.301 s]
/proc/loadavg: 4.04 3.97 3.85 6/190 16498
/proc/meminfo: memFree=22840516/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=237652 CPUtime=342.3 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 52160 0 0 0 34220 10 0 0 25 0 1 0 470138087 243355648 49025 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 59413 49025 471 184 0 54288 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 237652

[startup+402.301 s]
/proc/loadavg: 4.01 3.97 3.86 6/190 16500
/proc/meminfo: memFree=22824620/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=301952 CPUtime=402.29 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 55113 0 0 0 40219 10 0 0 25 0 1 0 470138087 309198848 51978 33554432000 4194304 4947581 140733549709696 18446744073709551615 4400319 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 75488 51978 471 184 0 70363 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 301952

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.86 6/190 16501
/proc/meminfo: memFree=22792224/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=368360 CPUtime=462.3 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 61980 0 0 0 46216 14 0 0 25 0 1 0 470138087 377200640 58845 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399764 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 92090 58845 471 184 0 86965 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 368360

[startup+522.301 s]
/proc/loadavg: 4.04 3.99 3.87 6/190 16503
/proc/meminfo: memFree=22768764/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=368360 CPUtime=522.3 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 66565 0 0 0 52214 16 0 0 25 0 1 0 470138087 377200640 63430 33554432000 4194304 4947581 140733549709696 18446744073709551615 4401200 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 92090 63430 471 184 0 86965 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 368360

[startup+582.301 s]
/proc/loadavg: 4.01 3.99 3.88 6/190 16505
/proc/meminfo: memFree=22738728/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=368360 CPUtime=582.31 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 67846 0 0 0 58214 17 0 0 25 0 1 0 470138087 377200640 64711 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 92090 64711 472 184 0 86965 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 368360

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.89 6/190 16506
/proc/meminfo: memFree=22727784/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=440652 CPUtime=642.31 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 68927 0 0 0 64214 17 0 0 25 0 1 0 470138087 451227648 65792 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 110163 65792 472 184 0 105038 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 440652

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.89 5/190 16508
/proc/meminfo: memFree=22667620/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=440652 CPUtime=702.31 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 75394 0 0 0 70211 20 0 0 25 0 1 0 470138087 451227648 72258 33554432000 4194304 4947581 140733549709696 18446744073709551615 4515664 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 110163 72258 471 184 0 105038 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 440652

[startup+762.307 s]
/proc/loadavg: 4.11 4.02 3.91 6/190 16509
/proc/meminfo: memFree=22656424/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=517328 CPUtime=762.31 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 75709 0 0 0 76211 20 0 0 25 0 1 0 470138087 529743872 72573 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 129332 72573 471 184 0 124207 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 517328

[startup+822.3 s]
/proc/loadavg: 4.04 4.01 3.91 6/190 16511
/proc/meminfo: memFree=22583612/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=517328 CPUtime=822.31 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 76505 0 0 0 82210 21 0 0 25 0 1 0 470138087 529743872 73369 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399846 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 129332 73369 471 184 0 124207 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 517328

[startup+882.301 s]
/proc/loadavg: 4.01 4.01 3.91 6/190 16513
/proc/meminfo: memFree=22554568/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=517328 CPUtime=882.31 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 77729 0 0 0 88210 21 0 0 25 0 1 0 470138087 529743872 74593 33554432000 4194304 4947581 140733549709696 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 129332 74593 471 184 0 124207 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 517328

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.91 6/190 16514
/proc/meminfo: memFree=22514736/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=517328 CPUtime=942.32 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 77935 0 0 0 94210 22 0 0 25 0 1 0 470138087 529743872 74799 33554432000 4194304 4947581 140733549709696 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 129332 74799 471 184 0 124207 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 517328

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.91 6/190 16516
/proc/meminfo: memFree=22438444/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=517328 CPUtime=1002.32 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 77936 0 0 0 100210 22 0 0 25 0 1 0 470138087 529743872 74800 33554432000 4194304 4947581 140733549709696 18446744073709551615 4400046 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 129332 74800 471 184 0 124207 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 517328

[startup+1062.3 s]
/proc/loadavg: 4.06 4.02 3.91 6/190 16517
/proc/meminfo: memFree=22407176/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=517328 CPUtime=1062.32 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 78058 0 0 0 106210 22 0 0 25 0 1 0 470138087 529743872 74922 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 129332 74922 471 184 0 124207 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 517328

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.91 6/190 16519
/proc/meminfo: memFree=22398352/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=517328 CPUtime=1122.32 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 78060 0 0 0 112210 22 0 0 25 0 1 0 470138087 529743872 74924 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 129332 74924 471 184 0 124207 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 517328

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.91 6/190 16521
/proc/meminfo: memFree=22382208/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=517328 CPUtime=1182.32 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 78457 0 0 0 118210 22 0 0 25 0 1 0 470138087 529743872 75321 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 129332 75321 471 184 0 124207 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 517328

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 6/190 16522
/proc/meminfo: memFree=22379200/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=517328 CPUtime=1242.32 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 78620 0 0 0 124210 22 0 0 25 0 1 0 470138087 529743872 75484 33554432000 4194304 4947581 140733549709696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 129332 75484 471 184 0 124207 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 517328



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.03 3.93 6/190 16524
/proc/meminfo: memFree=22358964/32951124 swapFree=67111528/67111528
[pid=16467] ppid=16464 vsize=517328 CPUtime=1300.02 cores=5,7
/proc/16467/stat : 16467 (synit_sat) R 16464 16467 16091 0 -1 4202496 78639 0 0 0 129980 22 0 0 25 0 1 0 470138087 529743872 75503 33554432000 4194304 4947581 140733549709696 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/16467/statm: 129332 75503 471 184 0 124207 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 517328

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.81
CPU system time (s): 0.244962
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 517328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78644
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= 15
involuntary context switches= 1881

runsolver used 2.07568 second user time and 5.01224 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-26 02:20:28
IDJOB=3289876
IDBENCH=83410
IDSOLVER=1571
FILE ID=node140/3289876-1303777228
RUNJOBID= node140-1303777227-16446
PBS_JOBID= 13157191
Free space on /tmp= 72240 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_keyfind_1.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289876-1303777228/watcher-3289876-1303777228 -o /tmp/evaluation-result-3289876-1303777228/solver-3289876-1303777228 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3289876-1303777228.cnf 70497930

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=70497930

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.14
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.833
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.833
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.77
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.833
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.75
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.833
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.833
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.75
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.833
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:      23687644 kB
Buffers:       2237212 kB
Cached:        6398172 kB
SwapCached:          0 kB
Active:        1059524 kB
Inactive:      7638468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23687644 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11516 kB
Writeback:           0 kB
AnonPages:       62648 kB
Mapped:          14464 kB
Slab:           501236 kB
PageTables:       4912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185080 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= 72228 MiB
End job on node140 at 2011-04-26 02:42:10