Trace number 3387428

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.04 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark640.829
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

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-3387428-1305601670/watcher-3387428-1305601670 -o /tmp/evaluation-result-3387428-1305601670/solver-3387428-1305601670 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387428-1305601670.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.05 1.86 1.75 2/514 1333
/proc/meminfo: memFree=17605896/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=21208 CPUtime=0 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 998 0 0 0 0 0 0 0 25 0 1 0 750397754 21716992 941 33554432000 4194304 4300288 140734449304672 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 5302 946 217 26 0 1934 0

[startup+0.049847 s]
/proc/loadavg: 2.05 1.86 1.75 2/514 1333
/proc/meminfo: memFree=17605896/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=32184 CPUtime=0.04 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 4243 0 0 0 4 0 0 0 25 0 1 0 750397754 32956416 3849 33554432000 4194304 4300288 140734449304672 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 8046 3851 218 26 0 4678 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32184

[startup+0.100842 s]
/proc/loadavg: 2.05 1.86 1.75 2/514 1333
/proc/meminfo: memFree=17605896/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=37240 CPUtime=0.09 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 6061 0 0 0 9 0 0 0 25 0 1 0 750397754 38133760 5450 33554432000 4194304 4300288 140734449304672 18446744073709551615 4228378 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 9310 5450 221 26 0 5942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37240

[startup+0.300804 s]
/proc/loadavg: 2.05 1.86 1.75 2/514 1333
/proc/meminfo: memFree=17605896/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=43980 CPUtime=0.29 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 9238 0 0 0 28 1 0 0 25 0 1 0 750397754 45035520 7085 33554432000 4194304 4300288 140734449304672 18446744073709551615 4229298 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 10995 7086 222 26 0 7627 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43980

[startup+0.700732 s]
/proc/loadavg: 2.05 1.86 1.75 2/514 1333
/proc/meminfo: memFree=17605896/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=39672 CPUtime=0.69 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 10076 0 0 0 68 1 0 0 25 0 1 0 750397754 40624128 6218 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 9918 6218 243 26 0 6550 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39672

[startup+1.50059 s]
/proc/loadavg: 2.05 1.86 1.75 3/515 1334
/proc/meminfo: memFree=17579992/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=44024 CPUtime=1.49 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 10354 0 0 0 148 1 0 0 25 0 1 0 750397754 45080576 6488 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 11006 6488 243 26 0 7638 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44024

[startup+3.10031 s]
/proc/loadavg: 2.05 1.86 1.75 3/515 1334
/proc/meminfo: memFree=17576148/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=44024 CPUtime=3.09 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 10932 0 0 0 308 1 0 0 25 0 1 0 750397754 45080576 7056 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255775 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 11006 7056 243 26 0 7638 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44024

[startup+6.30075 s]
/proc/loadavg: 2.04 1.86 1.75 3/515 1335
/proc/meminfo: memFree=17563060/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=55520 CPUtime=6.29 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 13930 0 0 0 628 1 0 0 25 0 1 0 750397754 56852480 10030 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 13880 10030 243 26 0 10512 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55520

[startup+12.7006 s]
/proc/loadavg: 2.04 1.86 1.75 3/515 1335
/proc/meminfo: memFree=17553160/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=62700 CPUtime=12.69 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 16023 0 0 0 1268 1 0 0 25 0 1 0 750397754 64204800 12095 33554432000 4194304 4300288 140734449304672 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 15675 12095 243 26 0 12307 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62700

[startup+25.5004 s]
/proc/loadavg: 2.03 1.87 1.75 3/515 1335
/proc/meminfo: memFree=17537296/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=93492 CPUtime=25.5 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 19109 0 0 0 2548 2 0 0 25 0 1 0 750397754 95735808 15143 33554432000 4194304 4300288 140734449304672 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 23373 15143 243 26 0 20005 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 93492

[startup+51.1009 s]
/proc/loadavg: 2.14 1.91 1.77 3/515 1363
/proc/meminfo: memFree=17689608/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=101980 CPUtime=51.1 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 31057 0 0 0 5106 4 0 0 25 0 1 0 750397754 104427520 18157 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 25495 18157 243 26 0 22127 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 101980

[startup+102.32 s]
/proc/loadavg: 2.13 1.94 1.78 3/515 1364
/proc/meminfo: memFree=17616964/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=107040 CPUtime=102.32 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 47417 0 0 0 10224 8 0 0 25 0 1 0 750397754 109608960 21923 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 26760 21923 243 26 0 23392 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 107040

