Trace number 4082143

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.08 1800.4

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K125.opb
MD5SUMd572050902dbd97a5ce685e3ceb3e01a
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 variables14875
Total number of constraints15127
Number of constraints which are clauses15002
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint125
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 126
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.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED *** by signal 15
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c _____________________________________________________________________________
1800.07/1800.40	c 
1800.07/1800.40	c std/band forms        : 123,0
1800.07/1800.40	c 2cl/3cl ITE-codings   : 13887,0
1800.07/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 123,0,0,0,0
1800.07/1800.40	c BDD nodes             : 28020
1800.07/1800.40	c Es1/CC detections     : 0,0
1800.07/1800.40	c SAT/UNSAT calls       : 0,0
1800.07/1800.40	c restarts              : 0
1800.07/1800.40	c conflicts             : 0              (0 /sec)
1800.07/1800.40	c decisions             : 0              (0 /sec)
1800.07/1800.40	c propagations          : 0              (0 /sec)
1800.07/1800.40	c inspects              : 0              (0 /sec)
1800.07/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.07/1800.40	c Time for Opt-base     : 0 s
1800.07/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4082143-1465277382/watcher-4082143-1465277382 -o /tmp/evaluation-result-4082143-1465277382/solver-4082143-1465277382 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465273515-17903 --watchdog 1960 naps-1.02 HOME/instance-4082143-1465277382.opb 

pid=18274
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: 2.08 2.04 2.02 3/176 18277
/proc/meminfo: memFree=31445220/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=6696 CPUtime=0 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 109672830 6856704 248 33554432000 4194304 5796924 140734480950112 140736671947288 4199797 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 1674 248 127 392 0 1273 0

[startup+0.100163 s]
/proc/loadavg: 2.08 2.04 2.02 3/176 18277
/proc/meminfo: memFree=31445220/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=10448 CPUtime=0.09 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 1338 0 0 0 9 0 0 0 20 0 1 0 109672830 10698752 1164 33554432000 4194304 5796924 140734480950112 140736671947288 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 2612 1164 127 392 0 2211 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10448

[startup+0.200308 s]
/proc/loadavg: 2.08 2.04 2.02 3/176 18277
/proc/meminfo: memFree=31445220/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=11196 CPUtime=0.19 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 1545 0 0 0 19 0 0 0 20 0 1 0 109672830 11464704 1352 33554432000 4194304 5796924 140734480950112 140736671947288 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 2799 1352 127 392 0 2398 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11196

[startup+0.300263 s]
/proc/loadavg: 2.08 2.04 2.02 3/176 18277
/proc/meminfo: memFree=31445220/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=11636 CPUtime=0.29 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 1759 0 0 0 29 0 0 0 20 0 1 0 109672830 11915264 1542 33554432000 4194304 5796924 140734480950112 140736671947288 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 2909 1542 127 392 0 2508 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11636

[startup+0.700238 s]
/proc/loadavg: 2.08 2.04 2.02 3/176 18277
/proc/meminfo: memFree=31445220/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=16996 CPUtime=0.69 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 3214 0 0 0 69 0 0 0 20 0 1 0 109672830 17403904 2879 33554432000 4194304 5796924 140734480950112 140734480949272 4564234 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 4249 2879 141 392 0 3848 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16996

[startup+1.50028 s]
/proc/loadavg: 2.07 2.04 2.02 3/177 18278
/proc/meminfo: memFree=31420068/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=29256 CPUtime=1.48 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 7132 0 0 0 148 0 0 0 20 0 1 0 109672830 29958144 6049 33554432000 4194304 5796924 140734480950112 140734480947160 4606503 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 7314 6049 165 392 0 6913 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29256

[startup+3.1003 s]
/proc/loadavg: 2.07 2.04 2.02 3/177 18278
/proc/meminfo: memFree=31414176/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=28704 CPUtime=3.09 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 8435 0 0 0 308 1 0 0 20 0 1 0 109672830 29392896 6227 33554432000 4194304 5796924 140734480950112 140734480947224 4606523 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 7176 6227 166 392 0 6775 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28704

