Trace number 4082167

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K181.opb
MD5SUM786bb841dd145412a2aec0a596e79174
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 variables21539
Total number of constraints21903
Number of constraints which are clauses21722
Number of constraints which are cardinality constraints (but not clauses)181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint181
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 182
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.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 179,0
1800.09/1800.40	c 2cl/3cl ITE-codings   : 20439,0
1800.09/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 179,0,0,0,0
1800.09/1800.40	c BDD nodes             : 41236
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 0 s
1800.09/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-4082167-1465276571/watcher-4082167-1465276571 -o /tmp/evaluation-result-4082167-1465276571/solver-4082167-1465276571 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465276571-11574 --watchdog 1960 naps-1.02 HOME/instance-4082167-1465276571.opb 

pid=11599
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: 1.45 1.98 2.08 4/175 11602
/proc/meminfo: memFree=30300636/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=6700 CPUtime=0 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 109590690 6860800 249 33554432000 4194304 5796924 140734983499664 140736003835928 5087778 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 1675 249 127 392 0 1274 0

[startup+0.100115 s]
/proc/loadavg: 1.45 1.98 2.08 4/175 11602
/proc/meminfo: memFree=30300636/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=12200 CPUtime=0.09 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 1628 0 0 0 9 0 0 0 20 0 1 0 109590690 12492800 1461 33554432000 4194304 5796924 140734983499664 140736003835928 4621249 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 3050 1461 127 392 0 2649 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12200

[startup+0.200268 s]
/proc/loadavg: 1.45 1.98 2.08 4/175 11602
/proc/meminfo: memFree=30300636/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=13096 CPUtime=0.19 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 2015 0 0 0 19 0 0 0 20 0 1 0 109590690 13410304 1755 33554432000 4194304 5796924 140734983499664 140736003835928 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 3274 1756 127 392 0 2873 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13096

[startup+0.300219 s]
/proc/loadavg: 1.45 1.98 2.08 4/175 11602
/proc/meminfo: memFree=30300636/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=13776 CPUtime=0.29 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 2260 0 0 0 29 0 0 0 20 0 1 0 109590690 14106624 1976 33554432000 4194304 5796924 140734983499664 140736003835928 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 3444 1976 127 392 0 3043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13776

[startup+0.700188 s]
/proc/loadavg: 1.45 1.98 2.08 4/175 11602
/proc/meminfo: memFree=30300636/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=19440 CPUtime=0.69 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 4005 0 0 0 68 1 0 0 20 0 1 0 109590690 19906560 3515 33554432000 4194304 5796924 140734983499664 140736003835928 5087743 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 4860 3515 140 392 0 4459 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19440

[startup+1.50027 s]
/proc/loadavg: 1.45 1.98 2.08 5/177 11604
/proc/meminfo: memFree=30243892/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=39352 CPUtime=1.49 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 9263 0 0 0 147 2 0 0 20 0 1 0 109590690 40296448 8021 33554432000 4194304 5796924 140734983499664 140734983497976 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 9838 8021 163 392 0 9437 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39352

[startup+3.10025 s]
/proc/loadavg: 1.45 1.98 2.08 5/177 11604
/proc/meminfo: memFree=30234100/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=42944 CPUtime=3.09 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 10077 0 0 0 307 2 0 0 20 0 1 0 109590690 43974656 8830 33554432000 4194304 5796924 140734983499664 140734983497304 4606816 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 10736 8830 165 392 0 10335 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42944

[startup+6.30024 s]
/proc/loadavg: 1.57 2.00 2.08 4/177 11604
/proc/meminfo: memFree=30222296/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=44624 CPUtime=6.29 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 12346 0 0 0 626 3 0 0 20 0 1 0 109590690 45694976 9762 33554432000 4194304 5796924 140734983499664 140734983496712 4592031 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 11156 9762 166 392 0 10755 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44624

[startup+12.7003 s]
/proc/loadavg: 1.61 2.00 2.08 4/177 11604
/proc/meminfo: memFree=30195944/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=70376 CPUtime=12.69 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 12813 0 0 0 1266 3 0 0 20 0 1 0 109590690 72065024 14827 33554432000 4194304 5796924 140734983499664 140734983496904 4592067 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 17594 14827 166 392 0 17193 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70376

