Trace number 4082145

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.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K128.opb
MD5SUM17c4ca9a6493665b57c1ccd2ab23e03d
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 variables15232
Total number of constraints15490
Number of constraints which are clauses15362
Number of constraints which are cardinality constraints (but not clauses)128
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint128
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 129
Number of bits of the biggest sum of numbers8
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        : 126,0
1800.07/1800.40	c 2cl/3cl ITE-codings   : 14238,0
1800.07/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 126,0,0,0,0
1800.07/1800.40	c BDD nodes             : 28728
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-4082145-1465274807/watcher-4082145-1465274807 -o /tmp/evaluation-result-4082145-1465274807/solver-4082145-1465274807 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465244211-28759 --watchdog 1960 naps-1.02 HOME/instance-4082145-1465274807.opb 

pid=3019
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.03 2.00 3/176 3022
/proc/meminfo: memFree=31137068/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=6704 CPUtime=0 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 109413316 6864896 246 33554432000 4194304 5796924 140735754666448 140735638289480 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 1676 246 127 392 0 1275 0

[startup+0.100184 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 3022
/proc/meminfo: memFree=31137068/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=10556 CPUtime=0.09 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 1339 0 0 0 9 0 0 0 20 0 1 0 109413316 10809344 1169 33554432000 4194304 5796924 140735754666448 140735638289480 5094399 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 2639 1169 127 392 0 2238 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10556

[startup+0.200299 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 3022
/proc/meminfo: memFree=31137068/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=11084 CPUtime=0.19 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 1535 0 0 0 19 0 0 0 20 0 1 0 109413316 11350016 1347 33554432000 4194304 5796924 140735754666448 140735638289480 4359865 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 2771 1347 127 392 0 2370 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11084

[startup+0.300269 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 3022
/proc/meminfo: memFree=31137068/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=11668 CPUtime=0.29 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 1750 0 0 0 29 0 0 0 20 0 1 0 109413316 11948032 1542 33554432000 4194304 5796924 140735754666448 140735638289480 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 2917 1542 127 392 0 2516 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11668

[startup+0.700233 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 3022
/proc/meminfo: memFree=31137068/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=16640 CPUtime=0.69 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 3158 0 0 0 69 0 0 0 20 0 1 0 109413316 17039360 2829 33554432000 4194304 5796924 140735754666448 140735754664760 4430302 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 4160 2829 140 392 0 3759 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16640

[startup+1.50027 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 3023
/proc/meminfo: memFree=31114368/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=29396 CPUtime=1.49 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 7167 0 0 0 148 1 0 0 20 0 1 0 109413316 30101504 6106 33554432000 4194304 5796924 140735754666448 140735754664760 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 7349 6106 165 392 0 6948 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29396

[startup+3.10027 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 3023
/proc/meminfo: memFree=31110772/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=33236 CPUtime=3.09 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 8231 0 0 0 308 1 0 0 20 0 1 0 109413316 34033664 7163 33554432000 4194304 5796924 140735754666448 140735754663432 4591865 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 8309 7163 165 392 0 7908 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33236

[startup+6.30026 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 3023
/proc/meminfo: memFree=31062036/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=40416 CPUtime=6.29 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 9137 0 0 0 627 2 0 0 20 0 1 0 109413316 41385984 9011 33554432000 4194304 5796924 140735754666448 140735754663688 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 10104 9011 166 392 0 9703 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40416

[startup+12.7002 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 3023
/proc/meminfo: memFree=31038836/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=36380 CPUtime=12.69 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 10805 0 0 0 1267 2 0 0 20 0 1 0 109413316 37253120 7986 33554432000 4194304 5796924 140735754666448 140735754663688 4592148 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 9095 7986 166 392 0 8694 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36380

[startup+25.5004 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 3023
/proc/meminfo: memFree=31001056/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=62200 CPUtime=25.49 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 12331 0 0 0 2546 3 0 0 20 0 1 0 109413316 63692800 12082 33554432000 4194304 5796924 140735754666448 140735754663912 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 15550 12082 166 392 0 15149 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62200

[startup+51.1004 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 3023
/proc/meminfo: memFree=30919320/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=93476 CPUtime=51.08 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 13399 0 0 0 5104 4 0 0 20 0 1 0 109413316 95719424 22404 33554432000 4194304 5796924 140735754666448 140735754663688 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 23369 22404 166 392 0 22968 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 93476

[startup+102.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/177 3024
/proc/meminfo: memFree=30958828/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=93476 CPUtime=102.28 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 14458 0 0 0 10221 7 0 0 20 0 1 0 109413316 95719424 22572 33554432000 4194304 5796924 140735754666448 140735754663912 4592031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 23369 22572 166 392 0 22968 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 93476

[startup+162.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/177 3025
/proc/meminfo: memFree=31001428/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=142796 CPUtime=162.26 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 16004 0 0 0 16215 11 0 0 20 0 1 0 109413316 146223104 33937 33554432000 4194304 5796924 140735754666448 140735754663736 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 35699 33937 166 392 0 35298 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 142796

[startup+222.307 s]
/proc/loadavg: 2.02 2.05 2.00 3/178 3029
/proc/meminfo: memFree=30896048/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=93476 CPUtime=222.26 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 17497 0 0 0 22212 14 0 0 20 0 1 0 109413316 95719424 22572 33554432000 4194304 5796924 140735754666448 140735754663912 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 23369 22572 166 392 0 22968 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 93476

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 3031
/proc/meminfo: memFree=30875060/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=173616 CPUtime=282.24 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 19744 0 0 0 28205 19 0 0 20 0 1 0 109413316 177782784 39124 33554432000 4194304 5796924 140735754666448 140735754664088 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 43404 39124 166 392 0 43003 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 173616

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 3032
/proc/meminfo: memFree=30953296/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=223704 CPUtime=342.24 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 22116 0 0 0 34201 23 0 0 20 0 1 0 109413316 229072896 44545 33554432000 4194304 5796924 140735754666448 140735754664088 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 55926 44545 166 392 0 55525 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 223704

[startup+402.3 s]
/proc/loadavg: 2.14 2.06 2.01 4/177 3033
/proc/meminfo: memFree=30791880/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=223704 CPUtime=402.22 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 23666 0 0 0 40196 26 0 0 20 0 1 0 109413316 229072896 47617 33554432000 4194304 5796924 140735754666448 140735754664088 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 55926 47617 166 392 0 55525 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 223704

[startup+462.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 3034
/proc/meminfo: memFree=30864652/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=223704 CPUtime=462.21 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 25220 0 0 0 46191 30 0 0 20 0 1 0 109413316 229072896 49153 33554432000 4194304 5796924 140735754666448 140735754664088 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 55926 49153 166 392 0 55525 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 223704

[startup+522.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/177 3035
/proc/meminfo: memFree=30770392/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=223704 CPUtime=522.21 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 26775 0 0 0 52188 33 0 0 20 0 1 0 109413316 229072896 48129 33554432000 4194304 5796924 140735754666448 140735754664088 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 55926 48129 166 392 0 55525 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 223704

[startup+582.3 s]
/proc/loadavg: 2.16 2.08 2.01 3/177 3037
/proc/meminfo: memFree=30854260/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=242856 CPUtime=582.2 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 28963 0 0 0 58183 37 0 0 20 0 1 0 109413316 248684544 45689 33554432000 4194304 5796924 140735754666448 140735754664088 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 60714 45689 166 392 0 60313 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 242856


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


[startup+882.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 3069
/proc/meminfo: memFree=30762464/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=161948 CPUtime=882.15 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 35912 0 0 0 88165 50 0 0 20 0 1 0 109413316 165834752 36872 33554432000 4194304 5796924 140735754666448 140735754663736 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 40487 36872 166 392 0 40086 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 161948

[startup+942.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 3070
/proc/meminfo: memFree=30746648/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=324244 CPUtime=942.14 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 37846 0 0 0 94160 54 0 0 20 0 1 0 109413316 332025856 63333 33554432000 4194304 5796924 140735754666448 140735754664088 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 81061 63333 166 392 0 80660 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 324244

[startup+1002.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 3071
/proc/meminfo: memFree=30715800/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=242856 CPUtime=1002.13 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 39400 0 0 0 100156 57 0 0 20 0 1 0 109413316 248684544 48485 33554432000 4194304 5796924 140735754666448 140735754664088 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 60714 48485 166 392 0 60313 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 242856

[startup+1062.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 3072
/proc/meminfo: memFree=30738132/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=324244 CPUtime=1062.12 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 39957 0 0 0 106154 58 0 0 20 0 1 0 109413316 332025856 71013 33554432000 4194304 5796924 140735754666448 140735754664088 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 81061 71013 166 392 0 80660 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 324244

[startup+1122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 3119
/proc/meminfo: memFree=30924244/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=242856 CPUtime=1122.11 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 41515 0 0 0 112150 61 0 0 20 0 1 0 109413316 248684544 56677 33554432000 4194304 5796924 140735754666448 140735754664088 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 60714 56677 166 392 0 60313 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 242856

[startup+1182.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/176 3120
/proc/meminfo: memFree=30790936/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=324244 CPUtime=1182.07 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 42106 0 0 0 118145 62 0 0 20 0 1 0 109413316 332025856 76645 33554432000 4194304 5796924 140735754666448 140735754664088 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 81061 76645 166 392 0 80660 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 324244

[startup+1242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 3122
/proc/meminfo: memFree=30897120/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=324244 CPUtime=1242.06 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 44180 0 0 0 124141 65 0 0 20 0 1 0 109413316 332025856 60261 33554432000 4194304 5796924 140735754666448 140735754664088 4592010 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 81061 60261 166 392 0 80660 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 324244

[startup+1302.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 3123
/proc/meminfo: memFree=30952052/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=112628 CPUtime=1302.06 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 44648 0 0 0 130137 69 0 0 20 0 1 0 109413316 115331072 27024 33554432000 4194304 5796924 140735754666448 140735754663912 4606526 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 28157 27024 166 392 0 27756 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 112628

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 3124
/proc/meminfo: memFree=30850420/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=324244 CPUtime=1362.05 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 46723 0 0 0 136134 71 0 0 20 0 1 0 109413316 332025856 61285 33554432000 4194304 5796924 140735754666448 140735754664088 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 81061 61285 166 392 0 80660 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 324244

[startup+1422.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/178 3128
/proc/meminfo: memFree=30745764/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=456504 CPUtime=1422.04 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 47227 0 0 0 142131 73 0 0 20 0 1 0 109413316 467460096 81206 33554432000 4194304 5796924 140735754666448 140735754664088 4606744 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 114126 81206 166 392 0 113725 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 456504

[startup+1482.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 3129
/proc/meminfo: memFree=30822964/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=242856 CPUtime=1482.03 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 48988 0 0 0 148125 78 0 0 20 0 1 0 109413316 248684544 59437 33554432000 4194304 5796924 140735754666448 140735754664088 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 60714 59437 166 392 0 60313 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 242856

[startup+1542.31 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 3131
/proc/meminfo: memFree=30733280/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=456504 CPUtime=1542.03 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 49879 0 0 0 154123 80 0 0 20 0 1 0 109413316 467460096 80257 33554432000 4194304 5796924 140735754666448 140735754664088 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 114126 80257 166 392 0 113725 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 456504

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3133
/proc/meminfo: memFree=30840356/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=244040 CPUtime=1602.01 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 52018 0 0 0 160116 85 0 0 20 0 1 0 109413316 249896960 55284 33554432000 4194304 5796924 140735754666448 140735754664088 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 61010 55284 166 392 0 60609 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 244040

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3134
/proc/meminfo: memFree=30767916/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=325428 CPUtime=1662.01 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 52574 0 0 0 166114 87 0 0 20 0 1 0 109413316 333238272 77300 33554432000 4194304 5796924 140735754666448 140735754664088 4592560 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 81357 77300 166 392 0 80956 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 325428

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 3135
/proc/meminfo: memFree=30798428/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=195792 CPUtime=1721.97 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 54236 0 0 0 172106 91 0 0 20 0 1 0 109413316 200491008 47228 33554432000 4194304 5796924 140735754666448 140735754664088 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 48948 47228 166 392 0 48547 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 195792

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 3136
/proc/meminfo: memFree=30718164/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=327268 CPUtime=1781.97 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 55615 0 0 0 178103 94 0 0 20 0 1 0 109413316 335122432 72105 33554432000 4194304 5796924 140735754666448 140735754664088 4607168 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 81817 72105 166 392 0 81416 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 327268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 3136
/proc/meminfo: memFree=30667080/32872528 swapFree=12328/568296
[pid=3022] ppid=3019 vsize=327268 CPUtime=1800.07 cores=0,2,4,6
/proc/3022/stat : 3022 (naps-1.02) R 3019 3022 28743 0 -1 4202496 55628 0 0 0 179912 95 0 0 20 0 1 0 109413316 335122432 78761 33554432000 4194304 5796924 140735754666448 140735754664088 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/3022/statm: 81817 78761 166 392 0 81416 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 327268

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 3022 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.08
CPU user time (s): 1799.13
CPU system time (s): 0.956854
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 457688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 0.956854
maximum resident set size= 354072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55640
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= 74
involuntary context switches= 1857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.39018 second user time and 7.02593 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-07 06:46:47
IDJOB=4082145
IDBENCH=90142
IDSOLVER=2544
FILE ID=node138/4082145-1465274807
RUNJOBID= node138-1465244211-28759
PBS_JOBID= 19843251
Free space on /tmp= 71744 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K128.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082145-1465274807/watcher-4082145-1465274807 -o /tmp/evaluation-result-4082145-1465274807/solver-4082145-1465274807 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465244211-28759 --watchdog 1960  naps-1.02 HOME/instance-4082145-1465274807.opb

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

MD5SUM BENCH= 17c4ca9a6493665b57c1ccd2ab23e03d
RANDOM SEED=332289414

node138.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.807
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.61
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.807
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.56
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.807
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.807
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.807
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.807
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.807
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.807
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:        31137712 kB
Buffers:           95448 kB
Cached:           200784 kB
SwapCached:        46740 kB
Active:           184776 kB
Inactive:         247776 kB
Active(anon):      91244 kB
Inactive(anon):    47688 kB
Active(file):      93532 kB
Inactive(file):   200088 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053656 kB
Dirty:              5072 kB
Writeback:             0 kB
AnonPages:        659184 kB
Mapped:             8840 kB
Shmem:                 0 kB
Slab:             601976 kB
SReclaimable:      45524 kB
SUnreclaim:       556452 kB
KernelStack:        1456 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     776028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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= 71740 MiB
End job on node138 at 2016-06-07 07:16:48