Trace number 3310004

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.7873
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

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: 977)

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-3310004-1307645863/watcher-3310004-1307645863 -o /tmp/evaluation-result-3310004-1307645863/solver-3310004-1307645863 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3310004-1307645863.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.74 3.63 3.65 2/174 11780
/proc/meminfo: memFree=31978976/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=19688 CPUtime=0 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 759 0 0 0 0 0 0 0 25 0 1 0 857001644 20160512 692 33554432000 4194304 4309791 140737324252096 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 4922 692 215 29 0 1551 0

[startup+0.0447419 s]
/proc/loadavg: 2.74 3.63 3.65 2/174 11780
/proc/meminfo: memFree=31978976/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=25780 CPUtime=0.04 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 3355 0 0 0 4 0 0 0 25 0 1 0 857001644 26398720 2820 33554432000 4194304 4309791 140737324252096 18446744073709551615 254261277381 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 6445 2821 216 29 0 3074 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25780

[startup+0.100734 s]
/proc/loadavg: 2.74 3.63 3.65 2/174 11780
/proc/meminfo: memFree=31978976/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=28644 CPUtime=0.09 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 4297 0 0 0 9 0 0 0 25 0 1 0 857001644 29331456 3714 33554432000 4194304 4309791 140737324252096 18446744073709551615 4226928 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 7161 3714 222 29 0 3790 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28644

[startup+0.300696 s]
/proc/loadavg: 2.74 3.63 3.65 2/174 11780
/proc/meminfo: memFree=31978976/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=29060 CPUtime=0.29 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 4340 0 0 0 29 0 0 0 25 0 1 0 857001644 29757440 3757 33554432000 4194304 4309791 140737324252096 18446744073709551615 4226471 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 7265 3757 222 29 0 3894 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29060

[startup+0.700638 s]
/proc/loadavg: 2.74 3.63 3.65 2/174 11780
/proc/meminfo: memFree=31978976/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=28248 CPUtime=0.69 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 5174 0 0 0 69 0 0 0 25 0 1 0 857001644 28925952 3369 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 7062 3370 244 29 0 3691 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28248

[startup+1.50046 s]
/proc/loadavg: 2.74 3.63 3.65 3/175 11781
/proc/meminfo: memFree=31965848/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=30968 CPUtime=1.49 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 5686 0 0 0 149 0 0 0 25 0 1 0 857001644 31711232 3867 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259235 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 7742 3867 244 29 0 4371 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30968

[startup+3.1002 s]
/proc/loadavg: 2.74 3.63 3.65 3/175 11781
/proc/meminfo: memFree=31964980/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=35080 CPUtime=3.09 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 7512 0 0 0 309 0 0 0 25 0 1 0 857001644 35921920 4077 33554432000 4194304 4309791 140737324252096 18446744073709551615 4275249 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 8770 4077 244 29 0 5399 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35080

[startup+6.30064 s]
/proc/loadavg: 2.68 3.61 3.64 3/178 11812
/proc/meminfo: memFree=32046504/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=39500 CPUtime=6.29 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 9443 0 0 0 628 1 0 0 25 0 1 0 857001644 40448000 5844 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 9875 5844 244 29 0 6504 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39500

[startup+12.7005 s]
/proc/loadavg: 2.62 3.58 3.63 3/178 11812
/proc/meminfo: memFree=32022124/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=51316 CPUtime=12.69 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 12867 0 0 0 1267 2 0 0 25 0 1 0 857001644 52547584 9223 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 12829 9223 244 29 0 9458 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51316

[startup+25.5002 s]
/proc/loadavg: 2.49 3.50 3.61 3/178 11813
/proc/meminfo: memFree=32005900/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=65636 CPUtime=25.49 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 18692 0 0 0 2547 2 0 0 25 0 1 0 857001644 67211264 11821 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 16409 11821 244 29 0 13038 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65636

[startup+51.1007 s]
/proc/loadavg: 2.32 3.38 3.56 3/178 11813
/proc/meminfo: memFree=31975880/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=70904 CPUtime=51.09 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 21622 0 0 0 5106 3 0 0 25 0 1 0 857001644 72605696 14482 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 17726 14482 244 29 0 14355 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70904

[startup+102.307 s]
/proc/loadavg: 2.14 3.16 3.48 3/178 11815
/proc/meminfo: memFree=31971764/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=71276 CPUtime=102.29 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 27649 0 0 0 10226 3 0 0 25 0 1 0 857001644 72986624 14483 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 17819 14483 244 29 0 14448 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 71276