[startup+162.3 s]
/proc/loadavg: 2.11 1.97 1.81 3/515 1366
/proc/meminfo: memFree=17668380/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=82600 CPUtime=162.3 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 68945 0 0 0 16217 13 0 0 25 0 1 0 750397754 84582400 16932 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 20650 16932 243 26 0 17282 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 82600

[startup+222.301 s]
/proc/loadavg: 2.07 1.99 1.82 3/515 1367
/proc/meminfo: memFree=17604352/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=116520 CPUtime=222.3 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 89932 0 0 0 22213 17 0 0 25 0 1 0 750397754 119316480 21839 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256192 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 29130 21839 243 26 0 25762 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 116520

[startup+282.3 s]
/proc/loadavg: 2.02 1.99 1.83 3/515 1369
/proc/meminfo: memFree=17641740/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=120596 CPUtime=282.29 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 106615 0 0 0 28207 22 0 0 25 0 1 0 750397754 123490304 23518 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 30149 23518 243 26 0 26781 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 120596

[startup+342.301 s]
/proc/loadavg: 2.01 1.99 1.83 3/515 1370
/proc/meminfo: memFree=17603384/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=123088 CPUtime=342.3 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 123193 0 0 0 34203 27 0 0 25 0 1 0 750397754 126042112 24433 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 30772 24433 243 26 0 27404 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 123088

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/515 1372
/proc/meminfo: memFree=17588940/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=126016 CPUtime=402.3 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 140506 0 0 0 40199 31 0 0 25 0 1 0 750397754 129040384 25968 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 31504 25968 243 26 0 28136 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 126016

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.84 3/515 1374
/proc/meminfo: memFree=17564724/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=157540 CPUtime=462.3 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 160101 0 0 0 46194 36 0 0 25 0 1 0 750397754 161320960 28908 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 39385 28908 243 26 0 36017 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 157540

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/515 1375
/proc/meminfo: memFree=17584900/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=114088 CPUtime=522.3 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 173400 0 0 0 52191 39 0 0 25 0 1 0 750397754 116826112 22490 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 28522 22490 243 26 0 25154 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 114088

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.86 3/515 1377
/proc/meminfo: memFree=17591420/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=104268 CPUtime=582.3 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 188247 0 0 0 58188 42 0 0 25 0 1 0 750397754 106770432 21292 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 26067 21292 243 26 0 22699 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 104268

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.14 2.05 2.01 3/515 1482
/proc/meminfo: memFree=17416916/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=234808 CPUtime=4062.4 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1016332 0 0 0 405960 280 0 0 25 0 1 0 750397754 240443392 52276 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 58702 52276 243 26 0 55334 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 234808

