Trace number 3309368

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

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37756.2
Satisfiable
(Un)Satisfiability was proved
Number of variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3309368-1303987546/watcher-3309368-1303987546 -o /tmp/evaluation-result-3309368-1303987546/solver-3309368-1303987546 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309368-1303987546.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: 1.86 0.96 1.42 2/177 25803
/proc/meminfo: memFree=15050444/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=20196 CPUtime=0 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 858 0 0 0 0 0 0 0 23 0 1 0 510354334 20680704 790 33554432000 4194304 4309791 140734149888544 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 5049 791 216 29 0 1678 0

[startup+0.0632581 s]
/proc/loadavg: 1.86 0.96 1.42 2/177 25803
/proc/meminfo: memFree=15050444/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=33836 CPUtime=0.05 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 4798 0 0 0 5 0 0 0 23 0 1 0 510354334 34648064 4402 33554432000 4194304 4309791 140734149888544 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 8459 4404 217 29 0 5088 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 33836

[startup+0.101254 s]
/proc/loadavg: 1.86 0.96 1.42 2/177 25803
/proc/meminfo: memFree=15050444/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=42288 CPUtime=0.09 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 7600 0 0 0 9 0 0 0 23 0 1 0 510354334 43302912 6771 33554432000 4194304 4309791 140734149888544 18446744073709551615 274473628357 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 10572 6773 217 29 0 7201 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42288

[startup+0.300216 s]
/proc/loadavg: 1.86 0.96 1.42 2/177 25803
/proc/meminfo: memFree=15050444/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=92312 CPUtime=0.29 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 20276 0 0 0 27 2 0 0 24 0 1 0 510354334 94527488 18239 33554432000 4194304 4309791 140734149888544 18446744073709551615 4216240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 23078 18239 271 29 0 19707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92312

[startup+0.701143 s]
/proc/loadavg: 1.86 0.96 1.42 2/177 25803
/proc/meminfo: memFree=15050444/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=124948 CPUtime=0.69 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 28040 0 0 0 67 2 0 0 25 0 1 0 510354334 127946752 25406 33554432000 4194304 4309791 140734149888544 18446744073709551615 4212127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 31237 25409 276 29 0 27866 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 124948

[startup+1.50089 s]
/proc/loadavg: 1.86 0.96 1.42 3/178 25804
/proc/meminfo: memFree=14957940/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=103648 CPUtime=1.49 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 32269 0 0 0 145 4 0 0 25 0 1 0 510354334 106135552 19875 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 25912 19875 295 29 0 22541 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103648

[startup+3.10073 s]
/proc/loadavg: 1.86 0.96 1.42 3/178 25804
/proc/meminfo: memFree=14970588/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=103648 CPUtime=3.09 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 32393 0 0 0 305 4 0 0 25 0 1 0 510354334 106135552 19998 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 25912 19998 295 29 0 22541 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103648

[startup+6.30116 s]
/proc/loadavg: 1.87 0.98 1.42 3/178 25804
/proc/meminfo: memFree=14969948/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=103648 CPUtime=6.29 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 32634 0 0 0 625 4 0 0 25 0 1 0 510354334 106135552 20236 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259106 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 25912 20236 295 29 0 22541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103648

[startup+12.701 s]
/proc/loadavg: 1.88 1.00 1.43 3/178 25804
/proc/meminfo: memFree=14965864/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=103648 CPUtime=12.69 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 33647 0 0 0 1265 4 0 0 25 0 1 0 510354334 106135552 21243 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259106 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 25912 21243 295 29 0 22541 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103648

[startup+25.5008 s]
/proc/loadavg: 1.91 1.04 1.43 3/178 25805
/proc/meminfo: memFree=14955208/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=122324 CPUtime=25.48 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 36548 0 0 0 2544 4 0 0 25 0 1 0 510354334 125259776 23746 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 30581 23746 295 29 0 27210 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 122324

[startup+51.1002 s]
/proc/loadavg: 1.94 1.12 1.45 3/178 25806
/proc/meminfo: memFree=14951112/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=122324 CPUtime=51.09 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 37520 0 0 0 5104 5 0 0 25 0 1 0 510354334 125259776 24703 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 30581 24703 295 29 0 27210 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 122324

[startup+102.306 s]
/proc/loadavg: 1.97 1.25 1.47 3/178 25807
/proc/meminfo: memFree=14948524/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=122324 CPUtime=102.3 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 38162 0 0 0 10225 5 0 0 25 0 1 0 510354334 125259776 25333 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259296 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 30581 25333 295 29 0 27210 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 122324

