Trace number 4099827

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-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370e.opb
MD5SUMec90eecae558bb98c83f0a39ee76567f
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654958
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654958
Number of bits of the biggest sum of numbers20
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        : 5034,116
1800.07/1800.40	c 2cl/3cl ITE-codings   : 765960,948249
1800.07/1800.40	c BDD/srt/adr Max costs : 25149,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 250,0,4900,0,0
1800.07/1800.40	c BDD nodes             : 2169602
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) : 1799 s        (0 s)
1800.07/1800.40	c Time for Opt-base     : 17.96 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-4099827-1466208503/watcher-4099827-1466208503 -o /tmp/evaluation-result-4099827-1466208503/solver-4099827-1466208503 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466206100-11873 --watchdog 1960 naps-1.02 HOME/instance-4099827-1466208503.opb 

pid=13911
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.28 2.20 2.01 3/176 13914
/proc/meminfo: memFree=30816424/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=8104 CPUtime=0 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 700 0 0 0 0 0 0 0 20 0 1 0 22899279 8298496 574 33554432000 4194304 5796924 140734317899136 140737414818456 4350467 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 2026 574 114 392 0 1625 0

[startup+0.100119 s]
/proc/loadavg: 2.28 2.20 2.01 3/176 13914
/proc/meminfo: memFree=30816424/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=40008 CPUtime=0.09 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 8388 0 0 0 8 1 0 0 20 0 1 0 22899279 40968192 7589 33554432000 4194304 5796924 140734317899136 140737414818456 5183584 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 10002 7592 114 392 0 9601 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40008

[startup+0.200303 s]
/proc/loadavg: 2.28 2.20 2.01 3/176 13914
/proc/meminfo: memFree=30816424/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=55736 CPUtime=0.19 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 11928 0 0 0 17 2 0 0 20 0 1 0 22899279 57073664 11090 33554432000 4194304 5796924 140734317899136 140734317898504 5096660 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 13934 11090 116 392 0 13533 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 55736

[startup+0.300293 s]
/proc/loadavg: 2.28 2.20 2.01 3/176 13914
/proc/meminfo: memFree=30816424/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=64684 CPUtime=0.29 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 14074 0 0 0 27 2 0 0 20 0 1 0 22899279 66236416 13236 33554432000 4194304 5796924 140734317899136 140734317898504 5095032 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 16171 13244 117 392 0 15770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64684

[startup+0.700233 s]
/proc/loadavg: 2.28 2.20 2.01 3/176 13914
/proc/meminfo: memFree=30816424/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=69500 CPUtime=0.69 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 15511 0 0 0 67 2 0 0 20 0 1 0 22899279 71168000 14370 33554432000 4194304 5796924 140734317899136 140734317898504 5092425 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 17375 14370 129 392 0 16974 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69500

[startup+1.5002 s]
/proc/loadavg: 2.28 2.20 2.01 3/177 13915
/proc/meminfo: memFree=30756400/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=79508 CPUtime=1.49 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 17320 0 0 0 146 3 0 0 20 0 1 0 22899279 81416192 16179 33554432000 4194304 5796924 140734317899136 140734317896664 4405607 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 19877 16179 129 392 0 19476 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79508

[startup+3.10019 s]
/proc/loadavg: 2.28 2.20 2.01 3/177 13915
/proc/meminfo: memFree=30738172/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=112132 CPUtime=3.09 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 25490 0 0 0 305 4 0 0 20 0 1 0 22899279 114823168 24349 33554432000 4194304 5796924 140734317899136 140734317896664 5087776 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 28033 24349 129 392 0 27632 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112132

[startup+6.30025 s]
/proc/loadavg: 2.26 2.20 2.01 3/177 13915
/proc/meminfo: memFree=30681268/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=149972 CPUtime=6.29 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 35693 0 0 0 623 6 0 0 20 0 1 0 22899279 153571328 33852 33554432000 4194304 5796924 140734317899136 140734315219960 5092643 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 37493 33852 140 392 0 37092 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149972

[startup+12.7003 s]
/proc/loadavg: 2.24 2.20 2.00 3/177 13915
/proc/meminfo: memFree=30653560/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=175632 CPUtime=12.69 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 38737 0 0 0 1262 7 0 0 20 0 1 0 22899279 179847168 40177 33554432000 4194304 5796924 140734317899136 140734315783992 5087497 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 43908 40177 140 392 0 43507 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 175632

