Trace number 4082184

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K81.opb
MD5SUM07ddcd712bd0834d3fad6b8ca9adfb4d
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 variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
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 82
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.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        : 79,0
1800.09/1800.40	c 2cl/3cl ITE-codings   : 4988,0
1800.09/1800.40	c BDD/srt/adr Max costs : 133,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 79,0,0,0,0
1800.09/1800.40	c BDD nodes             : 10134
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-4082184-1465273488/watcher-4082184-1465273488 -o /tmp/evaluation-result-4082184-1465273488/solver-4082184-1465273488 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465270829-27118 --watchdog 1960 naps-1.02 HOME/instance-4082184-1465273488.opb 

pid=27369
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.17 2.20 2.26 3/176 27372
/proc/meminfo: memFree=29934824/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=6684 CPUtime=0 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 109281117 6844416 244 33554432000 4194304 5796924 140735592600976 140733929982312 4621249 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 1671 244 127 392 0 1270 0

[startup+0.10016 s]
/proc/loadavg: 2.17 2.20 2.26 3/176 27372
/proc/meminfo: memFree=29934824/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=8668 CPUtime=0.09 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 844 0 0 0 9 0 0 0 20 0 1 0 109281117 8876032 710 33554432000 4194304 5796924 140735592600976 140733929982312 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 2167 710 127 392 0 1766 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8668

[startup+0.200287 s]
/proc/loadavg: 2.17 2.20 2.26 3/176 27372
/proc/meminfo: memFree=29934824/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=10004 CPUtime=0.19 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 1222 0 0 0 19 0 0 0 20 0 1 0 109281117 10244096 1042 33554432000 4194304 5796924 140735592600976 140733929982312 5087499 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 2501 1042 140 392 0 2100 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10004

[startup+0.300269 s]
/proc/loadavg: 2.17 2.20 2.26 3/176 27372
/proc/meminfo: memFree=29934824/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=9888 CPUtime=0.29 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 2502 0 0 0 29 0 0 0 20 0 1 0 109281117 10125312 2118 33554432000 4194304 5796924 140735592600976 140733929982312 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 2472 2118 163 392 0 2071 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9888

[startup+0.700284 s]
/proc/loadavg: 2.17 2.20 2.26 3/176 27372
/proc/meminfo: memFree=29934824/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=12516 CPUtime=0.69 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 3074 0 0 0 69 0 0 0 20 0 1 0 109281117 12816384 2687 33554432000 4194304 5796924 140735592600976 140735592598616 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 3129 2687 165 392 0 2728 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12516

[startup+1.50023 s]
/proc/loadavg: 2.17 2.20 2.26 3/177 27373
/proc/meminfo: memFree=29919444/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=15384 CPUtime=1.49 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 3977 0 0 0 149 0 0 0 20 0 1 0 109281117 15753216 3382 33554432000 4194304 5796924 140735592600976 140735592598616 4592166 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 3846 3382 166 392 0 3445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15384

[startup+3.10027 s]
/proc/loadavg: 2.17 2.20 2.26 3/177 27373
/proc/meminfo: memFree=29916396/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=22624 CPUtime=3.09 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 4549 0 0 0 308 1 0 0 20 0 1 0 109281117 23166976 4917 33554432000 4194304 5796924 140735592600976 140735592598440 4606423 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 5656 4917 166 392 0 5255 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22624

[startup+6.30026 s]
/proc/loadavg: 2.16 2.19 2.26 3/177 27373
/proc/meminfo: memFree=29902944/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=34120 CPUtime=6.29 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 5209 0 0 0 628 1 0 0 20 0 1 0 109281117 34938880 6453 33554432000 4194304 5796924 140735592600976 140735592598440 4607198 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 8530 6453 166 392 0 8129 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34120

[startup+12.7002 s]
/proc/loadavg: 2.14 2.19 2.26 3/177 27373
/proc/meminfo: memFree=29882152/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=36908 CPUtime=12.69 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 6000 0 0 0 1268 1 0 0 20 0 1 0 109281117 37793792 8739 33554432000 4194304 5796924 140735592600976 140735592598040 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 9227 8739 166 392 0 8826 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36908

