Trace number 4103247

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.08 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3706.opb
MD5SUM08198ac17bd0f4debb1b62367d726ca9
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4970107162
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29645337650291
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29645337650291
Number of bits of the biggest sum of numbers45
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.00	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        : 1523,150
1800.06/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.06/1800.40	c BDD/srt/adr Max costs : 206912,0,0
1800.06/1800.40	c BDDraw/bin/mul/srt/adr: 150,0,1522,0,0
1800.06/1800.40	c BDD nodes             : 15287078
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) : 1800 s        (0 s)
1800.06/1800.40	c Time for Opt-base     : 1580 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-4103247-1466248311/watcher-4103247-1466248311 -o /tmp/evaluation-result-4103247-1466248311/solver-4103247-1466248311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466241101-19194 --watchdog 1960 naps-1.02 HOME/instance-4103247-1466248311.opb 

pid=19813
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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.97 3/178 19816
/proc/meminfo: memFree=31815648/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=7152 CPUtime=0 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 441 0 0 0 0 0 0 0 20 0 1 0 26877029 7323648 315 33554432000 4194304 5796924 140733237539040 140733972901352 5151641 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 1788 315 114 392 0 1387 0

[startup+0.100174 s]
/proc/loadavg: 1.84 1.97 1.97 3/178 19816
/proc/meminfo: memFree=31815648/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=25200 CPUtime=0.09 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 4878 0 0 0 9 0 0 0 20 0 1 0 26877029 25804800 4434 33554432000 4194304 5796924 140733237539040 140733972901352 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 6300 4434 114 392 0 5899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25200

[startup+0.200375 s]
/proc/loadavg: 1.84 1.97 1.97 3/178 19816
/proc/meminfo: memFree=31815648/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=42260 CPUtime=0.19 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 9322 0 0 0 18 1 0 0 20 0 1 0 26877029 43274240 8522 33554432000 4194304 5796924 140733237539040 140733972901352 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 10565 8522 114 392 0 10164 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 42260

[startup+0.300335 s]
/proc/loadavg: 1.84 1.97 1.97 3/178 19816
/proc/meminfo: memFree=31815648/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=55736 CPUtime=0.28 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 11929 0 0 0 27 1 0 0 20 0 1 0 26877029 57073664 11090 33554432000 4194304 5796924 140733237539040 140733972901352 5087771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 13934 11090 116 392 0 13533 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55736

[startup+0.700276 s]
/proc/loadavg: 1.84 1.97 1.97 3/178 19816
/proc/meminfo: memFree=31815648/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=68420 CPUtime=0.69 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 15309 0 0 0 67 2 0 0 20 0 1 0 26877029 70062080 14167 33554432000 4194304 5796924 140733237539040 140733237537832 5087747 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 17105 14167 128 392 0 16704 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68420

[startup+1.50027 s]
/proc/loadavg: 1.84 1.97 1.97 3/178 19817
/proc/meminfo: memFree=31738876/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=78276 CPUtime=1.49 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 16805 0 0 0 147 2 0 0 20 0 1 0 26877029 80154624 15663 33554432000 4194304 5796924 140733237539040 140733237536456 4261418 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 19569 15663 128 392 0 19168 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78276

[startup+3.10024 s]
/proc/loadavg: 1.84 1.97 1.97 3/178 19817
/proc/meminfo: memFree=31699948/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=112396 CPUtime=3.08 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 25360 0 0 0 305 3 0 0 20 0 1 0 26877029 115093504 24218 33554432000 4194304 5796924 140733237539040 140733237536568 5092432 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 28099 24218 128 392 0 27698 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 112396

[startup+6.30028 s]
/proc/loadavg: 1.93 1.98 1.97 3/178 19817
/proc/meminfo: memFree=31562112/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=179080 CPUtime=6.28 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 42173 0 0 0 623 5 0 0 20 0 1 0 26877029 183377920 40842 33554432000 4194304 5796924 140733237539040 140733237536904 4432319 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 44770 40842 139 392 0 44369 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 179080