[startup+25.5003 s]
/proc/loadavg: 2.32 2.22 2.01 3/177 13915
/proc/meminfo: memFree=30579404/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=227948 CPUtime=25.49 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 43251 0 0 0 2540 9 0 0 20 0 1 0 22899279 233418752 53134 33554432000 4194304 5796924 140734317899136 140734317895352 4806736 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 56987 53134 144 392 0 56586 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 227948

[startup+51.1003 s]
/proc/loadavg: 2.34 2.23 2.02 3/177 13915
/proc/meminfo: memFree=29977960/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1020500 CPUtime=51.07 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 110121 0 0 0 5077 30 0 0 20 0 1 0 22899279 1044992000 241649 33554432000 4194304 5796924 140734317899136 140734317893464 5151925 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 255125 241671 145 392 0 254724 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1020500

[startup+102.3 s]
/proc/loadavg: 2.26 2.23 2.03 3/178 13919
/proc/meminfo: memFree=29457264/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1457768 CPUtime=102.27 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 137622 0 0 0 10182 45 0 0 20 0 1 0 22899279 1492754432 330905 33554432000 4194304 5796924 140734317899136 140734317896184 4606789 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 364442 330905 170 392 0 364041 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1457768

[startup+162.3 s]
/proc/loadavg: 2.21 2.21 2.03 3/177 13920
/proc/meminfo: memFree=29130572/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1396672 CPUtime=162.25 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 139356 0 0 0 16176 49 0 0 20 0 1 0 22899279 1430192128 333091 33554432000 4194304 5796924 140734317899136 140734317896600 4606514 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 349168 333091 170 392 0 348767 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1396672

[startup+222.307 s]
/proc/loadavg: 2.20 2.20 2.04 3/177 13922
/proc/meminfo: memFree=28800828/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1492092 CPUtime=222.24 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 141316 0 0 0 22173 51 0 0 20 0 1 0 22899279 1527902208 346779 33554432000 4194304 5796924 140734317899136 140734317896184 4569014 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 373023 346779 170 392 0 372622 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1492092

[startup+282.3 s]
/proc/loadavg: 2.17 2.19 2.04 3/177 13923
/proc/meminfo: memFree=28781692/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1506172 CPUtime=282.22 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 142207 0 0 0 28168 54 0 0 20 0 1 0 22899279 1542320128 347632 33554432000 4194304 5796924 140734317899136 140734317896184 4591930 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 376543 347632 170 392 0 376142 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 1506172

[startup+342.3 s]
/proc/loadavg: 2.15 2.19 2.05 4/177 13924
/proc/meminfo: memFree=28785724/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1514056 CPUtime=342.21 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 143740 0 0 0 34164 57 0 0 20 0 1 0 22899279 1550393344 348878 33554432000 4194304 5796924 140734317899136 140734317896600 4606526 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 378514 348878 170 392 0 378113 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1514056

[startup+402.3 s]
/proc/loadavg: 2.13 2.18 2.05 4/177 13925
/proc/meminfo: memFree=28739848/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1520036 CPUtime=402.19 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 144286 0 0 0 40161 58 0 0 20 0 1 0 22899279 1556516864 357251 33554432000 4194304 5796924 140734317899136 140734317896184 4606507 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 380009 357251 170 392 0 379608 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1520036

[startup+462.3 s]
/proc/loadavg: 2.20 2.19 2.06 3/177 13926
/proc/meminfo: memFree=28732236/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1531428 CPUtime=462.18 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 145132 0 0 0 46157 61 0 0 20 0 1 0 22899279 1568182272 356429 33554432000 4194304 5796924 140734317899136 140734317896600 4606708 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 382857 356429 170 392 0 382456 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1531428

[startup+522.3 s]
/proc/loadavg: 2.12 2.17 2.06 3/177 13928
/proc/meminfo: memFree=28691948/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1531428 CPUtime=522.17 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 145657 0 0 0 52156 61 0 0 20 0 1 0 22899279 1568182272 363596 33554432000 4194304 5796924 140734317899136 140734317896600 4606771 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 382857 363596 170 392 0 382456 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 1531428

[startup+582.3 s]
/proc/loadavg: 2.25 2.19 2.08 3/177 13929
/proc/meminfo: memFree=28737620/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1544148 CPUtime=582.16 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 146763 0 0 0 58152 64 0 0 20 0 1 0 22899279 1581207552 359735 33554432000 4194304 5796924 140734317899136 140734317896600 4591871 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 386037 359735 170 392 0 385636 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 1544148


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