[startup+25.5004 s]
/proc/loadavg: 2.11 2.18 2.25 3/177 27373
/proc/meminfo: memFree=29847792/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=71732 CPUtime=25.49 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 6532 0 0 0 2547 2 0 0 20 0 1 0 109281117 73453568 11575 33554432000 4194304 5796924 140735592600976 140735592598216 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 17933 11575 166 392 0 17532 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71732

[startup+51.1003 s]
/proc/loadavg: 2.13 2.18 2.25 3/177 27373
/proc/meminfo: memFree=29921324/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=71732 CPUtime=51.08 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 7840 0 0 0 5106 2 0 0 20 0 1 0 109281117 73453568 17577 33554432000 4194304 5796924 140735592600976 140735592598440 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 17933 17577 166 392 0 17532 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 71732

[startup+102.3 s]
/proc/loadavg: 2.11 2.17 2.24 3/177 27374
/proc/meminfo: memFree=29785956/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=121052 CPUtime=102.28 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 10004 0 0 0 10222 6 0 0 20 0 1 0 109281117 123957248 27680 33554432000 4194304 5796924 140735592600976 140735592598264 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 30263 27680 166 392 0 29862 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 121052

[startup+162.3 s]
/proc/loadavg: 2.15 2.16 2.23 3/177 27376
/proc/meminfo: memFree=29850780/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=85296 CPUtime=162.27 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 12888 0 0 0 16217 10 0 0 20 0 1 0 109281117 87343104 20968 33554432000 4194304 5796924 140735592600976 140735592598440 4596172 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 21324 20968 166 392 0 20923 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 85296

[startup+222.307 s]
/proc/loadavg: 2.33 2.21 2.24 3/177 27377
/proc/meminfo: memFree=29915536/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=85296 CPUtime=222.27 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 14876 0 0 0 22214 13 0 0 20 0 1 0 109281117 87343104 20968 33554432000 4194304 5796924 140735592600976 140735592598616 4592148 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 21324 20968 166 392 0 20923 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 85296

[startup+282.3 s]
/proc/loadavg: 2.22 2.20 2.24 3/177 27378
/proc/meminfo: memFree=29728296/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=165436 CPUtime=282.25 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 17168 0 0 0 28208 17 0 0 20 0 1 0 109281117 169406464 38820 33554432000 4194304 5796924 140735592600976 140735592598616 4595464 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 41359 38820 166 392 0 40958 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 165436

[startup+342.3 s]
/proc/loadavg: 2.23 2.20 2.23 3/178 27382
/proc/meminfo: memFree=29863096/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=85296 CPUtime=342.24 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 18789 0 0 0 34203 21 0 0 20 0 1 0 109281117 87343104 20970 33554432000 4194304 5796924 140735592600976 140735592598616 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 21324 20970 166 392 0 20923 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 85296

[startup+402.3 s]
/proc/loadavg: 2.23 2.21 2.23 3/177 27383
/proc/meminfo: memFree=29715268/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=165436 CPUtime=402.23 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 21078 0 0 0 40198 25 0 0 20 0 1 0 109281117 169406464 34212 33554432000 4194304 5796924 140735592600976 140735592598616 4606802 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 41359 34212 166 392 0 40958 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 165436

[startup+462.3 s]
/proc/loadavg: 2.20 2.20 2.23 3/177 27385
/proc/meminfo: memFree=29756384/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=165436 CPUtime=462.21 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 22409 0 0 0 46193 28 0 0 20 0 1 0 109281117 169406464 38851 33554432000 4194304 5796924 140735592600976 140735592598616 4606811 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 41359 38851 166 392 0 40958 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 165436

[startup+522.3 s]
/proc/loadavg: 2.16 2.19 2.22 3/177 27386
/proc/meminfo: memFree=29664360/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=165436 CPUtime=522.2 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 23730 0 0 0 52188 32 0 0 20 0 1 0 109281117 169406464 40899 33554432000 4194304 5796924 140735592600976 140735592598616 4607255 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 41359 40899 166 392 0 40958 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 165436

[startup+582.3 s]
/proc/loadavg: 2.34 2.23 2.23 3/177 27387
/proc/meminfo: memFree=29719024/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=215524 CPUtime=582.19 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 25355 0 0 0 58183 36 0 0 20 0 1 0 109281117 220696576 43761 33554432000 4194304 5796924 140735592600976 140735592598616 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 53881 43761 166 392 0 53480 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 215524


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


