Trace number 4119917

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 NameAnswerobjective functionCPU timeWall clock time
NaPS 1.02? 1736.55 1736.95

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm100p-opt.opb.negationfix.opb
MD5SUM7eda093f8adbdb58a7a700ae4694aeb0
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.00	c NaPS 1.02b.
1735.99/1736.46	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
1735.99/1736.46	c 
1735.99/1736.46	c *** TERMINATED *** by signal 6
1735.99/1736.46	s UNKNOWN
1735.99/1736.46	c _____________________________________________________________________________
1735.99/1736.46	c 
1735.99/1736.46	c std/band forms        : 970,0
1735.99/1736.46	c 2cl/3cl ITE-codings   : 44268,0
1735.99/1736.46	c BDD/srt/adr Max costs : 125,259665,0
1735.99/1736.46	c BDDraw/bin/mul/srt/adr: 842,0,0,128,0
1735.99/1736.46	c BDD nodes             : 83184629
1735.99/1736.46	c Es1/CC detections     : 0,0
1735.99/1736.46	c SAT/UNSAT calls       : 0,0
1735.99/1736.46	c restarts              : 0
1735.99/1736.46	c conflicts             : 0              (0 /sec)
1735.99/1736.46	c decisions             : 0              (0 /sec)
1735.99/1736.46	c propagations          : 0              (0 /sec)
1735.99/1736.46	c inspects              : 0              (0 /sec)
1735.99/1736.46	c CPU time (solving tm) : 1731 s        (0 s)
1735.99/1736.46	c Time for Opt-base     : 155.9 s
1735.99/1736.46	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4119917-1467276716/watcher-4119917-1467276716 -o /tmp/evaluation-result-4119917-1467276716/solver-4119917-1467276716 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467269503-18141 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119917-1467276716.opb 

pid=18714
running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.36 2.23 2.15 3/176 18717
/proc/meminfo: memFree=26962400/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=6948 CPUtime=0 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 434 0 0 0 0 0 0 0 20 0 1 0 8639067 7114752 308 33554432000 4194304 5796924 140733829926800 140736789459224 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 1737 308 128 392 0 1336 0

[startup+0.100163 s]
/proc/loadavg: 2.36 2.23 2.15 3/176 18717
/proc/meminfo: memFree=26962400/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=13332 CPUtime=0.09 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1938 0 0 0 9 0 0 0 20 0 1 0 8639067 13651968 1796 33554432000 4194304 5796924 140733829926800 140733829924264 5092425 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3333 1796 128 392 0 2932 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13332

[startup+0.200225 s]
/proc/loadavg: 2.36 2.23 2.15 3/176 18717
/proc/meminfo: memFree=26962400/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=19584 CPUtime=0.19 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 3492 0 0 0 19 0 0 0 20 0 1 0 8639067 20054016 3267 33554432000 4194304 5796924 140733829926800 140733829924264 4642386 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 4896 3267 128 392 0 4495 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19584

[startup+0.300327 s]
/proc/loadavg: 2.36 2.23 2.15 3/176 18717
/proc/meminfo: memFree=26962400/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=26080 CPUtime=0.29 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 5128 0 0 0 29 0 0 0 20 0 1 0 8639067 26705920 4728 33554432000 4194304 5796924 140733829926800 140733829924264 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 6520 4728 128 392 0 6119 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26080

[startup+0.700239 s]
/proc/loadavg: 2.36 2.23 2.15 3/176 18717
/proc/meminfo: memFree=26962400/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=35772 CPUtime=0.69 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 7474 0 0 0 69 0 0 0 20 0 1 0 8639067 36630528 7074 33554432000 4194304 5796924 140733829926800 140733829924264 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 8943 7075 129 392 0 8542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35772

