Trace number 4082193

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K90.opb
MD5SUMa811647d9332337c7e73474eee26f5b9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
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 91
Number of bits of the biggest sum of numbers7
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        : 88,0
1800.02/1800.40	c 2cl/3cl ITE-codings   : 5582,0
1800.02/1800.40	c BDD/srt/adr Max costs : 133,0,0
1800.02/1800.40	c BDDraw/bin/mul/srt/adr: 88,0,0,0,0
1800.02/1800.40	c BDD nodes             : 11340
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) : 1799 s        (0 s)
1800.02/1800.40	c Time for Opt-base     : 0 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-4082193-1465271349/watcher-4082193-1465271349 -o /tmp/evaluation-result-4082193-1465271349/solver-4082193-1465271349 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14491 --watchdog 1960 naps-1.02 HOME/instance-4082193-1465271349.opb 

pid=21237
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.00 2.22 2.22 3/176 21240
/proc/meminfo: memFree=31467708/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=6552 CPUtime=0 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 312 0 0 0 0 0 0 0 20 0 1 0 109070181 6709248 187 33554432000 4194304 5796924 140734481781264 140733678588648 5095032 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 1638 187 127 392 0 1237 0

[startup+0.100109 s]
/proc/loadavg: 2.00 2.22 2.22 3/176 21240
/proc/meminfo: memFree=31467708/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=8460 CPUtime=0.09 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 821 0 0 0 9 0 0 0 20 0 1 0 109070181 8663040 689 33554432000 4194304 5796924 140734481781264 140733678588648 4325302 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 2115 689 127 392 0 1714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8460

[startup+0.200236 s]
/proc/loadavg: 2.00 2.22 2.22 3/176 21240
/proc/meminfo: memFree=31467708/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=10128 CPUtime=0.19 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 1279 0 0 0 19 0 0 0 20 0 1 0 109070181 10371072 1606 33554432000 4194304 5796924 140734481781264 140733678588648 5096609 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 2532 1606 140 392 0 2131 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10128

[startup+0.300224 s]
/proc/loadavg: 2.00 2.22 2.22 3/176 21240
/proc/meminfo: memFree=31467708/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=10992 CPUtime=0.29 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 1479 0 0 0 29 0 0 0 20 0 1 0 109070181 11255808 1803 33554432000 4194304 5796924 140734481781264 140733678588648 4228323 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 2748 1803 141 392 0 2347 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10992

[startup+0.700185 s]
/proc/loadavg: 2.00 2.22 2.22 3/176 21240
/proc/meminfo: memFree=31467708/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=14104 CPUtime=0.69 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 3117 0 0 0 69 0 0 0 20 0 1 0 109070181 14442496 2802 33554432000 4194304 5796924 140734481781264 140733678588648 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 3526 2802 165 392 0 3125 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14104

[startup+1.50019 s]
/proc/loadavg: 2.00 2.22 2.22 3/177 21241
/proc/meminfo: memFree=31456144/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=17116 CPUtime=1.49 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 4468 0 0 0 149 0 0 0 20 0 1 0 109070181 17526784 3409 33554432000 4194304 5796924 140734481781264 140734481778312 4591871 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 4279 3409 166 392 0 3878 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17116

[startup+3.10019 s]
/proc/loadavg: 2.00 2.22 2.22 3/177 21241
/proc/meminfo: memFree=31446716/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=17116 CPUtime=3.08 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 5343 0 0 0 308 0 0 0 20 0 1 0 109070181 17526784 3807 33554432000 4194304 5796924 140734481781264 140734481778728 4592160 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 4279 3807 166 392 0 3878 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17116

[startup+6.30021 s]
/proc/loadavg: 2.00 2.22 2.22 4/177 21241
/proc/meminfo: memFree=31444452/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=24364 CPUtime=6.28 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 6032 0 0 0 627 1 0 0 20 0 1 0 109070181 24948736 5596 33554432000 4194304 5796924 140734481781264 140734481778728 4592593 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 6091 5596 166 392 0 5690 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24364

[startup+12.7002 s]
/proc/loadavg: 2.00 2.21 2.21 3/177 21241
/proc/meminfo: memFree=31412332/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=35860 CPUtime=12.69 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 6380 0 0 0 1267 2 0 0 20 0 1 0 109070181 36720640 8497 33554432000 4194304 5796924 140734481781264 140734481778504 4606755 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 8965 8497 166 392 0 8564 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35860