[startup+162.301 s]
/proc/loadavg: 2.05 2.95 3.38 3/178 11816
/proc/meminfo: memFree=31959960/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=101624 CPUtime=162.3 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 30523 0 0 0 16225 5 0 0 25 0 1 0 857001644 104062976 17272 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259878 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 25406 17272 244 29 0 22035 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 101624

[startup+222.3 s]
/proc/loadavg: 2.02 2.77 3.29 3/178 11903
/proc/meminfo: memFree=31980076/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=101624 CPUtime=222.3 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 46808 0 0 0 22223 7 0 0 25 0 1 0 857001644 104062976 17494 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 25406 17494 244 29 0 22035 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 101624

[startup+282.301 s]
/proc/loadavg: 2.00 2.63 3.21 3/178 11905
/proc/meminfo: memFree=31922504/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=150944 CPUtime=282.29 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 63338 0 0 0 28220 9 0 0 25 0 1 0 857001644 154566656 25319 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 37736 25319 244 29 0 34365 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 150944

[startup+342.3 s]
/proc/loadavg: 2.00 2.51 3.13 3/178 11906
/proc/meminfo: memFree=31948636/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=101624 CPUtime=342.29 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 74476 0 0 0 34218 11 0 0 25 0 1 0 857001644 104062976 17494 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259892 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 25406 17494 244 29 0 22035 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 101624

[startup+402.301 s]
/proc/loadavg: 2.00 2.42 3.06 3/178 11908
/proc/meminfo: memFree=31913020/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=150944 CPUtime=402.3 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 92465 0 0 0 40216 14 0 0 25 0 1 0 857001644 154566656 25290 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 37736 25290 244 29 0 34365 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 150944

[startup+462.301 s]
/proc/loadavg: 2.00 2.34 2.99 3/178 11909
/proc/meminfo: memFree=31884468/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=150944 CPUtime=462.29 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 105060 0 0 0 46213 16 0 0 25 0 1 0 857001644 154566656 27157 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 37736 27157 244 29 0 34365 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 150944

[startup+522.3 s]
/proc/loadavg: 2.06 2.29 2.93 3/178 11911
/proc/meminfo: memFree=31879608/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=150944 CPUtime=522.3 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 117502 0 0 0 52211 19 0 0 25 0 1 0 857001644 154566656 28393 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 37736 28394 244 29 0 34365 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 150944

