Trace number 3309794

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.81

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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-3309794-1303993785/watcher-3309794-1303993785 -o /tmp/evaluation-result-3309794-1303993785/solver-3309794-1303993785 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309794-1303993785.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 2.00 2/177 31692
/proc/meminfo: memFree=13425812/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=22388 CPUtime=0 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 1311 0 0 0 0 0 0 0 22 0 1 0 491794168 22925312 1251 33554432000 4194304 4309791 140734134439072 18446744073709551615 4239859 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 5597 1254 215 29 0 2226 0

[startup+0.0503001 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 31692
/proc/meminfo: memFree=13425812/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=31744 CPUtime=0.04 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 4124 0 0 0 4 0 0 0 22 0 1 0 491794168 32505856 3768 33554432000 4194304 4309791 140734134439072 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 7936 3770 217 29 0 4565 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 31744

[startup+0.100291 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 31692
/proc/meminfo: memFree=13425812/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=35392 CPUtime=0.09 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 5465 0 0 0 9 0 0 0 22 0 1 0 491794168 36241408 4927 33554432000 4194304 4309791 140734134439072 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 8848 4927 225 29 0 5477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35392

[startup+0.300237 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 31692
/proc/meminfo: memFree=13425812/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=39684 CPUtime=0.29 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 7665 0 0 0 28 1 0 0 23 0 1 0 491794168 40636416 5850 33554432000 4194304 4309791 140734134439072 18446744073709551615 4226680 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 9921 5850 226 29 0 6550 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39684

[startup+0.700155 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 31692
/proc/meminfo: memFree=13425812/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=35636 CPUtime=0.69 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 8320 0 0 0 68 1 0 0 25 0 1 0 491794168 36491264 5176 33554432000 4194304 4309791 140734134439072 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 8909 5176 245 29 0 5538 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35636

[startup+1.50099 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31693
/proc/meminfo: memFree=13403824/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=39988 CPUtime=1.49 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 8595 0 0 0 148 1 0 0 25 0 1 0 491794168 40947712 5441 33554432000 4194304 4309791 140734134439072 18446744073709551615 4291029 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 9997 5441 245 29 0 6626 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39988

[startup+3.10068 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31693
/proc/meminfo: memFree=13397624/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=39988 CPUtime=3.09 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 9640 0 0 0 308 1 0 0 25 0 1 0 491794168 40947712 6374 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 9997 6374 245 29 0 6626 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39988

[startup+6.30105 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31693
/proc/meminfo: memFree=13386796/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=44668 CPUtime=6.29 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 10931 0 0 0 628 1 0 0 25 0 1 0 491794168 45740032 7543 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 11167 7543 245 29 0 7796 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44668

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31693
/proc/meminfo: memFree=13369696/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=58916 CPUtime=12.7 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 14148 0 0 0 1268 2 0 0 25 0 1 0 491794168 60329984 8589 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 14729 8589 245 29 0 11358 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 58916

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31693
/proc/meminfo: memFree=13335416/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=66096 CPUtime=25.49 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 17463 0 0 0 2547 2 0 0 25 0 1 0 491794168 67682304 11726 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259902 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 16524 11726 245 29 0 13153 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66096

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31694
/proc/meminfo: memFree=13809156/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=66096 CPUtime=51.1 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 18648 0 0 0 5107 3 0 0 25 0 1 0 491794168 67682304 12885 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 16524 12885 245 29 0 13153 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 66096

[startup+102.306 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 31695
/proc/meminfo: memFree=13708220/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=82472 CPUtime=102.3 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 23479 0 0 0 10227 3 0 0 25 0 1 0 491794168 84451328 13091 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 20618 13091 245 29 0 17247 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82472

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 31697
/proc/meminfo: memFree=13657132/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=101328 CPUtime=162.3 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 33700 0 0 0 16224 6 0 0 25 0 1 0 491794168 103759872 18076 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 25332 18076 245 29 0 21961 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 101328

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31699
/proc/meminfo: memFree=13616820/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=101328 CPUtime=222.3 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 53078 0 0 0 22221 9 0 0 25 0 1 0 491794168 103759872 21718 33554432000 4194304 4309791 140734134439072 18446744073709551615 4275008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 25332 21718 245 29 0 21961 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 101328

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31700
/proc/meminfo: memFree=13592376/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=101328 CPUtime=282.31 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 70812 0 0 0 28219 12 0 0 25 0 1 0 491794168 103759872 21718 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 25332 21718 245 29 0 21961 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 101328

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31702
/proc/meminfo: memFree=13573908/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=150648 CPUtime=342.31 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 96511 0 0 0 34216 15 0 0 25 0 1 0 491794168 154263552 29345 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 37662 29345 245 29 0 34291 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 150648

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31703
/proc/meminfo: memFree=13546608/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=150816 CPUtime=402.31 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 105204 0 0 0 40215 16 0 0 25 0 1 0 491794168 154435584 29371 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 37704 29371 245 29 0 34333 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 150816

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31705
/proc/meminfo: memFree=13526516/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=101496 CPUtime=462.31 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 115856 0 0 0 46213 18 0 0 25 0 1 0 491794168 103931904 21760 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 25374 21760 245 29 0 22003 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 101496

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31707
/proc/meminfo: memFree=13507664/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=101496 CPUtime=522.32 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 135598 0 0 0 52210 22 0 0 25 0 1 0 491794168 103931904 21760 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259898 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 25374 21760 245 29 0 22003 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 101496

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31708
/proc/meminfo: memFree=13451608/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=150816 CPUtime=582.32 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 154859 0 0 0 58207 25 0 0 25 0 1 0 491794168 154435584 30724 33554432000 4194304 4309791 140734134439072 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 37704 30724 245 29 0 34333 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 150816

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31839
/proc/meminfo: memFree=13717060/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=153440 CPUtime=4002.47 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 810682 0 0 0 400050 197 0 0 25 0 1 0 491794168 157122560 34724 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 38360 34724 245 29 0 34989 0
Current children cumulated CPU time (s) 4002.47
Current children cumulated vsize (KiB) 153440

[startup+4062.31 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 31841
/proc/meminfo: memFree=13632608/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=233580 CPUtime=4062.48 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 825492 0 0 0 406048 200 0 0 25 0 1 0 491794168 239185920 49415 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 58395 49415 245 29 0 55024 0
Current children cumulated CPU time (s) 4062.48
Current children cumulated vsize (KiB) 233580

[startup+4122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 31843
/proc/meminfo: memFree=13773960/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=153440 CPUtime=4122.48 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 832245 0 0 0 412045 203 0 0 25 0 1 0 491794168 157122560 34724 33554432000 4194304 4309791 140734134439072 18446744073709551615 4252140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 38360 34724 245 29 0 34989 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 153440

[startup+4182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 31844
/proc/meminfo: memFree=13672396/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=202760 CPUtime=4182.48 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 843952 0 0 0 418043 205 0 0 25 0 1 0 491794168 207626240 46357 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 50690 46357 245 29 0 47319 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 202760

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31846
/proc/meminfo: memFree=13618444/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=233580 CPUtime=4242.49 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 851345 0 0 0 424041 208 0 0 25 0 1 0 491794168 239185920 53615 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 58395 53615 245 29 0 55024 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 233580

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31847
/proc/meminfo: memFree=13631700/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=202760 CPUtime=4302.49 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 863489 0 0 0 430038 211 0 0 25 0 1 0 491794168 207626240 45041 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 50690 45041 245 29 0 47319 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 202760

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31849
/proc/meminfo: memFree=13653644/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=233580 CPUtime=4362.5 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 871361 0 0 0 436036 214 0 0 25 0 1 0 491794168 239185920 52780 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 58395 52780 245 29 0 55024 0
Current children cumulated CPU time (s) 4362.5
Current children cumulated vsize (KiB) 233580

[startup+4422.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 31851
/proc/meminfo: memFree=13697540/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=153440 CPUtime=4422.5 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 876323 0 0 0 442034 216 0 0 25 0 1 0 491794168 157122560 34724 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 38360 34724 245 29 0 34989 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 153440

[startup+4482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 31852
/proc/meminfo: memFree=13615668/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=233580 CPUtime=4482.5 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 891663 0 0 0 448031 219 0 0 25 0 1 0 491794168 239185920 49913 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 58395 49913 245 29 0 55024 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 233580

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31854
/proc/meminfo: memFree=13732844/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=153440 CPUtime=4542.5 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 897801 0 0 0 454028 222 0 0 25 0 1 0 491794168 157122560 34724 33554432000 4194304 4309791 140734134439072 18446744073709551615 4253890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 38360 34724 245 29 0 34989 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 153440

[startup+4602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 31855
/proc/meminfo: memFree=13643680/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=233580 CPUtime=4602.51 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 912943 0 0 0 460026 225 0 0 25 0 1 0 491794168 239185920 49747 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 58395 49747 245 29 0 55024 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 233580

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 31857
/proc/meminfo: memFree=13594072/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=283668 CPUtime=4662.51 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 919676 0 0 0 466023 228 0 0 25 0 1 0 491794168 290476032 56335 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 70917 56335 245 29 0 67546 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 283668

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31859
/proc/meminfo: memFree=13736912/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=202760 CPUtime=4722.52 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 931115 0 0 0 472021 231 0 0 25 0 1 0 491794168 207626240 43451 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 50690 43451 245 29 0 47319 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 202760

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31860
/proc/meminfo: memFree=13649860/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=233580 CPUtime=4782.52 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 939194 0 0 0 478018 234 0 0 25 0 1 0 491794168 239185920 51402 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 58395 51402 245 29 0 55024 0
Current children cumulated CPU time (s) 4782.52
Current children cumulated vsize (KiB) 233580

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31862
/proc/meminfo: memFree=13597648/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=283668 CPUtime=4842.52 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 945374 0 0 0 484016 236 0 0 25 0 1 0 491794168 290476032 57448 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 70917 57448 245 29 0 67546 0
Current children cumulated CPU time (s) 4842.52
Current children cumulated vsize (KiB) 283668

[startup+4902.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 31863
/proc/meminfo: memFree=13619224/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=202760 CPUtime=4902.52 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 957547 0 0 0 490014 238 0 0 25 0 1 0 491794168 207626240 46614 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259182 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 50690 46614 245 29 0 47319 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 202760

[startup+4962.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 31865
/proc/meminfo: memFree=13657408/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=233580 CPUtime=4962.52 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 963660 0 0 0 496012 240 0 0 25 0 1 0 491794168 239185920 52558 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 58395 52558 245 29 0 55024 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 233580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 31866
/proc/meminfo: memFree=13708988/32951124 swapFree=67111528/67111528
[pid=31692] ppid=31690 vsize=153440 CPUtime=5000.03 cores=1,3,5,7
/proc/31692/stat : 31692 (glueminisat) R 31690 31692 31081 0 -1 4202496 965693 0 0 0 499761 242 0 0 25 0 1 0 491794168 157122560 34724 33554432000 4194304 4309791 140734134439072 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31692/statm: 38360 34724 245 29 0 34989 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 153440

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.81
CPU time (s): 5000.05
CPU user time (s): 4997.62
CPU system time (s): 2.42763
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 283668

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

runsolver used 6.80896 second user time and 16.5395 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-28 14:29:46
IDJOB=3309794
IDBENCH=83110
IDSOLVER=1694
FILE ID=node143/3309794-1303993785
RUNJOBID= node143-1303987384-31100
PBS_JOBID= 13168757
Free space on /tmp= 72908 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=1542099622

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:      13425960 kB
Buffers:       2291108 kB
Cached:       16010148 kB
SwapCached:          0 kB
Active:        7815012 kB
Inactive:     11146936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13425960 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3188 kB
Writeback:           0 kB
AnonPages:      659816 kB
Mapped:          15408 kB
Slab:           496200 kB
PageTables:       5584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   860096 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 15:53:07