[startup+4122.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/515 1483
/proc/meminfo: memFree=17515200/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=173836 CPUtime=4122.39 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1027443 0 0 0 411954 285 0 0 25 0 1 0 750397754 178008064 38299 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 43459 38299 243 26 0 40091 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 173836

[startup+4182.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/515 1485
/proc/meminfo: memFree=17380632/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=235300 CPUtime=4182.39 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1043333 0 0 0 417950 289 0 0 25 0 1 0 750397754 240947200 53930 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 58825 53930 243 26 0 55457 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 235300

[startup+4242.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/515 1486
/proc/meminfo: memFree=17430312/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=189752 CPUtime=4242.39 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1058202 0 0 0 423946 293 0 0 25 0 1 0 750397754 194306048 42709 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 47438 42709 243 26 0 44070 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 189752

[startup+4302.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/515 1488
/proc/meminfo: memFree=17439088/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=239540 CPUtime=4302.39 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1068387 0 0 0 429943 296 0 0 25 0 1 0 750397754 245288960 52653 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 59885 52653 243 26 0 56517 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 239540

[startup+4362.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 1490
/proc/meminfo: memFree=17357460/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=289628 CPUtime=4362.39 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1075141 0 0 0 435941 298 0 0 25 0 1 0 750397754 296579072 59260 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 72407 59261 243 26 0 69039 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 289628

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 1491
/proc/meminfo: memFree=17448820/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=239780 CPUtime=4422.39 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1090109 0 0 0 441936 303 0 0 25 0 1 0 750397754 245534720 50348 33554432000 4194304 4300288 140734449304672 18446744073709551615 4268251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 59945 50348 243 26 0 56577 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 239780

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 1493
/proc/meminfo: memFree=17360992/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=289868 CPUtime=4482.39 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1097506 0 0 0 447933 306 0 0 25 0 1 0 750397754 296824832 57597 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 72467 57597 243 26 0 69099 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 289868

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 1494
/proc/meminfo: memFree=17464364/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=209260 CPUtime=4542.4 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1111795 0 0 0 453930 310 0 0 25 0 1 0 750397754 214282240 46409 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 52315 46409 243 26 0 48947 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 209260

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 1496
/proc/meminfo: memFree=17367484/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=240080 CPUtime=4602.4 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1121492 0 0 0 459927 313 0 0 25 0 1 0 750397754 245841920 55910 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255695 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 60020 55910 243 26 0 56652 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 240080

[startup+4662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/515 1498
/proc/meminfo: memFree=17491576/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=173852 CPUtime=4662.4 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1131978 0 0 0 465923 317 0 0 25 0 1 0 750397754 178024448 39543 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256415 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 43463 39543 243 26 0 40095 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 173852

[startup+4722.32 s]
/proc/loadavg: 2.12 2.04 2.01 3/515 1499
/proc/meminfo: memFree=17383908/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=242496 CPUtime=4722.42 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1146029 0 0 0 471923 319 0 0 25 0 1 0 750397754 248315904 53324 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 60624 53324 243 26 0 57256 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 242496

[startup+4782.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/515 1501
/proc/meminfo: memFree=17331172/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=292584 CPUtime=4782.4 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1153932 0 0 0 477918 322 0 0 25 0 1 0 750397754 299606016 61077 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 73146 61077 243 26 0 69778 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 292584

[startup+4842.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/515 1502
/proc/meminfo: memFree=17405400/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=242496 CPUtime=4842.4 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1168712 0 0 0 483914 326 0 0 25 0 1 0 750397754 248315904 49163 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 60624 49163 243 26 0 57256 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 242496

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 1504
/proc/meminfo: memFree=17329484/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=292584 CPUtime=4902.41 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1181705 0 0 0 489911 330 0 0 25 0 1 0 750397754 299606016 61990 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256243 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 73146 61990 243 26 0 69778 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 292584

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 1506
/proc/meminfo: memFree=17408296/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=216656 CPUtime=4962.4 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1197019 0 0 0 495906 334 0 0 25 0 1 0 750397754 221855744 47275 33554432000 4194304 4300288 140734449304672 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 54164 47275 243 26 0 50796 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 216656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 1507
/proc/meminfo: memFree=17366232/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=247476 CPUtime=5000.01 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1203883 0 0 0 499664 337 0 0 25 0 1 0 750397754 253415424 54017 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 61869 54017 243 26 0 58501 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 247476

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: 2.00 2.02 2.00 3/515 1507
/proc/meminfo: memFree=17366232/32950940 swapFree=67111356/67111528
[pid=1333] ppid=1331 vsize=247476 CPUtime=5000.01 cores=1,3,5,7
/proc/1333/stat : 1333 (cir_minisat) R 1331 1333 31225 0 -1 4202496 1203883 0 0 0 499664 337 0 0 25 0 1 0 750397754 253415424 54017 33554432000 4194304 4300288 140734449304672 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1333/statm: 61869 54017 243 26 0 58501 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 247476

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.04
CPU user time (s): 4996.66
CPU system time (s): 3.38349
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 292584

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

runsolver used 25.2762 second user time and 60.7348 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-17 05:07:50
IDJOB=3387428
IDBENCH=83114
IDSOLVER=1873
FILE ID=node117/3387428-1305601670
RUNJOBID= node117-1305601230-1240
PBS_JOBID= 13350361
Free space on /tmp= 73576 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top23.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387428-1305601670/watcher-3387428-1305601670 -o /tmp/evaluation-result-3387428-1305601670/solver-3387428-1305601670 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387428-1305601670.cnf

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=247437861

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17606176 kB
Buffers:        350940 kB
Cached:        4635356 kB
SwapCached:          0 kB
Active:       11796320 kB
Inactive:      3174252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17606176 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3508 kB
Writeback:           0 kB
AnonPages:     9984268 kB
Mapped:          42196 kB
Slab:           247604 kB
PageTables:      58368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149710772 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= 73592 MiB
End job on node117 at 2011-05-17 06:31:12