Trace number 4103175

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.04 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-n3701.opb
MD5SUM4d43a5c709d5b7af17653becda068043
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9027581973
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4741692460
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 29697461525571
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 29697461525571
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.02/1800.40	c 
1800.02/1800.40	c *** TERMINATED *** by signal 15
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c _____________________________________________________________________________
1800.02/1800.40	c 
1800.02/1800.40	c std/band forms        : 1424,150
1800.02/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.02/1800.40	c BDD/srt/adr Max costs : 212948,0,0
1800.02/1800.40	c BDDraw/bin/mul/srt/adr: 150,0,1423,0,0
1800.02/1800.40	c BDD nodes             : 15757977
1800.02/1800.40	c Es1/CC detections     : 0,0
1800.02/1800.40	c SAT/UNSAT calls       : 0,0
1800.02/1800.40	c restarts              : 0
1800.02/1800.40	c conflicts             : 0              (0 /sec)
1800.02/1800.40	c decisions             : 0              (0 /sec)
1800.02/1800.40	c propagations          : 0              (0 /sec)
1800.02/1800.40	c inspects              : 0              (0 /sec)
1800.02/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.02/1800.40	c Time for Opt-base     : 1575 s
1800.02/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-4103175-1466244706/watcher-4103175-1466244706 -o /tmp/evaluation-result-4103175-1466244706/solver-4103175-1466244706 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466241101-19194 --watchdog 1960 naps-1.02 HOME/instance-4103175-1466244706.opb 

pid=19517
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.91 3/178 19520
/proc/meminfo: memFree=31871616/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=7296 CPUtime=0 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 26516592 7471104 374 33554432000 4194304 5796924 140733236216944 140734110781448 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 1824 375 114 392 0 1423 0

[startup+0.100163 s]
/proc/loadavg: 1.84 1.97 1.91 3/178 19520
/proc/meminfo: memFree=31871616/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=25200 CPUtime=0.08 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 4892 0 0 0 8 0 0 0 20 0 1 0 26516592 25804800 4448 33554432000 4194304 5796924 140733236216944 140734110781448 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 6300 4448 114 392 0 5899 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25200

[startup+0.200374 s]
/proc/loadavg: 1.84 1.97 1.91 3/178 19520
/proc/meminfo: memFree=31871616/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=42260 CPUtime=0.19 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 9321 0 0 0 17 2 0 0 20 0 1 0 26516592 43274240 8521 33554432000 4194304 5796924 140733236216944 140734110781448 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 10565 8522 114 392 0 10164 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 42260

[startup+0.30035 s]
/proc/loadavg: 1.84 1.97 1.91 3/178 19520
/proc/meminfo: memFree=31871616/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=55736 CPUtime=0.29 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 11929 0 0 0 27 2 0 0 20 0 1 0 26516592 57073664 11090 33554432000 4194304 5796924 140733236216944 140734110781448 5092432 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 13934 11090 116 392 0 13533 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55736

[startup+0.700306 s]
/proc/loadavg: 1.84 1.97 1.91 3/178 19520
/proc/meminfo: memFree=31871616/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=68364 CPUtime=0.69 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 15299 0 0 0 67 2 0 0 20 0 1 0 26516592 70004736 14157 33554432000 4194304 5796924 140733236216944 140734110781448 4806822 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 17091 14157 128 392 0 16690 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68364

[startup+1.5003 s]
/proc/loadavg: 1.84 1.97 1.91 3/179 19521
/proc/meminfo: memFree=31811840/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=78084 CPUtime=1.48 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 16764 0 0 0 146 2 0 0 20 0 1 0 26516592 79958016 15622 33554432000 4194304 5796924 140733236216944 140733236216168 4199797 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 19521 15641 128 392 0 19120 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 78084

[startup+3.10024 s]
/proc/loadavg: 1.85 1.97 1.91 3/179 19521
/proc/meminfo: memFree=31793488/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=112940 CPUtime=3.08 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 25479 0 0 0 305 3 0 0 20 0 1 0 26516592 115650560 24337 33554432000 4194304 5796924 140733236216944 140733236216168 5100093 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 28235 24337 128 392 0 27834 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 112940

