Trace number 4089976

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 NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.01 1800.3

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v091-n1.opb
MD5SUM0cbe6e0ff393a79d511dbbbded66ec10
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.92171
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.00/1800.30	c 
1800.00/1800.30	c *** TERMINATED *** by signal 15
1800.00/1800.30	s UNKNOWN
1800.00/1800.30	c _____________________________________________________________________________
1800.00/1800.30	c 
1800.00/1800.30	c std/band forms        : 91,0
1800.00/1800.30	c 2cl/3cl ITE-codings   : 364,0
1800.00/1800.30	c BDD/srt/adr Max costs : 9,0,0
1800.00/1800.30	c BDDraw/bin/mul/srt/adr: 91,0,0,0,0
1800.00/1800.30	c BDD nodes             : 910
1800.00/1800.30	c Es1/CC detections     : 0,0
1800.00/1800.30	c SAT/UNSAT calls       : 0,0
1800.00/1800.30	c restarts              : 0
1800.00/1800.30	c conflicts             : 0              (0 /sec)
1800.00/1800.30	c decisions             : 0              (0 /sec)
1800.00/1800.30	c propagations          : 0              (0 /sec)
1800.00/1800.30	c inspects              : 0              (0 /sec)
1800.00/1800.30	c CPU time (solving tm) : 1799 s        (0 s)
1800.00/1800.30	c Time for Opt-base     : 0 s
1800.00/1800.30	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-4089976-1466026599/watcher-4089976-1466026599 -o /tmp/evaluation-result-4089976-1466026599/solver-4089976-1466026599 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466019350-11439 --watchdog 1960 naps-1.02 HOME/instance-4089976-1466026599.opb 

pid=12194
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.09 2.08 2.06 3/174 12197
/proc/meminfo: memFree=31479264/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 4710009 6574080 192 33554432000 4194304 5796924 140737001677824 140734553406360 5095032 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 1605 192 127 392 0 1204 0

[startup+0.100091 s]
/proc/loadavg: 2.09 2.08 2.06 3/174 12197
/proc/meminfo: memFree=31479264/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=4428 CPUtime=0.09 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 915 0 0 0 9 0 0 0 20 0 1 0 4710009 4534272 762 33554432000 4194304 5796924 140737001677824 140734553406360 4607258 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 1107 762 155 392 0 706 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4428

[startup+0.200229 s]
/proc/loadavg: 2.09 2.08 2.06 3/174 12197
/proc/meminfo: memFree=31479264/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=6076 CPUtime=0.19 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 1284 0 0 0 19 0 0 0 20 0 1 0 4710009 6221824 1125 33554432000 4194304 5796924 140737001677824 140734553406360 4606507 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 1519 1125 156 392 0 1118 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6076

[startup+0.300215 s]
/proc/loadavg: 2.09 2.08 2.06 3/174 12197
/proc/meminfo: memFree=31479264/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=6076 CPUtime=0.29 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 1365 0 0 0 29 0 0 0 20 0 1 0 4710009 6221824 1204 33554432000 4194304 5796924 140737001677824 140734553406360 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 1519 1204 156 392 0 1118 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6076

[startup+0.700187 s]
/proc/loadavg: 2.09 2.08 2.06 3/174 12197
/proc/meminfo: memFree=31479264/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=10444 CPUtime=0.69 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 1592 0 0 0 69 0 0 0 20 0 1 0 4710009 10694656 1938 33554432000 4194304 5796924 140737001677824 140737001675064 4606531 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 2611 1938 164 392 0 2210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10444

[startup+1.50023 s]
/proc/loadavg: 2.09 2.08 2.06 3/175 12198
/proc/meminfo: memFree=31469604/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=19432 CPUtime=1.49 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 2602 0 0 0 149 0 0 0 20 0 1 0 4710009 19898368 3964 33554432000 4194304 5796924 140737001677824 140737001675064 4607255 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 4858 3964 164 392 0 4457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19432

[startup+3.1002 s]
/proc/loadavg: 2.09 2.08 2.06 3/175 12198
/proc/meminfo: memFree=31465572/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=22176 CPUtime=3.09 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 3117 0 0 0 309 0 0 0 20 0 1 0 4710009 22708224 4270 33554432000 4194304 5796924 140737001677824 140737001674888 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 5544 4270 164 392 0 5143 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22176

[startup+6.30023 s]
/proc/loadavg: 2.08 2.08 2.06 3/175 12198
/proc/meminfo: memFree=31458072/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=24192 CPUtime=6.29 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 3445 0 0 0 629 0 0 0 20 0 1 0 4710009 24772608 5100 33554432000 4194304 5796924 140737001677824 140737001674888 4607258 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 6048 5101 164 392 0 5647 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24192