[startup+12.7003 s]
/proc/loadavg: 2.02 2.00 1.98 3/179 19818
/proc/meminfo: memFree=31319524/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=283100 CPUtime=12.69 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 63999 0 0 0 1260 9 0 0 20 0 1 0 26877029 289894400 66460 33554432000 4194304 5796924 140733237539040 140733236014632 4425326 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 70775 66460 139 392 0 70374 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 283100

[startup+25.5004 s]
/proc/loadavg: 2.01 2.00 1.98 3/179 19818
/proc/meminfo: memFree=31175128/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=351920 CPUtime=25.48 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 73097 0 0 0 2537 11 0 0 20 0 1 0 26877029 360366080 84001 33554432000 4194304 5796924 140733237539040 140733237020232 5087488 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 87980 84001 139 392 0 87579 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 351920

[startup+51.1004 s]
/proc/loadavg: 2.01 2.00 1.98 3/179 19818
/proc/meminfo: memFree=30967836/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=454132 CPUtime=51.08 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 84177 0 0 0 5093 15 0 0 20 0 1 0 26877029 465031168 109064 33554432000 4194304 5796924 140733237539040 140733236826968 5096620 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 113533 109064 139 392 0 113132 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 454132

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 19819
/proc/meminfo: memFree=30548792/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=666564 CPUtime=102.27 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 105180 0 0 0 10205 22 0 0 20 0 1 0 26877029 682561536 160076 33554432000 4194304 5796924 140733237539040 140733236831464 4806863 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 166641 160076 139 392 0 166240 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 666564

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 19820
/proc/meminfo: memFree=29980364/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=951700 CPUtime=162.27 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 123668 0 0 0 16196 31 0 0 20 0 1 0 26877029 974540800 231428 33554432000 4194304 5796924 140733237539040 140733237209576 5077954 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 237925 231428 139 392 0 237524 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 951700

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 19821
/proc/meminfo: memFree=29849320/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1053240 CPUtime=222.26 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 132068 0 0 0 22193 33 0 0 20 0 1 0 26877029 1078517760 247493 33554432000 4194304 5796924 140733237539040 140733237535256 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 263310 247493 144 392 0 262909 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1053240

[startup+282.3 s]
/proc/loadavg: 2.06 2.01 1.98 3/179 19822
/proc/meminfo: memFree=29846988/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1054620 CPUtime=282.24 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 132425 0 0 0 28191 33 0 0 20 0 1 0 26877029 1079930880 247850 33554432000 4194304 5796924 140733237539040 140733237535256 5092526 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 263655 247850 144 392 0 263254 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1054620

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/179 19824
/proc/meminfo: memFree=29841616/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1055924 CPUtime=342.23 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 132766 0 0 0 34190 33 0 0 20 0 1 0 26877029 1081266176 248702 33554432000 4194304 5796924 140733237539040 140733237535256 4295922 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 263981 248702 144 392 0 263580 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1055924

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 19825
/proc/meminfo: memFree=29837092/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1057384 CPUtime=402.23 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 133129 0 0 0 40189 34 0 0 20 0 1 0 26877029 1082761216 249065 33554432000 4194304 5796924 140733237539040 140733237535256 4806956 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 264346 249065 144 392 0 263945 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1057384

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 19826
/proc/meminfo: memFree=29832436/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1058812 CPUtime=462.22 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 133482 0 0 0 46188 34 0 0 20 0 1 0 26877029 1084223488 249929 33554432000 4194304 5796924 140733237539040 140733237535256 5087771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 264703 249929 144 392 0 264302 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1058812

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 19830
/proc/meminfo: memFree=29829620/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1060072 CPUtime=522.21 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 133776 0 0 0 52187 34 0 0 20 0 1 0 26877029 1085513728 250223 33554432000 4194304 5796924 140733237539040 140733237535256 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 265018 250223 144 392 0 264617 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1060072

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 19831
/proc/meminfo: memFree=29827068/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1061136 CPUtime=582.2 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 134075 0 0 0 58186 34 0 0 20 0 1 0 26877029 1086603264 250522 33554432000 4194304 5796924 140733237539040 140733237535256 4295883 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 265284 250522 144 392 0 264883 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1061136


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