[startup+6.30029 s]
/proc/loadavg: 1.85 1.97 1.91 3/179 19521
/proc/meminfo: memFree=31735868/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=196360 CPUtime=6.29 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 46013 0 0 0 622 7 0 0 20 0 1 0 26516592 201072640 45193 33554432000 4194304 5796924 140733236216944 140733233930568 4425796 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 49090 45193 139 392 0 48689 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 196360

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 1.91 3/179 19521
/proc/meminfo: memFree=31558348/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=293348 CPUtime=12.69 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 66604 0 0 0 1258 11 0 0 20 0 1 0 26516592 300388352 69065 33554432000 4194304 5796924 140733236216944 140733234225304 4455120 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 73337 69066 139 392 0 72936 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 293348

[startup+25.5004 s]
/proc/loadavg: 1.89 1.97 1.91 3/179 19521
/proc/meminfo: memFree=31488780/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=360580 CPUtime=25.48 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 75353 0 0 0 2535 13 0 0 20 0 1 0 26516592 369233920 86257 33554432000 4194304 5796924 140733236216944 140733235644568 5096673 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 90145 86257 139 392 0 89744 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 360580

[startup+51.1004 s]
/proc/loadavg: 2.06 2.00 1.93 3/179 19521
/proc/meminfo: memFree=31290708/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=462660 CPUtime=51.08 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 86372 0 0 0 5091 17 0 0 20 0 1 0 26516592 473763840 111445 33554432000 4194304 5796924 140733236216944 140733235494440 5077866 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 115665 111445 139 392 0 115264 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 462660

