Trace number 3495826

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
MoUsSaka 2011-03-26No Cert. 1800.09 1800.05

General information on the benchmark

Namemus/marques-silva/abstraction-refinement-intel/
edn_25208_14.cnf_37.38000000.unsat.cnf
MD5SUM62a1c70da5924c017b1419343e5b9f86
Bench CategoryMUS (MUS)
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 variables1143135
Number of clauses3330773
Sum of the clauses size7734541
Maximum clause length3
Minimum clause length1
Number of clauses of size 11673
Number of clauses of size 22254432
Number of clauses of size 31074668
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.07	c MoUsSaka vegetarian
18.79/18.87	
18.79/18.87	s UNSATISFIABLE

Verifier Data

ERROR: no value line found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495826-1307808357/watcher-3495826-1307808357 -o /tmp/evaluation-result-3495826-1307808357/solver-3495826-1307808357 -C 1800 -W 1850 -M 7680 MoUsSaka HOME/instance-3495826-1307808357.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.95 3.53 5/189 11259
/proc/meminfo: memFree=28644468/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=73008 CPUtime=0 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 2645 0 0 0 0 0 0 0 19 0 1 0 873252201 74760192 2584 33554432000 4194304 4365125 140734417094112 18446744073709551615 4292364 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 18287 2594 245 42 0 15435 0

[startup+0.0164621 s]
/proc/loadavg: 4.00 3.95 3.53 5/189 11259
/proc/meminfo: memFree=28644468/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=86548 CPUtime=0 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 4732 0 0 0 0 0 0 0 19 0 1 0 873252201 88625152 4671 33554432000 4194304 4365125 140734417094112 18446744073709551615 4318620 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 21637 4678 245 42 0 18785 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 86548

[startup+0.100461 s]
/proc/loadavg: 4.00 3.95 3.53 5/189 11259
/proc/meminfo: memFree=28644468/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=158096 CPUtime=0.09 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 33776 0 0 0 5 4 0 0 19 0 1 0 873252201 161890304 24482 33554432000 4194304 4365125 140734417094112 18446744073709551615 212039655168 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 39524 24483 254 42 0 36672 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 158096

[startup+0.300416 s]
/proc/loadavg: 4.00 3.95 3.53 5/189 11259
/proc/meminfo: memFree=28644468/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=165264 CPUtime=0.29 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 40721 0 0 0 25 4 0 0 20 0 1 0 873252201 169230336 30163 33554432000 4194304 4365125 140734417094112 18446744073709551615 4316862 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 41316 30164 254 42 0 38464 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 165264

[startup+0.700353 s]
/proc/loadavg: 4.00 3.95 3.53 5/189 11259
/proc/meminfo: memFree=28644468/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=186468 CPUtime=0.69 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 59346 0 0 0 62 7 0 0 21 0 1 0 873252201 190943232 39968 33554432000 4194304 4365125 140734417094112 18446744073709551615 4316862 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 46617 39969 254 42 0 43765 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 186468

[startup+1.5002 s]
/proc/loadavg: 4.00 3.95 3.53 5/190 11260
/proc/meminfo: memFree=28414340/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=351732 CPUtime=1.49 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 146314 0 0 0 131 18 0 0 23 0 1 0 873252201 360173568 69948 33554432000 4194304 4365125 140734417094112 18446744073709551615 4284413 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 87933 69949 254 42 0 85081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 351732

[startup+3.10091 s]
/proc/loadavg: 4.00 3.95 3.53 5/190 11260
/proc/meminfo: memFree=28349860/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=428412 CPUtime=3.09 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 178992 0 0 0 286 23 0 0 25 0 1 0 873252201 438693888 79581 33554432000 4194304 4365125 140734417094112 18446744073709551615 4257778 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 107103 79581 261 42 0 104251 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 428412

[startup+6.30035 s]
/proc/loadavg: 4.00 3.95 3.53 5/190 11260
/proc/meminfo: memFree=28317124/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=447940 CPUtime=6.29 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 197595 0 0 0 604 25 0 0 25 0 1 0 873252201 458690560 84015 33554432000 4194304 4365125 140734417094112 18446744073709551615 4244701 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 111985 84015 262 42 0 109133 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 447940

[startup+12.7002 s]
/proc/loadavg: 4.00 3.95 3.53 5/190 11260
/proc/meminfo: memFree=28270552/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=521164 CPUtime=12.69 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 262761 0 0 0 1238 31 0 0 25 0 1 0 873252201 533671936 98313 33554432000 4194304 4365125 140734417094112 18446744073709551615 4257310 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 130291 98313 262 42 0 127439 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 521164

