Trace number 3422478

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: contrasat 2011-03-02? (TO) 5000.05 4999.93

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


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

running on 4 cores: 1,3,5,7

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: 2.01 2.02 2.00 2/446 12601
/proc/meminfo: memFree=30509080/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=20208 CPUtime=0 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 910 0 0 0 0 0 0 0 25 0 1 0 778463177 20692992 806 33554432000 4194304 4298156 140736572214768 18446744073709551615 4284818 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 5052 808 214 26 0 1684 0

[startup+0.0943389 s]
/proc/loadavg: 2.01 2.02 2.00 2/446 12601
/proc/meminfo: memFree=30509080/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=17676 CPUtime=0.09 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 1491 0 0 0 9 0 0 0 25 0 1 0 778463177 18100224 1086 33554432000 4194304 4298156 140736572214768 18446744073709551615 4252635 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 4419 1086 241 26 0 1051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17676

[startup+0.100338 s]
/proc/loadavg: 2.01 2.02 2.00 2/446 12601
/proc/meminfo: memFree=30509080/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=17676 CPUtime=0.09 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 1506 0 0 0 9 0 0 0 25 0 1 0 778463177 18100224 1099 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256329 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 4419 1099 241 26 0 1051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17676

[startup+0.300303 s]
/proc/loadavg: 2.01 2.02 2.00 2/446 12601
/proc/meminfo: memFree=30509080/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=20984 CPUtime=0.29 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2315 0 0 0 29 0 0 0 25 0 1 0 778463177 21487616 1384 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 5246 1384 242 26 0 1878 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20984

[startup+0.700234 s]
/proc/loadavg: 2.01 2.02 2.00 2/446 12601
/proc/meminfo: memFree=30509080/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=29076 CPUtime=0.69 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 4798 0 0 0 69 0 0 0 25 0 1 0 778463177 29773824 3486 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 7269 3486 242 26 0 3901 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29076

