Trace number 4103163

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.09 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-n3704.opb
MD5SUM79102a590238a8abf70853775a775dcb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14059485952
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5001200569
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 29675972066390
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 29675972066390
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.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED *** by signal 15
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c _____________________________________________________________________________
1800.07/1800.40	c 
1800.07/1800.40	c std/band forms        : 1575,150
1800.07/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.07/1800.40	c BDD/srt/adr Max costs : 224132,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 150,0,1574,0,0
1800.07/1800.40	c BDD nodes             : 15814343
1800.07/1800.40	c Es1/CC detections     : 0,0
1800.07/1800.40	c SAT/UNSAT calls       : 0,0
1800.07/1800.40	c restarts              : 0
1800.07/1800.40	c conflicts             : 0              (0 /sec)
1800.07/1800.40	c decisions             : 0              (0 /sec)
1800.07/1800.40	c propagations          : 0              (0 /sec)
1800.07/1800.40	c inspects              : 0              (0 /sec)
1800.07/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.07/1800.40	c Time for Opt-base     : 1573 s
1800.07/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-4103163-1466244090/watcher-4103163-1466244090 -o /tmp/evaluation-result-4103163-1466244090/solver-4103163-1466244090 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466240351-7952 --watchdog 1960 naps-1.02 HOME/instance-4103163-1466244090.opb 

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


[startup+0 s]
/proc/loadavg: 2.03 2.04 2.01 3/177 8625
/proc/meminfo: memFree=30941580/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=7456 CPUtime=0 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 26459536 7634944 412 33554432000 4194304 5796924 140736782550768 140735758717304 4332168 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 1864 412 114 392 0 1463 0

[startup+0.100168 s]
/proc/loadavg: 2.03 2.04 2.01 3/177 8625
/proc/meminfo: memFree=30941580/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=25200 CPUtime=0.09 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 4913 0 0 0 9 0 0 0 20 0 1 0 26459536 25804800 4469 33554432000 4194304 5796924 140736782550768 140735758717304 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 6300 4469 114 392 0 5899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25200

[startup+0.200357 s]
/proc/loadavg: 2.03 2.04 2.01 3/177 8625
/proc/meminfo: memFree=30941580/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=42392 CPUtime=0.19 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 9391 0 0 0 18 1 0 0 20 0 1 0 26459536 43409408 8591 33554432000 4194304 5796924 140736782550768 140735758717304 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 10598 8592 114 392 0 10197 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 42392

[startup+0.300335 s]
/proc/loadavg: 2.03 2.04 2.01 3/177 8625
/proc/meminfo: memFree=30941580/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=55736 CPUtime=0.28 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 11929 0 0 0 27 1 0 0 20 0 1 0 26459536 57073664 11090 33554432000 4194304 5796924 140736782550768 140735758717304 5087772 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 13934 11090 116 392 0 13533 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55736

[startup+0.700279 s]
/proc/loadavg: 2.03 2.04 2.01 3/177 8625
/proc/meminfo: memFree=30941580/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=68280 CPUtime=0.69 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 15282 0 0 0 67 2 0 0 20 0 1 0 26459536 69918720 14140 33554432000 4194304 5796924 140736782550768 140736782550072 5087499 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 17070 14140 128 392 0 16669 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68280

[startup+1.50026 s]
/proc/loadavg: 2.03 2.04 2.01 3/178 8626
/proc/meminfo: memFree=30878988/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=77964 CPUtime=1.49 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 17405 0 0 0 147 2 0 0 20 0 1 0 26459536 79835136 16263 33554432000 4194304 5796924 140736782550768 140736782549992 4806891 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 19491 16263 128 392 0 19090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77964

[startup+3.10025 s]
/proc/loadavg: 2.03 2.04 2.01 3/178 8626
/proc/meminfo: memFree=30860388/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=112844 CPUtime=3.08 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 26124 0 0 0 305 3 0 0 20 0 1 0 26459536 115552256 24982 33554432000 4194304 5796924 140736782550768 140736782548296 5096588 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 28211 24982 128 392 0 27810 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 112844