[startup+12.7002 s]
/proc/loadavg: 2.07 2.08 2.06 3/175 12198
/proc/meminfo: memFree=31502096/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=50008 CPUtime=12.69 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 5129 0 0 0 1268 1 0 0 20 0 1 0 4710009 51208192 8466 33554432000 4194304 5796924 140737001677824 140737001675064 4606567 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 12502 8466 164 392 0 12101 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50008

[startup+25.5003 s]
/proc/loadavg: 2.06 2.08 2.06 3/175 12198
/proc/meminfo: memFree=31497032/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=50008 CPUtime=25.48 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 5375 0 0 0 2547 1 0 0 20 0 1 0 4710009 51208192 9734 33554432000 4194304 5796924 140737001677824 140737001675064 4607198 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 12502 9734 164 392 0 12101 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50008

[startup+51.1003 s]
/proc/loadavg: 2.04 2.07 2.06 3/175 12199
/proc/meminfo: memFree=31424300/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=68864 CPUtime=51.08 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 5843 0 0 0 5106 2 0 0 20 0 1 0 4710009 70516736 15431 33554432000 4194304 5796924 140737001677824 140737001675064 4607198 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 17216 15431 164 392 0 16815 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 68864

[startup+102.3 s]
/proc/loadavg: 2.01 2.06 2.05 3/175 12200
/proc/meminfo: memFree=31402272/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=80832 CPUtime=102.27 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 6341 0 0 0 10225 2 0 0 20 0 1 0 4710009 82771968 19507 33554432000 4194304 5796924 140737001677824 140737001675064 4594641 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 20208 19507 164 392 0 19807 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 80832