[startup+25.5003 s]
/proc/loadavg: 1.69 2.00 2.08 4/177 11604
/proc/meminfo: memFree=30182652/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=66932 CPUtime=25.49 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 13773 0 0 0 2545 4 0 0 20 0 1 0 109590690 68538368 15015 33554432000 4194304 5796924 140734983499664 140734983496728 4583094 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 16733 15015 166 392 0 16332 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66932

[startup+51.1004 s]
/proc/loadavg: 1.87 2.01 2.09 4/177 11604
/proc/meminfo: memFree=30129296/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=93164 CPUtime=51.08 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 14477 0 0 0 5103 5 0 0 20 0 1 0 109590690 95399936 21769 33554432000 4194304 5796924 140734983499664 140734983496904 4606789 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 23291 21769 166 392 0 22890 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 93164

[startup+102.3 s]
/proc/loadavg: 2.20 2.07 2.10 5/177 11605
/proc/meminfo: memFree=30055304/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=142484 CPUtime=102.28 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 15252 0 0 0 10221 7 0 0 20 0 1 0 109590690 145903616 30789 33554432000 4194304 5796924 140734983499664 140734983496952 4606779 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 35621 30789 166 392 0 35220 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 142484

[startup+162.3 s]
/proc/loadavg: 2.13 2.07 2.09 4/177 11606
/proc/meminfo: memFree=30027068/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=173304 CPUtime=162.26 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 17091 0 0 0 16217 9 0 0 20 0 1 0 109590690 177463296 34387 33554432000 4194304 5796924 140734983499664 140734983496952 4611179 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 43326 34387 166 392 0 42925 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 173304

[startup+222.307 s]
/proc/loadavg: 2.09 2.07 2.09 5/177 11607
/proc/meminfo: memFree=30047148/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=142484 CPUtime=222.26 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 18188 0 0 0 22213 13 0 0 20 0 1 0 109590690 145903616 30789 33554432000 4194304 5796924 140734983499664 140734983496952 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 35621 30789 166 392 0 35220 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 142484

[startup+282.3 s]
/proc/loadavg: 2.25 2.12 2.10 4/178 11612
/proc/meminfo: memFree=29975044/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=195052 CPUtime=282.24 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 20597 0 0 0 28207 17 0 0 20 0 1 0 109590690 199733248 39734 33554432000 4194304 5796924 140734983499664 140734983497304 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 48763 39734 166 392 0 48362 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 195052

[startup+342.3 s]
/proc/loadavg: 2.33 2.16 2.11 4/177 11613
/proc/meminfo: memFree=30011432/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=245140 CPUtime=342.22 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 22853 0 0 0 34201 21 0 0 20 0 1 0 109590690 251023360 44053 33554432000 4194304 5796924 140734983499664 140734983497304 4592048 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 61285 44053 166 392 0 60884 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 245140

[startup+402.3 s]
/proc/loadavg: 2.16 2.14 2.10 5/177 11614
/proc/meminfo: memFree=29962120/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=259652 CPUtime=402.21 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 25460 0 0 0 40196 25 0 0 20 0 1 0 109590690 265883648 54325 33554432000 4194304 5796924 140734983499664 140734983497304 4606744 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 64913 54325 166 392 0 64512 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 259652

[startup+462.3 s]
/proc/loadavg: 2.16 2.14 2.10 4/177 11615
/proc/meminfo: memFree=29955948/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=259652 CPUtime=462.19 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 27109 0 0 0 46191 28 0 0 20 0 1 0 109590690 265883648 55861 33554432000 4194304 5796924 140734983499664 140734983497304 4606523 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 64913 55861 166 392 0 64512 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 259652

[startup+522.3 s]
/proc/loadavg: 2.23 2.16 2.11 4/177 11616
/proc/meminfo: memFree=29841928/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=259652 CPUtime=522.19 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 28758 0 0 0 52188 31 0 0 20 0 1 0 109590690 265883648 53813 33554432000 4194304 5796924 140734983499664 140734983497304 4607198 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 64913 53813 166 392 0 64512 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 259652

[startup+582.3 s]
/proc/loadavg: 2.16 2.16 2.11 5/177 11618
/proc/meminfo: memFree=29861760/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=209564 CPUtime=582.18 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 29592 0 0 0 58184 34 0 0 20 0 1 0 109590690 214593536 49928 33554432000 4194304 5796924 140734983499664 140734983497304 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 52391 49928 166 392 0 51990 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 209564


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