[startup+6.30028 s]
/proc/loadavg: 2.03 2.04 2.01 3/178 8626
/proc/meminfo: memFree=30782896/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=210008 CPUtime=6.29 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 50552 0 0 0 622 7 0 0 20 0 1 0 26459536 215048192 49221 33554432000 4194304 5796924 140736782550768 140736780229880 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 52502 49224 139 392 0 52101 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 210008

[startup+12.7003 s]
/proc/loadavg: 2.03 2.04 2.01 3/178 8626
/proc/meminfo: memFree=30639688/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=299740 CPUtime=12.69 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 68941 0 0 0 1259 10 0 0 20 0 1 0 26459536 306933760 71402 33554432000 4194304 5796924 140736782550768 140736780474312 4805632 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 74935 71402 139 392 0 74534 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 299740

[startup+25.5004 s]
/proc/loadavg: 2.02 2.04 2.01 3/178 8626
/proc/meminfo: memFree=30573056/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=352716 CPUtime=25.48 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 74055 0 0 0 2537 11 0 0 20 0 1 0 26459536 361181184 84959 33554432000 4194304 5796924 140736782550768 140736780035432 4806891 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 88179 84959 139 392 0 87778 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 352716

[startup+51.1004 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 8626
/proc/meminfo: memFree=30276500/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=464036 CPUtime=51.08 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 87374 0 0 0 5093 15 0 0 20 0 1 0 26459536 475172864 112261 33554432000 4194304 5796924 140736782550768 140736781817864 5087504 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 116009 112261 139 392 0 115608 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 464036

[startup+102.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/177 8628
/proc/meminfo: memFree=30006016/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=682144 CPUtime=102.28 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 109273 0 0 0 10206 22 0 0 20 0 1 0 26459536 698515456 164680 33554432000 4194304 5796924 140736782550768 140736782152488 5092664 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 170536 164680 139 392 0 170135 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 682144

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 8629
/proc/meminfo: memFree=29718264/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=965036 CPUtime=162.26 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 127256 0 0 0 16195 31 0 0 20 0 1 0 26459536 988196864 235527 33554432000 4194304 5796924 140736782550768 140736782002568 5094444 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 241259 235527 139 392 0 240858 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 965036

[startup+222.307 s]
/proc/loadavg: 2.01 2.03 2.00 4/177 8630
/proc/meminfo: memFree=29650124/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1065084 CPUtime=222.26 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 135278 0 0 0 22192 34 0 0 20 0 1 0 26459536 1090646016 252747 33554432000 4194304 5796924 140736782550768 140736782546984 4295944 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 266271 252747 144 392 0 265870 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1065084

[startup+282.3 s]
/proc/loadavg: 2.04 2.04 2.00 4/177 8631
/proc/meminfo: memFree=29645628/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1066496 CPUtime=282.25 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 135620 0 0 0 28191 34 0 0 20 0 1 0 26459536 1092091904 253089 33554432000 4194304 5796924 140736782550768 140736782544568 5087650 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 266624 253089 144 392 0 266223 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1066496

[startup+342.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 8632
/proc/meminfo: memFree=29641184/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1067760 CPUtime=342.24 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 135926 0 0 0 34190 34 0 0 20 0 1 0 26459536 1093386240 253395 33554432000 4194304 5796924 140736782550768 140736782544488 4199792 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 266940 253395 144 392 0 266539 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1067760

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 8634
/proc/meminfo: memFree=29638580/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1069048 CPUtime=402.23 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 136261 0 0 0 40189 34 0 0 20 0 1 0 26459536 1094705152 253730 33554432000 4194304 5796924 140736782550768 140736782546984 5096706 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 267262 253730 144 392 0 266861 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1069048

[startup+462.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/177 8635
/proc/meminfo: memFree=29633912/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1070324 CPUtime=462.22 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 136568 0 0 0 46188 34 0 0 20 0 1 0 26459536 1096011776 254548 33554432000 4194304 5796924 140736782550768 140736782546984 4863552 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 267581 254548 144 392 0 267180 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1070324

[startup+522.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/178 8639
/proc/meminfo: memFree=29627612/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1072256 CPUtime=522.21 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 137052 0 0 0 52187 34 0 0 20 0 1 0 26459536 1097990144 255032 33554432000 4194304 5796924 140736782550768 140736782546984 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 268064 255032 144 392 0 267663 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1072256

[startup+582.3 s]
/proc/loadavg: 2.06 2.06 2.00 4/177 8640
/proc/meminfo: memFree=29622752/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1073796 CPUtime=582.21 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 137450 0 0 0 58186 35 0 0 20 0 1 0 26459536 1099567104 255941 33554432000 4194304 5796924 140736782550768 140736782544568 4805619 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 268449 255941 144 392 0 268048 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 1073796


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


[startup+882.307 s]
/proc/loadavg: 2.05 2.06 2.00 3/177 8646
/proc/meminfo: memFree=29599032/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1080448 CPUtime=882.12 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 139149 0 0 0 88177 35 0 0 20 0 1 0 26459536 1106378752 258842 33554432000 4194304 5796924 140736782550768 140736782546984 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 270112 258842 144 392 0 269711 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 1080448

[startup+942.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/177 8647
/proc/meminfo: memFree=29596452/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1081732 CPUtime=942.1 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 139493 0 0 0 94175 35 0 0 20 0 1 0 26459536 1107693568 259174 33554432000 4194304 5796924 140736782550768 140736782546984 4810102 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 270433 259174 144 392 0 270032 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 1081732

[startup+1002.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 8649
/proc/meminfo: memFree=29591028/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1083220 CPUtime=1002.1 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 139878 0 0 0 100174 36 0 0 20 0 1 0 26459536 1109217280 260070 33554432000 4194304 5796924 140736782550768 140736782546984 5092423 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 270805 260070 144 392 0 270404 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 1083220

[startup+1062.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/177 8650
/proc/meminfo: memFree=29585996/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1084736 CPUtime=1062.09 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 140255 0 0 0 106173 36 0 0 20 0 1 0 26459536 1110769664 260447 33554432000 4194304 5796924 140736782550768 140736782546984 4806757 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 271184 260447 144 392 0 270783 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 1084736

[startup+1122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 8654
/proc/meminfo: memFree=29580860/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1086228 CPUtime=1122.08 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 140637 0 0 0 112172 36 0 0 20 0 1 0 26459536 1112297472 261340 33554432000 4194304 5796924 140736782550768 140736782546984 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 271557 261340 144 392 0 271156 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 1086228

[startup+1182.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 8655
/proc/meminfo: memFree=29577856/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1087516 CPUtime=1182.07 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 140962 0 0 0 118171 36 0 0 20 0 1 0 26459536 1113616384 261665 33554432000 4194304 5796924 140736782550768 140736782546984 5092493 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 271879 261665 144 392 0 271478 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 1087516

[startup+1242.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 8656
/proc/meminfo: memFree=29573164/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1088812 CPUtime=1242.06 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 141282 0 0 0 124170 36 0 0 20 0 1 0 26459536 1114943488 261985 33554432000 4194304 5796924 140736782550768 140736782546984 5092509 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 272203 261985 144 392 0 271802 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 1088812

[startup+1302.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 8658
/proc/meminfo: memFree=29566592/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1090328 CPUtime=1302.05 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 141644 0 0 0 130169 36 0 0 20 0 1 0 26459536 1116495872 263260 33554432000 4194304 5796924 140736782550768 140736782546984 4809256 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 272582 263260 144 392 0 272181 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 1090328

[startup+1362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 8659
/proc/meminfo: memFree=29564436/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1091864 CPUtime=1362.04 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 142029 0 0 0 136168 36 0 0 20 0 1 0 26459536 1118068736 263645 33554432000 4194304 5796924 140736782550768 140736782546984 4809164 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 272966 263645 144 392 0 272565 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 1091864

[startup+1422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 8660
/proc/meminfo: memFree=29555764/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1094384 CPUtime=1422.03 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 142674 0 0 0 142167 36 0 0 20 0 1 0 26459536 1120649216 264801 33554432000 4194304 5796924 140736782550768 140736782546984 4296076 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 273596 264801 144 392 0 273195 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1094384

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/177 8661
/proc/meminfo: memFree=29552920/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1095996 CPUtime=1482.02 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 143084 0 0 0 148166 36 0 0 20 0 1 0 26459536 1122299904 265211 33554432000 4194304 5796924 140736782550768 140736782546984 5092604 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 273999 265211 144 392 0 273598 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 1095996

[startup+1542.31 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 8662
/proc/meminfo: memFree=29549956/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1097396 CPUtime=1542.02 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 143432 0 0 0 154165 37 0 0 20 0 1 0 26459536 1123733504 265559 33554432000 4194304 5796924 140736782550768 140736782546984 5087747 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 274349 265559 144 392 0 273948 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1097396

[startup+1602.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/177 8664
/proc/meminfo: memFree=29543128/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1098656 CPUtime=1602.01 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 143727 0 0 0 160164 37 0 0 20 0 1 0 26459536 1125023744 266365 33554432000 4194304 5796924 140736782550768 140736782546984 5092423 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 274664 266365 144 392 0 274263 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1098656

[startup+1662.3 s]
/proc/loadavg: 2.13 2.07 2.01 4/177 8665
/proc/meminfo: memFree=29540648/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1099928 CPUtime=1661.99 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 144046 0 0 0 166162 37 0 0 20 0 1 0 26459536 1126326272 266684 33554432000 4194304 5796924 140736782550768 140736782544568 5096553 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 274982 266684 144 392 0 274581 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 1099928

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/178 8714
/proc/meminfo: memFree=30514928/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1101248 CPUtime=1721.98 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 144366 0 0 0 172161 37 0 0 20 0 1 0 26459536 1127677952 267004 33554432000 4194304 5796924 140736782550768 140736782546984 4805675 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 275312 267004 144 392 0 274911 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 1101248

[startup+1782.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 8715
/proc/meminfo: memFree=30337428/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1102388 CPUtime=1781.97 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 144659 0 0 0 178160 37 0 0 20 0 1 0 26459536 1128845312 267297 33554432000 4194304 5796924 140736782550768 140736782546984 4316875 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 275597 267297 144 392 0 275196 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 1102388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.13 2.07 2.01 3/177 8716
/proc/meminfo: memFree=30230304/32872528 swapFree=190484/190484
[pid=8625] ppid=8622 vsize=1102716 CPUtime=1800.07 cores=0,2,4,6
/proc/8625/stat : 8625 (naps-1.02) R 8622 8625 7936 0 -1 4202496 144747 0 0 0 179970 37 0 0 20 0 1 0 26459536 1129181184 267896 33554432000 4194304 5796924 140736782550768 140736782546984 5087772 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/8625/statm: 275679 267896 144 392 0 275278 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1102716

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 8625 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.09
CPU user time (s): 1799.71
CPU system time (s): 0.382941
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 1133764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.382941
maximum resident set size= 1108788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144760
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= 64
involuntary context switches= 1849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.96225 second user time and 6.60999 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 12:01:30
IDJOB=4103163
IDBENCH=2286
IDSOLVER=2544
FILE ID=node102/4103163-1466244090
RUNJOBID= node102-1466240351-7952
PBS_JOBID= 19918190
Free space on /tmp= 71708 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-n3704.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103163-1466244090/watcher-4103163-1466244090 -o /tmp/evaluation-result-4103163-1466244090/solver-4103163-1466244090 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466240351-7952 --watchdog 1960  naps-1.02 HOME/instance-4103163-1466244090.opb

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

MD5SUM BENCH= 79102a590238a8abf70853775a775dcb
RANDOM SEED=507095037

node102.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.746
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.49
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.746
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.746
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		: 2666.746
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.746
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.746
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.746
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.746
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:        30941472 kB
Buffers:          119728 kB
Cached:           141380 kB
SwapCached:         1828 kB
Active:           842056 kB
Inactive:         163104 kB
Active(anon):     744936 kB
Inactive(anon):     1508 kB
Active(file):      97120 kB
Inactive(file):   161596 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099024 kB
Dirty:             12456 kB
Writeback:             0 kB
AnonPages:       1095608 kB
Mapped:             7668 kB
Shmem:                 0 kB
Slab:             601100 kB
SReclaimable:      45260 kB
SUnreclaim:       555840 kB
KernelStack:        1480 kB
PageTables:         6080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1096272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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= 71712 MiB
End job on node102 at 2016-06-18 12:31:31