[startup+882.307 s]
/proc/loadavg: 2.21 2.22 2.21 3/177 27393
/proc/meminfo: memFree=29583312/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=296912 CPUtime=882.16 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 32958 0 0 0 88164 52 0 0 20 0 1 0 109281117 304037888 55027 33554432000 4194304 5796924 140735592600976 140735592598616 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 74228 55027 166 392 0 73827 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 296912

[startup+942.3 s]
/proc/loadavg: 2.38 2.27 2.22 3/178 27443
/proc/meminfo: memFree=29909192/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=215524 CPUtime=942.14 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 34281 0 0 0 94160 54 0 0 20 0 1 0 109281117 220696576 48883 33554432000 4194304 5796924 140735592600976 140735592598616 4582892 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 53881 48883 166 392 0 53480 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 215524

[startup+1002.3 s]
/proc/loadavg: 2.23 2.24 2.22 4/177 27444
/proc/meminfo: memFree=29874384/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=184300 CPUtime=1002.13 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 35850 0 0 0 100155 58 0 0 20 0 1 0 109281117 188723200 38385 33554432000 4194304 5796924 140735592600976 140735592598616 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 46075 38385 166 392 0 45674 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 184300

[startup+1062.3 s]
/proc/loadavg: 2.20 2.24 2.22 3/177 27446
/proc/meminfo: memFree=29767440/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=104160 CPUtime=1062.12 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 36709 0 0 0 106152 60 0 0 20 0 1 0 109281117 106659840 21047 33554432000 4194304 5796924 140735592600976 140735592598616 4595264 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 26040 21047 166 392 0 25639 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 104160

[startup+1122.3 s]
/proc/loadavg: 2.14 2.22 2.21 3/177 27447
/proc/meminfo: memFree=29775224/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=315776 CPUtime=1122.11 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 38826 0 0 0 112148 63 0 0 20 0 1 0 109281117 323354624 55352 33554432000 4194304 5796924 140735592600976 140735592598616 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 78944 55352 166 392 0 78543 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 315776

[startup+1182.3 s]
/proc/loadavg: 2.22 2.24 2.21 3/177 27448
/proc/meminfo: memFree=29807168/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=184300 CPUtime=1182.11 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 39844 0 0 0 118145 66 0 0 20 0 1 0 109281117 188723200 41742 33554432000 4194304 5796924 140735592600976 140735592598616 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 46075 41742 166 392 0 45674 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 184300

[startup+1242.3 s]
/proc/loadavg: 2.22 2.23 2.21 3/177 27449
/proc/meminfo: memFree=29785932/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=315776 CPUtime=1242.09 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 40700 0 0 0 124142 67 0 0 20 0 1 0 109281117 323354624 63035 33554432000 4194304 5796924 140735592600976 140735592598616 4606571 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 78944 63035 166 392 0 78543 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 315776

[startup+1302.3 s]
/proc/loadavg: 2.26 2.24 2.21 4/177 27450
/proc/meminfo: memFree=29791240/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=234388 CPUtime=1302.09 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 42021 0 0 0 130138 71 0 0 20 0 1 0 109281117 240013312 49723 33554432000 4194304 5796924 140735592600976 140735592598616 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 58597 49723 166 392 0 58196 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 234388

[startup+1362.3 s]
/proc/loadavg: 2.26 2.24 2.21 4/176 27451
/proc/meminfo: memFree=29696532/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=315776 CPUtime=1362.08 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 42571 0 0 0 136136 72 0 0 20 0 1 0 109281117 323354624 68667 33554432000 4194304 5796924 140735592600976 140735592598616 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 78944 68667 166 392 0 78543 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 315776

[startup+1422.3 s]
/proc/loadavg: 2.26 2.24 2.21 3/177 27453
/proc/meminfo: memFree=29740128/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=315776 CPUtime=1422.08 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 44325 0 0 0 142132 76 0 0 20 0 1 0 109281117 323354624 55787 33554432000 4194304 5796924 140735592600976 140735592598616 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 78944 55787 166 392 0 78543 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 315776

[startup+1482.3 s]
/proc/loadavg: 2.21 2.24 2.21 3/177 27454
/proc/meminfo: memFree=29835572/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=153480 CPUtime=1482.05 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 44830 0 0 0 148128 77 0 0 20 0 1 0 109281117 157163520 31947 33554432000 4194304 5796924 140735592600976 140735592598264 4606740 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 38370 31947 166 392 0 37969 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 153480