[startup+6.30031 s]
/proc/loadavg: 2.07 2.04 2.02 3/177 18278
/proc/meminfo: memFree=31403816/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=40164 CPUtime=6.29 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 9467 0 0 0 628 1 0 0 20 0 1 0 109672830 41127936 8788 33554432000 4194304 5796924 140734480950112 140734480947352 4594672 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 10041 8788 166 392 0 9640 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40164

[startup+12.7003 s]
/proc/loadavg: 2.06 2.04 2.02 3/177 18278
/proc/meminfo: memFree=31385232/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=36176 CPUtime=12.68 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 11185 0 0 0 1267 1 0 0 20 0 1 0 109672830 37044224 7763 33554432000 4194304 5796924 140734480950112 140734480947352 4593530 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 9044 7763 166 392 0 8643 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36176

[startup+25.5004 s]
/proc/loadavg: 2.05 2.04 2.02 3/178 18281
/proc/meminfo: memFree=31457692/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=82544 CPUtime=25.48 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 13019 0 0 0 2546 2 0 0 20 0 1 0 109672830 84525056 12665 33554432000 4194304 5796924 140734480950112 140734480947576 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 20636 12665 166 392 0 20235 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82544

[startup+51.1004 s]
/proc/loadavg: 2.03 2.03 2.02 3/178 18281
/proc/meminfo: memFree=31345040/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=95080 CPUtime=51.09 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 13904 0 0 0 5105 4 0 0 20 0 1 0 109672830 97361920 22611 33554432000 4194304 5796924 140734480950112 140734480947352 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 23770 22611 166 392 0 23369 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95080

[startup+102.3 s]
/proc/loadavg: 2.07 2.04 2.02 3/177 18283
/proc/meminfo: memFree=31336520/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=95080 CPUtime=102.28 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 15156 0 0 0 10221 7 0 0 20 0 1 0 109672830 97361920 22864 33554432000 4194304 5796924 140734480950112 140734480947576 4595098 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 23770 22864 166 392 0 23369 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 95080

[startup+162.3 s]
/proc/loadavg: 2.07 2.05 2.02 3/177 18284
/proc/meminfo: memFree=31279208/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=144400 CPUtime=162.26 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 16756 0 0 0 16215 11 0 0 20 0 1 0 109672830 147865600 33845 33554432000 4194304 5796924 140734480950112 140734480947400 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 36100 33845 166 392 0 35699 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 144400

[startup+222.308 s]
/proc/loadavg: 2.07 2.05 2.02 3/177 18285
/proc/meminfo: memFree=31324172/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=144400 CPUtime=222.25 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 18563 0 0 0 22210 15 0 0 20 0 1 0 109672830 147865600 30801 33554432000 4194304 5796924 140734480950112 140734480947576 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 36100 30801 166 392 0 35699 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 144400

[startup+282.3 s]
/proc/loadavg: 2.08 2.06 2.02 3/177 18286
/proc/meminfo: memFree=31260812/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=175220 CPUtime=282.24 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 20720 0 0 0 28205 19 0 0 20 0 1 0 109672830 179425280 41108 33554432000 4194304 5796924 140734480950112 140734480947752 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 43805 41108 166 392 0 43404 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 175220

