Trace number 4082407

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? (TO) 1800.28 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z11-s8.opb
MD5SUM9014f307b4266a1d3ed4d1915c3fbd07
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26981
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8019
Total number of constraints223082
Number of constraints which are clauses223074
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint8018
Number of terms in the objective function 7959
Biggest coefficient in the objective function 526
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1025025
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 2853664
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 19481292
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c NaPS 1.02b.
1800.06/1800.40	c 
1800.06/1800.40	c *** TERMINATED *** by signal 15
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c _____________________________________________________________________________
1800.06/1800.40	c 
1800.06/1800.40	c std/band forms        : 16,0
1800.06/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.06/1800.40	c BDD/srt/adr Max costs : 0,0,80432
1800.06/1800.40	c BDDraw/bin/mul/srt/adr: 0,0,8,0,8
1800.06/1800.40	c BDD nodes             : 69283441
1800.06/1800.40	c Es1/CC detections     : 0,0
1800.06/1800.40	c SAT/UNSAT calls       : 0,0
1800.06/1800.40	c restarts              : 0
1800.06/1800.40	c conflicts             : 0              (0 /sec)
1800.06/1800.40	c decisions             : 0              (0 /sec)
1800.06/1800.40	c propagations          : 0              (0 /sec)
1800.06/1800.40	c inspects              : 0              (0 /sec)
1800.06/1800.40	c CPU time (solving tm) : 1798 s        (0 s)
1800.06/1800.40	c Time for Opt-base     : 61.18 s
1800.06/1800.40	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-4082407-1467033398/watcher-4082407-1467033398 -o /tmp/evaluation-result-4082407-1467033398/solver-4082407-1467033398 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1467023765-1363 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082407-1467033398.opb 

pid=2720
running on 4 cores: 1,3,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): 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.02 2.04 2.00 3/178 2723
/proc/meminfo: memFree=25281356/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/2723/stat : 2723 (runsolver) D 2720 2723 1345 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 36377890 24911872 151 33554432000 4194304 4338465 140734350240352 140734350237992 206408862903 0 0 4096 24578 18446744071579943789 0 0 17 1 0 0 0 0 0
/proc/2723/statm: 6082 151 105 36 0 2655 0