[startup+882.307 s]
/proc/loadavg: 2.21 2.18 2.12 4/178 11627
/proc/meminfo: memFree=29838308/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=341040 CPUtime=882.14 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 37486 0 0 0 88166 48 0 0 20 0 1 0 109590690 349224960 67637 33554432000 4194304 5796924 140734983499664 140734983497304 4606708 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 85260 67637 166 392 0 84859 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 341040

[startup+942.3 s]
/proc/loadavg: 2.17 2.18 2.12 5/177 11628
/proc/meminfo: memFree=29798464/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=259652 CPUtime=942.13 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 39139 0 0 0 94162 51 0 0 20 0 1 0 109590690 265883648 55349 33554432000 4194304 5796924 140734983499664 140734983497304 4607222 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 64913 55349 166 392 0 64512 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 259652

[startup+1002.3 s]
/proc/loadavg: 2.36 2.23 2.14 4/177 11629
/proc/meminfo: memFree=29777712/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=341040 CPUtime=1002.12 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 39687 0 0 0 100160 52 0 0 20 0 1 0 109590690 349224960 74293 33554432000 4194304 5796924 140734983499664 140734983497304 4606789 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 85260 74293 166 392 0 84859 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 341040

[startup+1062.3 s]
/proc/loadavg: 2.25 2.22 2.14 4/177 11630
/proc/meminfo: memFree=29755408/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=259652 CPUtime=1062.1 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 41341 0 0 0 106155 55 0 0 20 0 1 0 109590690 265883648 60469 33554432000 4194304 5796924 140734983499664 140734983497304 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 64913 60469 166 392 0 64512 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 259652

[startup+1122.3 s]
/proc/loadavg: 2.19 2.20 2.14 5/177 11631
/proc/meminfo: memFree=29932684/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=180028 CPUtime=1122.1 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 42430 0 0 0 112152 58 0 0 20 0 1 0 109590690 184348672 39430 33554432000 4194304 5796924 140734983499664 140734983497128 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 45007 39430 166 392 0 44606 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 180028

[startup+1182.3 s]
/proc/loadavg: 2.17 2.19 2.13 4/177 11633
/proc/meminfo: memFree=29728956/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=260936 CPUtime=1182.08 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 43876 0 0 0 118148 60 0 0 20 0 1 0 109590690 267198464 63350 33554432000 4194304 5796924 140734983499664 140734983497304 4607241 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 65234 63350 166 392 0 64833 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 260936

[startup+1242.3 s]
/proc/loadavg: 2.17 2.19 2.13 4/177 11634
/proc/meminfo: memFree=29727584/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=342324 CPUtime=1242.08 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 44421 0 0 0 124146 62 0 0 20 0 1 0 109590690 350539776 80758 33554432000 4194304 5796924 140734983499664 140734983497304 4606807 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 85581 80758 166 392 0 85180 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 342324

[startup+1302.3 s]
/proc/loadavg: 2.25 2.20 2.14 4/177 11635
/proc/meminfo: memFree=29718584/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=265076 CPUtime=1302.06 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 46616 0 0 0 130141 65 0 0 20 0 1 0 109590690 271437824 63873 33554432000 4194304 5796924 140734983499664 140734983497304 4607258 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 66269 63873 166 392 0 65868 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 265076

[startup+1362.3 s]
/proc/loadavg: 2.23 2.20 2.14 5/177 11636
/proc/meminfo: memFree=29716460/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=346464 CPUtime=1362.05 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 47164 0 0 0 136139 66 0 0 20 0 1 0 109590690 354779136 82305 33554432000 4194304 5796924 140734983499664 140734983497304 4607194 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 86616 82305 166 392 0 86215 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 346464

[startup+1422.3 s]
/proc/loadavg: 2.26 2.21 2.15 4/177 11637
/proc/meminfo: memFree=29721092/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=267776 CPUtime=1422.06 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 49512 0 0 0 142136 70 0 0 20 0 1 0 109590690 274202624 61988 33554432000 4194304 5796924 140734983499664 140734983497304 4606514 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 66944 61988 166 392 0 66543 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 267776

