Trace number 3309836

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
glueminisat 2.2.5? (TO) 5000.03 4999.91

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309836-1303996164/watcher-3309836-1303996164 -o /tmp/evaluation-result-3309836-1303996164/solver-3309836-1303996164 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309836-1303996164.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.00 2.00 1.97 2/177 18656
/proc/meminfo: memFree=17563032/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=22388 CPUtime=0 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 1312 0 0 0 0 0 0 0 25 0 1 0 589847151 22925312 1253 33554432000 4194304 4309791 140733374857088 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 5597 1254 215 29 0 2226 0

[startup+0.10592 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 18656
/proc/meminfo: memFree=17563032/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=33440 CPUtime=0.09 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 4371 0 0 0 9 0 0 0 25 0 1 0 589847151 34242560 4079 33554432000 4194304 4309791 140733374857088 18446744073709551615 4211585 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 8360 4079 225 29 0 4989 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33440

[startup+0.200906 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 18656
/proc/meminfo: memFree=17563032/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=30868 CPUtime=0.19 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 5112 0 0 0 19 0 0 0 25 0 1 0 589847151 31608832 4000 33554432000 4194304 4309791 140733374857088 18446744073709551615 4226917 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 7717 4000 226 29 0 4346 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30868

[startup+0.300885 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 18656
/proc/meminfo: memFree=17563032/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=28436 CPUtime=0.29 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 5498 0 0 0 29 0 0 0 25 0 1 0 589847151 29118464 3541 33554432000 4194304 4309791 140733374857088 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 7109 3541 244 29 0 3738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28436

[startup+0.700814 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 18656
/proc/meminfo: memFree=17563032/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=31116 CPUtime=0.69 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 5670 0 0 0 69 0 0 0 25 0 1 0 589847151 31862784 3707 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259188 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 7779 3707 246 29 0 4408 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31116

[startup+1.50067 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18657
/proc/meminfo: memFree=17546912/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=31116 CPUtime=1.48 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 6336 0 0 0 148 0 0 0 25 0 1 0 589847151 31862784 4315 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 7779 4315 246 29 0 4408 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31116

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18657
/proc/meminfo: memFree=17543196/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=33820 CPUtime=3.08 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 7073 0 0 0 308 0 0 0 25 0 1 0 589847151 34631680 4985 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259213 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 8455 4985 246 29 0 5084 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33820

[startup+6.30083 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18657
/proc/meminfo: memFree=17536756/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=42708 CPUtime=6.29 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 9458 0 0 0 628 1 0 0 25 0 1 0 589847151 43732992 6091 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259852 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 10677 6091 246 29 0 7306 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42708

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18657
/proc/meminfo: memFree=17529836/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=53668 CPUtime=12.69 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 13106 0 0 0 1268 1 0 0 25 0 1 0 589847151 54956032 7371 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 13417 7371 246 29 0 10046 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53668

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18658
/proc/meminfo: memFree=17525240/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=60852 CPUtime=25.49 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 15611 0 0 0 2547 2 0 0 25 0 1 0 589847151 62312448 9758 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 15213 9758 246 29 0 11842 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60852

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18658
/proc/meminfo: memFree=17516892/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=60852 CPUtime=51.09 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 16455 0 0 0 5107 2 0 0 25 0 1 0 589847151 62312448 10587 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259168 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 15213 10587 246 29 0 11842 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60852

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18660
/proc/meminfo: memFree=17497020/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=79528 CPUtime=102.3 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 21224 0 0 0 10228 2 0 0 25 0 1 0 589847151 81436672 15309 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259191 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 19882 15309 246 29 0 16511 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 79528

[startup+162.301 s]
/proc/loadavg: 2.05 2.01 1.97 3/178 18661
/proc/meminfo: memFree=17495004/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=103080 CPUtime=162.3 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 26890 0 0 0 16226 4 0 0 25 0 1 0 589847151 105553920 15836 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259889 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 25770 15836 246 29 0 22399 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 103080

[startup+222.307 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 18663
/proc/meminfo: memFree=17459636/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=103080 CPUtime=222.3 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 27451 0 0 0 22226 4 0 0 25 0 1 0 589847151 105553920 16380 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 25770 16380 246 29 0 22399 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 103080

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18665
/proc/meminfo: memFree=17476840/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=103080 CPUtime=282.29 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 31750 0 0 0 28225 4 0 0 25 0 1 0 589847151 105553920 20500 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 25770 20500 246 29 0 22399 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 103080

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18666
/proc/meminfo: memFree=17471124/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=103080 CPUtime=342.3 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 33093 0 0 0 34225 5 0 0 25 0 1 0 589847151 105553920 21810 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 25770 21810 246 29 0 22399 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 103080

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18668
/proc/meminfo: memFree=17440728/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=103080 CPUtime=402.3 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 33093 0 0 0 40225 5 0 0 25 0 1 0 589847151 105553920 21810 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 25770 21810 246 29 0 22399 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 103080

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18669
/proc/meminfo: memFree=17468460/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=103080 CPUtime=462.3 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 50525 0 0 0 46223 7 0 0 25 0 1 0 589847151 105553920 22283 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 25770 22283 246 29 0 22399 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 103080

[startup+522.3 s]
/proc/loadavg: 2.06 2.02 1.98 3/178 18671
/proc/meminfo: memFree=17432856/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=103080 CPUtime=522.3 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 59632 0 0 0 52221 9 0 0 25 0 1 0 589847151 105553920 22283 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 25770 22283 246 29 0 22399 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 103080

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 18673
/proc/meminfo: memFree=17466048/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=115464 CPUtime=582.3 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 70140 0 0 0 58220 10 0 0 25 0 1 0 589847151 118235136 23072 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259895 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 28866 23072 246 29 0 25495 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 115464

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 18776
/proc/meminfo: memFree=17313144/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=182456 CPUtime=4002.39 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 582069 0 0 0 400106 133 0 0 25 0 1 0 589847151 186834944 40375 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 45614 40375 246 29 0 42243 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 182456

[startup+4062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18777
/proc/meminfo: memFree=17260536/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=213276 CPUtime=4062.39 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 586936 0 0 0 406105 134 0 0 25 0 1 0 589847151 218394624 45108 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 53319 45108 246 29 0 49948 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 213276

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 18779
/proc/meminfo: memFree=17357108/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=133136 CPUtime=4122.38 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 588502 0 0 0 412103 135 0 0 25 0 1 0 589847151 136331264 29826 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259381 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 33284 29826 246 29 0 29913 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 133136

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18781
/proc/meminfo: memFree=17272996/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=213276 CPUtime=4182.4 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 601897 0 0 0 418101 139 0 0 25 0 1 0 589847151 218394624 43076 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 53319 43076 246 29 0 49948 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 213276

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18782
/proc/meminfo: memFree=17303356/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=133136 CPUtime=4242.39 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 606071 0 0 0 424098 141 0 0 25 0 1 0 589847151 136331264 29826 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 33284 29826 246 29 0 29913 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 133136

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18784
/proc/meminfo: memFree=17347348/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=182456 CPUtime=4302.39 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 616290 0 0 0 430096 143 0 0 25 0 1 0 589847151 186834944 39982 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259443 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 45614 39982 246 29 0 42243 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 182456

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18785
/proc/meminfo: memFree=17273156/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=213276 CPUtime=4362.39 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 621455 0 0 0 436094 145 0 0 25 0 1 0 589847151 218394624 45031 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 53319 45031 246 29 0 49948 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 213276

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18787
/proc/meminfo: memFree=17306356/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=133136 CPUtime=4422.39 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 623483 0 0 0 442092 147 0 0 25 0 1 0 589847151 136331264 29827 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 33284 29827 246 29 0 29913 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 133136

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18789
/proc/meminfo: memFree=17301980/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=213276 CPUtime=4482.4 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 636363 0 0 0 448089 151 0 0 25 0 1 0 589847151 218394624 42568 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 53319 42568 246 29 0 49948 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 213276

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18790
/proc/meminfo: memFree=17255080/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=213276 CPUtime=4542.39 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 640634 0 0 0 454086 153 0 0 25 0 1 0 589847151 218394624 46742 33554432000 4194304 4309791 140733374857088 18446744073709551615 4252224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 53319 46742 246 29 0 49948 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 213276

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18792
/proc/meminfo: memFree=17263844/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=182456 CPUtime=4602.39 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 650040 0 0 0 460084 155 0 0 25 0 1 0 589847151 186834944 38768 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 45614 38768 246 29 0 42243 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 182456

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18793
/proc/meminfo: memFree=17294536/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=213276 CPUtime=4662.39 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 654997 0 0 0 466082 157 0 0 25 0 1 0 589847151 218394624 43593 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259443 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 53319 43593 246 29 0 49948 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 213276

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18795
/proc/meminfo: memFree=17249224/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=213276 CPUtime=4722.4 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 659406 0 0 0 472081 159 0 0 25 0 1 0 589847151 218394624 47928 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 53319 47928 246 29 0 49948 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 213276

[startup+4782.3 s]
/proc/loadavg: 1.92 1.98 1.99 2/173 18815
/proc/meminfo: memFree=17487372/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=182456 CPUtime=4782.4 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 668988 0 0 0 478078 162 0 0 25 0 1 0 589847151 186834944 39304 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 45614 39304 246 29 0 42243 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 182456

[startup+4842.31 s]
/proc/loadavg: 1.34 1.80 1.93 2/172 18816
/proc/meminfo: memFree=17470444/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=213276 CPUtime=4842.41 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 674187 0 0 0 484077 164 0 0 25 0 1 0 589847151 218394624 44367 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259443 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 53319 44367 246 29 0 49948 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 213276

[startup+4902.3 s]
/proc/loadavg: 1.12 1.65 1.87 2/172 18818
/proc/meminfo: memFree=17528068/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=133136 CPUtime=4902.41 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 677046 0 0 0 490075 166 0 0 25 0 1 0 589847151 136331264 29837 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259278 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 33284 29837 246 29 0 29913 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 133136

[startup+4962.3 s]
/proc/loadavg: 1.04 1.53 1.81 2/172 18819
/proc/meminfo: memFree=17481400/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=182456 CPUtime=4962.4 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 688989 0 0 0 496073 167 0 0 25 0 1 0 589847151 186834944 41655 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 45614 41655 246 29 0 42243 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 182456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.02 1.46 1.78 2/172 18820
/proc/meminfo: memFree=17470220/32950940 swapFree=67111528/67111528
[pid=18656] ppid=18654 vsize=213276 CPUtime=5000.01 cores=1,3,5,7
/proc/18656/stat : 18656 (glueminisat) R 18654 18656 17971 0 -1 4202496 691788 0 0 0 499831 170 0 0 25 0 1 0 589847151 218394624 44384 33554432000 4194304 4309791 140733374857088 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18656/statm: 53319 44384 246 29 0 49948 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 213276

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 4998.32
CPU system time (s): 1.71174
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 213276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.32
system time used= 1.71174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 691788
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= 9
involuntary context switches= 5629

runsolver used 7.78082 second user time and 17.0514 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 15:09:24
IDJOB=3309836
IDBENCH=83130
IDSOLVER=1694
FILE ID=node117/3309836-1303996164
RUNJOBID= node117-1303987382-17990
PBS_JOBID= 13168755
Free space on /tmp= 71676 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309836-1303996164/watcher-3309836-1303996164 -o /tmp/evaluation-result-3309836-1303996164/solver-3309836-1303996164 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309836-1303996164.cnf

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=799613743

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:      17563312 kB
Buffers:       2373560 kB
Cached:       12283584 kB
SwapCached:          0 kB
Active:        8099396 kB
Inactive:      6708808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17563312 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1960 kB
Writeback:           0 kB
AnonPages:      149788 kB
Mapped:          15312 kB
Slab:           516780 kB
PageTables:       4256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   313816 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= 71680 MiB
End job on node117 at 2011-04-28 16:32:46