[startup+882.307 s]
/proc/loadavg: 2.09 2.12 2.08 4/177 13938
/proc/meminfo: memFree=28631868/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1561572 CPUtime=882.12 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 150041 0 0 0 88140 72 0 0 20 0 1 0 22899279 1599049728 377784 33554432000 4194304 5796924 140734317899136 140734317896184 4592148 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 390393 377784 170 392 0 389992 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 1561572

[startup+942.3 s]
/proc/loadavg: 2.07 2.11 2.08 4/177 13939
/proc/meminfo: memFree=28617464/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1701728 CPUtime=942.1 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 151158 0 0 0 94136 74 0 0 20 0 1 0 22899279 1742569472 385528 33554432000 4194304 5796924 140734317899136 140734317896184 4569014 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 425432 385528 170 392 0 425031 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 1701728

[startup+1002.3 s]
/proc/loadavg: 2.12 2.12 2.09 3/177 13940
/proc/meminfo: memFree=28634204/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1580760 CPUtime=1002.09 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 152271 0 0 0 100130 79 0 0 20 0 1 0 22899279 1618698240 378298 33554432000 4194304 5796924 140734317899136 140734317896184 4583148 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 395190 378298 170 392 0 394789 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 1580760

[startup+1062.3 s]
/proc/loadavg: 2.20 2.14 2.09 3/177 13941
/proc/meminfo: memFree=28595984/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1713020 CPUtime=1062.08 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 153389 0 0 0 106127 81 0 0 20 0 1 0 22899279 1754132480 385015 33554432000 4194304 5796924 140734317899136 140734317896776 4583352 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 428255 385015 170 392 0 427854 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 1713020

[startup+1122.3 s]
/proc/loadavg: 2.18 2.14 2.09 3/177 13942
/proc/meminfo: memFree=28583888/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1726272 CPUtime=1122.08 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 154941 0 0 0 112125 83 0 0 20 0 1 0 22899279 1767702528 393721 33554432000 4194304 5796924 140734317899136 140734317896184 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 431568 393721 170 392 0 431167 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 1726272

[startup+1182.3 s]
/proc/loadavg: 2.20 2.16 2.10 3/177 13944
/proc/meminfo: memFree=28546776/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1731248 CPUtime=1182.07 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 155466 0 0 0 118123 84 0 0 20 0 1 0 22899279 1772797952 400378 33554432000 4194304 5796924 140734317899136 140734317896184 4607232 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 432812 400378 170 392 0 432411 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 1731248

[startup+1242.3 s]
/proc/loadavg: 2.23 2.17 2.10 3/177 13945
/proc/meminfo: memFree=28578724/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1604008 CPUtime=1242.06 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 156579 0 0 0 124117 89 0 0 20 0 1 0 22899279 1642504192 389047 33554432000 4194304 5796924 140734317899136 140734317896184 4569014 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 401002 389047 170 392 0 400601 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 1604008

[startup+1302.3 s]
/proc/loadavg: 2.14 2.15 2.10 3/178 13949
/proc/meminfo: memFree=28580728/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1742732 CPUtime=1302.04 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 157176 0 0 0 130114 90 0 0 20 0 1 0 22899279 1784557568 394746 33554432000 4194304 5796924 140734317899136 140734317896184 4592031 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 435683 394746 170 392 0 435282 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 1742732

[startup+1362.3 s]
/proc/loadavg: 2.14 2.15 2.10 3/177 13950
/proc/meminfo: memFree=28544848/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1742732 CPUtime=1362.04 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 157698 0 0 0 136113 91 0 0 20 0 1 0 22899279 1784557568 401400 33554432000 4194304 5796924 140734317899136 140734317896184 4592059 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 435683 401400 170 392 0 435282 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 1742732

[startup+1422.3 s]
/proc/loadavg: 2.13 2.15 2.09 3/177 13951
/proc/meminfo: memFree=28572700/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1616412 CPUtime=1422.03 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 158821 0 0 0 142107 96 0 0 20 0 1 0 22899279 1655205888 392119 33554432000 4194304 5796924 140734317899136 140734317896600 4593382 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 404103 392119 170 392 0 403702 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1616412

[startup+1482.3 s]
/proc/loadavg: 2.05 2.12 2.09 3/177 13953
/proc/meminfo: memFree=28543372/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1748672 CPUtime=1482.02 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 159423 0 0 0 148104 98 0 0 20 0 1 0 22899279 1790640128 397817 33554432000 4194304 5796924 140734317899136 140734317896776 4592031 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 437168 397817 170 392 0 436767 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 1748672