[startup+162.301 s]
/proc/loadavg: 1.99 1.39 1.50 3/178 25808
/proc/meminfo: memFree=14940956/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=122324 CPUtime=162.3 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 43817 0 0 0 16224 6 0 0 25 0 1 0 510354334 125259776 25925 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 30581 25925 295 29 0 27210 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 122324

[startup+222.301 s]
/proc/loadavg: 1.99 1.50 1.53 3/178 25810
/proc/meminfo: memFree=14912776/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=141180 CPUtime=222.29 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 49167 0 0 0 22222 7 0 0 25 0 1 0 510354334 144568320 30785 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 35295 30785 295 29 0 31924 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 141180

[startup+282.301 s]
/proc/loadavg: 1.99 1.58 1.56 3/178 25812
/proc/meminfo: memFree=14867880/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=203020 CPUtime=282.3 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 60529 0 0 0 28221 9 0 0 25 0 1 0 510354334 207892480 42105 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 50755 42105 295 29 0 47384 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 203020

[startup+342.301 s]
/proc/loadavg: 1.99 1.66 1.58 3/178 25867
/proc/meminfo: memFree=15005116/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=203020 CPUtime=342.29 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 69916 0 0 0 34219 10 0 0 25 0 1 0 510354334 207892480 42592 33554432000 4194304 4309791 140734149888544 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 50755 42592 295 29 0 47384 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 203020

[startup+402.3 s]
/proc/loadavg: 2.03 1.73 1.61 3/178 25869
/proc/meminfo: memFree=15000856/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=203020 CPUtime=402.3 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 79602 0 0 0 40218 12 0 0 25 0 1 0 510354334 207892480 42234 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259182 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 50755 42234 295 29 0 47384 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 203020

[startup+462.301 s]
/proc/loadavg: 2.04 1.79 1.64 3/178 25870
/proc/meminfo: memFree=15005768/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=203020 CPUtime=462.3 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 90622 0 0 0 46216 14 0 0 25 0 1 0 510354334 207892480 41906 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 50755 41906 295 29 0 47384 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 203020

[startup+522.3 s]
/proc/loadavg: 2.01 1.83 1.66 3/178 25872
/proc/meminfo: memFree=15028804/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=153700 CPUtime=522.3 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 94521 0 0 0 52214 16 0 0 25 0 1 0 510354334 157388800 33915 33554432000 4194304 4309791 140734149888544 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 38425 33915 295 29 0 35054 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 153700

[startup+582.301 s]
/proc/loadavg: 2.00 1.86 1.67 3/178 25874
/proc/meminfo: memFree=15027652/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=153700 CPUtime=582.3 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 108562 0 0 0 58211 19 0 0 25 0 1 0 510354334 157388800 33916 33554432000 4194304 4309791 140734149888544 18446744073709551615 4275197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 38425 33916 295 29 0 35054 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 153700

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26005
/proc/meminfo: memFree=14619724/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=529524 CPUtime=4062.39 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 735773 0 0 0 406055 184 0 0 25 0 1 0 510354334 542232576 102063 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 132381 102063 295 29 0 129010 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 529524

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26007
/proc/meminfo: memFree=14683676/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=265788 CPUtime=4122.39 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 750908 0 0 0 412050 189 0 0 25 0 1 0 510354334 272166912 55596 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 66447 55596 295 29 0 63076 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 265788

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26009
/proc/meminfo: memFree=14542652/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=315876 CPUtime=4182.39 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 763139 0 0 0 418048 191 0 0 25 0 1 0 510354334 323457024 67772 33554432000 4194304 4309791 140734149888544 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 78969 67772 295 29 0 75598 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 315876

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26010
/proc/meminfo: memFree=14686080/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=397264 CPUtime=4242.39 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 773174 0 0 0 424046 193 0 0 25 0 1 0 510354334 406798336 77760 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 99316 77760 295 29 0 95945 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 397264

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26012
/proc/meminfo: memFree=14530548/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=397264 CPUtime=4302.4 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 782619 0 0 0 430044 196 0 0 25 0 1 0 510354334 406798336 87157 33554432000 4194304 4309791 140734149888544 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 99316 87157 295 29 0 95945 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 397264