[startup+25.5003 s]
/proc/loadavg: 2.00 2.20 2.21 3/177 21241
/proc/meminfo: memFree=31405024/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=84996 CPUtime=25.48 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 7448 0 0 0 2546 2 0 0 20 0 1 0 109070181 87035904 15153 33554432000 4194304 5796924 140734481781264 140734481778504 4606789 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 21249 15153 166 392 0 20848 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84996

[startup+51.1003 s]
/proc/loadavg: 2.00 2.19 2.20 4/177 21241
/proc/meminfo: memFree=31396332/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=84996 CPUtime=51.08 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 7788 0 0 0 5104 4 0 0 20 0 1 0 109070181 87035904 16689 33554432000 4194304 5796924 140734481781264 140734481778728 4606526 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 21249 16689 166 392 0 20848 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84996

[startup+102.3 s]
/proc/loadavg: 2.00 2.15 2.19 3/178 21245
/proc/meminfo: memFree=31380232/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=84996 CPUtime=102.28 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 8007 0 0 0 10223 5 0 0 20 0 1 0 109070181 87035904 20847 33554432000 4194304 5796924 140734481781264 140734481778728 4606789 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 21249 20847 166 392 0 20848 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 84996

[startup+162.3 s]
/proc/loadavg: 2.00 2.12 2.17 3/177 21247
/proc/meminfo: memFree=31318424/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=165136 CPUtime=162.26 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 8630 0 0 0 16219 7 0 0 20 0 1 0 109070181 169099264 36896 33554432000 4194304 5796924 140734481781264 140734481778552 4592059 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 41284 36896 166 392 0 40883 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 165136

[startup+222.307 s]
/proc/loadavg: 2.03 2.11 2.17 3/177 21248
/proc/meminfo: memFree=31307812/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=165136 CPUtime=222.25 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 9272 0 0 0 22215 10 0 0 20 0 1 0 109070181 169099264 38944 33554432000 4194304 5796924 140734481781264 140734481778552 4568928 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 41284 38944 166 392 0 40883 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 165136

[startup+282.3 s]
/proc/loadavg: 2.01 2.09 2.16 3/177 21249
/proc/meminfo: memFree=31317836/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=134316 CPUtime=282.24 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 12126 0 0 0 28208 16 0 0 20 0 1 0 109070181 137539584 33035 33554432000 4194304 5796924 140734481781264 140734481778552 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 33579 33035 166 392 0 33178 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 134316

[startup+342.3 s]
/proc/loadavg: 2.00 2.07 2.14 3/177 21250
/proc/meminfo: memFree=31284056/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=215224 CPUtime=342.22 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 14685 0 0 0 34201 21 0 0 20 0 1 0 109070181 220389376 41144 33554432000 4194304 5796924 140734481781264 140734481778904 4606768 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 53806 41144 166 392 0 53405 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 215224

[startup+402.3 s]
/proc/loadavg: 2.00 2.05 2.13 3/177 21251
/proc/meminfo: memFree=31266660/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=215224 CPUtime=402.22 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 16483 0 0 0 40197 25 0 0 20 0 1 0 109070181 220389376 45943 33554432000 4194304 5796924 140734481781264 140734481778904 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 53806 45943 166 392 0 53405 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 215224

[startup+462.3 s]
/proc/loadavg: 2.04 2.06 2.13 3/176 21253
/proc/meminfo: memFree=31248968/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=215224 CPUtime=462.21 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 18097 0 0 0 46193 28 0 0 20 0 1 0 109070181 220389376 49527 33554432000 4194304 5796924 140734481781264 140734481778904 4596110 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 53806 49527 166 392 0 53405 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 215224

[startup+522.3 s]
/proc/loadavg: 2.09 2.06 2.12 3/177 21255
/proc/meminfo: memFree=31236412/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=215224 CPUtime=522.2 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 19712 0 0 0 52188 32 0 0 20 0 1 0 109070181 220389376 52599 33554432000 4194304 5796924 140734481781264 140734481778904 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 53806 52599 166 392 0 53405 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 215224