[startup+1542.31 s]
/proc/loadavg: 2.16 2.14 2.09 4/177 13954
/proc/meminfo: memFree=28498640/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1756292 CPUtime=1542.02 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 160458 0 0 0 154103 99 0 0 20 0 1 0 22899279 1798443008 404984 33554432000 4194304 5796924 140734317899136 140734317896184 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 439073 404984 170 392 0 438672 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1756292

[startup+1602.3 s]
/proc/loadavg: 2.21 2.16 2.10 4/177 13955
/proc/meminfo: memFree=28493480/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1772600 CPUtime=1601.99 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 161454 0 0 0 160100 99 0 0 20 0 1 0 22899279 1815142400 413645 33554432000 4194304 5796924 140734317899136 140734317896184 4607171 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 443150 413645 170 392 0 442749 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 1772600

[startup+1662.3 s]
/proc/loadavg: 2.17 2.16 2.10 3/177 13956
/proc/meminfo: memFree=28522724/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1772600 CPUtime=1661.99 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 162090 0 0 0 166095 104 0 0 20 0 1 0 22899279 1815142400 402846 33554432000 4194304 5796924 140734317899136 140734317896600 4591776 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 443150 402846 170 392 0 442749 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 1772600

[startup+1722.3 s]
/proc/loadavg: 2.13 2.14 2.09 3/177 13957
/proc/meminfo: memFree=28486460/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1772600 CPUtime=1721.98 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 162100 0 0 0 172093 105 0 0 20 0 1 0 22899279 1815142400 407966 33554432000 4194304 5796924 140734317899136 140734317896600 4592023 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/13914/statm: 443150 407966 170 392 0 442749 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 1772600

[startup+1782.3 s]
/proc/loadavg: 2.10 2.13 2.09 3/177 14050
/proc/meminfo: memFree=28945684/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1772600 CPUtime=1781.97 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 162110 0 0 0 178092 105 0 0 20 0 1 0 22899279 1815142400 413086 33554432000 4194304 5796924 140734317899136 140734317896600 4607297 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13914/statm: 443150 413086 170 392 0 442749 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 1772600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.15 2.14 2.09 3/177 14050
/proc/meminfo: memFree=27888624/32872528 swapFree=1103996/1183712
[pid=13914] ppid=13911 vsize=1772600 CPUtime=1800.07 cores=0,2,4,6
/proc/13914/stat : 13914 (naps-1.02) R 13911 13914 11857 0 -1 4202496 162113 0 0 0 179901 106 0 0 20 0 1 0 22899279 1815142400 414622 33554432000 4194304 5796924 140734317899136 140734317896600 4592593 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13914/statm: 443150 414622 170 392 0 442749 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1772600

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 13914 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.02
CPU system time (s): 1.07184
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 2116476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.07184
maximum resident set size= 1875568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162125
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= 83
involuntary context switches= 2467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.85226 second user time and 6.60699 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-18 02:08:23
IDJOB=4099827
IDBENCH=1539
IDSOLVER=2544
FILE ID=node115/4099827-1466208503
RUNJOBID= node115-1466206100-11873
PBS_JOBID= 19918161
Free space on /tmp= 71732 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370e.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099827-1466208503/watcher-4099827-1466208503 -o /tmp/evaluation-result-4099827-1466208503/solver-4099827-1466208503 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466206100-11873 --watchdog 1960  naps-1.02 HOME/instance-4099827-1466208503.opb

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

MD5SUM BENCH= ec90eecae558bb98c83f0a39ee76567f
RANDOM SEED=320546830

node115.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.103
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.20
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.103
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.103
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		: 2667.103
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.103
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.103
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.103
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.103
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:        30816952 kB
Buffers:           38680 kB
Cached:           101872 kB
SwapCached:         1996 kB
Active:            78128 kB
Inactive:          90252 kB
Active(anon):      29088 kB
Inactive(anon):     1368 kB
Active(file):      49040 kB
Inactive(file):    88884 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099308 kB
Dirty:             10812 kB
Writeback:             0 kB
AnonPages:       1212848 kB
Mapped:             7732 kB
Shmem:                 0 kB
Slab:             570848 kB
SReclaimable:      14596 kB
SUnreclaim:       556252 kB
KernelStack:        1440 kB
PageTables:         6448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1328028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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= 71724 MiB
End job on node115 at 2016-06-18 02:38:24