[startup+1.50028 s]
/proc/loadavg: 2.36 2.23 2.15 3/177 18718
/proc/meminfo: memFree=26920580/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=73212 CPUtime=1.49 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 17079 0 0 0 147 2 0 0 20 0 1 0 8639067 74969088 16321 33554432000 4194304 5796924 140733829926800 140733828964712 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 18303 16321 140 392 0 17902 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73212

[startup+3.10028 s]
/proc/loadavg: 2.25 2.20 2.14 3/177 18764
/proc/meminfo: memFree=29438488/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=163028 CPUtime=3.09 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 38900 0 0 0 303 6 0 0 20 0 1 0 8639067 166940672 38505 33554432000 4194304 5796924 140733829926800 140733829189416 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 40757 38508 140 392 0 40356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 163028

[startup+6.30028 s]
/proc/loadavg: 2.25 2.20 2.14 3/177 18764
/proc/meminfo: memFree=29102440/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=317396 CPUtime=6.28 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 76437 0 0 0 618 10 0 0 20 0 1 0 8639067 325013504 76768 33554432000 4194304 5796924 140733829926800 140733829042088 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 79349 76768 140 392 0 78948 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 317396

[startup+12.7003 s]
/proc/loadavg: 2.29 2.21 2.14 3/177 18764
/proc/meminfo: memFree=28943592/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=405836 CPUtime=12.68 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 98584 0 0 0 1254 14 0 0 20 0 1 0 8639067 415576064 99426 33554432000 4194304 5796924 140733829926800 140733829923784 5087643 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 101459 99426 151 392 0 101058 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 405836

[startup+25.5004 s]
/proc/loadavg: 2.24 2.21 2.14 3/177 18764
/proc/meminfo: memFree=28921432/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=424576 CPUtime=25.48 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 100209 0 0 0 2533 15 0 0 20 0 1 0 8639067 434765824 103556 33554432000 4194304 5796924 140733829926800 140733829923784 4266531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 106144 103556 151 392 0 105743 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 424576

[startup+51.1004 s]
/proc/loadavg: 2.22 2.20 2.14 3/177 18764
/proc/meminfo: memFree=28875492/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=442872 CPUtime=51.07 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 103833 0 0 0 5091 16 0 0 20 0 1 0 8639067 453500928 108445 33554432000 4194304 5796924 140733829926800 140733829923784 5087643 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 110718 108445 151 392 0 110317 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 442872

[startup+102.3 s]
/proc/loadavg: 2.23 2.21 2.15 3/177 18765
/proc/meminfo: memFree=28773080/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=493384 CPUtime=102.24 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 110276 0 0 0 10207 17 0 0 20 0 1 0 8639067 505225216 121330 33554432000 4194304 5796924 140733829926800 140733829923784 4432815 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 123346 121330 151 392 0 122945 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 493384

[startup+162.3 s]
/proc/loadavg: 2.22 2.22 2.15 4/177 18767
/proc/meminfo: memFree=28620476/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=573564 CPUtime=162.2 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 117628 0 0 0 16200 20 0 0 20 0 1 0 8639067 587329536 141093 33554432000 4194304 5796924 140733829926800 140733829923784 5092509 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 143391 141093 151 392 0 142990 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 573564

[startup+222.308 s]
/proc/loadavg: 2.29 2.23 2.16 4/177 18768
/proc/meminfo: memFree=28551372/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=618616 CPUtime=222.17 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 124245 0 0 0 22195 22 0 0 20 0 1 0 8639067 633462784 150223 33554432000 4194304 5796924 140733829926800 140733829923784 5096660 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 154654 150223 151 392 0 154253 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 618616

[startup+282.3 s]
/proc/loadavg: 2.25 2.24 2.17 3/177 18769
/proc/meminfo: memFree=28489648/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=642772 CPUtime=282.12 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 130354 0 0 0 28189 23 0 0 20 0 1 0 8639067 658198528 158842 33554432000 4194304 5796924 140733829926800 140733829236584 4805602 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 160693 158842 151 392 0 160292 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 642772