[startup+25.5009 s]
/proc/loadavg: 4.00 3.95 3.54 5/190 11261
/proc/meminfo: memFree=28111044/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=748644 CPUtime=25.49 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 418184 0 0 0 2501 48 0 0 25 0 1 0 873252201 766611456 139085 33554432000 4194304 4365125 140734417094112 18446744073709551615 4250173 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 187161 139085 263 42 0 184309 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 748644

[startup+51.1003 s]
/proc/loadavg: 4.00 3.95 3.55 5/190 11261
/proc/meminfo: memFree=27928252/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=843760 CPUtime=51.09 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 553084 0 0 0 5047 62 0 0 25 0 1 0 873252201 864010240 162670 33554432000 4194304 4365125 140734417094112 18446744073709551615 4257409 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 210940 162670 264 42 0 208088 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 843760

[startup+102.307 s]
/proc/loadavg: 4.00 3.96 3.57 5/190 11301
/proc/meminfo: memFree=28345820/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=841708 CPUtime=102.3 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 592793 0 0 0 10163 67 0 0 25 0 1 0 873252201 861908992 162396 33554432000 4194304 4365125 140734417094112 18446744073709551615 4244636 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 210427 162396 264 42 0 207575 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 841708

[startup+162.3 s]
/proc/loadavg: 3.92 3.95 3.59 5/188 11411
/proc/meminfo: memFree=28031600/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1101144 CPUtime=162.29 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 857451 0 0 0 16136 93 0 0 25 0 1 0 873252201 1127571456 231419 33554432000 4194304 4365125 140734417094112 18446744073709551615 4275899 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 275286 231419 264 42 0 272434 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1101144

[startup+222.301 s]
/proc/loadavg: 4.00 3.96 3.61 5/190 11684
/proc/meminfo: memFree=28126552/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1097048 CPUtime=222.29 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 903583 0 0 0 22130 99 0 0 25 0 1 0 873252201 1123377152 230905 33554432000 4194304 4365125 140734417094112 18446744073709551615 4250159 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 274262 230905 264 42 0 271410 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1097048

[startup+282.301 s]
/proc/loadavg: 3.47 3.82 3.59 4/184 11710
/proc/meminfo: memFree=28201636/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1066332 CPUtime=282.3 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 939724 0 0 0 28126 104 0 0 25 0 1 0 873252201 1091923968 227050 33554432000 4194304 4365125 140734417094112 18446744073709551615 4258085 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 266583 227050 264 42 0 263731 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1066332

[startup+342.3 s]
/proc/loadavg: 3.23 3.69 3.55 4/184 11711
/proc/meminfo: memFree=28108696/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1058140 CPUtime=342.3 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 1072144 0 0 0 34111 119 0 0 25 0 1 0 873252201 1083535360 225962 33554432000 4194304 4365125 140734417094112 18446744073709551615 4249796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 264535 225962 264 42 0 261683 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1058140

[startup+402.301 s]
/proc/loadavg: 3.08 3.56 3.52 4/184 11713
/proc/meminfo: memFree=28138692/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1101144 CPUtime=402.3 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 1190975 0 0 0 40097 133 0 0 25 0 1 0 873252201 1127571456 231359 33554432000 4194304 4365125 140734417094112 18446744073709551615 4244682 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 275286 231359 264 42 0 272434 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1101144

[startup+462.301 s]
/proc/loadavg: 3.03 3.45 3.48 4/184 11714
/proc/meminfo: memFree=28153912/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1432924 CPUtime=462.31 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 1537189 0 0 0 46060 171 0 0 25 0 1 0 873252201 1467314176 244095 33554432000 4194304 4365125 140734417094112 18446744073709551615 4261587 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 358231 244095 264 42 0 355379 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1432924

[startup+522.301 s]
/proc/loadavg: 3.01 3.37 3.45 4/184 11716
/proc/meminfo: memFree=28156480/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1418588 CPUtime=522.3 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 1548722 0 0 0 52058 172 0 0 25 0 1 0 873252201 1452634112 242296 33554432000 4194304 4365125 140734417094112 18446744073709551615 4247605 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 354647 242296 264 42 0 351795 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1418588

[startup+582.3 s]
/proc/loadavg: 3.00 3.30 3.42 4/184 11718
/proc/meminfo: memFree=28162792/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1404256 CPUtime=582.3 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 1640343 0 0 0 58047 183 0 0 25 0 1 0 873252201 1437958144 240529 33554432000 4194304 4365125 140734417094112 18446744073709551615 4257958 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 351064 240529 264 42 0 348212 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1404256

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 1.27 2.46 3.07 2/172 11774
/proc/meminfo: memFree=30067184/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1400160 CPUtime=822.32 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 2046377 0 0 0 81994 238 0 0 25 0 1 0 873252201 1433763840 246427 33554432000 4194304 4365125 140734417094112 18446744073709551615 4258040 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 350040 246427 264 42 0 347188 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1400160