[startup+582.3 s]
/proc/loadavg: 2.18 2.08 2.12 3/177 21256
/proc/meminfo: memFree=31233844/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=215224 CPUtime=582.18 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 21566 0 0 0 58182 36 0 0 20 0 1 0 109070181 220389376 53111 33554432000 4194304 5796924 140734481781264 140734481778904 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 53806 53111 166 392 0 53405 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 215224


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


[startup+882.307 s]
/proc/loadavg: 2.00 2.04 2.08 3/177 21288
/proc/meminfo: memFree=31151960/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=325032 CPUtime=882.12 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 31082 0 0 0 88158 54 0 0 20 0 1 0 109070181 332832768 65305 33554432000 4194304 5796924 140734481781264 140734481778904 4606771 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 81258 65305 166 392 0 80857 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 325032

[startup+942.3 s]
/proc/loadavg: 2.09 2.06 2.09 3/177 21289
/proc/meminfo: memFree=31220940/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=243644 CPUtime=942.11 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 32705 0 0 0 94153 58 0 0 20 0 1 0 109070181 249491456 55577 33554432000 4194304 5796924 140734481781264 140734481778904 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 60911 55577 166 392 0 60510 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 243644

[startup+1002.3 s]
/proc/loadavg: 2.03 2.04 2.08 3/177 21290
/proc/meminfo: memFree=31277772/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=193556 CPUtime=1002.1 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 34010 0 0 0 100149 61 0 0 20 0 1 0 109070181 198201344 41452 33554432000 4194304 5796924 140734481781264 140734481778904 4606768 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 48389 41452 166 392 0 47988 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 193556

[startup+1062.3 s]
/proc/loadavg: 2.01 2.03 2.07 4/177 21292
/proc/meminfo: memFree=31176304/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=325032 CPUtime=1062.08 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 35387 0 0 0 106145 63 0 0 20 0 1 0 109070181 332832768 66841 33554432000 4194304 5796924 140734481781264 140734481778904 4592073 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 81258 66841 166 392 0 80857 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 325032

[startup+1122.3 s]
/proc/loadavg: 2.06 2.05 2.08 3/177 21293
/proc/meminfo: memFree=31223332/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=243644 CPUtime=1122.08 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 36997 0 0 0 112141 67 0 0 20 0 1 0 109070181 249491456 55065 33554432000 4194304 5796924 140734481781264 140734481778904 4607277 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 60911 55065 166 392 0 60510 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 243644

[startup+1182.3 s]
/proc/loadavg: 2.06 2.05 2.08 3/177 21294
/proc/meminfo: memFree=31329248/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=113416 CPUtime=1182.05 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 37575 0 0 0 118137 68 0 0 20 0 1 0 109070181 116137984 27921 33554432000 4194304 5796924 140734481781264 140734481778728 4606718 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 28354 27921 166 392 0 27953 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 113416

[startup+1242.3 s]
/proc/loadavg: 2.02 2.04 2.07 3/177 21295
/proc/meminfo: memFree=31187816/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=325032 CPUtime=1242.05 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 39705 0 0 0 124133 72 0 0 20 0 1 0 109070181 332832768 63769 33554432000 4194304 5796924 140734481781264 140734481778904 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 81258 63769 166 392 0 80857 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 325032

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 2.07 3/178 21299
/proc/meminfo: memFree=31269332/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=193556 CPUtime=1302.03 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 40494 0 0 0 130128 75 0 0 20 0 1 0 109070181 198201344 44012 33554432000 4194304 5796924 140734481781264 140734481778904 4606577 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 48389 44012 166 392 0 47988 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 193556

[startup+1362.3 s]
/proc/loadavg: 1.94 2.01 2.06 3/177 21347
/proc/meminfo: memFree=31224052/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=325032 CPUtime=1362.03 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 41867 0 0 0 136125 78 0 0 20 0 1 0 109070181 332832768 67865 33554432000 4194304 5796924 140734481781264 140734481778904 4606771 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 81258 67865 166 392 0 80857 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 325032