[startup+342.3 s]
/proc/loadavg: 2.12 2.20 2.16 3/177 18770
/proc/meminfo: memFree=28255020/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=778472 CPUtime=342.11 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 136724 0 0 0 34183 28 0 0 20 0 1 0 8639067 797155328 187542 33554432000 4194304 5796924 140733829926800 140733829923784 5096544 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 194618 187542 151 392 0 194217 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 778472

[startup+402.3 s]
/proc/loadavg: 2.08 2.18 2.15 3/177 18771
/proc/meminfo: memFree=28174872/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=798800 CPUtime=402.09 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 141807 0 0 0 40181 28 0 0 20 0 1 0 8639067 817971200 195691 33554432000 4194304 5796924 140733829926800 140733829923784 5092604 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 199700 195691 151 392 0 199299 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 798800

[startup+462.3 s]
/proc/loadavg: 2.13 2.17 2.15 3/177 18773
/proc/meminfo: memFree=28089092/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=822956 CPUtime=462.09 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 148030 0 0 0 46180 29 0 0 20 0 1 0 8639067 842706944 203958 33554432000 4194304 5796924 140733829926800 140733829923784 5087747 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 205739 203958 151 392 0 205338 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 822956

[startup+522.3 s]
/proc/loadavg: 2.18 2.17 2.15 3/178 18777
/proc/meminfo: memFree=28010780/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=889868 CPUtime=522.08 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 153413 0 0 0 52177 31 0 0 20 0 1 0 8639067 911224832 211896 33554432000 4194304 5796924 140733829926800 140733829923784 5087643 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 222467 211896 151 392 0 222066 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 889868

[startup+582.3 s]
/proc/loadavg: 2.10 2.15 2.15 3/178 18801
/proc/meminfo: memFree=27757620/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=914156 CPUtime=582.08 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 159477 0 0 0 58175 33 0 0 20 0 1 0 8639067 936095744 221026 33554432000 4194304 5796924 140733829926800 140733829923784 5096706 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 228539 221026 151 392 0 228138 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 914156

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

/proc/meminfo: memFree=21980664/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=1906368 CPUtime=1121.99 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 239988 0 0 0 112136 63 0 0 20 0 1 0 8639067 1952120832 464218 33554432000 4194304 5796924 140733829926800 140733829923784 5096544 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 476592 464218 151 392 0 476191 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 1906368

[startup+1182.3 s]
/proc/loadavg: 2.10 2.07 2.09 3/177 18816
/proc/meminfo: memFree=21917508/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=1943460 CPUtime=1181.98 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 249257 0 0 0 118133 65 0 0 20 0 1 0 8639067 1990103040 478086 33554432000 4194304 5796924 140733829926800 140733829923784 4808116 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 485865 478086 151 392 0 485464 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 1943460

[startup+1242.3 s]
/proc/loadavg: 2.03 2.05 2.08 3/177 18817
/proc/meminfo: memFree=21857288/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=1980684 CPUtime=1241.97 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 258585 0 0 0 124131 66 0 0 20 0 1 0 8639067 2028220416 492013 33554432000 4194304 5796924 140733829926800 140733829923784 5092931 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 495171 492013 151 392 0 494770 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 1980684

[startup+1302.3 s]
/proc/loadavg: 2.18 2.09 2.09 3/177 18818
/proc/meminfo: memFree=20975740/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=3458036 CPUtime=1301.96 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 316741 0 0 0 130102 94 0 0 20 0 1 0 8639067 3541028864 777128 33554432000 4194304 5796924 140733829926800 140733829914808 5092692 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 864509 777128 152 392 0 864108 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 3458036

[startup+1362.3 s]
/proc/loadavg: 2.13 2.09 2.09 3/177 18819
/proc/meminfo: memFree=12467000/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=12572784 CPUtime=1361.95 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 917780 0 0 0 135866 329 0 0 20 0 1 0 8639067 12874530816 2836666 33554432000 4194304 5796924 140733829926800 140733829923768 4636615 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3143196 2836667 159 392 0 3142795 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 12572784