[startup+342.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/177 18287
/proc/meminfo: memFree=31250144/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=225308 CPUtime=342.23 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 23106 0 0 0 34200 23 0 0 20 0 1 0 109672830 230715392 47553 33554432000 4194304 5796924 140734480950112 140734480947752 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 56327 47553 166 392 0 55926 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 225308

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 18289
/proc/meminfo: memFree=31263928/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=225308 CPUtime=402.22 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 24681 0 0 0 40196 26 0 0 20 0 1 0 109672830 230715392 51138 33554432000 4194304 5796924 140734480950112 140734480947752 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 56327 51138 166 392 0 55926 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 225308

[startup+462.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 18290
/proc/meminfo: memFree=31154436/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=225308 CPUtime=462.2 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 26254 0 0 0 46191 29 0 0 20 0 1 0 109672830 230715392 53186 33554432000 4194304 5796924 140734480950112 140734480947752 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 56327 53186 166 392 0 55926 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 225308

[startup+522.3 s]
/proc/loadavg: 2.19 2.07 2.01 3/177 18291
/proc/meminfo: memFree=31191428/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=225308 CPUtime=522.2 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 27826 0 0 0 52187 33 0 0 20 0 1 0 109672830 230715392 52674 33554432000 4194304 5796924 140734480950112 140734480947752 4606514 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 56327 52674 166 392 0 55926 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 225308

[startup+582.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/177 18292
/proc/meminfo: memFree=31242068/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=225308 CPUtime=582.19 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 29910 0 0 0 58183 36 0 0 20 0 1 0 109672830 230715392 51138 33554432000 4194304 5796924 140734480950112 140734480947752 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 56327 51138 166 392 0 55926 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 225308


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


[startup+882.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 18301
/proc/meminfo: memFree=31263252/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=244312 CPUtime=882.15 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 38411 0 0 0 88162 53 0 0 20 0 1 0 109672830 250175488 46788 33554432000 4194304 5796924 140734480950112 140734480947752 4606552 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 61078 46788 166 392 0 60677 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 244312

[startup+942.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 18302
/proc/meminfo: memFree=31070748/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=325700 CPUtime=942.13 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 38966 0 0 0 94158 55 0 0 20 0 1 0 109672830 333516800 68804 33554432000 4194304 5796924 140734480950112 140734480947752 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 81425 68804 166 392 0 81024 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 325700

[startup+1002.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/177 18304
/proc/meminfo: memFree=31214440/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=325700 CPUtime=1002.12 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 41056 0 0 0 100154 58 0 0 20 0 1 0 109672830 333516800 58052 33554432000 4194304 5796924 140734480950112 140734480947752 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 81425 58052 166 392 0 81024 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 325700

[startup+1062.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 18305
/proc/meminfo: memFree=31172556/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=194224 CPUtime=1062.11 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 41813 0 0 0 106150 61 0 0 20 0 1 0 109672830 198885376 41879 33554432000 4194304 5796924 140734480950112 140734480947752 4606495 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 48556 41879 166 392 0 48155 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 194224

[startup+1122.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/177 18306
/proc/meminfo: memFree=31188324/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=325700 CPUtime=1122.09 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 43192 0 0 0 112146 63 0 0 20 0 1 0 109672830 333516800 66244 33554432000 4194304 5796924 140734480950112 140734480947752 4608299 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 81425 66244 166 392 0 81024 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 325700

[startup+1182.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/177 18307
/proc/meminfo: memFree=31151856/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=244312 CPUtime=1182.09 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 44766 0 0 0 118141 68 0 0 20 0 1 0 109672830 250175488 48836 33554432000 4194304 5796924 140734480950112 140734480947752 4606534 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 61078 48836 166 392 0 60677 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 244312

[startup+1242.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/178 18311
/proc/meminfo: memFree=30977776/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=325700 CPUtime=1242.08 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 45325 0 0 0 124139 69 0 0 20 0 1 0 109672830 333516800 71876 33554432000 4194304 5796924 140734480950112 140734480947752 4592014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 81425 71876 166 392 0 81024 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 325700

[startup+1302.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/176 18312
/proc/meminfo: memFree=31145612/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=244312 CPUtime=1302.07 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 46899 0 0 0 130135 72 0 0 20 0 1 0 109672830 250175488 52420 33554432000 4194304 5796924 140734480950112 140734480947752 4592031 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 61078 52420 166 392 0 60677 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 244312

[startup+1362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 18314
/proc/meminfo: memFree=30969348/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=325700 CPUtime=1362.05 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 47477 0 0 0 136131 74 0 0 20 0 1 0 109672830 333516800 74436 33554432000 4194304 5796924 140734480950112 140734480947752 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 81425 74436 166 392 0 81024 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 325700

[startup+1422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 18315
/proc/meminfo: memFree=31171324/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=244312 CPUtime=1422.04 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 49532 0 0 0 142124 80 0 0 20 0 1 0 109672830 250175488 52420 33554432000 4194304 5796924 140734480950112 140734480947752 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 61078 52420 166 392 0 60677 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 244312

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 18316
/proc/meminfo: memFree=30995168/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=325700 CPUtime=1482.02 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 50086 0 0 0 148121 81 0 0 20 0 1 0 109672830 333516800 73924 33554432000 4194304 5796924 140734480950112 140734480947752 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 81425 73924 166 392 0 81024 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 325700

[startup+1542.31 s]
/proc/loadavg: 1.88 1.99 1.99 2/170 18348
/proc/meminfo: memFree=31410392/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=244312 CPUtime=1542.02 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 52125 0 0 0 154115 87 0 0 20 0 1 0 109672830 250175488 48836 33554432000 4194304 5796924 140734480950112 140734480947752 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 61078 48836 166 392 0 60677 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 244312

[startup+1602.3 s]
/proc/loadavg: 1.37 1.83 1.93 2/170 18349
/proc/meminfo: memFree=31320548/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=325700 CPUtime=1602.01 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 52683 0 0 0 160112 89 0 0 20 0 1 0 109672830 333516800 71876 33554432000 4194304 5796924 140734480950112 140734480947752 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 81425 71876 166 392 0 81024 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 325700

[startup+1662.3 s]
/proc/loadavg: 1.24 1.70 1.88 2/170 18351
/proc/meminfo: memFree=31434796/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=194224 CPUtime=1661.99 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 54330 0 0 0 166105 94 0 0 20 0 1 0 109672830 198885376 42805 33554432000 4194304 5796924 140734480950112 140734480947752 4592438 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 48556 42805 166 392 0 48155 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 194224

[startup+1722.3 s]
/proc/loadavg: 1.14 1.59 1.83 2/170 18352
/proc/meminfo: memFree=31335476/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=325700 CPUtime=1721.98 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 55701 0 0 0 172101 97 0 0 20 0 1 0 109672830 333516800 67682 33554432000 4194304 5796924 140734480950112 140734480947752 4607192 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 81425 67682 166 392 0 81024 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 325700

[startup+1782.3 s]
/proc/loadavg: 1.10 1.49 1.78 2/170 18353
/proc/meminfo: memFree=31261856/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=457960 CPUtime=1781.97 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 56204 0 0 0 178099 98 0 0 20 0 1 0 109672830 468951040 86579 33554432000 4194304 5796924 140734480950112 140734480947752 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 114490 86579 166 392 0 114089 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 457960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.15 1.48 1.77 2/170 18353
/proc/meminfo: memFree=31450788/32872528 swapFree=11372/178980
[pid=18277] ppid=18274 vsize=165452 CPUtime=1800.07 cores=1,3,5,7
/proc/18277/stat : 18277 (naps-1.02) R 18274 18277 8839 0 -1 4202496 56845 0 0 0 179906 101 0 0 20 0 1 0 109672830 169422848 39648 33554432000 4194304 5796924 140734480950112 140734480947400 4606567 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18277/statm: 41363 39648 166 392 0 40962 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 165452

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

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.08
CPU user time (s): 1799.06
CPU system time (s): 1.01484
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 460008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.01484
maximum resident set size= 356560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56857
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= 86
involuntary context switches= 1852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.54031 second user time and 6.92195 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 07:29:42
IDJOB=4082143
IDBENCH=90201
IDSOLVER=2544
FILE ID=node105/4082143-1465277382
RUNJOBID= node105-1465273515-17903
PBS_JOBID= 19843277
Free space on /tmp= 71744 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K125.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082143-1465277382/watcher-4082143-1465277382 -o /tmp/evaluation-result-4082143-1465277382/solver-4082143-1465277382 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465273515-17903 --watchdog 1960  naps-1.02 HOME/instance-4082143-1465277382.opb

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

MD5SUM BENCH= d572050902dbd97a5ce685e3ceb3e01a
RANDOM SEED=1628843174

node105.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.813
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.62
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.813
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.813
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.813
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31444848 kB
Buffers:          124184 kB
Cached:           230096 kB
SwapCached:         1752 kB
Active:           272220 kB
Inactive:         236708 kB
Active(anon):     155804 kB
Inactive(anon):     1592 kB
Active(file):     116416 kB
Inactive(file):   235116 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098556 kB
Dirty:              4660 kB
Writeback:             0 kB
AnonPages:        337784 kB
Mapped:             7672 kB
Shmem:                 0 kB
Slab:             601880 kB
SReclaimable:      45480 kB
SUnreclaim:       556400 kB
KernelStack:        1472 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     474100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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= 71744 MiB
End job on node105 at 2016-06-07 07:59:42