Trace number 3387468

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 5000.05 4999.94

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_10_keyfind_1.cnf
MD5SUMf35f3aee72237c1bf3d673feb4883756
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 variables8080
Number of clauses96704
Sum of the clauses size539496
Maximum clause length8
Minimum clause length1
Number of clauses of size 1336
Number of clauses of size 21152
Number of clauses of size 315040
Number of clauses of size 42944
Number of clauses of size 518432
Number of clauses of size over 558800

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3387468-1305603349/watcher-3387468-1305603349 -o /tmp/evaluation-result-3387468-1305603349/solver-3387468-1305603349 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387468-1305603349.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.93 4.01 3.99 5/537 10450
/proc/meminfo: memFree=15760280/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=20528 CPUtime=0 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 968 0 0 0 0 0 0 0 25 0 1 0 671932888 21020672 906 33554432000 4194304 4300288 140736039090272 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 5132 906 218 26 0 1764 0

[startup+0.07243 s]
/proc/loadavg: 3.93 4.01 3.99 5/537 10450
/proc/meminfo: memFree=15760280/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=25760 CPUtime=0.06 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 3190 0 0 0 6 0 0 0 25 0 1 0 671932888 26378240 2862 33554432000 4194304 4300288 140736039090272 18446744073709551615 4228218 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 6440 2862 221 26 0 3072 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25760

[startup+0.100414 s]
/proc/loadavg: 3.93 4.01 3.99 5/537 10450
/proc/meminfo: memFree=15760280/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=25760 CPUtime=0.09 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 3190 0 0 0 9 0 0 0 25 0 1 0 671932888 26378240 2862 33554432000 4194304 4300288 140736039090272 18446744073709551615 4228437 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 6440 2862 221 26 0 3072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25760

[startup+0.300351 s]
/proc/loadavg: 3.93 4.01 3.99 5/537 10450
/proc/meminfo: memFree=15760280/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=26624 CPUtime=0.28 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 3488 0 0 0 28 0 0 0 25 0 1 0 671932888 27262976 3151 33554432000 4194304 4300288 140736039090272 18446744073709551615 4228524 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 6656 3151 222 26 0 3288 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26624

[startup+0.700277 s]
/proc/loadavg: 3.93 4.01 3.99 5/537 10450
/proc/meminfo: memFree=15760280/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=26080 CPUtime=0.69 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 4760 0 0 0 68 1 0 0 25 0 1 0 671932888 26705920 3307 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256034 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 6520 3307 242 26 0 3152 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26080

[startup+1.50117 s]
/proc/loadavg: 3.93 4.01 3.99 5/538 10451
/proc/meminfo: memFree=15744528/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=30212 CPUtime=1.49 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 5786 0 0 0 148 1 0 0 25 0 1 0 671932888 30937088 4297 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255845 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 7553 4297 242 26 0 4185 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30212

[startup+3.10089 s]
/proc/loadavg: 3.93 4.01 3.99 5/538 10451
/proc/meminfo: memFree=15736088/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=37604 CPUtime=3.09 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 7739 0 0 0 308 1 0 0 25 0 1 0 671932888 38506496 6191 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 9401 6191 242 26 0 6033 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37604

[startup+6.30032 s]
/proc/loadavg: 3.94 4.01 3.99 5/538 10452
/proc/meminfo: memFree=15724812/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=50648 CPUtime=6.29 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 12433 0 0 0 627 2 0 0 25 0 1 0 671932888 51863552 7317 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 12662 7317 242 26 0 9294 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50648

[startup+12.7012 s]
/proc/loadavg: 3.94 4.01 3.99 5/538 10452
/proc/meminfo: memFree=15697960/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=68788 CPUtime=12.68 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 15930 0 0 0 1266 2 0 0 25 0 1 0 671932888 70438912 10566 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 17197 10566 242 26 0 13829 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68788

[startup+25.501 s]
/proc/loadavg: 3.95 4.01 3.99 5/538 10452
/proc/meminfo: memFree=15757340/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=68788 CPUtime=25.49 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 24475 0 0 0 2545 4 0 0 25 0 1 0 671932888 70438912 14008 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 17197 14008 242 26 0 13829 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68788

[startup+51.1005 s]
/proc/loadavg: 3.97 4.01 3.99 5/538 10453
/proc/meminfo: memFree=15699004/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=96676 CPUtime=51.09 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 48183 0 0 0 5101 8 0 0 25 0 1 0 671932888 98996224 16313 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256445 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 24169 16313 242 26 0 20801 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96676

[startup+102.32 s]
/proc/loadavg: 3.98 4.00 3.99 5/538 10454
/proc/meminfo: memFree=15676772/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=109228 CPUtime=102.31 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 67523 0 0 0 10220 11 0 0 25 0 1 0 671932888 111849472 24120 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256218 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 27307 24120 242 26 0 23939 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 109228

[startup+162.301 s]
/proc/loadavg: 3.99 4.00 3.99 5/538 10456
/proc/meminfo: memFree=15669660/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=109228 CPUtime=162.29 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 85147 0 0 0 16215 14 0 0 25 0 1 0 671932888 111849472 24120 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 27307 24120 242 26 0 23939 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 109228