[startup+162.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/175 12201
/proc/meminfo: memFree=31422032/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=130152 CPUtime=162.25 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 6614 0 0 0 16221 4 0 0 20 0 1 0 4710009 133275648 28915 33554432000 4194304 5796924 140737001677824 140737001675112 4606480 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 32538 28915 165 392 0 32137 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 130152

[startup+222.307 s]
/proc/loadavg: 2.02 2.05 2.05 3/176 12205
/proc/meminfo: memFree=31350536/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=130152 CPUtime=222.25 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 6765 0 0 0 22219 6 0 0 20 0 1 0 4710009 133275648 31042 33554432000 4194304 5796924 140737001677824 140737001675112 4606735 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 32538 31042 165 392 0 32137 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 130152

[startup+282.3 s]
/proc/loadavg: 2.11 2.07 2.05 3/175 12206
/proc/meminfo: memFree=31364268/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=130152 CPUtime=282.24 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 6919 0 0 0 28216 8 0 0 20 0 1 0 4710009 133275648 30122 33554432000 4194304 5796924 140737001677824 140737001675112 4606514 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 32538 30122 165 392 0 32137 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 130152

[startup+342.3 s]
/proc/loadavg: 2.11 2.07 2.05 3/175 12208
/proc/meminfo: memFree=31451356/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=80832 CPUtime=342.23 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 7044 0 0 0 34213 10 0 0 20 0 1 0 4710009 82771968 19879 33554432000 4194304 5796924 140737001677824 140737001675288 4607192 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 20208 19879 165 392 0 19807 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 80832

[startup+402.3 s]
/proc/loadavg: 2.16 2.08 2.06 3/175 12209
/proc/meminfo: memFree=31351448/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=130152 CPUtime=402.22 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 7165 0 0 0 40210 12 0 0 20 0 1 0 4710009 133275648 30634 33554432000 4194304 5796924 140737001677824 140737001675112 4606721 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 32538 30634 165 392 0 32137 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 130152

[startup+462.3 s]
/proc/loadavg: 2.06 2.07 2.05 3/175 12210
/proc/meminfo: memFree=31336824/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=130152 CPUtime=462.21 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 7265 0 0 0 46207 14 0 0 20 0 1 0 4710009 133275648 32170 33554432000 4194304 5796924 140737001677824 140737001675112 4607258 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 32538 32170 165 392 0 32137 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 130152

[startup+522.3 s]
/proc/loadavg: 2.11 2.08 2.05 3/175 12211
/proc/meminfo: memFree=31343260/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=130152 CPUtime=522.21 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 7460 0 0 0 52204 17 0 0 20 0 1 0 4710009 133275648 29632 33554432000 4194304 5796924 140737001677824 140737001675112 4606789 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 32538 29632 165 392 0 32137 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 130152

[startup+582.3 s]
/proc/loadavg: 2.07 2.08 2.05 3/175 12212
/proc/meminfo: memFree=31392200/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=80832 CPUtime=582.19 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 7636 0 0 0 58200 19 0 0 20 0 1 0 4710009 82771968 19901 33554432000 4194304 5796924 140737001677824 140737001675464 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 20208 19901 165 392 0 19807 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 80832


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


[startup+942.3 s]
/proc/loadavg: 2.09 2.07 2.05 3/174 12268
/proc/meminfo: memFree=31418708/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=180272 CPUtime=942.14 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 8232 0 0 0 94186 28 0 0 20 0 1 0 4710009 184598528 35926 33554432000 4194304 5796924 140737001677824 140737001675464 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 45068 35926 165 392 0 44667 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 180272

[startup+1002.3 s]
/proc/loadavg: 2.10 2.07 2.05 3/176 12281
/proc/meminfo: memFree=31432568/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=149452 CPUtime=1002.13 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 8374 0 0 0 100182 31 0 0 20 0 1 0 4710009 153038848 31763 33554432000 4194304 5796924 140737001677824 140737001675112 4606744 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 37363 31763 165 392 0 36962 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 149452

[startup+1062.3 s]
/proc/loadavg: 2.13 2.09 2.06 3/175 12282
/proc/meminfo: memFree=31469472/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=100132 CPUtime=1062.12 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 8460 0 0 0 106180 32 0 0 20 0 1 0 4710009 102535168 22544 33554432000 4194304 5796924 140737001677824 140737001675288 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 25033 22544 165 392 0 24632 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 100132

[startup+1122.3 s]
/proc/loadavg: 2.14 2.10 2.06 3/175 12283
/proc/meminfo: memFree=31394888/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=100132 CPUtime=1122.11 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 8569 0 0 0 112177 34 0 0 20 0 1 0 4710009 102535168 23056 33554432000 4194304 5796924 140737001677824 140737001675288 4607258 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 25033 23056 165 392 0 24632 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 100132

[startup+1182.3 s]
/proc/loadavg: 2.05 2.08 2.05 3/175 12284
/proc/meminfo: memFree=31399224/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=100132 CPUtime=1182.1 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 9199 0 0 0 118173 37 0 0 20 0 1 0 4710009 102535168 23568 33554432000 4194304 5796924 140737001677824 140737001675288 4606495 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 25033 23568 165 392 0 24632 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 100132

[startup+1242.3 s]
/proc/loadavg: 2.10 2.09 2.06 3/175 12285
/proc/meminfo: memFree=31381036/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=100132 CPUtime=1242.09 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 10090 0 0 0 124169 40 0 0 20 0 1 0 4710009 102535168 24592 33554432000 4194304 5796924 140737001677824 140737001675288 4606531 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 25033 24592 165 392 0 24632 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 100132

[startup+1302.3 s]
/proc/loadavg: 2.15 2.10 2.06 3/175 12287
/proc/meminfo: memFree=31337316/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=180272 CPUtime=1302.08 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 10188 0 0 0 130167 41 0 0 20 0 1 0 4710009 184598528 38998 33554432000 4194304 5796924 140737001677824 140737001675464 4606789 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 45068 38998 165 392 0 44667 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 180272

[startup+1362.3 s]
/proc/loadavg: 2.12 2.09 2.06 3/175 12288
/proc/meminfo: memFree=31375940/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=100132 CPUtime=1362.07 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 10199 0 0 0 136165 42 0 0 20 0 1 0 4710009 102535168 24593 33554432000 4194304 5796924 140737001677824 140737001675288 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 25033 24593 165 392 0 24632 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 100132

[startup+1422.3 s]
/proc/loadavg: 2.04 2.08 2.06 3/176 12292
/proc/meminfo: memFree=31374684/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=180272 CPUtime=1422.07 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 10340 0 0 0 142163 44 0 0 20 0 1 0 4710009 184598528 38528 33554432000 4194304 5796924 140737001677824 140737001675464 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 45068 38528 165 392 0 44667 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 180272

[startup+1482.3 s]
/proc/loadavg: 2.05 2.07 2.06 3/176 12316
/proc/meminfo: memFree=31285508/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=180272 CPUtime=1482.05 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 10351 0 0 0 148161 44 0 0 20 0 1 0 4710009 184598528 44160 33554432000 4194304 5796924 140737001677824 140737001675464 4607198 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 45068 44160 165 392 0 44667 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 180272

[startup+1542.31 s]
/proc/loadavg: 2.05 2.07 2.06 3/175 12317
/proc/meminfo: memFree=31311060/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=181340 CPUtime=1542.05 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 10981 0 0 0 154159 46 0 0 20 0 1 0 4710009 185692160 38375 33554432000 4194304 5796924 140737001677824 140737001675464 4606480 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 45335 38375 165 392 0 44934 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 181340

[startup+1602.3 s]
/proc/loadavg: 2.07 2.07 2.06 4/175 12319
/proc/meminfo: memFree=31315240/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=181340 CPUtime=1602.04 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 10992 0 0 0 160157 47 0 0 20 0 1 0 4710009 185692160 44007 33554432000 4194304 5796924 140737001677824 140737001675464 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 45335 44007 165 392 0 44934 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 181340

[startup+1662.3 s]
/proc/loadavg: 2.03 2.06 2.05 3/175 12320
/proc/meminfo: memFree=31372772/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=182004 CPUtime=1662.02 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 11849 0 0 0 166153 49 0 0 20 0 1 0 4710009 186372096 39053 33554432000 4194304 5796924 140737001677824 140737001675464 4594694 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 45501 39053 165 392 0 45100 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 182004

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.05 3/175 12321
/proc/meminfo: memFree=31304184/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=183992 CPUtime=1722.01 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 13299 0 0 0 172149 52 0 0 20 0 1 0 4710009 188407808 41086 33554432000 4194304 5796924 140737001677824 140737001675464 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 45998 41086 165 392 0 45597 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 183992

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 2.04 4/175 12322
/proc/meminfo: memFree=31311008/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=187636 CPUtime=1782 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 15161 0 0 0 178145 55 0 0 20 0 1 0 4710009 192139264 41997 33554432000 4194304 5796924 140737001677824 140737001675464 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 46909 41997 165 392 0 46508 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 187636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.10 2.06 2.05 3/175 12322
/proc/meminfo: memFree=31282252/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=187636 CPUtime=1800 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 15564 0 0 0 179944 56 0 0 20 0 1 0 4710009 192139264 46475 33554432000 4194304 5796924 140737001677824 140737001675464 4607258 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 46909 46475 165 392 0 46508 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 187636

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

[startup+1800.3 s]
/proc/loadavg: 2.10 2.06 2.05 3/175 12322
/proc/meminfo: memFree=31282252/32872528 swapFree=446836/479540
[pid=12197] ppid=12194 vsize=187636 CPUtime=1800 cores=0,2,4,6
/proc/12197/stat : 12197 (naps-1.02) R 12194 12197 5711 0 -1 4202496 15564 0 0 0 179944 56 0 0 20 0 1 0 4710009 192139264 46475 33554432000 4194304 5796924 140737001677824 140737001675464 4607258 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/12197/statm: 46909 46475 165 392 0 46508 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 187636

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.01
CPU user time (s): 1799.45
CPU system time (s): 0.563914
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 234080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.563914
maximum resident set size= 192176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15576
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= 27
involuntary context switches= 2534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.33234 second user time and 7.12792 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-15 23:36:39
IDJOB=4089976
IDBENCH=107483
IDSOLVER=2544
FILE ID=node104/4089976-1466026599
RUNJOBID= node104-1466019350-11439
PBS_JOBID= 19902812
Free space on /tmp= 71736 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v091-n1.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089976-1466026599/watcher-4089976-1466026599 -o /tmp/evaluation-result-4089976-1466026599/solver-4089976-1466026599 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466019350-11439 --watchdog 1960  naps-1.02 HOME/instance-4089976-1466026599.opb

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

MD5SUM BENCH= 0cbe6e0ff393a79d511dbbbded66ec10
RANDOM SEED=464125956

node104.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.035
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.07
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.035
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.035
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.035
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.035
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.035
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.54
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.035
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.035
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:        31479892 kB
Buffers:           23732 kB
Cached:            45220 kB
SwapCached:         1452 kB
Active:           178268 kB
Inactive:          39908 kB
Active(anon):     149596 kB
Inactive(anon):     2028 kB
Active(file):      28672 kB
Inactive(file):    37880 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67099952 kB
Dirty:              3900 kB
Writeback:             0 kB
AnonPages:        639824 kB
Mapped:             7760 kB
Shmem:                 0 kB
Slab:             565840 kB
SReclaimable:      10224 kB
SUnreclaim:       555616 kB
KernelStack:        1456 kB
PageTables:         5068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     771916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 71732 MiB
End job on node104 at 2016-06-16 00:06:39