Trace number 4082128

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.03 1800.31

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
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 variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED *** by signal 15
1800.01/1800.30	s UNKNOWN
1800.01/1800.30	c _____________________________________________________________________________
1800.01/1800.30	c 
1800.01/1800.30	c std/band forms        : 62,0
1800.01/1800.30	c 2cl/3cl ITE-codings   : 3049,0
1800.01/1800.30	c BDD/srt/adr Max costs : 107,0,0
1800.01/1800.30	c BDDraw/bin/mul/srt/adr: 62,0,0,0,0
1800.01/1800.30	c BDD nodes             : 6222
1800.01/1800.30	c Es1/CC detections     : 0,0
1800.01/1800.30	c SAT/UNSAT calls       : 0,0
1800.01/1800.30	c restarts              : 0
1800.01/1800.30	c conflicts             : 0              (0 /sec)
1800.01/1800.30	c decisions             : 0              (0 /sec)
1800.01/1800.30	c propagations          : 0              (0 /sec)
1800.01/1800.30	c inspects              : 0              (0 /sec)
1800.01/1800.30	c CPU time (solving tm) : 1799 s        (0 s)
1800.01/1800.30	c Time for Opt-base     : 0 s
1800.01/1800.30	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-4082128-1465277891/watcher-4082128-1465277891 -o /tmp/evaluation-result-4082128-1465277891/solver-4082128-1465277891 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465257392-11072 --watchdog 1960 naps-1.02 HOME/instance-4082128-1465277891.opb 

pid=14757
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.21 2.23 2.18 3/176 14760
/proc/meminfo: memFree=30134760/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=6684 CPUtime=0 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 109721988 6844416 245 33554432000 4194304 5796924 140733474637440 140733277112328 4621249 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 1671 245 127 392 0 1270 0

[startup+0.100116 s]
/proc/loadavg: 2.21 2.23 2.18 3/176 14760
/proc/meminfo: memFree=30134760/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=8300 CPUtime=0.09 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 787 0 0 0 9 0 0 0 20 0 1 0 109721988 8499200 653 33554432000 4194304 5796924 140733474637440 140733277112328 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 2075 653 127 392 0 1674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8300

[startup+0.200376 s]
/proc/loadavg: 2.21 2.23 2.18 3/176 14760
/proc/meminfo: memFree=30134760/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=7352 CPUtime=0.19 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 1780 0 0 0 19 0 0 0 20 0 1 0 109721988 7528448 1455 33554432000 4194304 5796924 140733474637440 140733277112328 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 1838 1455 163 392 0 1437 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7352

[startup+0.300318 s]
/proc/loadavg: 2.21 2.23 2.18 3/176 14760
/proc/meminfo: memFree=30134760/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=8004 CPUtime=0.29 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 1941 0 0 0 29 0 0 0 20 0 1 0 109721988 8196096 1616 33554432000 4194304 5796924 140733474637440 140733277112328 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 2001 1616 165 392 0 1600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8004

[startup+0.700244 s]
/proc/loadavg: 2.21 2.23 2.18 3/176 14760
/proc/meminfo: memFree=30134760/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=10132 CPUtime=0.69 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 2914 0 0 0 69 0 0 0 20 0 1 0 109721988 10375168 2051 33554432000 4194304 5796924 140733474637440 140733277112328 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 2533 2051 166 392 0 2132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10132

[startup+1.50028 s]
/proc/loadavg: 2.21 2.23 2.18 3/177 14761
/proc/meminfo: memFree=30123388/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=12808 CPUtime=1.49 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 3671 0 0 0 148 1 0 0 20 0 1 0 109721988 13115392 2802 33554432000 4194304 5796924 140733474637440 140733474634680 4607802 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 3202 2802 166 392 0 2801 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12808

[startup+3.10029 s]
/proc/loadavg: 2.21 2.23 2.18 3/177 14761
/proc/meminfo: memFree=30118860/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=20012 CPUtime=3.09 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 4169 0 0 0 308 1 0 0 20 0 1 0 109721988 20492288 4442 33554432000 4194304 5796924 140733474637440 140733474634680 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 5003 4442 166 392 0 4602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20012

[startup+6.3003 s]
/proc/loadavg: 2.20 2.22 2.18 3/177 14761
/proc/meminfo: memFree=30098568/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=31508 CPUtime=6.29 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 5159 0 0 0 628 1 0 0 20 0 1 0 109721988 32264192 6489 33554432000 4194304 5796924 140733474637440 140733474634680 4592027 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 7877 6489 166 392 0 7476 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31508