[startup+882.301 s]
/proc/loadavg: 1.10 2.19 2.94 2/172 11776
/proc/meminfo: memFree=30047672/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1439068 CPUtime=882.31 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 2071210 0 0 0 87989 242 0 0 25 0 1 0 873252201 1473605632 251310 33554432000 4194304 4365125 140734417094112 18446744073709551615 4262565 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 359767 251310 264 42 0 356915 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1439068

[startup+942.301 s]
/proc/loadavg: 1.03 1.97 2.81 2/172 11777
/proc/meminfo: memFree=30071440/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1391968 CPUtime=942.32 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 2151941 0 0 0 93979 253 0 0 25 0 1 0 873252201 1425375232 245399 33554432000 4194304 4365125 140734417094112 18446744073709551615 4247612 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 347992 245399 264 42 0 345140 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1391968

[startup+1002.3 s]
/proc/loadavg: 1.01 1.80 2.70 2/172 11779
/proc/meminfo: memFree=30066320/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1402208 CPUtime=1002.32 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 2259978 0 0 0 99968 264 0 0 25 0 1 0 873252201 1435860992 246684 33554432000 4194304 4365125 140734417094112 18446744073709551615 4275985 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 350552 246684 264 42 0 347700 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1402208

[startup+1062.3 s]
/proc/loadavg: 1.00 1.65 2.59 2/172 11780
/proc/meminfo: memFree=30070620/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1394016 CPUtime=1062.31 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 2378970 0 0 0 105953 278 0 0 25 0 1 0 873252201 1427472384 245656 33554432000 4194304 4365125 140734417094112 18446744073709551615 4250349 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 348504 245656 264 42 0 345652 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1394016

[startup+1122.3 s]
/proc/loadavg: 1.00 1.53 2.48 2/172 11782
/proc/meminfo: memFree=29987872/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1559892 CPUtime=1122.32 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 2493110 0 0 0 111938 294 0 0 25 0 1 0 873252201 1597329408 266441 33554432000 4194304 4365125 140734417094112 18446744073709551615 4275899 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 389973 266441 264 42 0 387121 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1559892

[startup+1182.3 s]
/proc/loadavg: 1.00 1.43 2.39 2/172 11787
/proc/meminfo: memFree=30017776/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1635664 CPUtime=1182.32 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 2636035 0 0 0 117922 310 0 0 25 0 1 0 873252201 1674919936 275950 33554432000 4194304 4365125 140734417094112 18446744073709551615 4245208 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 408916 275950 264 42 0 406064 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1635664

[startup+1242.3 s]
/proc/loadavg: 1.00 1.35 2.30 2/172 11788
/proc/meminfo: memFree=30028284/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1426780 CPUtime=1242.33 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 2709954 0 0 0 123913 320 0 0 25 0 1 0 873252201 1461022720 249768 33554432000 4194304 4365125 140734417094112 18446744073709551615 4258063 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 356695 249768 264 42 0 353843 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1426780

[startup+1302.3 s]
/proc/loadavg: 1.00 1.28 2.22 2/172 11790
/proc/meminfo: memFree=30021300/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1492312 CPUtime=1302.33 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 2898368 0 0 0 129890 343 0 0 25 0 1 0 873252201 1528127488 257992 33554432000 4194304 4365125 140734417094112 18446744073709551615 4266155 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 373078 257992 264 42 0 370226 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1492312

[startup+1362.3 s]
/proc/loadavg: 1.00 1.23 2.14 2/172 11791
/proc/meminfo: memFree=30049164/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1553752 CPUtime=1362.33 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 3006034 0 0 0 135876 357 0 0 25 0 1 0 873252201 1591042048 265556 33554432000 4194304 4365125 140734417094112 18446744073709551615 4291535 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 388438 265574 264 42 0 385586 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1553752

[startup+1422.31 s]
/proc/loadavg: 1.00 1.18 2.06 2/172 11793
/proc/meminfo: memFree=30053340/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1428828 CPUtime=1422.34 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 3090605 0 0 0 141866 368 0 0 25 0 1 0 873252201 1463119872 250025 33554432000 4194304 4365125 140734417094112 18446744073709551615 4257310 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 357207 250025 264 42 0 354355 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1428828