[startup+1422.3 s]
/proc/loadavg: 2.15 2.10 2.09 3/177 18821
/proc/meminfo: memFree=11754784/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=14306492 CPUtime=1421.95 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1077657 0 0 0 141770 425 0 0 20 0 1 0 8639067 14649847808 3057327 33554432000 4194304 5796924 140733829926800 140733829924008 5091201 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3576623 3057327 160 392 0 3576222 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 14306492

[startup+1482.3 s]
/proc/loadavg: 2.24 2.13 2.10 3/177 18822
/proc/meminfo: memFree=11252032/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=14452352 CPUtime=1481.93 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1114299 0 0 0 147752 441 0 0 20 0 1 0 8639067 14799208448 3180839 33554432000 4194304 5796924 140733829926800 140733829924008 4648289 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3613088 3180839 160 392 0 3612687 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 14452352

[startup+1542.31 s]
/proc/loadavg: 2.17 2.13 2.10 3/177 18823
/proc/meminfo: memFree=11712652/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=13901456 CPUtime=1541.93 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1120758 0 0 0 153729 464 0 0 20 0 1 0 8639067 14235090944 3097041 33554432000 4194304 5796924 140733829926800 140733829923912 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3475364 3097042 175 392 0 3474963 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 13901456

[startup+1602.3 s]
/proc/loadavg: 2.11 2.12 2.09 3/177 18824
/proc/meminfo: memFree=11759212/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=14474804 CPUtime=1601.92 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1122815 0 0 0 159720 472 0 0 20 0 1 0 8639067 14822199296 3106250 33554432000 4194304 5796924 140733829926800 140733829923912 4606645 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3618701 3106250 176 392 0 3618300 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 14474804

[startup+1662.3 s]
/proc/loadavg: 2.19 2.14 2.10 3/177 18825
/proc/meminfo: memFree=11698336/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=14479244 CPUtime=1661.91 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1123952 0 0 0 165717 474 0 0 20 0 1 0 8639067 14826745856 3119651 33554432000 4194304 5796924 140733829926800 140733829923912 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3619811 3119651 176 392 0 3619410 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 14479244

[startup+1722.3 s]
/proc/loadavg: 2.21 2.14 2.10 3/178 18830
/proc/meminfo: memFree=11543616/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=14481020 CPUtime=1721.9 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1124448 0 0 0 171714 476 0 0 20 0 1 0 8639067 14828564480 3156939 33554432000 4194304 5796924 140733829926800 140733829923912 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3620255 3156939 176 392 0 3619854 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 14481020

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 18717 sig 9
??? kill -18717 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1728 s]
/proc/loadavg: 2.25 2.15 2.10 3/178 18830
/proc/meminfo: memFree=11528784/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=14481492 CPUtime=1727.6 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1124549 0 0 0 172284 476 0 0 20 0 1 0 8639067 14829047808 3160617 33554432000 4194304 5796924 140733829926800 140733829923912 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3620373 3160617 176 392 0 3619972 0
Current children cumulated CPU time (s) 1727.6
Current children cumulated vsize (KiB) 14481492

[startup+1731.2 s]
/proc/loadavg: 2.25 2.15 2.10 3/178 18830
/proc/meminfo: memFree=11518032/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=14482032 CPUtime=1730.8 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1124662 0 0 0 172604 476 0 0 20 0 1 0 8639067 14829600768 3162774 33554432000 4194304 5796924 140733829926800 140733829923912 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3620508 3162774 176 392 0 3620107 0
Current children cumulated CPU time (s) 1730.8
Current children cumulated vsize (KiB) 14482032

