Trace number 3309830

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.05 4999.82

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top30.cnf
MD5SUM31142839684b7824419884a35a31fc88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark94.3357
Satisfiable
(Un)Satisfiability was proved
Number of variables101451
Number of clauses323566
Sum of the clauses size791464
Maximum clause length3667
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2195809
Number of clauses of size 3125762
Number of clauses of size 4464
Number of clauses of size 528
Number of clauses of size over 51502

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

running on 4 cores: 0,2,4,6

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 2.00 2/177 31769
/proc/meminfo: memFree=13913308/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=22392 CPUtime=0 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 1308 0 0 0 0 0 0 0 25 0 1 0 491978504 22929408 1248 33554432000 4194304 4309791 140733914629296 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 5598 1249 215 29 0 2227 0

[startup+0.012208 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 31769
/proc/meminfo: memFree=13913308/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=29420 CPUtime=0 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 2593 0 0 0 0 0 0 0 25 0 1 0 491978504 30126080 2500 33554432000 4194304 4309791 140733914629296 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 7355 2507 215 29 0 3984 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 29420

[startup+0.100217 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 31769
/proc/meminfo: memFree=13913308/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=46492 CPUtime=0.09 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 8203 0 0 0 9 0 0 0 25 0 1 0 491978504 47607808 7372 33554432000 4194304 4309791 140733914629296 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 11623 7374 217 29 0 8252 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46492

[startup+0.301188 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 31769
/proc/meminfo: memFree=13913308/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=65620 CPUtime=0.29 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 12331 0 0 0 28 1 0 0 25 0 1 0 491978504 67194880 11291 33554432000 4194304 4309791 140733914629296 18446744073709551615 4232856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 16405 11292 225 29 0 13034 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65620

[startup+0.70111 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 31769
/proc/meminfo: memFree=13913308/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=65848 CPUtime=0.69 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 16369 0 0 0 68 1 0 0 25 0 1 0 491978504 67428352 11656 33554432000 4194304 4309791 140733914629296 18446744073709551615 4263513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 16462 11659 226 29 0 13091 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65848

[startup+1.50095 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31770
/proc/meminfo: memFree=13873132/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=58772 CPUtime=1.49 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 16768 0 0 0 148 1 0 0 25 0 1 0 491978504 60182528 10440 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 14693 10440 245 29 0 11322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58772

[startup+3.10063 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31770
/proc/meminfo: memFree=13871520/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=65844 CPUtime=3.09 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 17202 0 0 0 308 1 0 0 25 0 1 0 491978504 67424256 10857 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 16461 10857 245 29 0 13090 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65844

[startup+6.30099 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31770
/proc/meminfo: memFree=13865456/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=65844 CPUtime=6.29 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 18769 0 0 0 627 2 0 0 25 0 1 0 491978504 67424256 12228 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 16461 12228 245 29 0 13090 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65844

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31770
/proc/meminfo: memFree=13857340/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=73304 CPUtime=12.69 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 20848 0 0 0 1267 2 0 0 25 0 1 0 491978504 75063296 14085 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 18326 14085 245 29 0 14955 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73304

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31770
/proc/meminfo: memFree=13856232/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=78720 CPUtime=25.5 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 24523 0 0 0 2547 3 0 0 25 0 1 0 491978504 80609280 14451 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 19680 14451 245 29 0 16309 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 78720

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31780
/proc/meminfo: memFree=13804012/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=97396 CPUtime=51.09 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 27130 0 0 0 5106 3 0 0 25 0 1 0 491978504 99733504 16976 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 24349 16976 245 29 0 20978 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 97396

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31782
/proc/meminfo: memFree=13753940/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=116252 CPUtime=102.3 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 38896 0 0 0 10224 6 0 0 25 0 1 0 491978504 119042048 23080 33554432000 4194304 4309791 140733914629296 18446744073709551615 4278272 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 29063 23080 245 29 0 25692 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 116252

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31783
/proc/meminfo: memFree=13783944/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=116252 CPUtime=162.3 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 40310 0 0 0 16224 6 0 0 25 0 1 0 491978504 119042048 24468 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 29063 24468 245 29 0 25692 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 116252

[startup+222.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 31785
/proc/meminfo: memFree=13726036/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=116252 CPUtime=222.3 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 57540 0 0 0 22222 8 0 0 25 0 1 0 491978504 119042048 24857 33554432000 4194304 4309791 140733914629296 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 29063 24857 245 29 0 25692 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 116252

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 31786
/proc/meminfo: memFree=13712520/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=165572 CPUtime=282.3 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 75803 0 0 0 28219 11 0 0 25 0 1 0 491978504 169545728 33697 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259892 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 41393 33697 245 29 0 38022 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 165572

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31788
/proc/meminfo: memFree=13669240/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=165572 CPUtime=342.31 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 88504 0 0 0 34217 14 0 0 25 0 1 0 491978504 169545728 35991 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 41393 35991 245 29 0 38022 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 165572

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31790
/proc/meminfo: memFree=13687708/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=116252 CPUtime=402.31 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 100835 0 0 0 40214 17 0 0 25 0 1 0 491978504 119042048 24857 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 29063 24857 245 29 0 25692 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 116252

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31791
/proc/meminfo: memFree=13782072/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=116252 CPUtime=462.31 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 113656 0 0 0 46212 19 0 0 25 0 1 0 491978504 119042048 24857 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 29063 24857 245 29 0 25692 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 116252

[startup+522.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 31793
/proc/meminfo: memFree=13674924/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=196392 CPUtime=522.32 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 127179 0 0 0 52209 23 0 0 25 0 1 0 491978504 201105408 38279 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 49098 38279 245 29 0 45727 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 196392

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 31794
/proc/meminfo: memFree=13684468/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=200912 CPUtime=582.32 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 141149 0 0 0 58206 26 0 0 25 0 1 0 491978504 205733888 38525 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 50228 38525 245 29 0 46857 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 200912

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31926
/proc/meminfo: memFree=13673200/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=270224 CPUtime=4002.48 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 652500 0 0 0 400073 175 0 0 25 0 1 0 491978504 276709376 57425 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259381 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 67556 57425 245 29 0 64185 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 270224

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31927
/proc/meminfo: memFree=13710136/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=139996 CPUtime=4062.49 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 656256 0 0 0 406072 177 0 0 25 0 1 0 491978504 143355904 29377 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 34999 29377 245 29 0 31628 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 139996

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31929
/proc/meminfo: memFree=13702308/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=220136 CPUtime=4122.48 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 671128 0 0 0 412068 180 0 0 25 0 1 0 491978504 225419264 44147 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 55034 44147 245 29 0 51663 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 220136

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31930
/proc/meminfo: memFree=13581880/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=270224 CPUtime=4182.49 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 677477 0 0 0 418066 183 0 0 25 0 1 0 491978504 276709376 50401 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 67556 50401 245 29 0 64185 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 270224

[startup+4242.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 31932
/proc/meminfo: memFree=13640636/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=270224 CPUtime=4242.48 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 683089 0 0 0 424063 185 0 0 25 0 1 0 491978504 276709376 55927 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259381 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 67556 55927 245 29 0 64185 0
Current children cumulated CPU time (s) 4242.48
Current children cumulated vsize (KiB) 270224

[startup+4302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 31934
/proc/meminfo: memFree=13542148/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=270224 CPUtime=4302.49 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 687668 0 0 0 430062 187 0 0 25 0 1 0 491978504 276709376 60440 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 67556 60440 245 29 0 64185 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 270224

[startup+4362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 31935
/proc/meminfo: memFree=13687828/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=189316 CPUtime=4362.5 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 700002 0 0 0 436060 190 0 0 25 0 1 0 491978504 193859584 40245 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 47329 40245 245 29 0 43958 0
Current children cumulated CPU time (s) 4362.5
Current children cumulated vsize (KiB) 189316

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31937
/proc/meminfo: memFree=13601884/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=220136 CPUtime=4422.5 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 707501 0 0 0 442057 193 0 0 25 0 1 0 491978504 225419264 47624 33554432000 4194304 4309791 140733914629296 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 55034 47625 245 29 0 51663 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 220136

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31938
/proc/meminfo: memFree=13570992/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=270224 CPUtime=4482.49 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 713249 0 0 0 448054 195 0 0 25 0 1 0 491978504 276709376 53287 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259892 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 67556 53287 245 29 0 64185 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 270224

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31940
/proc/meminfo: memFree=13468184/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=270224 CPUtime=4542.5 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 718733 0 0 0 454053 197 0 0 25 0 1 0 491978504 276709376 58695 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 67556 58695 245 29 0 64185 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 270224

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31942
/proc/meminfo: memFree=13725344/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=139996 CPUtime=4602.51 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 723071 0 0 0 460051 200 0 0 25 0 1 0 491978504 143355904 30098 33554432000 4194304 4309791 140733914629296 18446744073709551615 4253863 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 34999 30098 245 29 0 31628 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 139996

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31943
/proc/meminfo: memFree=13603288/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=220136 CPUtime=4662.5 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 738584 0 0 0 466047 203 0 0 25 0 1 0 491978504 225419264 45499 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 55034 45499 245 29 0 51663 0
Current children cumulated CPU time (s) 4662.5
Current children cumulated vsize (KiB) 220136

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31945
/proc/meminfo: memFree=13530988/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=270224 CPUtime=4722.51 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 744852 0 0 0 472046 205 0 0 25 0 1 0 491978504 276709376 51676 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259238 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 67556 51676 245 29 0 64185 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 270224

[startup+4782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 31946
/proc/meminfo: memFree=13566688/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=270224 CPUtime=4782.51 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 749989 0 0 0 478043 208 0 0 25 0 1 0 491978504 276709376 56735 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 67556 56735 245 29 0 64185 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 270224

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 31948
/proc/meminfo: memFree=13486944/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=270224 CPUtime=4842.51 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 754789 0 0 0 484041 210 0 0 25 0 1 0 491978504 276709376 61456 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 67556 61456 245 29 0 64185 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 270224

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31950
/proc/meminfo: memFree=13709516/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=189316 CPUtime=4902.52 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 765925 0 0 0 490039 213 0 0 25 0 1 0 491978504 193859584 38739 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 47329 38739 245 29 0 43958 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 189316

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31951
/proc/meminfo: memFree=13597016/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=220136 CPUtime=4962.52 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 773876 0 0 0 496035 217 0 0 25 0 1 0 491978504 225419264 46554 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259863 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 55034 46554 245 29 0 51663 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 220136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31952
/proc/meminfo: memFree=13548160/32951124 swapFree=67111528/67111528
[pid=31769] ppid=31767 vsize=270224 CPUtime=5000.03 cores=0,2,4,6
/proc/31769/stat : 31769 (glueminisat) R 31767 31769 31081 0 -1 4202496 778224 0 0 0 499784 219 0 0 25 0 1 0 491978504 276709376 50847 33554432000 4194304 4309791 140733914629296 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/31769/statm: 67556 50847 245 29 0 64185 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 270224

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.82
CPU time (s): 5000.05
CPU user time (s): 4997.85
CPU system time (s): 2.20067
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 351612

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

runsolver used 7.82681 second user time and 15.5566 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-28 15:00:29
IDJOB=3309830
IDBENCH=83126
IDSOLVER=1694
FILE ID=node143/3309830-1303995629
RUNJOBID= node143-1303987384-31099
PBS_JOBID= 13168757
Free space on /tmp= 72916 MiB

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

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

MD5SUM BENCH= 31142839684b7824419884a35a31fc88
RANDOM SEED=398901253

node143.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.846
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.846
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.846
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.846
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.83
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.846
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13913348 kB
Buffers:       2291136 kB
Cached:       16001680 kB
SwapCached:          0 kB
Active:        7328724 kB
Inactive:     11147624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13913348 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:      183192 kB
Mapped:          15408 kB
Slab:           496136 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   341788 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= 72916 MiB
End job on node143 at 2011-04-28 16:23:51