Trace number 3309824

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.09 4999.92

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top28.cnf
MD5SUM005e29e99454a24085199b085e720b2f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark247.738
Satisfiable
(Un)Satisfiability was proved
Number of variables88763
Number of clauses282870
Sum of the clauses size691774
Maximum clause length3284
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2171374
Number of clauses of size 3109718
Number of clauses of size 4405
Number of clauses of size 526
Number of clauses of size over 51346

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-3309824-1303995507/watcher-3309824-1303995507 -o /tmp/evaluation-result-3309824-1303995507/solver-3309824-1303995507 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309824-1303995507.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 15483
/proc/meminfo: memFree=12359376/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=22388 CPUtime=0 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 1307 0 0 0 0 0 0 0 21 0 1 0 589781439 22925312 1247 33554432000 4194304 4309791 140733293551088 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 5597 1253 215 29 0 2226 0

[startup+0.0276981 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 15483
/proc/meminfo: memFree=12359376/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=33668 CPUtime=0.01 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 3801 0 0 0 1 0 0 0 21 0 1 0 589781439 34476032 3673 33554432000 4194304 4309791 140733293551088 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 8417 3675 217 29 0 5046 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 33668

[startup+0.100683 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 15483
/proc/meminfo: memFree=12359376/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=44240 CPUtime=0.09 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 7912 0 0 0 8 1 0 0 21 0 1 0 589781439 45301760 7075 33554432000 4194304 4309791 140733293551088 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 11060 7075 217 29 0 7689 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44240

[startup+0.30066 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 15483
/proc/meminfo: memFree=12359376/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=62604 CPUtime=0.28 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 11578 0 0 0 27 1 0 0 22 0 1 0 589781439 64106496 10557 33554432000 4194304 4309791 140733293551088 18446744073709551615 4232856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 15651 10557 225 29 0 12280 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62604

[startup+0.700576 s]
/proc/loadavg: 2.00 2.00 1.97 2/177 15483
/proc/meminfo: memFree=12359376/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=53584 CPUtime=0.69 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 14667 0 0 0 67 2 0 0 24 0 1 0 589781439 54870016 9019 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259235 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 13396 9019 244 29 0 10025 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53584

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15484
/proc/meminfo: memFree=12321680/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=53584 CPUtime=1.49 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 15028 0 0 0 147 2 0 0 25 0 1 0 589781439 54870016 9361 33554432000 4194304 4309791 140733293551088 18446744073709551615 4276914 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 13396 9362 244 29 0 10025 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53584

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15484
/proc/meminfo: memFree=12317532/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=60656 CPUtime=3.09 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 16655 0 0 0 307 2 0 0 25 0 1 0 589781439 62111744 10795 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 15164 10795 244 29 0 11793 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60656

[startup+6.30052 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15484
/proc/meminfo: memFree=12307528/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=60656 CPUtime=6.29 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 17052 0 0 0 627 2 0 0 25 0 1 0 589781439 62111744 11181 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 15164 11181 244 29 0 11793 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60656

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15484
/proc/meminfo: memFree=12292044/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=67796 CPUtime=12.69 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 19035 0 0 0 1266 3 0 0 25 0 1 0 589781439 69423104 12985 33554432000 4194304 4309791 140733293551088 18446744073709551615 4275174 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 16949 12985 244 29 0 13578 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67796

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15485
/proc/meminfo: memFree=12271836/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=80036 CPUtime=25.49 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 20965 0 0 0 2546 3 0 0 25 0 1 0 589781439 81956864 14864 33554432000 4194304 4309791 140733293551088 18446744073709551615 4276390 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 20009 14864 244 29 0 16638 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80036

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 15485
/proc/meminfo: memFree=12229364/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=80036 CPUtime=51.09 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 27179 0 0 0 5104 5 0 0 25 0 1 0 589781439 81956864 16089 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15483/statm: 20009 16089 244 29 0 16638 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80036

[startup+102.306 s]
/proc/loadavg: 2.06 2.02 1.98 3/178 15487
/proc/meminfo: memFree=12557300/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=110496 CPUtime=102.29 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 33641 0 0 0 10223 6 0 0 25 0 1 0 589781439 113147904 22267 33554432000 4194304 4309791 140733293551088 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15483/statm: 27624 22267 244 29 0 24253 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 110496

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 15497
/proc/meminfo: memFree=12473992/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=110496 CPUtime=162.28 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 42720 0 0 0 16221 7 0 0 25 0 1 0 589781439 113147904 23676 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 27624 23676 244 29 0 24253 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 110496

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 1.98 3/178 15499
/proc/meminfo: memFree=12386588/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=110496 CPUtime=222.29 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 59650 0 0 0 22220 9 0 0 25 0 1 0 589781439 113147904 23676 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 27624 23676 244 29 0 24253 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 110496

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 15500
/proc/meminfo: memFree=12321588/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=114888 CPUtime=282.3 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 70120 0 0 0 28218 12 0 0 25 0 1 0 589781439 117645312 24774 33554432000 4194304 4309791 140733293551088 18446744073709551615 4253853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 28722 24774 244 29 0 25351 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 114888

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 15502
/proc/meminfo: memFree=12208608/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=114888 CPUtime=342.3 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 80148 0 0 0 34217 13 0 0 25 0 1 0 589781439 117645312 24774 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 28722 24774 244 29 0 25351 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114888

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 15504
/proc/meminfo: memFree=12092016/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=164208 CPUtime=402.3 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 99133 0 0 0 40214 16 0 0 25 0 1 0 589781439 168148992 33080 33554432000 4194304 4309791 140733293551088 18446744073709551615 4252456 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 41052 33080 244 29 0 37681 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 164208

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 15505
/proc/meminfo: memFree=12015236/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=164208 CPUtime=462.3 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 111183 0 0 0 46211 19 0 0 25 0 1 0 589781439 168148992 34223 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 41052 34223 244 29 0 37681 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 164208

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 15507
/proc/meminfo: memFree=12501040/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=164208 CPUtime=522.3 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 123546 0 0 0 52208 22 0 0 25 0 1 0 589781439 168148992 34496 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 41052 34496 244 29 0 37681 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 164208

[startup+582.301 s]
/proc/loadavg: 2.04 2.01 1.98 3/178 15508
/proc/meminfo: memFree=12389788/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=164208 CPUtime=582.3 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 135597 0 0 0 58205 25 0 0 25 0 1 0 589781439 168148992 33287 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 41052 33287 244 29 0 37681 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 164208

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15641
/proc/meminfo: memFree=12527952/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=199268 CPUtime=4062.44 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 633226 0 0 0 406048 196 0 0 25 0 1 0 589781439 204050432 42076 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259748 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 49817 42076 244 29 0 46446 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 199268

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15643
/proc/meminfo: memFree=12547628/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=230088 CPUtime=4122.43 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 640227 0 0 0 412045 198 0 0 25 0 1 0 589781439 235610112 48959 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259892 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 57522 48959 244 29 0 54151 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 230088

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15645
/proc/meminfo: memFree=12483960/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=280176 CPUtime=4182.44 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 645802 0 0 0 418043 201 0 0 25 0 1 0 589781439 286900224 54428 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259895 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 70044 54428 244 29 0 66673 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 280176

[startup+4242.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 15646
/proc/meminfo: memFree=12508344/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=280176 CPUtime=4242.44 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 650202 0 0 0 424041 203 0 0 25 0 1 0 589781439 286900224 58764 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 70044 58764 244 29 0 66673 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 280176

[startup+4302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 15648
/proc/meminfo: memFree=12456592/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=280176 CPUtime=4302.44 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 654285 0 0 0 430038 206 0 0 25 0 1 0 589781439 286900224 62762 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 70044 62762 244 29 0 66673 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 280176

[startup+4362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 15649
/proc/meminfo: memFree=12511696/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=199268 CPUtime=4362.45 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 666406 0 0 0 436036 209 0 0 25 0 1 0 589781439 204050432 44894 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 49817 44894 244 29 0 46446 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 199268

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15651
/proc/meminfo: memFree=12537580/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=230088 CPUtime=4422.45 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 673137 0 0 0 442033 212 0 0 25 0 1 0 589781439 235610112 51527 33554432000 4194304 4309791 140733293551088 18446744073709551615 4253898 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 57522 51527 244 29 0 54151 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 230088

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15652
/proc/meminfo: memFree=12472920/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=280176 CPUtime=4482.45 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 678579 0 0 0 448029 216 0 0 25 0 1 0 589781439 286900224 56888 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259168 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 70044 56888 244 29 0 66673 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 280176

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15654
/proc/meminfo: memFree=12439540/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=280176 CPUtime=4542.45 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 683059 0 0 0 454027 218 0 0 25 0 1 0 589781439 286900224 61295 33554432000 4194304 4309791 140733293551088 18446744073709551615 4260051 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 70044 61295 244 29 0 66673 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 280176

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15656
/proc/meminfo: memFree=12574896/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=149948 CPUtime=4602.46 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 686415 0 0 0 460026 220 0 0 25 0 1 0 589781439 153546752 33538 33554432000 4194304 4309791 140733293551088 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 37487 33538 244 29 0 34116 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 149948

[startup+4662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 15657
/proc/meminfo: memFree=12503924/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=230088 CPUtime=4662.46 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 700498 0 0 0 466021 225 0 0 25 0 1 0 589781439 235610112 47518 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 57522 47518 244 29 0 54151 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 230088

[startup+4722.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 15659
/proc/meminfo: memFree=12530432/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=230088 CPUtime=4722.46 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 706301 0 0 0 472018 228 0 0 25 0 1 0 589781439 235610112 53225 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259852 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 57522 53225 244 29 0 54151 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 230088

[startup+4782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 15660
/proc/meminfo: memFree=12469864/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=280176 CPUtime=4782.46 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 711507 0 0 0 478014 232 0 0 25 0 1 0 589781439 286900224 58346 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 70044 58346 244 29 0 66673 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 280176

[startup+4842.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 15662
/proc/meminfo: memFree=12438700/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=280176 CPUtime=4842.46 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 715635 0 0 0 484011 235 0 0 25 0 1 0 589781439 286900224 62418 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 70044 62418 244 29 0 66673 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 280176

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 15664
/proc/meminfo: memFree=12578528/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=199268 CPUtime=4902.47 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 726120 0 0 0 490009 238 0 0 25 0 1 0 589781439 204050432 41453 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259466 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 49817 41453 244 29 0 46446 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 199268

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15665
/proc/meminfo: memFree=12504308/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=230088 CPUtime=4962.46 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 733953 0 0 0 496005 241 0 0 25 0 1 0 589781439 235610112 49148 33554432000 4194304 4309791 140733293551088 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 57522 49148 244 29 0 54151 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 230088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15666
/proc/meminfo: memFree=12479980/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=230088 CPUtime=5000.07 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 737649 0 0 0 499765 242 0 0 25 0 1 0 589781439 235610112 52777 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 57522 52777 244 29 0 54151 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 230088

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.00 2.00 3/178 15666
/proc/meminfo: memFree=12479980/32950928 swapFree=67111524/67111528
[pid=15483] ppid=15481 vsize=230088 CPUtime=5000.07 cores=1,3,5,7
/proc/15483/stat : 15483 (glueminisat) R 15481 15483 14933 0 -1 4202496 737649 0 0 0 499765 242 0 0 25 0 1 0 589781439 235610112 52777 33554432000 4194304 4309791 140733293551088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15483/statm: 57522 52777 244 29 0 54151 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 230088

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.09
CPU user time (s): 4997.65
CPU system time (s): 2.43863
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 280176

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

runsolver used 7.46686 second user time and 19.805 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-28 14:58:28
IDJOB=3309824
IDBENCH=83123
IDSOLVER=1694
FILE ID=node115/3309824-1303995507
RUNJOBID= node115-1303987384-14952
PBS_JOBID= 13168759
Free space on /tmp= 72720 MiB

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

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

MD5SUM BENCH= 005e29e99454a24085199b085e720b2f
RANDOM SEED=596691131

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.77
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.811
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.811
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12359656 kB
Buffers:       2313108 kB
Cached:       17176244 kB
SwapCached:          4 kB
Active:        7991888 kB
Inactive:     12044496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12359656 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5100 kB
Writeback:           0 kB
AnonPages:      546328 kB
Mapped:          15212 kB
Slab:           492032 kB
PageTables:       5808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   826568 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= 72724 MiB
End job on node115 at 2011-04-28 16:21:50