Trace number 4082148

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_K132.opb
MD5SUM88bbbc51beb841161685a00fb4d24f63
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 variables15708
Total number of constraints15974
Number of constraints which are clauses15842
Number of constraints which are cardinality constraints (but not clauses)132
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint132
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 133
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.06/1800.40	c 
1800.06/1800.40	c *** TERMINATED *** by signal 15
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c _____________________________________________________________________________
1800.06/1800.40	c 
1800.06/1800.40	c std/band forms        : 130,0
1800.06/1800.40	c 2cl/3cl ITE-codings   : 14706,0
1800.06/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.06/1800.40	c BDDraw/bin/mul/srt/adr: 130,0,0,0,0
1800.06/1800.40	c BDD nodes             : 29672
1800.06/1800.40	c Es1/CC detections     : 0,0
1800.06/1800.40	c SAT/UNSAT calls       : 0,0
1800.06/1800.40	c restarts              : 0
1800.06/1800.40	c conflicts             : 0              (0 /sec)
1800.06/1800.40	c decisions             : 0              (0 /sec)
1800.06/1800.40	c propagations          : 0              (0 /sec)
1800.06/1800.40	c inspects              : 0              (0 /sec)
1800.06/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.06/1800.40	c Time for Opt-base     : 0 s
1800.06/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-4082148-1465277558/watcher-4082148-1465277558 -o /tmp/evaluation-result-4082148-1465277558/solver-4082148-1465277558 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465273956-6604 --watchdog 1960 naps-1.02 HOME/instance-4082148-1465277558.opb 

pid=6926
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.04 2.01 2.00 3/176 6929
/proc/meminfo: memFree=31382836/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=6696 CPUtime=0 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 109687552 6856704 249 33554432000 4194304 5796924 140735443359232 140735858666776 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 1674 249 127 392 0 1273 0