[startup+882.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19837
/proc/meminfo: memFree=29800280/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1067328 CPUtime=882.12 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 135681 0 0 0 88177 35 0 0 20 0 1 0 26877029 1092943872 254486 33554432000 4194304 5796924 140733237539040 140733237535256 5092604 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 266832 254486 144 392 0 266431 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 1067328

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 19839
/proc/meminfo: memFree=29797832/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1068620 CPUtime=942.1 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 135977 0 0 0 94175 35 0 0 20 0 1 0 26877029 1094266880 254775 33554432000 4194304 5796924 140733237539040 140733237535256 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 267155 254775 144 392 0 266754 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 1068620

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19840
/proc/meminfo: memFree=29793604/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1069904 CPUtime=1002.09 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 136319 0 0 0 100174 35 0 0 20 0 1 0 26877029 1095581696 255117 33554432000 4194304 5796924 140733237539040 140733237535256 5096609 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 267476 255117 144 392 0 267075 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 1069904

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19841
/proc/meminfo: memFree=29788708/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1071340 CPUtime=1062.08 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 136690 0 0 0 106173 35 0 0 20 0 1 0 26877029 1097052160 255999 33554432000 4194304 5796924 140733237539040 140733237535256 5094663 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 267835 255999 144 392 0 267434 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 1071340

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19845
/proc/meminfo: memFree=29785852/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1072664 CPUtime=1122.07 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 137001 0 0 0 112172 35 0 0 20 0 1 0 26877029 1098407936 256310 33554432000 4194304 5796924 140733237539040 140733237535256 5087643 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 268166 256310 144 392 0 267765 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 1072664

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 19846
/proc/meminfo: memFree=29783032/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1073816 CPUtime=1182.06 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 137302 0 0 0 118171 35 0 0 20 0 1 0 26877029 1099587584 256611 33554432000 4194304 5796924 140733237539040 140733237535256 5096591 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 268454 256611 144 392 0 268053 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 1073816

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19848
/proc/meminfo: memFree=29778104/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1075136 CPUtime=1242.05 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 137621 0 0 0 124170 35 0 0 20 0 1 0 26877029 1100939264 256930 33554432000 4194304 5796924 140733237539040 140733237532840 5087579 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 268784 256930 144 392 0 268383 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 1075136

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19849
/proc/meminfo: memFree=29772836/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1076316 CPUtime=1302.04 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 137920 0 0 0 130169 35 0 0 20 0 1 0 26877029 1102147584 257988 33554432000 4194304 5796924 140733237539040 140733237535256 5087780 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 269079 257988 144 392 0 268678 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 1076316

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19850
/proc/meminfo: memFree=29770856/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1077740 CPUtime=1362.03 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 138270 0 0 0 136168 35 0 0 20 0 1 0 26877029 1103605760 258338 33554432000 4194304 5796924 140733237539040 140733237535256 5092526 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 269435 258338 144 392 0 269034 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 1077740

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19851
/proc/meminfo: memFree=29765836/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1079136 CPUtime=1422.03 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 138630 0 0 0 142168 35 0 0 20 0 1 0 26877029 1105035264 258698 33554432000 4194304 5796924 140733237539040 140733237535256 5087529 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 269784 258698 144 392 0 269383 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1079136

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19852
/proc/meminfo: memFree=29760812/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1080936 CPUtime=1482.01 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 139083 0 0 0 148166 35 0 0 20 0 1 0 26877029 1106878464 259662 33554432000 4194304 5796924 140733237539040 140733237535256 4809157 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 270234 259662 144 392 0 269833 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 1080936

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19854
/proc/meminfo: memFree=29757840/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1082608 CPUtime=1542.01 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 139498 0 0 0 154165 36 0 0 20 0 1 0 26877029 1108590592 260077 33554432000 4194304 5796924 140733237539040 140733237535256 5096706 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 270652 260077 144 392 0 270251 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 1082608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19855
/proc/meminfo: memFree=29749764/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1084128 CPUtime=1602 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 139881 0 0 0 160164 36 0 0 20 0 1 0 26877029 1110147072 260971 33554432000 4194304 5796924 140733237539040 140733237535256 4806891 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 271032 260971 144 392 0 270631 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 1084128

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19856
/proc/meminfo: memFree=29747020/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1085472 CPUtime=1661.99 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 140215 0 0 0 166163 36 0 0 20 0 1 0 26877029 1111523328 261305 33554432000 4194304 5796924 140733237539040 140733237535256 5087766 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 271368 261305 144 392 0 270967 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 1085472

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19860
/proc/meminfo: memFree=29744332/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1086860 CPUtime=1721.98 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 140544 0 0 0 172162 36 0 0 20 0 1 0 26877029 1112944640 261634 33554432000 4194304 5796924 140733237539040 140733237535256 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 271715 261634 144 392 0 271314 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 1086860

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19861
/proc/meminfo: memFree=29737268/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1088116 CPUtime=1781.97 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 140867 0 0 0 178161 36 0 0 20 0 1 0 26877029 1114230784 262468 33554432000 4194304 5796924 140733237539040 140733237535256 5087571 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 272029 262468 144 392 0 271628 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 1088116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19861
/proc/meminfo: memFree=29736896/32872528 swapFree=7780/7780
[pid=19816] ppid=19813 vsize=1088544 CPUtime=1800.06 cores=1,3,5,7
/proc/19816/stat : 19816 (naps-1.02) R 19813 19816 19177 0 -1 4202496 140980 0 0 0 179970 36 0 0 20 0 1 0 26877029 1114669056 262581 33554432000 4194304 5796924 140733237539040 140733237535256 4316816 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19816/statm: 272136 262581 144 392 0 271735 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1088544

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 19816 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.71
CPU system time (s): 0.374943
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 1120428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.374943
maximum resident set size= 1092392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140993
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= 66
involuntary context switches= 1942

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.73928 second user time and 5.80612 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 13:11:51
IDJOB=4103247
IDBENCH=2308
IDSOLVER=2544
FILE ID=node133/4103247-1466248311
RUNJOBID= node133-1466241101-19194
PBS_JOBID= 19918201
Free space on /tmp= 71696 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3706.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103247-1466248311/watcher-4103247-1466248311 -o /tmp/evaluation-result-4103247-1466248311/solver-4103247-1466248311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466241101-19194 --watchdog 1960  naps-1.02 HOME/instance-4103247-1466248311.opb

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

MD5SUM BENCH= 08198ac17bd0f4debb1b62367d726ca9
RANDOM SEED=2135506641

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		: 2667.256
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	: 5334.51
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		: 2667.256
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		: 2667.256
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.56
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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:        31816664 kB
Buffers:          113184 kB
Cached:           154544 kB
SwapCached:          892 kB
Active:           135956 kB
Inactive:         179684 kB
Active(anon):      48888 kB
Inactive(anon):     1364 kB
Active(file):      87068 kB
Inactive(file):   178320 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:             25048 kB
Writeback:             0 kB
AnonPages:         55228 kB
Mapped:             7584 kB
Shmem:                 0 kB
Slab:             602784 kB
SReclaimable:      45976 kB
SUnreclaim:       556808 kB
KernelStack:        1456 kB
PageTables:         4452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     181116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71692 MiB
End job on node133 at 2016-06-18 13:41:52