Trace number 3309788

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.11 5000.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16550.6
Satisfiable
(Un)Satisfiability was proved
Number of variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

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-3309788-1303993735/watcher-3309788-1303993735 -o /tmp/evaluation-result-3309788-1303993735/solver-3309788-1303993735 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309788-1303993735.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 26155
/proc/meminfo: memFree=14722908/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=22392 CPUtime=0 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 1290 0 0 0 0 0 0 0 25 0 1 0 510973136 22929408 1230 33554432000 4194304 4309791 140736947527632 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 5598 1235 215 29 0 2227 0

[startup+0.079416 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 26155
/proc/meminfo: memFree=14722908/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=29412 CPUtime=0.06 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 3720 0 0 0 6 0 0 0 25 0 1 0 510973136 30117888 3454 33554432000 4194304 4309791 140736947527632 18446744073709551615 274473628357 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 7353 3455 225 29 0 3982 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29412

[startup+0.100413 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 26155
/proc/meminfo: memFree=14722908/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=31944 CPUtime=0.08 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 4361 0 0 0 8 0 0 0 25 0 1 0 510973136 32710656 4019 33554432000 4194304 4309791 140736947527632 18446744073709551615 4263016 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 7986 4019 225 29 0 4615 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31944

[startup+0.300312 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 26155
/proc/meminfo: memFree=14722908/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=26512 CPUtime=0.29 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 4971 0 0 0 28 1 0 0 25 0 1 0 510973136 27148288 3227 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259235 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 6628 3227 245 29 0 3257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26512

[startup+0.700241 s]
/proc/loadavg: 2.01 2.01 1.96 3/177 26155
/proc/meminfo: memFree=14722908/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=29192 CPUtime=0.69 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 5169 0 0 0 68 1 0 0 25 0 1 0 510973136 29892608 3417 33554432000 4194304 4309791 140736947527632 18446744073709551615 4276914 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 7298 3417 245 29 0 3927 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29192

[startup+1.5001 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 26156
/proc/meminfo: memFree=14708276/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=29192 CPUtime=1.49 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 5823 0 0 0 148 1 0 0 25 0 1 0 510973136 29892608 4012 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259895 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 7298 4012 245 29 0 3927 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29192

[startup+3.10082 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 26156
/proc/meminfo: memFree=14704436/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=31896 CPUtime=3.09 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 6562 0 0 0 308 1 0 0 25 0 1 0 510973136 32661504 4694 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259397 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 7974 4694 245 29 0 4603 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31896

[startup+6.30032 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 26156
/proc/meminfo: memFree=14699648/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=41140 CPUtime=6.29 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 8717 0 0 0 628 1 0 0 25 0 1 0 510973136 42127360 6749 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 10285 6749 245 29 0 6914 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41140

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 26157
/proc/meminfo: memFree=14688224/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=36788 CPUtime=12.69 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 12391 0 0 0 1267 2 0 0 25 0 1 0 510973136 37670912 5949 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 9197 5949 245 29 0 5826 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36788

[startup+25.5009 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 26157
/proc/meminfo: memFree=14678548/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=52744 CPUtime=25.49 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 16522 0 0 0 2547 2 0 0 25 0 1 0 510973136 54009856 9879 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 13186 9879 245 29 0 9815 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52744

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26157
/proc/meminfo: memFree=14672900/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=52744 CPUtime=51.09 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 20370 0 0 0 5106 3 0 0 25 0 1 0 510973136 54009856 9893 33554432000 4194304 4309791 140736947527632 18446744073709551615 4276914 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 13186 9893 245 29 0 9815 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52744

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26159
/proc/meminfo: memFree=14650068/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=67104 CPUtime=102.3 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 23572 0 0 0 10226 4 0 0 25 0 1 0 510973136 68714496 13064 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 16776 13064 245 29 0 13405 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 67104

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26161
/proc/meminfo: memFree=14658952/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=92444 CPUtime=162.29 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 34562 0 0 0 16224 5 0 0 25 0 1 0 510973136 94662656 18687 33554432000 4194304 4309791 140736947527632 18446744073709551615 4252194 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 23111 18687 245 29 0 19740 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92444

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26162
/proc/meminfo: memFree=14642308/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=92444 CPUtime=222.29 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 35743 0 0 0 22224 5 0 0 25 0 1 0 510973136 94662656 19836 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 23111 19836 245 29 0 19740 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 92444

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26164
/proc/meminfo: memFree=14656772/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=92444 CPUtime=282.29 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 35743 0 0 0 28224 5 0 0 25 0 1 0 510973136 94662656 19836 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 23111 19836 245 29 0 19740 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 92444

[startup+342.301 s]
/proc/loadavg: 2.06 2.01 1.96 3/178 26165
/proc/meminfo: memFree=14643952/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=97040 CPUtime=342.3 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 35744 0 0 0 34225 5 0 0 25 0 1 0 510973136 99368960 19837 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 24260 19837 245 29 0 20889 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 97040

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 26167
/proc/meminfo: memFree=14631644/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=97040 CPUtime=402.3 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 36119 0 0 0 40225 5 0 0 25 0 1 0 510973136 99368960 20203 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 24260 20203 245 29 0 20889 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 97040

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 26169
/proc/meminfo: memFree=14643748/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=97040 CPUtime=462.3 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 45828 0 0 0 46223 7 0 0 25 0 1 0 510973136 99368960 20985 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 24260 20985 245 29 0 20889 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 97040

[startup+522.3 s]
/proc/loadavg: 2.05 2.01 1.97 3/178 26170
/proc/meminfo: memFree=14598944/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=146360 CPUtime=522.3 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 63178 0 0 0 52220 10 0 0 25 0 1 0 510973136 149872640 29722 33554432000 4194304 4309791 140736947527632 18446744073709551615 4277411 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 36590 29722 245 29 0 33219 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 146360

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 26172
/proc/meminfo: memFree=14651340/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=97040 CPUtime=582.3 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 71786 0 0 0 58219 11 0 0 25 0 1 0 510973136 99368960 20985 33554432000 4194304 4309791 140736947527632 18446744073709551615 4275249 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/26155/statm: 24260 20985 245 29 0 20889 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 97040

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26302
/proc/meminfo: memFree=14815132/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=208560 CPUtime=4002.37 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 637353 0 0 0 400097 140 0 0 25 0 1 0 510973136 213565440 45645 33554432000 4194304 4309791 140736947527632 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 52140 45645 245 29 0 48769 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 208560

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26304
/proc/meminfo: memFree=14889844/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=177740 CPUtime=4062.37 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 648766 0 0 0 406095 142 0 0 25 0 1 0 510973136 182005760 39929 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259423 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 44435 39929 245 29 0 41064 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 177740

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26305
/proc/meminfo: memFree=14907532/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=208560 CPUtime=4122.36 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 654331 0 0 0 412092 144 0 0 25 0 1 0 510973136 213565440 45369 33554432000 4194304 4309791 140736947527632 18446744073709551615 4278334 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 52140 45369 245 29 0 48769 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 208560

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26307
/proc/meminfo: memFree=14875244/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=177740 CPUtime=4182.37 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 664622 0 0 0 418091 146 0 0 25 0 1 0 510973136 182005760 38900 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 44435 38900 245 29 0 41064 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 177740

[startup+4242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 26308
/proc/meminfo: memFree=14892064/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=208560 CPUtime=4242.37 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 670271 0 0 0 424089 148 0 0 25 0 1 0 510973136 213565440 44427 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 52140 44427 245 29 0 48769 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 208560

[startup+4302.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/178 26310
/proc/meminfo: memFree=14921172/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=128420 CPUtime=4302.37 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 673384 0 0 0 430087 150 0 0 25 0 1 0 510973136 131502080 28828 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 32105 28828 245 29 0 28734 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 128420

[startup+4362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 26312
/proc/meminfo: memFree=14891964/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=208560 CPUtime=4362.38 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 686314 0 0 0 436085 153 0 0 25 0 1 0 510973136 213565440 41605 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 52140 41605 245 29 0 48769 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 208560

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 26313
/proc/meminfo: memFree=14903080/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=128420 CPUtime=4422.37 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 691250 0 0 0 442082 155 0 0 25 0 1 0 510973136 131502080 28828 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 32105 28828 245 29 0 28734 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 128420

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26315
/proc/meminfo: memFree=14833960/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=177740 CPUtime=4482.37 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 701801 0 0 0 448080 157 0 0 25 0 1 0 510973136 182005760 39298 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 44435 39298 245 29 0 41064 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 177740

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 26316
/proc/meminfo: memFree=14854876/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=208560 CPUtime=4542.38 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 707582 0 0 0 454079 159 0 0 25 0 1 0 510973136 213565440 44952 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 52140 44953 245 29 0 48769 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 208560

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26318
/proc/meminfo: memFree=14851476/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=177740 CPUtime=4602.39 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 717441 0 0 0 460077 162 0 0 25 0 1 0 510973136 182005760 37529 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 44435 37529 245 29 0 41064 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 177740

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26320
/proc/meminfo: memFree=14868272/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=208560 CPUtime=4662.38 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 723277 0 0 0 466074 164 0 0 25 0 1 0 510973136 213565440 43237 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 52140 43237 245 29 0 48769 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 208560

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26321
/proc/meminfo: memFree=14808076/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=208560 CPUtime=4722.38 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 728026 0 0 0 472072 166 0 0 25 0 1 0 510973136 213565440 47880 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 52140 47880 245 29 0 48769 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 208560

[startup+4782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 26323
/proc/meminfo: memFree=14920852/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=177740 CPUtime=4782.39 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 738364 0 0 0 478071 168 0 0 25 0 1 0 510973136 182005760 38436 33554432000 4194304 4309791 140736947527632 18446744073709551615 4276892 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 44435 38436 245 29 0 41064 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 177740

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 26324
/proc/meminfo: memFree=14838948/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=208560 CPUtime=4842.38 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 744276 0 0 0 484068 170 0 0 25 0 1 0 510973136 213565440 44207 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 52140 44207 245 29 0 48769 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 208560

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26326
/proc/meminfo: memFree=14867192/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=128420 CPUtime=4902.38 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 747923 0 0 0 490066 172 0 0 25 0 1 0 510973136 131502080 28828 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 32105 28828 245 29 0 28734 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 128420

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26328
/proc/meminfo: memFree=14861924/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=177740 CPUtime=4962.39 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 758579 0 0 0 496064 175 0 0 25 0 1 0 510973136 182005760 39408 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 44435 39408 245 29 0 41064 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 177740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26328
/proc/meminfo: memFree=14828412/32950928 swapFree=67111528/67111528
[pid=26155] ppid=26153 vsize=208560 CPUtime=5000.09 cores=1,3,5,7
/proc/26155/stat : 26155 (glueminisat) R 26153 26155 25707 0 -1 4202496 761571 0 0 0 499833 176 0 0 25 0 1 0 510973136 213565440 42331 33554432000 4194304 4309791 140736947527632 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26155/statm: 52140 42331 245 29 0 48769 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 208560

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): 5000.02
CPU time (s): 5000.11
CPU user time (s): 4998.34
CPU system time (s): 1.77273
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 208560

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

runsolver used 7.8628 second user time and 17.8333 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 14:28:55
IDJOB=3309788
IDBENCH=83108
IDSOLVER=1694
FILE ID=node125/3309788-1303993735
RUNJOBID= node125-1303987381-25726
PBS_JOBID= 13168748
Free space on /tmp= 72644 MiB

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

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1312131570

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14723064 kB
Buffers:       2213248 kB
Cached:       15059280 kB
SwapCached:          0 kB
Active:        9202968 kB
Inactive:      8493588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14723064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1976 kB
Writeback:           0 kB
AnonPages:      422804 kB
Mapped:          15308 kB
Slab:           467968 kB
PageTables:       5060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   617332 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= 72760 MiB
End job on node125 at 2011-04-28 15:52:17