[startup+1734.4 s]
/proc/loadavg: 2.31 2.17 2.10 3/178 18830
/proc/meminfo: memFree=11509592/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=14482032 CPUtime=1733.99 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1124673 0 0 0 172923 476 0 0 20 0 1 0 8639067 14829600768 3164829 33554432000 4194304 5796924 140733829926800 140733829923912 4592059 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3620508 3164829 176 392 0 3620107 0
Current children cumulated CPU time (s) 1733.99
Current children cumulated vsize (KiB) 14482032

[startup+1736 s]
/proc/loadavg: 2.31 2.17 2.10 3/178 18830
/proc/meminfo: memFree=11503448/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=14482032 CPUtime=1735.59 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1124680 0 0 0 173083 476 0 0 20 0 1 0 8639067 14829600768 3165858 33554432000 4194304 5796924 140733829926800 140733829923912 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3620508 3165858 176 392 0 3620107 0
Current children cumulated CPU time (s) 1735.59
Current children cumulated vsize (KiB) 14482032

[startup+1736.4 s]
/proc/loadavg: 2.31 2.17 2.10 3/178 18830
/proc/meminfo: memFree=11503448/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=14482032 CPUtime=1735.99 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202496 1124681 0 0 0 173123 476 0 0 20 0 1 0 8639067 14829600768 3166370 33554432000 4194304 5796924 140733829926800 140733829923912 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 3620508 3166370 176 392 0 3620107 0
Current children cumulated CPU time (s) 1735.99
Current children cumulated vsize (KiB) 14482032

[startup+1736.8 s]
/proc/loadavg: 2.31 2.17 2.10 3/178 18830
/proc/meminfo: memFree=11503448/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=0 CPUtime=1736.39 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202500 1124744 0 0 0 173129 510 0 0 20 0 1 0 8639067 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1736.39
Current children cumulated vsize (KiB) 0

[startup+1736.9 s]
/proc/loadavg: 2.31 2.17 2.10 3/178 18830
/proc/meminfo: memFree=21992172/32872528 swapFree=13208/1155804
[pid=18717] ppid=18714 vsize=0 CPUtime=1736.5 cores=0,2,4,6
/proc/18717/stat : 18717 (naps-1.02) R 18714 18717 17655 0 -1 4202500 1124744 0 0 0 173129 521 0 0 20 0 1 0 8639067 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18717/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1736.5
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1736.95
CPU time (s): 1736.55
CPU user time (s): 1731.3
CPU system time (s): 5.2542
CPU usage (%): 99.9773
Max. virtual memory (cumulated for all children) (KiB): 15844216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1731.3
system time used= 5.2542
maximum resident set size= 13616436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1124744
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= 207
involuntary context switches= 1781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.18421 second user time and 7.96579 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 10:51:56
IDJOB=4119917
IDBENCH=111820
IDSOLVER=2544
FILE ID=node114/4119917-1467276716
RUNJOBID= node114-1467269503-18141
PBS_JOBID= 20004492
Free space on /tmp= 71660 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm100p-opt.opb.negationfix.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119917-1467276716/watcher-4119917-1467276716 -o /tmp/evaluation-result-4119917-1467276716/solver-4119917-1467276716 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467269503-18141 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119917-1467276716.opb

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

MD5SUM BENCH= 7eda093f8adbdb58a7a700ae4694aeb0
RANDOM SEED=1324156511

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26962556 kB
Buffers:          132840 kB
Cached:          1272216 kB
SwapCached:            0 kB
Active:          2759516 kB
Inactive:        1248100 kB
Active(anon):    2598684 kB
Inactive(anon):     6332 kB
Active(file):     160832 kB
Inactive(file):  1241768 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5836 kB
Writeback:             0 kB
AnonPages:       3899420 kB
Mapped:            14732 kB
Shmem:               204 kB
Slab:             609788 kB
SReclaimable:      54084 kB
SUnreclaim:       555704 kB
KernelStack:        1472 kB
PageTables:        11204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3926704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3534848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node114 at 2016-06-30 11:20:53