[startup+1482.3 s]
/proc/loadavg: 2.13 2.18 2.14 4/178 11642
/proc/meminfo: memFree=29737824/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=349164 CPUtime=1482.04 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 50061 0 0 0 148133 71 0 0 20 0 1 0 109590690 357543936 81444 33554432000 4194304 5796924 140734983499664 140734983497304 4606531 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 87291 81444 166 392 0 86890 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 349164

[startup+1542.31 s]
/proc/loadavg: 2.18 2.19 2.14 5/177 11643
/proc/meminfo: memFree=29755744/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=267776 CPUtime=1542.04 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 52212 0 0 0 154127 77 0 0 20 0 1 0 109590690 274202624 55844 33554432000 4194304 5796924 140734983499664 140734983497304 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 66944 55844 166 392 0 66543 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 267776

[startup+1602.3 s]
/proc/loadavg: 2.21 2.19 2.14 4/177 11644
/proc/meminfo: memFree=29788504/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=349164 CPUtime=1602.02 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 52765 0 0 0 160124 78 0 0 20 0 1 0 109590690 357543936 76836 33554432000 4194304 5796924 140734983499664 140734983497304 4606807 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 87291 76836 166 392 0 86890 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 349164

[startup+1662.3 s]
/proc/loadavg: 2.12 2.16 2.14 4/177 11645
/proc/meminfo: memFree=29827276/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=186868 CPUtime=1662.01 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 53629 0 0 0 166119 82 0 0 20 0 1 0 109590690 191352832 45352 33554432000 4194304 5796924 140734983499664 140734983497128 4611179 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 46717 45352 166 392 0 46316 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 186868

[startup+1722.3 s]
/proc/loadavg: 2.22 2.18 2.14 4/177 11646
/proc/meminfo: memFree=29666548/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=349164 CPUtime=1722 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 55462 0 0 0 172115 85 0 0 20 0 1 0 109590690 357543936 68132 33554432000 4194304 5796924 140734983499664 140734983497304 4607232 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 87291 68132 166 392 0 86890 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 349164

[startup+1782.3 s]
/proc/loadavg: 2.17 2.17 2.14 4/177 11648
/proc/meminfo: memFree=29706932/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=481424 CPUtime=1781.99 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 55964 0 0 0 178111 88 0 0 20 0 1 0 109590690 492978176 87029 33554432000 4194304 5796924 140734983499664 140734983497304 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 120356 87029 166 392 0 119955 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 481424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.12 2.16 2.14 4/177 11648
/proc/meminfo: memFree=29663864/32872528 swapFree=14448/1543360
[pid=11602] ppid=11599 vsize=481424 CPUtime=1800.09 cores=1,3,5,7
/proc/11602/stat : 11602 (naps-1.02) R 11599 11602 11557 0 -1 4202496 55973 0 0 0 179921 88 0 0 20 0 1 0 109590690 492978176 91637 33554432000 4194304 5796924 140734983499664 140734983497304 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/11602/statm: 120356 91637 166 392 0 119955 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 481424

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 11602 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.11
CPU user time (s): 1799.21
CPU system time (s): 0.899863
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 530744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.899863
maximum resident set size= 398076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55985
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= 36
involuntary context switches= 1911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.54931 second user time and 6.91095 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-07 07:16:11
IDJOB=4082167
IDBENCH=90184
IDSOLVER=2544
FILE ID=node116/4082167-1465276571
RUNJOBID= node116-1465276571-11574
PBS_JOBID= 19843309
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= 786bb841dd145412a2aec0a596e79174
RANDOM SEED=753456364

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.134
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:        30301924 kB
Buffers:          111172 kB
Cached:           178844 kB
SwapCached:         1432 kB
Active:           103084 kB
Inactive:         189832 kB
Active(anon):       3628 kB
Inactive(anon):     1428 kB
Active(file):      99456 kB
Inactive(file):   188404 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67098932 kB
Dirty:             10976 kB
Writeback:             8 kB
AnonPages:       1545612 kB
Mapped:             6944 kB
Shmem:                 0 kB
Slab:             599372 kB
SReclaimable:      43680 kB
SUnreclaim:       555692 kB
KernelStack:        1384 kB
PageTables:         6808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1642456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1531904 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= 71724 MiB
End job on node116 at 2016-06-07 07:46:11