[startup+222.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/538 10457
/proc/meminfo: memFree=15665160/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=109228 CPUtime=222.29 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 94229 0 0 0 22213 16 0 0 25 0 1 0 671932888 111849472 24120 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 27307 24120 242 26 0 23939 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 109228

[startup+282.301 s]
/proc/loadavg: 3.99 4.00 3.99 5/538 10459
/proc/meminfo: memFree=15509368/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=189368 CPUtime=282.3 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 125191 0 0 0 28210 20 0 0 25 0 1 0 671932888 193912832 40608 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 47342 40608 242 26 0 43974 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 189368

[startup+342.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/538 10461
/proc/meminfo: memFree=15559416/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=129484 CPUtime=342.29 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 152891 0 0 0 34203 26 0 0 25 0 1 0 671932888 132591616 29185 33554432000 4194304 4300288 140736039090272 18446744073709551615 4270694 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 32371 29185 242 26 0 29003 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 129484

[startup+402.301 s]
/proc/loadavg: 4.10 4.03 4.00 5/538 10462
/proc/meminfo: memFree=15555896/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=178804 CPUtime=402.3 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 187939 0 0 0 40200 30 0 0 25 0 1 0 671932888 183095296 37052 33554432000 4194304 4300288 140736039090272 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 44701 37052 242 26 0 41333 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 178804

[startup+462.3 s]
/proc/loadavg: 4.21 4.08 4.02 5/538 10464
/proc/meminfo: memFree=15512204/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=178804 CPUtime=462.3 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 218209 0 0 0 46197 33 0 0 25 0 1 0 671932888 183095296 41536 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256243 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 44701 41536 242 26 0 41333 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 178804

[startup+522.301 s]
/proc/loadavg: 4.15 4.09 4.02 5/538 10465
/proc/meminfo: memFree=15504468/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=202208 CPUtime=522.3 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 254455 0 0 0 52191 39 0 0 25 0 1 0 671932888 207060992 43669 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 50552 43669 242 26 0 47184 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 202208

[startup+582.3 s]
/proc/loadavg: 4.09 4.09 4.02 5/538 10467
/proc/meminfo: memFree=15534556/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=152888 CPUtime=582.3 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 277485 0 0 0 58187 43 0 0 25 0 1 0 671932888 156557312 35035 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 38222 35035 242 26 0 34854 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 152888

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 3.02 3.20 3.57 4/532 10671
/proc/meminfo: memFree=14658924/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=375324 CPUtime=4062.4 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1609931 0 0 0 405936 304 0 0 25 0 1 0 671932888 384331776 86768 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 93831 86768 242 26 0 90463 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 375324

[startup+4122.3 s]
/proc/loadavg: 3.00 3.16 3.53 4/532 10672
/proc/meminfo: memFree=14572212/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=456232 CPUtime=4122.38 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1628601 0 0 0 411930 308 0 0 25 0 1 0 671932888 467181568 105056 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 114058 105056 242 26 0 110690 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 456232

[startup+4182.3 s]
/proc/loadavg: 3.00 3.13 3.50 4/532 10674
/proc/meminfo: memFree=14663808/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=326004 CPUtime=4182.38 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1644386 0 0 0 417927 311 0 0 25 0 1 0 671932888 333828096 78313 33554432000 4194304 4300288 140736039090272 18446744073709551615 4268055 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 81501 78313 242 26 0 78133 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 326004

[startup+4242.3 s]
/proc/loadavg: 3.00 3.10 3.46 4/532 10676
/proc/meminfo: memFree=14650140/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=326004 CPUtime=4242.39 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1661323 0 0 0 423924 315 0 0 25 0 1 0 671932888 333828096 78313 33554432000 4194304 4300288 140736039090272 18446744073709551615 4269186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 81501 78313 242 26 0 78133 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 326004

[startup+4302.3 s]
/proc/loadavg: 3.00 3.08 3.43 4/532 10677
/proc/meminfo: memFree=14585872/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=406144 CPUtime=4302.39 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1674195 0 0 0 429922 317 0 0 25 0 1 0 671932888 415891456 91001 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 101536 91001 242 26 0 98168 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 406144

[startup+4362.3 s]
/proc/loadavg: 3.00 3.07 3.40 4/532 10679
/proc/meminfo: memFree=14556824/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=406144 CPUtime=4362.39 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1692194 0 0 0 435918 321 0 0 25 0 1 0 671932888 415891456 94957 33554432000 4194304 4300288 140736039090272 18446744073709551615 4278558 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 101536 94957 242 26 0 98168 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 406144

[startup+4422.3 s]
/proc/loadavg: 3.00 3.05 3.37 4/532 10680
/proc/meminfo: memFree=14608620/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=326004 CPUtime=4422.39 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1712320 0 0 0 441915 324 0 0 25 0 1 0 671932888 333828096 78313 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255765 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 81501 78313 242 26 0 78133 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 326004

[startup+4482.3 s]
/proc/loadavg: 3.14 3.08 3.36 4/532 10682
/proc/meminfo: memFree=14553652/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=375324 CPUtime=4482.39 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1737402 0 0 0 447911 328 0 0 25 0 1 0 671932888 384331776 88748 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255697 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 93831 88748 242 26 0 90463 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 375324

[startup+4542.3 s]
/proc/loadavg: 3.10 3.08 3.34 4/532 10684
/proc/meminfo: memFree=14548904/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=375324 CPUtime=4542.39 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1751686 0 0 0 453907 332 0 0 25 0 1 0 671932888 384331776 86058 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 93831 86058 242 26 0 90463 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 375324

[startup+4602.3 s]
/proc/loadavg: 3.03 3.06 3.32 4/532 10685
/proc/meminfo: memFree=14564128/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=326004 CPUtime=4602.41 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1758224 0 0 0 459907 334 0 0 25 0 1 0 671932888 333828096 78313 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 81501 78313 242 26 0 78133 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 326004

[startup+4662.3 s]
/proc/loadavg: 3.01 3.05 3.30 4/532 10687
/proc/meminfo: memFree=14549584/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=326004 CPUtime=4662.4 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1779526 0 0 0 465902 338 0 0 25 0 1 0 671932888 333828096 78313 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 81501 78313 242 26 0 78133 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 326004

[startup+4722.32 s]
/proc/loadavg: 3.00 3.04 3.27 4/532 10688
/proc/meminfo: memFree=14424192/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=456232 CPUtime=4722.42 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1807889 0 0 0 471899 343 0 0 25 0 1 0 671932888 467181568 106324 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 114058 106324 242 26 0 110690 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 456232

[startup+4782.3 s]
/proc/loadavg: 3.00 3.03 3.25 4/532 10690
/proc/meminfo: memFree=14466812/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=427232 CPUtime=4782.4 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1829829 0 0 0 477891 349 0 0 25 0 1 0 671932888 437485568 92372 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 106808 92372 242 26 0 103440 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 427232

[startup+4842.3 s]
/proc/loadavg: 3.00 3.02 3.24 4/532 10692
/proc/meminfo: memFree=14409988/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=477320 CPUtime=4842.41 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1840305 0 0 0 483887 354 0 0 25 0 1 0 671932888 488775680 102743 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 119330 102743 242 26 0 115962 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 477320

[startup+4902.3 s]
/proc/loadavg: 3.00 3.02 3.22 4/532 10693
/proc/meminfo: memFree=14372148/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=477320 CPUtime=4902.4 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1846608 0 0 0 489884 356 0 0 25 0 1 0 671932888 488775680 108986 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255788 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 119330 108986 242 26 0 115962 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 477320

[startup+4962.3 s]
/proc/loadavg: 3.00 3.01 3.20 4/532 10695
/proc/meminfo: memFree=14339372/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=558708 CPUtime=4962.4 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1851457 0 0 0 495882 358 0 0 25 0 1 0 671932888 572116992 113803 33554432000 4194304 4300288 140736039090272 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 139677 113803 242 26 0 136309 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 558708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 3.00 3.01 3.19 4/532 10696
/proc/meminfo: memFree=14318268/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=558708 CPUtime=5000.02 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1854633 0 0 0 499642 360 0 0 25 0 1 0 671932888 572116992 116954 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256192 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 139677 116954 242 26 0 136309 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 558708

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

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

[startup+4999.9 s]
/proc/loadavg: 3.00 3.01 3.19 4/532 10696
/proc/meminfo: memFree=14318268/32951124 swapFree=64205392/67111528
[pid=10450] ppid=10448 vsize=558708 CPUtime=5000.02 cores=0,2,4,6
/proc/10450/stat : 10450 (cir_minisat) R 10448 10450 8511 0 -1 4202496 1854633 0 0 0 499642 360 0 0 25 0 1 0 671932888 572116992 116954 33554432000 4194304 4300288 140736039090272 18446744073709551615 4256192 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10450/statm: 139677 116954 242 26 0 136309 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 558708

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.05
CPU user time (s): 4996.43
CPU system time (s): 3.62345
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 558708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.43
system time used= 3.62345
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1854633
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= 10
involuntary context switches= 6880

runsolver used 27.7378 second user time and 59.9129 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-17 05:35:49
IDJOB=3387468
IDBENCH=83413
IDSOLVER=1873
FILE ID=node136/3387468-1305603349
RUNJOBID= node136-1305598121-10197
PBS_JOBID= 13350342
Free space on /tmp= 73108 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_10_keyfind_1.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387468-1305603349/watcher-3387468-1305603349 -o /tmp/evaluation-result-3387468-1305603349/solver-3387468-1305603349 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387468-1305603349.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
RANDOM SEED=1475306793

node136.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.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.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.76
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.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.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.83
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.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.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:      15760312 kB
Buffers:         87068 kB
Cached:         810228 kB
SwapCached:      24924 kB
Active:       10309144 kB
Inactive:      6634940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15760312 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:            3488 kB
Writeback:           0 kB
AnonPages:    16028004 kB
Mapped:          40440 kB
Slab:            94128 kB
PageTables:      83064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 178841584 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= 73108 MiB
End job on node136 at 2011-05-17 06:59:11