[startup+12.7003 s]
/proc/loadavg: 2.18 2.22 2.18 3/177 14761
/proc/meminfo: memFree=30081480/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=34296 CPUtime=12.68 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 5867 0 0 0 1267 1 0 0 20 0 1 0 109721988 35119104 8184 33554432000 4194304 5796924 140733474637440 140733474634504 4606755 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 8574 8184 166 392 0 8173 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34296

[startup+25.5004 s]
/proc/loadavg: 2.21 2.22 2.18 3/177 14761
/proc/meminfo: memFree=30048784/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=50764 CPUtime=25.49 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 6301 0 0 0 2547 2 0 0 20 0 1 0 109721988 51982336 11098 33554432000 4194304 5796924 140733474637440 140733474634904 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 12691 11098 166 392 0 12290 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50764

[startup+51.1004 s]
/proc/loadavg: 2.33 2.25 2.19 3/177 14761
/proc/meminfo: memFree=29961780/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=130432 CPUtime=51.09 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 7040 0 0 0 5106 3 0 0 20 0 1 0 109721988 133562368 24096 33554432000 4194304 5796924 140733474637440 140733474634728 4606777 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 32608 24096 166 392 0 32207 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 130432

[startup+102.3 s]
/proc/loadavg: 2.26 2.24 2.19 3/177 14762
/proc/meminfo: memFree=29912704/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=81112 CPUtime=102.28 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 7048 0 0 0 10225 3 0 0 20 0 1 0 109721988 83058688 19291 33554432000 4194304 5796924 140733474637440 140733474634904 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 20278 19291 166 392 0 19877 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 81112

[startup+162.3 s]
/proc/loadavg: 2.18 2.23 2.18 3/178 14767
/proc/meminfo: memFree=29953996/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=161252 CPUtime=162.27 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 7936 0 0 0 16221 6 0 0 20 0 1 0 109721988 165122048 33479 33554432000 4194304 5796924 140733474637440 140733474634728 4592546 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 40313 33479 166 392 0 39912 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 161252

[startup+222.307 s]
/proc/loadavg: 2.28 2.24 2.19 3/177 14768
/proc/meminfo: memFree=29864068/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=161252 CPUtime=222.26 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 8447 0 0 0 22218 8 0 0 20 0 1 0 109721988 165122048 36039 33554432000 4194304 5796924 140733474637440 140733474634728 4591877 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 40313 36039 166 392 0 39912 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 161252

[startup+282.3 s]
/proc/loadavg: 2.18 2.21 2.18 3/176 14769
/proc/meminfo: memFree=29990828/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=161252 CPUtime=282.25 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 8957 0 0 0 28215 10 0 0 20 0 1 0 109721988 165122048 35015 33554432000 4194304 5796924 140733474637440 140733474634728 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 40313 35015 166 392 0 39912 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 161252