[startup+1.50009 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12602
/proc/meminfo: memFree=30493212/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=29076 CPUtime=1.49 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 5227 0 0 0 149 0 0 0 25 0 1 0 778463177 29773824 3854 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 7269 3854 242 26 0 3901 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29076

[startup+3.10081 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12602
/proc/meminfo: memFree=30488400/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=26444 CPUtime=3.09 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 7849 0 0 0 309 0 0 0 25 0 1 0 778463177 27078656 2844 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 6611 2844 242 26 0 3243 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26444

[startup+6.30032 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12602
/proc/meminfo: memFree=30477372/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=52520 CPUtime=6.29 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 16937 0 0 0 627 2 0 0 25 0 1 0 778463177 53780480 7161 33554432000 4194304 4298156 140736572214768 18446744073709551615 4272464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 13130 7161 242 26 0 9762 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52520

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12602
/proc/meminfo: memFree=30467612/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=52520 CPUtime=12.69 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 18985 0 0 0 1267 2 0 0 25 0 1 0 778463177 53780480 9033 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 13130 9033 242 26 0 9762 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52520

[startup+25.5009 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 12602
/proc/meminfo: memFree=30485076/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=57056 CPUtime=25.5 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 33546 0 0 0 2546 4 0 0 25 0 1 0 778463177 58425344 9881 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 14264 9881 242 26 0 10896 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 57056

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 12603
/proc/meminfo: memFree=30441776/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=82964 CPUtime=51.09 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 41401 0 0 0 5104 5 0 0 25 0 1 0 778463177 84955136 16955 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256304 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 20741 16955 242 26 0 17373 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82964

[startup+102.316 s]
/proc/loadavg: 2.16 2.04 2.01 3/447 12604
/proc/meminfo: memFree=30456868/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=64288 CPUtime=102.3 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 64431 0 0 0 10222 8 0 0 25 0 1 0 778463177 65830912 12252 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256762 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 16072 12252 242 26 0 12704 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64288

[startup+162.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/447 12606
/proc/meminfo: memFree=30441560/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=94636 CPUtime=162.3 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 72343 0 0 0 16220 10 0 0 25 0 1 0 778463177 96907264 19402 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 23659 19402 242 26 0 20291 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 94636

[startup+222.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/447 12608
/proc/meminfo: memFree=30386076/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=125252 CPUtime=222.29 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 80475 0 0 0 22218 11 0 0 25 0 1 0 778463177 128258048 26891 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 31313 26891 242 26 0 27945 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 125252

[startup+282.301 s]
/proc/loadavg: 2.10 2.07 2.01 3/447 12609
/proc/meminfo: memFree=30450984/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=94612 CPUtime=282.3 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 86765 0 0 0 28218 12 0 0 25 0 1 0 778463177 96882688 18360 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 23653 18360 242 26 0 20285 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 94612

[startup+342.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/447 12611
/proc/meminfo: memFree=30405560/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=125252 CPUtime=342.3 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 97008 0 0 0 34217 13 0 0 25 0 1 0 778463177 128258048 27884 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 31313 27884 242 26 0 27945 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 125252

[startup+402.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/447 12612
/proc/meminfo: memFree=30410124/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=125252 CPUtime=402.3 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 97008 0 0 0 40217 13 0 0 25 0 1 0 778463177 128258048 27884 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 31313 27884 242 26 0 27945 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 125252

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/447 12614
/proc/meminfo: memFree=30408588/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=125252 CPUtime=462.3 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 97009 0 0 0 46217 13 0 0 25 0 1 0 778463177 128258048 27885 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256809 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 31313 27885 242 26 0 27945 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 125252

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 12616
/proc/meminfo: memFree=30399852/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=125252 CPUtime=522.3 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 97009 0 0 0 52217 13 0 0 25 0 1 0 778463177 128258048 27885 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 31313 27885 242 26 0 27945 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 125252

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 12617
/proc/meminfo: memFree=30393220/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=125252 CPUtime=582.3 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 97009 0 0 0 58217 13 0 0 25 0 1 0 778463177 128258048 27885 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 31313 27885 242 26 0 27945 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 125252

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.85 1.97 1.99 2/441 12767
/proc/meminfo: memFree=30530156/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=175140 CPUtime=4062.41 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2400436 0 0 0 405848 393 0 0 25 0 1 0 778463177 179343360 40141 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 43785 40141 242 26 0 40417 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 175140

[startup+4122.3 s]
/proc/loadavg: 1.39 1.82 1.94 2/441 12769
/proc/meminfo: memFree=30562380/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=4122.39 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2423122 0 0 0 411840 399 0 0 25 0 1 0 778463177 210903040 44388 33554432000 4194304 4298156 140736572214768 18446744073709551615 4263041 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 44388 242 26 0 48122 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 205960

[startup+4182.3 s]
/proc/loadavg: 1.17 1.68 1.88 2/441 12770
/proc/meminfo: memFree=30588504/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=175140 CPUtime=4182.39 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2465981 0 0 0 417832 407 0 0 25 0 1 0 778463177 179343360 37870 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256771 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 43785 37870 242 26 0 40417 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 175140

[startup+4242.3 s]
/proc/loadavg: 1.06 1.56 1.82 2/441 12772
/proc/meminfo: memFree=30587220/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=175140 CPUtime=4242.4 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2508408 0 0 0 423826 414 0 0 25 0 1 0 778463177 179343360 38307 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 43785 38307 242 26 0 40417 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 175140

[startup+4302.3 s]
/proc/loadavg: 1.02 1.45 1.77 2/441 12773
/proc/meminfo: memFree=30562252/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=4302.4 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2529412 0 0 0 429821 419 0 0 25 0 1 0 778463177 210903040 44464 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 44464 242 26 0 48122 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 205960

[startup+4362.3 s]
/proc/loadavg: 1.01 1.37 1.72 2/441 12775
/proc/meminfo: memFree=30574972/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=4362.4 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2577843 0 0 0 435812 428 0 0 25 0 1 0 778463177 210903040 41393 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 41393 242 26 0 48122 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 205960

[startup+4422.3 s]
/proc/loadavg: 1.00 1.30 1.67 2/441 12777
/proc/meminfo: memFree=30580276/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=175140 CPUtime=4422.4 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2623983 0 0 0 441805 435 0 0 25 0 1 0 778463177 179343360 40178 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 43785 40178 242 26 0 40417 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 175140

[startup+4482.3 s]
/proc/loadavg: 1.00 1.24 1.62 2/441 12778
/proc/meminfo: memFree=30572060/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=4482.4 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2659775 0 0 0 447799 441 0 0 25 0 1 0 778463177 210903040 42462 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 42462 242 26 0 48122 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 205960

[startup+4542.3 s]
/proc/loadavg: 1.00 1.20 1.58 2/441 12780
/proc/meminfo: memFree=30570284/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=4542.4 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2694246 0 0 0 453793 447 0 0 25 0 1 0 778463177 210903040 42588 33554432000 4194304 4298156 140736572214768 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 42588 242 26 0 48122 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 205960

[startup+4602.3 s]
/proc/loadavg: 1.00 1.16 1.54 2/441 12781
/proc/meminfo: memFree=30575068/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=4602.41 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2748424 0 0 0 459784 457 0 0 25 0 1 0 778463177 210903040 41343 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 41343 242 26 0 48122 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 205960

[startup+4662.3 s]
/proc/loadavg: 1.10 1.16 1.52 2/441 12783
/proc/meminfo: memFree=30570064/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=4662.4 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2790369 0 0 0 465776 464 0 0 25 0 1 0 778463177 210903040 42432 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 42432 242 26 0 48122 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 205960

[startup+4722.32 s]
/proc/loadavg: 1.08 1.14 1.49 2/441 12785
/proc/meminfo: memFree=30572632/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=4722.42 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2823558 0 0 0 471772 470 0 0 25 0 1 0 778463177 210903040 42000 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 42000 242 26 0 48122 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 205960

[startup+4782.3 s]
/proc/loadavg: 1.03 1.11 1.45 2/441 12786
/proc/meminfo: memFree=30580412/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=175140 CPUtime=4782.41 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2871946 0 0 0 477762 479 0 0 25 0 1 0 778463177 179343360 40161 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 43785 40161 242 26 0 40417 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 175140

[startup+4842.3 s]
/proc/loadavg: 1.01 1.09 1.42 2/441 12788
/proc/meminfo: memFree=30573060/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=4842.41 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2894183 0 0 0 483757 484 0 0 25 0 1 0 778463177 210903040 41893 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 41893 242 26 0 48122 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 205960

[startup+4902.3 s]
/proc/loadavg: 1.00 1.07 1.39 2/441 12789
/proc/meminfo: memFree=30572280/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=4902.41 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2917527 0 0 0 489751 490 0 0 25 0 1 0 778463177 210903040 42197 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256801 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 42197 242 26 0 48122 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 205960

[startup+4962.3 s]
/proc/loadavg: 1.00 1.05 1.36 2/441 12791
/proc/meminfo: memFree=30570860/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=4962.41 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2953641 0 0 0 495743 498 0 0 25 0 1 0 778463177 210903040 42495 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 42495 242 26 0 48122 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 205960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.05 1.35 2/441 12792
/proc/meminfo: memFree=30565748/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=5000.02 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2972696 0 0 0 499500 502 0 0 25 0 1 0 778463177 210903040 43747 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 43747 242 26 0 48122 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 205960

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: 1.00 1.05 1.35 2/441 12792
/proc/meminfo: memFree=30565748/32950928 swapFree=34365936/67111528
[pid=12601] ppid=12599 vsize=205960 CPUtime=5000.02 cores=1,3,5,7
/proc/12601/stat : 12601 (contrasat_relea) R 12599 12601 12043 0 -1 4202496 2972696 0 0 0 499500 502 0 0 25 0 1 0 778463177 210903040 43747 33554432000 4194304 4298156 140736572214768 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12601/statm: 51490 43747 242 26 0 48122 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 205960

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4995.01
CPU system time (s): 5.03123
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 336188

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

runsolver used 20.4509 second user time and 52.2521 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-29 13:30:44
IDJOB=3422478
IDBENCH=83410
IDSOLVER=1915
FILE ID=node120/3422478-1306668644
RUNJOBID= node120-1306658668-12062
PBS_JOBID= 13471777
Free space on /tmp= 73460 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_keyfind_1.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422478-1306668644/watcher-3422478-1306668644 -o /tmp/evaluation-result-3422478-1306668644/solver-3422478-1306668644 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422478-1306668644.cnf

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=1488088533

node120.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	: 5226.07
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30509360 kB
Buffers:        250764 kB
Cached:        1685176 kB
SwapCached:      15056 kB
Active:         635556 kB
Inactive:      1548284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30509360 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:      242488 kB
Mapped:           9268 kB
Slab:            98856 kB
PageTables:      91788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105637728 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= 73468 MiB
End job on node120 at 2011-05-29 14:54:06