[startup+0.100157 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 6929
/proc/meminfo: memFree=31382836/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=10516 CPUtime=0.09 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 1343 0 0 0 9 0 0 0 20 0 1 0 109687552 10768384 1685 33554432000 4194304 5796924 140735443359232 140735858666776 5087501 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 2629 1685 127 392 0 2228 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10516

[startup+0.200323 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 6929
/proc/meminfo: memFree=31382836/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=11124 CPUtime=0.19 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 1493 0 0 0 19 0 0 0 20 0 1 0 109687552 11390976 1824 33554432000 4194304 5796924 140735443359232 140735443358504 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 2781 1824 127 392 0 2380 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11124

[startup+0.300246 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 6929
/proc/meminfo: memFree=31382836/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=11708 CPUtime=0.29 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 1655 0 0 0 29 0 0 0 20 0 1 0 109687552 11988992 1973 33554432000 4194304 5796924 140735443359232 140735443358504 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 2927 1973 127 392 0 2526 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11708

[startup+0.700225 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 6929
/proc/meminfo: memFree=31382836/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=16500 CPUtime=0.69 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 3007 0 0 0 69 0 0 0 20 0 1 0 109687552 16896000 3199 33554432000 4194304 5796924 140735443359232 140735443358504 4435340 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 4125 3199 140 392 0 3724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16500

[startup+1.50025 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 6930
/proc/meminfo: memFree=31337408/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=29596 CPUtime=1.49 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 6352 0 0 0 148 1 0 0 20 0 1 0 109687552 30306304 6327 33554432000 4194304 5796924 140735443359232 140735443356344 4606455 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 7399 6327 164 392 0 6998 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29596

[startup+3.10029 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 6930
/proc/meminfo: memFree=31332184/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=33508 CPUtime=3.09 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 7438 0 0 0 308 1 0 0 20 0 1 0 109687552 34312192 7405 33554432000 4194304 5796924 140735443359232 140735443356872 4592059 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 8377 7405 164 392 0 7976 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33508

[startup+6.30031 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 6930
/proc/meminfo: memFree=31315820/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=40772 CPUtime=6.29 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 8899 0 0 0 628 1 0 0 20 0 1 0 109687552 41750528 9198 33554432000 4194304 5796924 140735443359232 140735443356472 4592560 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 10193 9198 165 392 0 9792 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40772

[startup+12.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 6930
/proc/meminfo: memFree=31305548/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=32368 CPUtime=12.69 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 10148 0 0 0 1267 2 0 0 20 0 1 0 109687552 33144832 7296 33554432000 4194304 5796924 140735443359232 140735443356216 4606531 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 8092 7296 165 392 0 7691 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32368

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6930
/proc/meminfo: memFree=31267864/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=62540 CPUtime=25.49 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 11988 0 0 0 2546 3 0 0 20 0 1 0 109687552 64040960 13805 33554432000 4194304 5796924 140735443359232 140735443356696 4592097 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 15635 13805 165 392 0 15234 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62540

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 6930
/proc/meminfo: memFree=31223680/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=87584 CPUtime=51.09 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 12631 0 0 0 5105 4 0 0 20 0 1 0 109687552 89686016 21091 33554432000 4194304 5796924 140735443359232 140735443356472 4592017 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 21896 21091 165 392 0 21495 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 87584

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6931
/proc/meminfo: memFree=31178992/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=87584 CPUtime=102.28 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 13410 0 0 0 10222 6 0 0 20 0 1 0 109687552 89686016 21091 33554432000 4194304 5796924 140735443359232 140735443356696 4592560 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 21896 21091 165 392 0 21495 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 87584

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 6932
/proc/meminfo: memFree=31123236/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=136904 CPUtime=162.27 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 14787 0 0 0 16216 11 0 0 20 0 1 0 109687552 140189696 30863 33554432000 4194304 5796924 140735443359232 140735443356520 4592059 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 34226 30863 165 392 0 33825 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 136904

[startup+222.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 6934
/proc/meminfo: memFree=31091244/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=167724 CPUtime=222.26 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 16373 0 0 0 22212 14 0 0 20 0 1 0 109687552 171749376 40986 33554432000 4194304 5796924 140735443359232 140735443356872 4606779 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 41931 40986 165 392 0 41530 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 167724

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6935
/proc/meminfo: memFree=31044148/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=161732 CPUtime=282.25 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 18902 0 0 0 28206 19 0 0 20 0 1 0 109687552 165613568 38606 33554432000 4194304 5796924 140735443359232 140735443356520 4606789 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 40433 38606 165 392 0 40032 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 161732

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6936
/proc/meminfo: memFree=31094612/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=192552 CPUtime=342.24 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 20977 0 0 0 34201 23 0 0 20 0 1 0 109687552 197173248 44817 33554432000 4194304 5796924 140735443359232 140735443356872 4607258 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 48138 44817 165 392 0 47737 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 192552

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6937
/proc/meminfo: memFree=31086904/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=192552 CPUtime=402.22 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 22683 0 0 0 40195 27 0 0 20 0 1 0 109687552 197173248 47273 33554432000 4194304 5796924 140735443359232 140735443356872 4611179 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 48138 47273 165 392 0 47737 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 192552

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 6941
/proc/meminfo: memFree=31082568/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=242640 CPUtime=462.2 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 24803 0 0 0 46190 30 0 0 20 0 1 0 109687552 248463360 48400 33554432000 4194304 5796924 140735443359232 140735443356872 4606789 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 60660 48400 165 392 0 60259 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 242640

[startup+522.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 6943
/proc/meminfo: memFree=30968524/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=192552 CPUtime=522.19 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 25482 0 0 0 52186 33 0 0 20 0 1 0 109687552 197173248 45539 33554432000 4194304 5796924 140735443359232 140735443356872 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 48138 45539 165 392 0 47737 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 192552

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 6944
/proc/meminfo: memFree=30991060/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=192552 CPUtime=582.19 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 27490 0 0 0 58182 37 0 0 20 0 1 0 109687552 197173248 42467 33554432000 4194304 5796924 140735443359232 140735443356872 4606768 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 48138 42467 165 392 0 47737 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 192552


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


[startup+882.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 6950
/proc/meminfo: memFree=30930736/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=324028 CPUtime=882.15 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 34946 0 0 0 88165 50 0 0 20 0 1 0 109687552 331804672 66320 33554432000 4194304 5796924 140735443359232 140735443356872 4591680 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 81007 66320 165 392 0 80606 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 324028

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 6951
/proc/meminfo: memFree=30893744/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=242640 CPUtime=942.11 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 36460 0 0 0 94158 53 0 0 20 0 1 0 109687552 248463360 54544 33554432000 4194304 5796924 140735443359232 140735443356872 4568998 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 60660 54544 165 392 0 60259 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 242640

[startup+1002.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 6952
/proc/meminfo: memFree=31014712/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=161732 CPUtime=1002.09 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 37094 0 0 0 100154 55 0 0 20 0 1 0 109687552 165613568 36256 33554432000 4194304 5796924 140735443359232 140735443356520 4606537 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 40433 36256 165 392 0 40032 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 161732

[startup+1062.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 6956
/proc/meminfo: memFree=31026800/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=324028 CPUtime=1062.08 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 39049 0 0 0 106149 59 0 0 20 0 1 0 109687552 331804672 62224 33554432000 4194304 5796924 140735443359232 140735443356872 4607192 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 81007 62224 165 392 0 80606 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 324028

[startup+1122.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 6957
/proc/meminfo: memFree=30963780/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=192552 CPUtime=1122.07 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 39734 0 0 0 112146 61 0 0 20 0 1 0 109687552 197173248 43492 33554432000 4194304 5796924 140735443359232 140735443356872 4568949 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 48138 43492 165 392 0 47737 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 192552

[startup+1182.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 6959
/proc/meminfo: memFree=30955304/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=324028 CPUtime=1182.06 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 41108 0 0 0 118143 63 0 0 20 0 1 0 109687552 331804672 67345 33554432000 4194304 5796924 140735443359232 140735443356872 4592023 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 81007 67345 165 392 0 80606 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 324028

[startup+1242.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/177 6960
/proc/meminfo: memFree=30942784/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=192552 CPUtime=1242.05 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 41788 0 0 0 124139 66 0 0 20 0 1 0 109687552 197173248 46052 33554432000 4194304 5796924 140735443359232 140735443356872 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 48138 46052 165 392 0 47737 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 192552

[startup+1302.3 s]
/proc/loadavg: 2.03 2.04 2.00 4/177 6961
/proc/meminfo: memFree=30952060/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=324028 CPUtime=1302.04 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 43158 0 0 0 130136 68 0 0 20 0 1 0 109687552 331804672 69393 33554432000 4194304 5796924 140735443359232 140735443356872 4606771 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 81007 69393 165 392 0 80606 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 324028

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 6962
/proc/meminfo: memFree=30943152/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=192724 CPUtime=1362.04 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 44349 0 0 0 136131 73 0 0 20 0 1 0 109687552 197349376 45070 33554432000 4194304 5796924 140735443359232 140735443356872 4593783 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 48181 45070 165 392 0 47780 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 192724

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 6963
/proc/meminfo: memFree=30959532/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=324200 CPUtime=1422.03 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 45722 0 0 0 142128 75 0 0 20 0 1 0 109687552 331980800 68411 33554432000 4194304 5796924 140735443359232 140735443356872 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 81050 68411 165 392 0 80649 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 324200

[startup+1482.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 6965
/proc/meminfo: memFree=30958440/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=194912 CPUtime=1482.02 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 47419 0 0 0 148122 80 0 0 20 0 1 0 109687552 199589888 42033 33554432000 4194304 5796924 140735443359232 140735443356872 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 48728 42033 165 392 0 48327 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 194912

[startup+1542.31 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 6966
/proc/meminfo: memFree=30771312/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=326388 CPUtime=1542.02 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 48794 0 0 0 154120 82 0 0 20 0 1 0 109687552 334221312 67934 33554432000 4194304 5796924 140735443359232 140735443356872 4592097 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 81597 67934 165 392 0 81196 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 326388

[startup+1602.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 6967
/proc/meminfo: memFree=31000136/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=165980 CPUtime=1602 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 49829 0 0 0 160114 86 0 0 20 0 1 0 109687552 169963520 37318 33554432000 4194304 5796924 140735443359232 140735443356520 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 41495 37318 165 392 0 41094 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 165980

[startup+1662.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/178 6971
/proc/meminfo: memFree=30806060/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=328276 CPUtime=1661.99 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 51784 0 0 0 166111 88 0 0 20 0 1 0 109687552 336154624 63798 33554432000 4194304 5796924 140735443359232 140735443356872 4607168 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 82069 63798 165 392 0 81668 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 328276

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 6995
/proc/meminfo: memFree=30856760/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=460536 CPUtime=1721.98 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 52288 0 0 0 172107 91 0 0 20 0 1 0 109687552 471588864 84231 33554432000 4194304 5796924 140735443359232 140735443356872 4607198 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 115134 84231 165 392 0 114733 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 460536

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 6997
/proc/meminfo: memFree=30874208/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=251484 CPUtime=1781.97 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 54428 0 0 0 178102 95 0 0 20 0 1 0 109687552 257519616 55730 33554432000 4194304 5796924 140735443359232 140735443356872 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 62871 55730 165 392 0 62470 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 251484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 6997
/proc/meminfo: memFree=30819224/32872528 swapFree=11252/530428
[pid=6929] ppid=6926 vsize=332872 CPUtime=1800.06 cores=1,3,5,7
/proc/6929/stat : 6929 (naps-1.02) R 6926 6929 6587 0 -1 4202496 54955 0 0 0 179910 96 0 0 20 0 1 0 109687552 340860928 63410 33554432000 4194304 5796924 140735443359232 140735443356872 4606744 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6929/statm: 83218 63410 165 392 0 82817 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 332872

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 6929 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.11
CPU system time (s): 0.973851
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 460536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 0.973851
maximum resident set size= 361504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54967
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= 61
involuntary context switches= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.70328 second user time and 6.86196 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-07 07:32:38
IDJOB=4082148
IDBENCH=90214
IDSOLVER=2544
FILE ID=node141/4082148-1465277558
RUNJOBID= node141-1465273956-6604
PBS_JOBID= 19843303
Free space on /tmp= 71744 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K132.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082148-1465277558/watcher-4082148-1465277558 -o /tmp/evaluation-result-4082148-1465277558/solver-4082148-1465277558 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465273956-6604 --watchdog 1960  naps-1.02 HOME/instance-4082148-1465277558.opb

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

MD5SUM BENCH= 88bbbc51beb841161685a00fb4d24f63
RANDOM SEED=536588107

node141.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.876
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.75
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.876
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.876
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.876
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.876
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.876
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.876
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.56
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.876
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:        31383844 kB
Buffers:           85456 kB
Cached:           133988 kB
SwapCached:         1740 kB
Active:            68720 kB
Inactive:         157516 kB
Active(anon):       6552 kB
Inactive(anon):     2464 kB
Active(file):      62168 kB
Inactive(file):   155052 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098208 kB
Dirty:             10104 kB
Writeback:             0 kB
AnonPages:        783884 kB
Mapped:             7284 kB
Shmem:                 0 kB
Slab:             598784 kB
SReclaimable:      42652 kB
SUnreclaim:       556132 kB
KernelStack:        1472 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     657940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    768000 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 node141 at 2016-06-07 08:02:38