[startup+1542.31 s]
/proc/loadavg: 2.17 2.22 2.20 3/178 27458
/proc/meminfo: memFree=29733136/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=315776 CPUtime=1542.04 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 46299 0 0 0 154124 80 0 0 20 0 1 0 109281117 323354624 59451 33554432000 4194304 5796924 140735592600976 140735592598616 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 78944 59451 166 392 0 78543 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 315776

[startup+1602.3 s]
/proc/loadavg: 2.14 2.21 2.19 3/177 27459
/proc/meminfo: memFree=29856104/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=184300 CPUtime=1602.01 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 46938 0 0 0 160119 82 0 0 20 0 1 0 109281117 188723200 36238 33554432000 4194304 5796924 140735592600976 140735592598264 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 46075 36238 166 392 0 45674 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 184300

[startup+1662.3 s]
/proc/loadavg: 2.20 2.21 2.19 3/177 27460
/proc/meminfo: memFree=29643292/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=315776 CPUtime=1662.01 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 48184 0 0 0 166116 85 0 0 20 0 1 0 109281117 323354624 62011 33554432000 4194304 5796924 140735592600976 140735592598616 4607192 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 78944 62011 166 392 0 78543 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 315776

[startup+1722.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/177 27462
/proc/meminfo: memFree=29816156/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=104160 CPUtime=1721.99 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 48679 0 0 0 172111 88 0 0 20 0 1 0 109281117 106659840 24404 33554432000 4194304 5796924 140735592600976 140735592598440 4606718 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 26040 24404 166 392 0 25639 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 104160

[startup+1782.3 s]
/proc/loadavg: 2.14 2.18 2.18 4/177 27463
/proc/meminfo: memFree=29710776/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=315776 CPUtime=1781.99 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 50519 0 0 0 178108 91 0 0 20 0 1 0 109281117 323354624 59963 33554432000 4194304 5796924 140735592600976 140735592598616 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 78944 59963 166 392 0 78543 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 315776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.17 2.18 2.18 3/177 27463
/proc/meminfo: memFree=29657788/32872528 swapFree=16636/1570076
[pid=27372] ppid=27369 vsize=315776 CPUtime=1800.09 cores=0,2,4,6
/proc/27372/stat : 27372 (naps-1.02) R 27369 27372 17726 0 -1 4202496 50530 0 0 0 179917 92 0 0 20 0 1 0 109281117 323354624 65595 33554432000 4194304 5796924 140735592600976 140735592598616 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/27372/statm: 78944 65595 166 392 0 78543 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 315776

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 27372 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.1
CPU user time (s): 1799.17
CPU system time (s): 0.926859
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 448036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.926859
maximum resident set size= 309296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50542
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= 51
involuntary context switches= 1961

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77912 second user time and 7.93779 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 06:24:48
IDJOB=4082184
IDBENCH=90126
IDSOLVER=2544
FILE ID=node140/4082184-1465273488
RUNJOBID= node140-1465270829-27118
PBS_JOBID= 19843256
Free space on /tmp= 71736 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082184-1465273488/watcher-4082184-1465273488 -o /tmp/evaluation-result-4082184-1465273488/solver-4082184-1465273488 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465270829-27118 --watchdog 1960  naps-1.02 HOME/instance-4082184-1465273488.opb

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

MD5SUM BENCH= 07ddcd712bd0834d3fad6b8ca9adfb4d
RANDOM SEED=783436194

node140.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.768
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.53
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.768
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.768
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.768
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.56
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.768
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.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29934988 kB
Buffers:          120916 kB
Cached:           306380 kB
SwapCached:         1688 kB
Active:           273376 kB
Inactive:         348484 kB
Active(anon):     193272 kB
Inactive(anon):     3276 kB
Active(file):      80104 kB
Inactive(file):   345208 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              4288 kB
Writeback:             0 kB
AnonPages:       1884648 kB
Mapped:             7652 kB
Shmem:                 0 kB
Slab:             603168 kB
SReclaimable:      47336 kB
SUnreclaim:       555832 kB
KernelStack:        1472 kB
PageTables:         7556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1924024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1781760 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= 71732 MiB
End job on node140 at 2016-06-07 06:54:48