[startup+1482.3 s]
/proc/loadavg: 1.00 1.15 1.99 2/172 11795
/proc/meminfo: memFree=30055284/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1424732 CPUtime=1482.33 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 3150101 0 0 0 147858 375 0 0 25 0 1 0 873252201 1458925568 249511 33554432000 4194304 4365125 140734417094112 18446744073709551615 4257310 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 356183 249511 264 42 0 353331 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1424732

[startup+1542.3 s]
/proc/loadavg: 1.00 1.12 1.93 2/172 11796
/proc/meminfo: memFree=29970552/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1604948 CPUtime=1542.33 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 3319433 0 0 0 153839 394 0 0 25 0 1 0 873252201 1643466752 272095 33554432000 4194304 4365125 140734417094112 18446744073709551615 4262092 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 401237 272095 264 42 0 398385 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1604948

[startup+1602.3 s]
/proc/loadavg: 1.00 1.09 1.87 2/172 11798
/proc/meminfo: memFree=30071196/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1672528 CPUtime=1602.33 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 3541449 0 0 0 159810 423 0 0 25 0 1 0 873252201 1712668672 280576 33554432000 4194304 4365125 140734417094112 18446744073709551615 4306823 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 418132 280576 264 42 0 415280 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1672528

[startup+1662.3 s]
/proc/loadavg: 1.00 1.07 1.81 2/172 11799
/proc/meminfo: memFree=30045980/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1535320 CPUtime=1662.33 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 3691056 0 0 0 165791 442 0 0 25 0 1 0 873252201 1572167680 263357 33554432000 4194304 4365125 140734417094112 18446744073709551615 4260944 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 383830 263357 264 42 0 380978 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1535320

[startup+1722.3 s]
/proc/loadavg: 1.00 1.06 1.76 2/172 11801
/proc/meminfo: memFree=30070108/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1453404 CPUtime=1722.34 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 3767481 0 0 0 171783 451 0 0 25 0 1 0 873252201 1488285696 253077 33554432000 4194304 4365125 140734417094112 18446744073709551615 4291535 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 363351 253077 264 42 0 360499 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1453404

[startup+1782.3 s]
/proc/loadavg: 1.00 1.05 1.71 2/172 11803
/proc/meminfo: memFree=30062500/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1410396 CPUtime=1782.33 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 3895531 0 0 0 177766 467 0 0 25 0 1 0 873252201 1444245504 247712 33554432000 4194304 4365125 140734417094112 18446744073709551615 4244619 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 352599 247712 264 42 0 349747 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1410396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.04 1.69 2/172 11803
/proc/meminfo: memFree=30029252/32951124 swapFree=67050916/67111528
[pid=11259] ppid=11257 vsize=1477980 CPUtime=1800.04 cores=5,7
/proc/11259/stat : 11259 (MoUsSaka) R 11257 11259 9411 0 -1 4202496 3923962 0 0 0 179533 471 0 0 25 0 1 0 873252201 1513451520 256161 33554432000 4194304 4365125 140734417094112 18446744073709551615 4244654 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11259/statm: 369495 256161 264 42 0 366643 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1477980

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): 1800.05
CPU time (s): 1800.09
CPU user time (s): 1795.34
CPU system time (s): 4.75428
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2090316

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

runsolver used 2.49762 second user time and 6.40203 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-11 18:05:59
IDJOB=3495826
IDBENCH=89279
IDSOLVER=1989
FILE ID=node146/3495826-1307808357
RUNJOBID= node146-1307807262-10900
PBS_JOBID= 13551045
Free space on /tmp= 74020 MiB

SOLVER NAME= MoUsSaka 2011-03-26
BENCH NAME= SAT11/mus/marques-silva/abstraction-refinement-intel/edn_25208_14.cnf_37.38000000.unsat.cnf
COMMAND LINE= MoUsSaka BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495826-1307808357/watcher-3495826-1307808357 -o /tmp/evaluation-result-3495826-1307808357/solver-3495826-1307808357 -C 1800 -W 1850 -M 7680  MoUsSaka HOME/instance-3495826-1307808357.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 62a1c70da5924c017b1419343e5b9f86
RANDOM SEED=843008781

node146.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.830
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.830
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	: 5332.75
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.830
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.830
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.86
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.830
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.830
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.75
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.830
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.830
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:      28645012 kB
Buffers:        317604 kB
Cached:        1349132 kB
SwapCached:      14576 kB
Active:        3096168 kB
Inactive:       995420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28645012 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           62944 kB
Writeback:           0 kB
AnonPages:     2422152 kB
Mapped:           9680 kB
Slab:           144128 kB
PageTables:      10500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3478192 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= 74028 MiB
End job on node146 at 2011-06-11 18:36:01