[startup+4362.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 26013
/proc/meminfo: memFree=14384064/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=529524 CPUtime=4362.39 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 792022 0 0 0 436041 198 0 0 25 0 1 0 510354334 542232576 96514 33554432000 4194304 4309791 140734149888544 18446744073709551615 4253853 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 132381 96514 295 29 0 129010 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 529524

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 26015
/proc/meminfo: memFree=14242300/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=529524 CPUtime=4422.4 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 801567 0 0 0 442038 202 0 0 25 0 1 0 510354334 542232576 106022 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 132381 106022 295 29 0 129010 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 529524

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26017
/proc/meminfo: memFree=14743228/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=265788 CPUtime=4482.4 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 816055 0 0 0 448035 205 0 0 25 0 1 0 510354334 272166912 55885 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 66447 55885 295 29 0 63076 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 265788

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26027
/proc/meminfo: memFree=14599120/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=315876 CPUtime=4542.4 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 827603 0 0 0 454032 208 0 0 25 0 1 0 510354334 323457024 67370 33554432000 4194304 4309791 140734149888544 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 78969 67370 295 29 0 75598 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 315876

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26029
/proc/meminfo: memFree=14466892/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=397264 CPUtime=4602.41 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 837242 0 0 0 460030 211 0 0 25 0 1 0 510354334 406798336 76944 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 99316 76944 295 29 0 95945 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 397264

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26030
/proc/meminfo: memFree=14355512/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=397264 CPUtime=4662.4 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 846504 0 0 0 466026 214 0 0 25 0 1 0 510354334 406798336 86151 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259466 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 99316 86151 295 29 0 95945 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 397264

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26035
/proc/meminfo: memFree=14233320/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=529524 CPUtime=4722.41 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 855885 0 0 0 472025 216 0 0 25 0 1 0 510354334 542232576 95478 33554432000 4194304 4309791 140734149888544 18446744073709551615 4252168 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 132381 95478 295 29 0 129010 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 529524

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26037
/proc/meminfo: memFree=14536780/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=529524 CPUtime=4782.41 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 865127 0 0 0 478022 219 0 0 25 0 1 0 510354334 542232576 104682 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 132381 104682 295 29 0 129010 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 529524

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26038
/proc/meminfo: memFree=14663600/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=234968 CPUtime=4842.41 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 879661 0 0 0 484018 223 0 0 25 0 1 0 510354334 240607232 52413 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 58742 52413 295 29 0 55371 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 234968

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26040
/proc/meminfo: memFree=14543032/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=315876 CPUtime=4902.4 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 891269 0 0 0 490014 226 0 0 25 0 1 0 510354334 323457024 63974 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 78969 63974 295 29 0 75598 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 315876

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 26041
/proc/meminfo: memFree=14407348/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=315876 CPUtime=4962.41 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 901295 0 0 0 496012 229 0 0 25 0 1 0 510354334 323457024 73959 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259188 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 78969 73959 295 29 0 75598 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 315876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.01 1.95 3/178 26043
/proc/meminfo: memFree=14335164/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=397264 CPUtime=5000.02 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 906253 0 0 0 499771 231 0 0 25 0 1 0 510354334 406798336 78888 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 99316 78888 295 29 0 95945 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 397264

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

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

[startup+4999.9 s]
/proc/loadavg: 2.05 2.01 1.95 3/178 26043
/proc/meminfo: memFree=14335164/32950928 swapFree=67111528/67111528
[pid=25803] ppid=25801 vsize=397264 CPUtime=5000.02 cores=0,2,4,6
/proc/25803/stat : 25803 (glueminisat) R 25801 25803 25707 0 -1 4202496 906253 0 0 0 499771 231 0 0 25 0 1 0 510354334 406798336 78888 33554432000 4194304 4309791 140734149888544 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/25803/statm: 99316 78888 295 29 0 95945 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 397264

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.04
CPU user time (s): 4997.71
CPU system time (s): 2.32565
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 529524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.71
system time used= 2.32565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 906253
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= 11
involuntary context switches= 3581

runsolver used 7.78981 second user time and 16.2445 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 12:45:47
IDJOB=3309368
IDBENCH=70815
IDSOLVER=1694
FILE ID=node125/3309368-1303987546
RUNJOBID= node125-1303987381-25725
PBS_JOBID= 13168748
Free space on /tmp= 72736 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309368-1303987546/watcher-3309368-1303987546 -o /tmp/evaluation-result-3309368-1303987546/solver-3309368-1303987546 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309368-1303987546.cnf

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=392653272

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:      15050600 kB
Buffers:       2213020 kB
Cached:       14958664 kB
SwapCached:          0 kB
Active:        8880792 kB
Inactive:      8488876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15050600 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11280 kB
Writeback:           0 kB
AnonPages:      197280 kB
Mapped:          15304 kB
Slab:           468140 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   352856 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= 72728 MiB
End job on node125 at 2011-04-28 14:09:09