[startup+582.301 s]
/proc/loadavg: 2.02 2.23 2.87 3/178 11913
/proc/meminfo: memFree=31876596/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=150944 CPUtime=582.3 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 129976 0 0 0 58208 22 0 0 25 0 1 0 857001644 154566656 29126 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/11780/statm: 37736 29126 244 29 0 34365 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 150944

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.16 2/172 12041
/proc/meminfo: memFree=31911964/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=204300 CPUtime=4062.4 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 594414 0 0 0 406079 161 0 0 25 0 1 0 857001644 209203200 41982 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 51075 41982 244 29 0 47704 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 204300

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/172 12043
/proc/meminfo: memFree=31894208/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=204300 CPUtime=4122.39 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 598986 0 0 0 412076 163 0 0 25 0 1 0 857001644 209203200 46443 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 51075 46443 244 29 0 47704 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 204300

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/172 12045
/proc/meminfo: memFree=31878068/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=254388 CPUtime=4182.39 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 603065 0 0 0 418074 165 0 0 25 0 1 0 857001644 260493312 50434 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 63597 50434 244 29 0 60226 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 254388

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/172 12046
/proc/meminfo: memFree=31970916/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=124160 CPUtime=4242.39 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 605828 0 0 0 424072 167 0 0 25 0 1 0 857001644 127139840 27315 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 31040 27315 244 29 0 27669 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 124160

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/172 12048
/proc/meminfo: memFree=31919060/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=204300 CPUtime=4302.4 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 618833 0 0 0 430070 170 0 0 25 0 1 0 857001644 209203200 40219 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259443 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 51075 40219 244 29 0 47704 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 204300

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 12049
/proc/meminfo: memFree=31900308/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=204300 CPUtime=4362.39 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 623648 0 0 0 436067 172 0 0 25 0 1 0 857001644 209203200 44907 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 51075 44907 244 29 0 47704 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 204300

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/172 12051
/proc/meminfo: memFree=31883916/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=254388 CPUtime=4422.4 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 627801 0 0 0 442066 174 0 0 25 0 1 0 857001644 260493312 48963 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259898 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 63597 48963 244 29 0 60226 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 254388

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/172 12053
/proc/meminfo: memFree=31869012/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=254388 CPUtime=4482.39 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 631689 0 0 0 448064 175 0 0 25 0 1 0 857001644 260493312 52760 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 63597 52760 244 29 0 60226 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 254388

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/172 12054
/proc/meminfo: memFree=31924404/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=178936 CPUtime=4542.4 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 644348 0 0 0 454061 179 0 0 25 0 1 0 857001644 183230464 38889 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 44734 38889 244 29 0 41363 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 178936

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/172 12056
/proc/meminfo: memFree=31904040/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=209756 CPUtime=4602.4 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 649405 0 0 0 460060 180 0 0 25 0 1 0 857001644 214790144 43843 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 52439 43843 244 29 0 49068 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 209756

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/172 12057
/proc/meminfo: memFree=31886512/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=209756 CPUtime=4662.41 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 653937 0 0 0 466057 184 0 0 25 0 1 0 857001644 214790144 48259 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 52439 48259 244 29 0 49068 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 209756

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.06 2/172 12059
/proc/meminfo: memFree=31870484/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=259844 CPUtime=4722.4 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 657982 0 0 0 472055 185 0 0 25 0 1 0 857001644 266080256 52211 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 64961 52211 244 29 0 61590 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 259844

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/172 12061
/proc/meminfo: memFree=31856316/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=259844 CPUtime=4782.41 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 661591 0 0 0 478054 187 0 0 25 0 1 0 857001644 266080256 55741 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259155 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 64961 55741 244 29 0 61590 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 259844

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/172 12062
/proc/meminfo: memFree=31920528/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=178936 CPUtime=4842.41 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 672693 0 0 0 484052 189 0 0 25 0 1 0 857001644 183230464 39714 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259937 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 44734 39714 244 29 0 41363 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 178936

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/172 12064
/proc/meminfo: memFree=31901280/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=209756 CPUtime=4902.41 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 677661 0 0 0 490050 191 0 0 25 0 1 0 857001644 214790144 44579 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 52439 44579 244 29 0 49068 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 209756

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/172 12065
/proc/meminfo: memFree=31883764/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=209756 CPUtime=4962.41 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 682096 0 0 0 496047 194 0 0 25 0 1 0 857001644 214790144 48925 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 52439 48925 244 29 0 49068 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 209756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.04 2/172 12066
/proc/meminfo: memFree=31873576/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=259844 CPUtime=5000.01 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 684648 0 0 0 499806 195 0 0 25 0 1 0 857001644 266080256 51413 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 64961 51413 244 29 0 61590 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 259844

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: 1.00 1.00 1.04 2/172 12066
/proc/meminfo: memFree=31873576/32951124 swapFree=67057920/67111528
[pid=11780] ppid=11778 vsize=259844 CPUtime=5000.01 cores=0,2,4,6
/proc/11780/stat : 11780 (glueminisat) R 11778 11780 11688 0 -1 4202496 684648 0 0 0 499806 195 0 0 25 0 1 0 857001644 266080256 51413 33554432000 4194304 4309791 140737324252096 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11780/statm: 64961 51413 244 29 0 61590 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 259844

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.03
CPU user time (s): 4998.07
CPU system time (s): 1.9687
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 259844

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

runsolver used 7.96979 second user time and 15.6626 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-09 20:57:43
IDJOB=3310004
IDBENCH=85965
IDSOLVER=1694
FILE ID=node140/3310004-1307645863
RUNJOBID= node140-1307645808-11706
PBS_JOBID= 13549412
Free space on /tmp= 73824 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310004-1307645863/watcher-3310004-1307645863 -o /tmp/evaluation-result-3310004-1307645863/solver-3310004-1307645863 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3310004-1307645863.cnf

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=140805864

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.77
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.833
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.833
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.833
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.833
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:     32951124 kB
MemFree:      31979024 kB
Buffers:        222480 kB
Cached:         527748 kB
SwapCached:       7060 kB
Active:         445444 kB
Inactive:       327732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31979024 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:            4360 kB
Writeback:           0 kB
AnonPages:       20764 kB
Mapped:          12984 kB
Slab:           133452 kB
PageTables:       4652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191572 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= 73920 MiB
End job on node140 at 2011-06-09 22:21:05