[startup+342.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/177 14771
/proc/meminfo: memFree=29956288/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=81112 CPUtime=342.24 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 9226 0 0 0 34212 12 0 0 20 0 1 0 109721988 83058688 19944 33554432000 4194304 5796924 140733474637440 140733474634904 4594148 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 20278 19944 166 392 0 19877 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 81112

[startup+402.3 s]
/proc/loadavg: 2.25 2.22 2.18 4/177 14772
/proc/meminfo: memFree=29826096/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=161252 CPUtime=402.23 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 10394 0 0 0 40208 15 0 0 20 0 1 0 109721988 165122048 33991 33554432000 4194304 5796924 140733474637440 140733474634728 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 40313 33991 166 392 0 39912 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 161252

[startup+462.3 s]
/proc/loadavg: 2.23 2.22 2.18 3/176 14911
/proc/meminfo: memFree=30153400/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=161252 CPUtime=462.22 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 12040 0 0 0 46203 19 0 0 20 0 1 0 109721988 165122048 37105 33554432000 4194304 5796924 140733474637440 140733474635080 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 40313 37105 166 392 0 39912 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 161252

[startup+522.3 s]
/proc/loadavg: 2.26 2.23 2.18 3/177 14913
/proc/meminfo: memFree=30112020/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=161252 CPUtime=522.21 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 13686 0 0 0 52199 22 0 0 20 0 1 0 109721988 165122048 38641 33554432000 4194304 5796924 140733474637440 140733474635080 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 40313 38641 166 392 0 39912 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 161252

[startup+582.3 s]
/proc/loadavg: 2.25 2.22 2.18 3/177 14914
/proc/meminfo: memFree=30059760/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=161252 CPUtime=582.2 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 15330 0 0 0 58195 25 0 0 20 0 1 0 109721988 165122048 38129 33554432000 4194304 5796924 140733474637440 140733474635080 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 40313 38129 166 392 0 39912 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 161252


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


[startup+942.3 s]
/proc/loadavg: 2.36 2.30 2.21 3/178 15064
/proc/meminfo: memFree=29303472/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=130432 CPUtime=942.15 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 22978 0 0 0 94175 40 0 0 20 0 1 0 109721988 133562368 31442 33554432000 4194304 5796924 140733474637440 140733474634728 4606718 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 32608 31442 166 392 0 32207 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 130432

[startup+1002.3 s]
/proc/loadavg: 2.23 2.27 2.21 3/177 15065
/proc/meminfo: memFree=28918680/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=211340 CPUtime=1002.14 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 24408 0 0 0 100172 42 0 0 20 0 1 0 109721988 216412160 47170 33554432000 4194304 5796924 140733474637440 140733474635080 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 52835 47170 166 392 0 52434 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 211340

[startup+1062.3 s]
/proc/loadavg: 2.17 2.25 2.20 3/177 15066
/proc/meminfo: memFree=28938604/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=161252 CPUtime=1062.13 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 25229 0 0 0 106169 44 0 0 20 0 1 0 109721988 165122048 39189 33554432000 4194304 5796924 140733474637440 140733474635080 4607192 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 40313 39189 166 392 0 39912 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 161252

[startup+1122.3 s]
/proc/loadavg: 2.18 2.23 2.19 4/177 15068
/proc/meminfo: memFree=29012776/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=81112 CPUtime=1122.12 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 26070 0 0 0 112166 46 0 0 20 0 1 0 109721988 83058688 19980 33554432000 4194304 5796924 140733474637440 140733474634904 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 20278 19980 166 392 0 19877 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 81112

[startup+1182.3 s]
/proc/loadavg: 2.20 2.22 2.19 3/177 15069
/proc/meminfo: memFree=28899872/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=211340 CPUtime=1182.1 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 27712 0 0 0 118162 48 0 0 20 0 1 0 109721988 216412160 44610 33554432000 4194304 5796924 140733474637440 140733474635080 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 52835 44610 166 392 0 52434 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 211340

[startup+1242.3 s]
/proc/loadavg: 2.12 2.19 2.18 3/177 15070
/proc/meminfo: memFree=28969120/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=130432 CPUtime=1242.1 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 28223 0 0 0 124159 51 0 0 20 0 1 0 109721988 133562368 31954 33554432000 4194304 5796924 140733474637440 140733474634728 4606526 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 32608 31954 166 392 0 32207 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 130432

[startup+1302.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/177 15071
/proc/meminfo: memFree=28924064/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=211340 CPUtime=1302.09 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 29650 0 0 0 130156 53 0 0 20 0 1 0 109721988 216412160 47170 33554432000 4194304 5796924 140733474637440 140733474635080 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 52835 47170 166 392 0 52434 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 211340

[startup+1362.3 s]
/proc/loadavg: 2.28 2.22 2.19 3/178 15075
/proc/meminfo: memFree=28944124/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=161252 CPUtime=1362.07 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 30979 0 0 0 136152 55 0 0 20 0 1 0 109721988 165122048 34069 33554432000 4194304 5796924 140733474637440 140733474635080 4591871 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 40313 34069 166 392 0 39912 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 161252

[startup+1422.3 s]
/proc/loadavg: 2.27 2.22 2.19 3/178 15100
/proc/meminfo: memFree=28905420/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=211340 CPUtime=1422.07 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 31824 0 0 0 142150 57 0 0 20 0 1 0 109721988 216412160 48706 33554432000 4194304 5796924 140733474637440 140733474635080 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 52835 48706 166 392 0 52434 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 211340

[startup+1482.3 s]
/proc/loadavg: 2.28 2.23 2.19 3/177 15101
/proc/meminfo: memFree=28939176/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=161672 CPUtime=1482.06 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 33231 0 0 0 148147 59 0 0 20 0 1 0 109721988 165552128 33631 33554432000 4194304 5796924 140733474637440 140733474635080 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 40418 33631 166 392 0 40017 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 161672

[startup+1542.31 s]
/proc/loadavg: 2.26 2.23 2.19 3/177 15102
/proc/meminfo: memFree=28907088/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=211760 CPUtime=1542.06 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 34076 0 0 0 154145 61 0 0 20 0 1 0 109721988 216842240 48268 33554432000 4194304 5796924 140733474637440 140733474635080 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 52940 48268 166 392 0 52539 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 211760

[startup+1602.3 s]
/proc/loadavg: 2.22 2.23 2.18 3/177 15103
/proc/meminfo: memFree=28938284/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=163056 CPUtime=1602.04 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 35757 0 0 0 160141 63 0 0 20 0 1 0 109721988 166969344 33465 33554432000 4194304 5796924 140733474637440 140733474635080 4606565 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 40764 33465 166 392 0 40363 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 163056

[startup+1662.3 s]
/proc/loadavg: 2.23 2.23 2.18 3/177 15104
/proc/meminfo: memFree=28908004/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=213144 CPUtime=1662.03 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 36601 0 0 0 166139 64 0 0 20 0 1 0 109721988 218259456 47078 33554432000 4194304 5796924 140733474637440 140733474635080 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 53286 47078 166 392 0 52885 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 213144

[startup+1722.3 s]
/proc/loadavg: 2.14 2.20 2.18 3/177 15106
/proc/meminfo: memFree=28982368/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=84580 CPUtime=1722.02 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 37195 0 0 0 172137 65 0 0 20 0 1 0 109721988 86609920 20461 33554432000 4194304 5796924 140733474637440 140733474634904 4607776 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 21145 20461 166 392 0 20744 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 84580

[startup+1782.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/177 15107
/proc/meminfo: memFree=28854776/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=214808 CPUtime=1782.02 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 39200 0 0 0 178133 69 0 0 20 0 1 0 109721988 219963392 43398 33554432000 4194304 5796924 140733474637440 140733474635080 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 53702 43398 166 392 0 53301 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 214808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/177 15107
/proc/meminfo: memFree=28912880/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=214808 CPUtime=1800.01 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 39207 0 0 0 179932 69 0 0 20 0 1 0 109721988 219963392 46982 33554432000 4194304 5796924 140733474637440 140733474635080 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 53702 46982 166 392 0 53301 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 214808

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

[startup+1800.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/177 15107
/proc/meminfo: memFree=28912880/32872528 swapFree=16204/1518544
[pid=14760] ppid=14757 vsize=214808 CPUtime=1800.01 cores=1,3,5,7
/proc/14760/stat : 14760 (naps-1.02) R 14757 14760 11055 0 -1 4202496 39207 0 0 0 179932 69 0 0 20 0 1 0 109721988 219963392 46982 33554432000 4194304 5796924 140733474637440 140733474635080 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/14760/statm: 53702 46982 166 392 0 53301 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 214808

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1799.32
CPU system time (s): 0.701893
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 294532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.701893
maximum resident set size= 229276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39219
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= 12
involuntary context switches= 1984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.02308 second user time and 7.33089 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-07 07:38:11
IDJOB=4082128
IDBENCH=90220
IDSOLVER=2544
FILE ID=node129/4082128-1465277891
RUNJOBID= node129-1465257392-11072
PBS_JOBID= 19843286
Free space on /tmp= 71732 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K66.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082128-1465277891/watcher-4082128-1465277891 -o /tmp/evaluation-result-4082128-1465277891/solver-4082128-1465277891 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465257392-11072 --watchdog 1960  naps-1.02 HOME/instance-4082128-1465277891.opb

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=146932823

node129.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.715
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.43
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.715
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.715
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.56
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.715
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.715
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.715
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.715
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.715
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:        30135024 kB
Buffers:          113184 kB
Cached:           177016 kB
SwapCached:         2232 kB
Active:           278348 kB
Inactive:         198140 kB
Active(anon):     186920 kB
Inactive(anon):     1732 kB
Active(file):      91428 kB
Inactive(file):   196408 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098820 kB
Dirty:              3960 kB
Writeback:             0 kB
AnonPages:       1713896 kB
Mapped:             8828 kB
Shmem:                 0 kB
Slab:             599796 kB
SReclaimable:      43812 kB
SUnreclaim:       555984 kB
KernelStack:        1488 kB
PageTables:         7228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1850512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1630208 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= 71728 MiB
End job on node129 at 2016-06-07 08:08:12