[startup+0.100163 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 2723
/proc/meminfo: memFree=25281356/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=14460 CPUtime=0.08 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 2757 0 0 0 8 0 0 0 20 0 1 0 36377890 14807040 2165 33554432000 4194304 5796924 140737035138560 140734350237544 5092643 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 3615 2165 124 392 0 3214 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14460

[startup+0.200347 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 2723
/proc/meminfo: memFree=25281356/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=14368 CPUtime=0.18 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 3896 0 0 0 18 0 0 0 20 0 1 0 36377890 14712832 1800 33554432000 4194304 5796924 140737035138560 140734350237544 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 3592 1803 124 392 0 3191 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 14368

[startup+0.300285 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 2723
/proc/meminfo: memFree=25281356/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=16212 CPUtime=0.28 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 5553 0 0 0 28 0 0 0 20 0 1 0 36377890 16601088 1953 33554432000 4194304 5796924 140737035138560 140734350237544 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 4053 1953 124 392 0 3652 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16212

[startup+0.700237 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 2723
/proc/meminfo: memFree=25281356/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=21128 CPUtime=0.68 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 8590 0 0 0 68 0 0 0 20 0 1 0 36377890 21635072 3216 33554432000 4194304 5796924 140737035138560 140734350237544 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 5282 3216 128 392 0 4881 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21128

[startup+1.50023 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2724
/proc/meminfo: memFree=25266148/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=26480 CPUtime=1.48 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 10249 0 0 0 147 1 0 0 20 0 1 0 36377890 27115520 4562 33554432000 4194304 5796924 140737035138560 140737035137928 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 6620 4562 128 392 0 6219 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26480

[startup+3.10027 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2724
/proc/meminfo: memFree=25257228/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=38684 CPUtime=3.08 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 13841 0 0 0 306 2 0 0 20 0 1 0 36377890 39612416 7707 33554432000 4194304 5796924 140737035138560 140737035132488 5100108 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 9671 7707 139 392 0 9270 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38684

[startup+6.30023 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2724
/proc/meminfo: memFree=25250848/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=38684 CPUtime=6.28 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 13841 0 0 0 626 2 0 0 20 0 1 0 36377890 39612416 7707 33554432000 4194304 5796924 140737035138560 140737035132488 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 9671 7707 139 392 0 9270 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38684

[startup+12.7003 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 2724
/proc/meminfo: memFree=25110364/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=209144 CPUtime=12.68 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 56611 0 0 0 1259 9 0 0 20 0 1 0 36377890 214163456 49999 33554432000 4194304 5796924 140737035138560 140737004057720 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 52286 50002 143 392 0 51885 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 209144

[startup+25.5004 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 2724
/proc/meminfo: memFree=24506112/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=794832 CPUtime=25.47 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 198730 0 0 0 2517 30 0 0 20 0 1 0 36377890 813907968 195829 33554432000 4194304 5796924 140737035138560 140737018494040 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 198708 195829 143 392 0 198307 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 794832

[startup+51.1004 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 2724
/proc/meminfo: memFree=23388432/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=1919220 CPUtime=51.07 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 459865 0 0 0 5035 72 0 0 20 0 1 0 36377890 1965281280 477427 33554432000 4194304 5796924 140737035138560 140737003889752 5091201 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 479805 477427 143 392 0 479404 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1919220

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2725
/proc/meminfo: memFree=21185980/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=4105052 CPUtime=102.27 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 973709 0 0 0 10077 150 0 0 20 0 1 0 36377890 4203573248 1022302 33554432000 4194304 5796924 140737035138560 140737015085032 4266554 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1026263 1022302 143 392 0 1025862 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4105052

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2726
/proc/meminfo: memFree=20352884/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=4955700 CPUtime=162.26 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1175272 0 0 0 16043 183 0 0 20 0 1 0 36377890 5074636800 1227953 33554432000 4194304 5796924 140737035138560 140737035134776 4266472 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1238925 1227953 190 392 0 1238524 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 4955700

[startup+222.308 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2731
/proc/meminfo: memFree=20352724/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=4955700 CPUtime=222.26 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1175272 0 0 0 22043 183 0 0 20 0 1 0 36377890 5074636800 1227953 33554432000 4194304 5796924 140737035138560 140737035134776 5092493 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1238925 1227953 190 392 0 1238524 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 4955700

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 2732
/proc/meminfo: memFree=20352872/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=4955732 CPUtime=282.24 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1175280 0 0 0 28041 183 0 0 20 0 1 0 36377890 5074669568 1227961 33554432000 4194304 5796924 140737035138560 140737035134776 5092432 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1238933 1227961 190 392 0 1238532 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 4955732

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2733
/proc/meminfo: memFree=20352892/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=4955732 CPUtime=342.23 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1175280 0 0 0 34040 183 0 0 20 0 1 0 36377890 5074669568 1227961 33554432000 4194304 5796924 140737035138560 140737035134776 5092526 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1238933 1227961 190 392 0 1238532 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 4955732

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2734
/proc/meminfo: memFree=20353120/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=4955732 CPUtime=402.22 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1175310 0 0 0 40039 183 0 0 20 0 1 0 36377890 5074669568 1227991 33554432000 4194304 5796924 140737035138560 140737035134776 5087743 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1238933 1227991 190 392 0 1238532 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 4955732

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2735
/proc/meminfo: memFree=20353268/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=4955732 CPUtime=462.21 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1175310 0 0 0 46038 183 0 0 20 0 1 0 36377890 5074669568 1227991 33554432000 4194304 5796924 140737035138560 140737035134776 4432719 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1238933 1227991 190 392 0 1238532 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 4955732

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2737
/proc/meminfo: memFree=20350596/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=4955732 CPUtime=522.2 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1175311 0 0 0 52037 183 0 0 20 0 1 0 36377890 5074669568 1228503 33554432000 4194304 5796924 140737035138560 140737035134776 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1238933 1228503 190 392 0 1238532 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 4955732

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 2738
/proc/meminfo: memFree=20350116/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=4955732 CPUtime=582.19 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1175311 0 0 0 58036 183 0 0 20 0 1 0 36377890 5074669568 1228503 33554432000 4194304 5796924 140737035138560 140737035134776 5092664 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1238933 1228503 190 392 0 1238532 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 4955732

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


[startup+942.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2748
/proc/meminfo: memFree=20336292/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=4959824 CPUtime=942.14 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1176334 0 0 0 94031 183 0 0 20 0 1 0 36377890 5078859776 1230037 33554432000 4194304 5796924 140737035138560 140737035134776 5087589 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1239956 1230037 190 392 0 1239555 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 4959824

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2749
/proc/meminfo: memFree=20335588/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=4959824 CPUtime=1002.13 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1176334 0 0 0 100030 183 0 0 20 0 1 0 36377890 5078859776 1230037 33554432000 4194304 5796924 140737035138560 140737035134776 4805636 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1239956 1230037 190 392 0 1239555 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 4959824

[startup+1062.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 2750
/proc/meminfo: memFree=19963648/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1062.12 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198124 0 0 0 106020 192 0 0 20 0 1 0 36377890 5537976320 1322726 33554432000 4194304 5796924 140737035138560 140737035135864 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1322726 217 392 0 1351644 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 5408180

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 2752
/proc/meminfo: memFree=19963624/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1122.11 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198124 0 0 0 112019 192 0 0 20 0 1 0 36377890 5537976320 1322726 33554432000 4194304 5796924 140737035138560 140737035135864 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1322726 217 392 0 1351644 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 5408180

[startup+1182.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/179 2799
/proc/meminfo: memFree=26124256/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1182.1 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198131 0 0 0 118018 192 0 0 20 0 1 0 36377890 5537976320 1323238 33554432000 4194304 5796924 140737035138560 140737035135864 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1323238 217 392 0 1351644 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 5408180

[startup+1242.3 s]
/proc/loadavg: 2.41 2.11 2.03 3/180 2894
/proc/meminfo: memFree=26210796/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1242.09 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198139 0 0 0 124017 192 0 0 20 0 1 0 36377890 5537976320 1323238 33554432000 4194304 5796924 140737035138560 140737035135864 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1323238 217 392 0 1351644 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 5408180

[startup+1302.3 s]
/proc/loadavg: 2.27 2.12 2.04 3/179 2895
/proc/meminfo: memFree=24156856/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1302.07 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198154 0 0 0 130015 192 0 0 20 0 1 0 36377890 5537976320 1323751 33554432000 4194304 5796924 140737035138560 140737035135864 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1323751 218 392 0 1351644 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 5408180

[startup+1362.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/179 2896
/proc/meminfo: memFree=14769568/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1362.06 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198162 0 0 0 136014 192 0 0 20 0 1 0 36377890 5537976320 1324263 33554432000 4194304 5796924 140737035138560 140737035135864 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1324263 218 392 0 1351644 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 5408180

[startup+1422.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/180 2946
/proc/meminfo: memFree=25059172/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1422.05 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198171 0 0 0 142013 192 0 0 20 0 1 0 36377890 5537976320 1324263 33554432000 4194304 5796924 140737035138560 140737035135864 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1324263 218 392 0 1351644 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 5408180

[startup+1482.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/179 2947
/proc/meminfo: memFree=22724316/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1482.03 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198183 0 0 0 148011 192 0 0 20 0 1 0 36377890 5537976320 1324775 33554432000 4194304 5796924 140737035138560 140737035135864 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1324775 218 392 0 1351644 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 5408180

[startup+1542.31 s]
/proc/loadavg: 2.02 2.06 2.02 3/179 2948
/proc/meminfo: memFree=17168872/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1542.02 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198193 0 0 0 154010 192 0 0 20 0 1 0 36377890 5537976320 1325287 33554432000 4194304 5796924 140737035138560 140737035135864 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1325287 218 392 0 1351644 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 5408180

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/179 2949
/proc/meminfo: memFree=17389836/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1602 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198205 0 0 0 160008 192 0 0 20 0 1 0 36377890 5537976320 1325799 33554432000 4194304 5796924 140737035138560 140737035135864 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1325799 218 392 0 1351644 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 5408180

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/179 2950
/proc/meminfo: memFree=17356892/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1661.99 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198217 0 0 0 166007 192 0 0 20 0 1 0 36377890 5537976320 1325799 33554432000 4194304 5796924 140737035138560 140737035135864 4606469 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1325799 218 392 0 1351644 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 5408180

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 2952
/proc/meminfo: memFree=17321636/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1721.98 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198226 0 0 0 172006 192 0 0 20 0 1 0 36377890 5537976320 1326311 33554432000 4194304 5796924 140737035138560 140737035135864 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1326311 218 392 0 1351644 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 5408180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2953
/proc/meminfo: memFree=17302268/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1781.96 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198243 0 0 0 178004 192 0 0 20 0 1 0 36377890 5537976320 1326823 33554432000 4194304 5796924 140737035138560 140737035135864 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1326823 218 392 0 1351644 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 5408180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2953
/proc/meminfo: memFree=17300208/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=5408180 CPUtime=1800.06 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202496 1198245 0 0 0 179814 192 0 0 20 0 1 0 36377890 5537976320 1326823 33554432000 4194304 5796924 140737035138560 140737035135864 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 1352045 1326823 218 392 0 1351644 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 5408180

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

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2953
/proc/meminfo: memFree=17300208/32872528 swapFree=8028/8028
[pid=2723] ppid=2720 vsize=0 CPUtime=1800.26 cores=1,3,5,7
/proc/2723/stat : 2723 (naps-1.02) R 2720 2723 1345 0 -1 4202500 1198256 0 0 0 179814 212 0 0 20 0 1 0 36377890 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2723/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.28
CPU user time (s): 1798.14
CPU system time (s): 2.13967
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 5408180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 2.13967
maximum resident set size= 5307336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1198256
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= 115
involuntary context switches= 1881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.83826 second user time and 7.17291 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-27 15:16:38
IDJOB=4082407
IDBENCH=89893
IDSOLVER=2544
FILE ID=node133/4082407-1467033398
RUNJOBID= node133-1467023765-1363
PBS_JOBID= 19976987
Free space on /tmp= 71516 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z11-s8.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082407-1467033398/watcher-4082407-1467033398 -o /tmp/evaluation-result-4082407-1467033398/solver-4082407-1467033398 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1467023765-1363 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082407-1467033398.opb

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

MD5SUM BENCH= 9014f307b4266a1d3ed4d1915c3fbd07
RANDOM SEED=133503163

node133.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.951
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.90
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.951
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.951
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.951
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.951
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.951
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.55
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.951
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.55
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.951
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25281628 kB
Buffers:           87504 kB
Cached:           522924 kB
SwapCached:         2272 kB
Active:          6374448 kB
Inactive:         458604 kB
Active(anon):    6223236 kB
Inactive(anon):     1660 kB
Active(file):     151212 kB
Inactive(file):   456944 kB
Unevictable:        8028 kB
Mlocked:            8028 kB
SwapTotal:      67108856 kB
SwapFree:       67098560 kB
Dirty:             10080 kB
Writeback:            12 kB
AnonPages:       6217264 kB
Mapped:             8860 kB
Shmem:                 0 kB
Slab:             601080 kB
SReclaimable:      44292 kB
SUnreclaim:       556788 kB
KernelStack:        1456 kB
PageTables:        16328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    7279508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2308096 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= 71568 MiB
End job on node133 at 2016-06-27 15:46:39