[startup+102.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/179 19522
/proc/meminfo: memFree=30894040/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=686576 CPUtime=102.28 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 109724 0 0 0 10205 23 0 0 20 0 1 0 26516592 703053824 166522 33554432000 4194304 5796924 140733236216944 140733236134120 5092509 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 171644 166522 139 392 0 171243 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 686576

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 19523
/proc/meminfo: memFree=30568280/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=972636 CPUtime=162.22 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 128545 0 0 0 16191 31 0 0 20 0 1 0 26516592 995979264 238160 33554432000 4194304 5796924 140733236216944 140733235822008 5094444 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 243159 238160 139 392 0 242758 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 972636

[startup+222.307 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 19524
/proc/meminfo: memFree=30503000/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1067684 CPUtime=222.19 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 135370 0 0 0 22185 34 0 0 20 0 1 0 26516592 1093308416 254141 33554432000 4194304 5796924 140733236216944 140733236213160 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 266921 254141 144 392 0 266520 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 1067684

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 19526
/proc/meminfo: memFree=30503540/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1069340 CPUtime=282.16 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 135795 0 0 0 28182 34 0 0 20 0 1 0 26516592 1095004160 254551 33554432000 4194304 5796924 140733236216944 140733236210744 4295627 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 267335 254551 144 392 0 266934 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 1069340

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 19527
/proc/meminfo: memFree=30499688/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1070728 CPUtime=342.15 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 136132 0 0 0 34181 34 0 0 20 0 1 0 26516592 1096425472 255397 33554432000 4194304 5796924 140733236216944 140733236213160 4861328 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 267682 255397 144 392 0 267281 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 1070728

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 19528
/proc/meminfo: memFree=30509604/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1072008 CPUtime=402.14 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 136438 0 0 0 40180 34 0 0 20 0 1 0 26516592 1097736192 255703 33554432000 4194304 5796924 140733236216944 140733236210664 5096660 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 268002 255703 144 392 0 267601 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 1072008

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 19529
/proc/meminfo: memFree=30543312/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1072996 CPUtime=462.13 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 136708 0 0 0 46179 34 0 0 20 0 1 0 26516592 1098747904 255973 33554432000 4194304 5796924 140733236216944 140733236213160 5096588 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 268249 255973 144 392 0 267848 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 1072996

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 19533
/proc/meminfo: memFree=30464464/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1074320 CPUtime=522.12 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 137030 0 0 0 52178 34 0 0 20 0 1 0 26516592 1100103680 256295 33554432000 4194304 5796924 140733236216944 140733236213160 4806925 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 268580 256295 144 392 0 268179 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 1074320

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 19535
/proc/meminfo: memFree=30469904/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1075440 CPUtime=582.11 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 137311 0 0 0 58177 34 0 0 20 0 1 0 26516592 1101250560 257087 33554432000 4194304 5796924 140733236216944 140733236213160 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 268860 257087 144 392 0 268459 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 1075440


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


[startup+882.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 19541
/proc/meminfo: memFree=30381828/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1081712 CPUtime=882.07 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 138879 0 0 0 88172 35 0 0 20 0 1 0 26516592 1107673088 259566 33554432000 4194304 5796924 140733236216944 140733236213160 5087650 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 270428 259566 144 392 0 270027 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 1081712

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 19542
/proc/meminfo: memFree=30365104/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1083152 CPUtime=942.06 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 139242 0 0 0 94171 35 0 0 20 0 1 0 26516592 1109147648 260440 33554432000 4194304 5796924 140733236216944 140733236213160 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 270788 260440 144 392 0 270387 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 1083152

[startup+1002.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/179 19543
/proc/meminfo: memFree=30376496/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1084456 CPUtime=1002.05 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 139564 0 0 0 100170 35 0 0 20 0 1 0 26516592 1110482944 260762 33554432000 4194304 5796924 140733236216944 140733236213160 5092504 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 271114 260762 144 392 0 270713 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 1084456

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/179 19544
/proc/meminfo: memFree=30362216/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1085980 CPUtime=1062.04 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 139966 0 0 0 106169 35 0 0 20 0 1 0 26516592 1112043520 261164 33554432000 4194304 5796924 140733236216944 140733236213160 5087766 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 271495 261164 144 392 0 271094 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 1085980

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/180 19548
/proc/meminfo: memFree=30344060/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1087556 CPUtime=1122.03 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 140328 0 0 0 112168 35 0 0 20 0 1 0 26516592 1113657344 262037 33554432000 4194304 5796924 140733236216944 140733236213160 5092432 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 271889 262037 144 392 0 271488 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 1087556

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 19550
/proc/meminfo: memFree=30360096/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1088696 CPUtime=1182.02 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 140636 0 0 0 118167 35 0 0 20 0 1 0 26516592 1114824704 262345 33554432000 4194304 5796924 140733236216944 140733236213160 5087778 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 272174 262345 144 392 0 271773 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 1088696

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 19551
/proc/meminfo: memFree=30345948/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1089908 CPUtime=1242.01 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 140917 0 0 0 124166 35 0 0 20 0 1 0 26516592 1116065792 262626 33554432000 4194304 5796924 140733236216944 140733236210664 5100101 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 272477 262626 144 392 0 272076 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 1089908

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 19552
/proc/meminfo: memFree=30362396/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1091124 CPUtime=1302 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 141235 0 0 0 130165 35 0 0 20 0 1 0 26516592 1117310976 262944 33554432000 4194304 5796924 140733236216944 140733236213160 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 272781 262944 144 392 0 272380 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 1091124

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 19553
/proc/meminfo: memFree=30349136/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1092320 CPUtime=1361.99 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 141526 0 0 0 136163 36 0 0 20 0 1 0 26516592 1118535680 263746 33554432000 4194304 5796924 140733236216944 140733236210664 4295954 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 273080 263746 144 392 0 272679 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 1092320

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 19554
/proc/meminfo: memFree=30335108/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1093832 CPUtime=1421.99 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 141909 0 0 0 142163 36 0 0 20 0 1 0 26516592 1120083968 264129 33554432000 4194304 5796924 140733236216944 140733236213160 5100093 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 273458 264129 144 392 0 273057 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 1093832

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/179 19556
/proc/meminfo: memFree=30357400/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1095328 CPUtime=1481.97 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 142305 0 0 0 148161 36 0 0 20 0 1 0 26516592 1121615872 264525 33554432000 4194304 5796924 140733236216944 140733236213160 4296214 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 273832 264525 144 392 0 273431 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 1095328

[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 19557
/proc/meminfo: memFree=30340840/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1096756 CPUtime=1541.97 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 142658 0 0 0 154161 36 0 0 20 0 1 0 26516592 1123078144 265389 33554432000 4194304 5796924 140733236216944 140733236213160 5087501 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 274189 265389 144 392 0 273788 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 1096756

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 19558
/proc/meminfo: memFree=30329368/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1098028 CPUtime=1601.96 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 142978 0 0 0 160160 36 0 0 20 0 1 0 26516592 1124380672 265709 33554432000 4194304 5796924 140733236216944 140733236213160 4839559 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 274507 265709 144 392 0 274106 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 1098028

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 19559
/proc/meminfo: memFree=30348988/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1099560 CPUtime=1661.95 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 143342 0 0 0 166159 36 0 0 20 0 1 0 26516592 1125949440 266073 33554432000 4194304 5796924 140733236216944 140733236210664 5087778 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 274890 266073 144 392 0 274489 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 1099560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 19563
/proc/meminfo: memFree=30334492/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1100984 CPUtime=1721.93 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 143701 0 0 0 172157 36 0 0 20 0 1 0 26516592 1127407616 266943 33554432000 4194304 5796924 140733236216944 140733236213160 4313775 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 275246 266943 144 392 0 274845 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 1100984

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 19565
/proc/meminfo: memFree=30322156/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1102188 CPUtime=1781.93 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 144013 0 0 0 178157 36 0 0 20 0 1 0 26516592 1128640512 267255 33554432000 4194304 5796924 140733236216944 140733236213160 5087776 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 275547 267255 144 392 0 275146 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 1102188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 19565
/proc/meminfo: memFree=30320604/32872528 swapFree=7780/7780
[pid=19520] ppid=19517 vsize=1102512 CPUtime=1800.02 cores=1,3,5,7
/proc/19520/stat : 19520 (naps-1.02) R 19517 19520 19177 0 -1 4202496 144099 0 0 0 179966 36 0 0 20 0 1 0 26516592 1128972288 267341 33554432000 4194304 5796924 140733236216944 140733236213160 5092509 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19520/statm: 275628 267341 144 392 0 275227 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1102512

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 19520 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.04
CPU user time (s): 1799.67
CPU system time (s): 0.372943
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 1141364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.372943
maximum resident set size= 1119320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144112
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= 117
involuntary context switches= 1957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.80027 second user time and 6.73698 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 12:11:47
IDJOB=4103175
IDBENCH=2289
IDSOLVER=2544
FILE ID=node133/4103175-1466244706
RUNJOBID= node133-1466241101-19194
PBS_JOBID= 19918201
Free space on /tmp= 71704 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-n3701.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103175-1466244706/watcher-4103175-1466244706 -o /tmp/evaluation-result-4103175-1466244706/solver-4103175-1466244706 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466241101-19194 --watchdog 1960  naps-1.02 HOME/instance-4103175-1466244706.opb

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

MD5SUM BENCH= 4d43a5c709d5b7af17653becda068043
RANDOM SEED=1447629127

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:        31872368 kB
Buffers:          111640 kB
Cached:           140180 kB
SwapCached:          892 kB
Active:            87776 kB
Inactive:         172276 kB
Active(anon):       9344 kB
Inactive(anon):     1364 kB
Active(file):      78432 kB
Inactive(file):   170912 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:             16716 kB
Writeback:             0 kB
AnonPages:         15896 kB
Mapped:             7832 kB
Shmem:                 0 kB
Slab:             602560 kB
SReclaimable:      45536 kB
SUnreclaim:       557024 kB
KernelStack:        1456 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     136128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71704 MiB
End job on node133 at 2016-06-18 12:41:47