[startup+1422.3 s]
/proc/loadavg: 1.98 2.00 2.05 3/177 21348
/proc/meminfo: memFree=31296460/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=193556 CPUtime=1422.02 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 42657 0 0 0 142121 81 0 0 20 0 1 0 109070181 198201344 43500 33554432000 4194304 5796924 140734481781264 140734481778904 4592304 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 48389 43500 166 392 0 47988 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 193556

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/177 21349
/proc/meminfo: memFree=31194008/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=325032 CPUtime=1482 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 44043 0 0 0 148116 84 0 0 20 0 1 0 109070181 332832768 69401 33554432000 4194304 5796924 140734481781264 140734481778904 4606507 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 81258 69401 166 392 0 80857 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 325032

[startup+1542.31 s]
/proc/loadavg: 1.99 2.00 2.04 3/177 21350
/proc/meminfo: memFree=31242744/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=193556 CPUtime=1541.99 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 45297 0 0 0 154111 88 0 0 20 0 1 0 109070181 198201344 45548 33554432000 4194304 5796924 140734481781264 140734481778904 4606523 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 48389 45548 166 392 0 47988 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 193556

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.04 3/177 21351
/proc/meminfo: memFree=31186432/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=325032 CPUtime=1601.98 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 46669 0 0 0 160108 90 0 0 20 0 1 0 109070181 332832768 69913 33554432000 4194304 5796924 140734481781264 140734481778904 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 81258 69913 166 392 0 80857 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 325032

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/177 21353
/proc/meminfo: memFree=31213828/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=193556 CPUtime=1661.97 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 47923 0 0 0 166102 95 0 0 20 0 1 0 109070181 198201344 44524 33554432000 4194304 5796924 140734481781264 140734481778904 4606799 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 48389 44524 166 392 0 47988 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 193556

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.03 3/177 21354
/proc/meminfo: memFree=31083364/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=325032 CPUtime=1721.94 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 49332 0 0 0 172097 97 0 0 20 0 1 0 109070181 332832768 69401 33554432000 4194304 5796924 140734481781264 140734481778904 4607212 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 81258 69401 166 392 0 80857 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 325032

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.02 3/177 21355
/proc/meminfo: memFree=31312112/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=162736 CPUtime=1781.93 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 50004 0 0 0 178091 102 0 0 20 0 1 0 109070181 166641664 36777 33554432000 4194304 5796924 140734481781264 140734481778552 4592560 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 40684 36777 166 392 0 40283 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 162736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.02 3/177 21355
/proc/meminfo: memFree=31202580/32872528 swapFree=10608/190480
[pid=21240] ppid=21237 vsize=243644 CPUtime=1800.02 cores=0,2,4,6
/proc/21240/stat : 21240 (naps-1.02) R 21237 21240 14475 0 -1 4202496 51000 0 0 0 179899 103 0 0 20 0 1 0 109070181 249491456 47983 33554432000 4194304 5796924 140734481781264 140734481778904 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21240/statm: 60911 47983 166 392 0 60510 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 243644

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 21240 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
CPU system time (s): 1.04284
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 457292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.04284
maximum resident set size= 340904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51012
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= 139
involuntary context switches= 2073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.93149 second user time and 16.2425 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 05:49:09
IDJOB=4082193
IDBENCH=90110
IDSOLVER=2544
FILE ID=node102/4082193-1465271349
RUNJOBID= node102-1465240311-14491
PBS_JOBID= 19843244
Free space on /tmp= 71736 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K90.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082193-1465271349/watcher-4082193-1465271349 -o /tmp/evaluation-result-4082193-1465271349/solver-4082193-1465271349 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14491 --watchdog 1960  naps-1.02 HOME/instance-4082193-1465271349.opb

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

MD5SUM BENCH= a811647d9332337c7e73474eee26f5b9
RANDOM SEED=1599075200

node102.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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	: 5332.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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		: 2666.470
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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:        31468096 kB
Buffers:          118708 kB
Cached:           273464 kB
SwapCached:         2720 kB
Active:           158236 kB
Inactive:         309712 kB
Active(anon):      75708 kB
Inactive(anon):     2248 kB
Active(file):      82528 kB
Inactive(file):   307464 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              4284 kB
Writeback:             4 kB
AnonPages:        264544 kB
Mapped:             8888 kB
Shmem:                 0 kB
Slab:             616792 kB
SReclaimable:      60672 kB
SUnreclaim:       556120 kB
KernelStack:        1432 kB
PageTables:         4632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     381316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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 node102 at 2016-06-07 06:19:09