Trace number 4082188

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.02 1800.4

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K85.opb
MD5SUM1487741f4fc087d76a7a64081b5bebd6
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 variables5780
Total number of constraints5952
Number of constraints which are clauses5867
Number of constraints which are cardinality constraints (but not clauses)85
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint85
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 86
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.00/1800.40	c 
1800.00/1800.40	c *** TERMINATED *** by signal 15
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c _____________________________________________________________________________
1800.00/1800.40	c 
1800.00/1800.40	c std/band forms        : 83,0
1800.00/1800.40	c 2cl/3cl ITE-codings   : 5252,0
1800.00/1800.40	c BDD/srt/adr Max costs : 133,0,0
1800.00/1800.40	c BDDraw/bin/mul/srt/adr: 83,0,0,0,0
1800.00/1800.40	c BDD nodes             : 10670
1800.00/1800.40	c Es1/CC detections     : 0,0
1800.00/1800.40	c SAT/UNSAT calls       : 0,0
1800.00/1800.40	c restarts              : 0
1800.00/1800.40	c conflicts             : 0              (0 /sec)
1800.00/1800.40	c decisions             : 0              (0 /sec)
1800.00/1800.40	c propagations          : 0              (0 /sec)
1800.00/1800.40	c inspects              : 0              (0 /sec)
1800.00/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.00/1800.40	c Time for Opt-base     : 0 s
1800.00/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-4082188-1465272691/watcher-4082188-1465272691 -o /tmp/evaluation-result-4082188-1465272691/solver-4082188-1465272691 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14492 --watchdog 1960 naps-1.02 HOME/instance-4082188-1465272691.opb 

pid=21342
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.92 2.01 2.06 3/175 21345
/proc/meminfo: memFree=31286808/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=6688 CPUtime=0 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 109204424 6848512 247 33554432000 4194304 5796924 140733766861056 140736809581816 5101645 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 1672 247 127 392 0 1271 0

[startup+0.100119 s]
/proc/loadavg: 1.92 2.01 2.06 3/175 21345
/proc/meminfo: memFree=31286808/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=8732 CPUtime=0.09 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 861 0 0 0 9 0 0 0 20 0 1 0 109204424 8941568 726 33554432000 4194304 5796924 140733766861056 140736809581816 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 2183 726 127 392 0 1782 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8732

[startup+0.200313 s]
/proc/loadavg: 1.92 2.01 2.06 3/175 21345
/proc/meminfo: memFree=31286808/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=9928 CPUtime=0.19 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 1250 0 0 0 19 0 0 0 20 0 1 0 109204424 10166272 1067 33554432000 4194304 5796924 140733766861056 140736809581816 4455140 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 2482 1067 140 392 0 2081 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9928

[startup+0.300285 s]
/proc/loadavg: 1.92 2.01 2.06 3/175 21345
/proc/meminfo: memFree=31286808/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=14948 CPUtime=0.29 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 2702 0 0 0 29 0 0 0 20 0 1 0 109204424 15306752 2412 33554432000 4194304 5796924 140733766861056 140736809581816 4627399 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 3737 2417 148 392 0 3336 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14948

[startup+0.700189 s]
/proc/loadavg: 1.92 2.01 2.06 3/175 21345
/proc/meminfo: memFree=31286808/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=13388 CPUtime=0.69 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 3352 0 0 0 69 0 0 0 20 0 1 0 109204424 13709312 2812 33554432000 4194304 5796924 140733766861056 140733766858104 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 3347 2812 165 392 0 2946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13388

[startup+1.50021 s]
/proc/loadavg: 1.92 2.01 2.06 3/176 21346
/proc/meminfo: memFree=31274328/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=19696 CPUtime=1.49 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 4785 0 0 0 149 0 0 0 20 0 1 0 109204424 20168704 4035 33554432000 4194304 5796924 140733766861056 140733766858296 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 4924 4035 166 392 0 4523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19696

[startup+3.10019 s]
/proc/loadavg: 1.92 2.01 2.06 3/176 21346
/proc/meminfo: memFree=31265892/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=21384 CPUtime=3.09 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 5407 0 0 0 309 0 0 0 20 0 1 0 109204424 21897216 4637 33554432000 4194304 5796924 140733766861056 140733766858120 4607723 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 5346 4637 166 392 0 4945 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21384

[startup+6.30023 s]
/proc/loadavg: 1.93 2.01 2.06 3/177 21347
/proc/meminfo: memFree=31259984/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=33132 CPUtime=6.29 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 7995 0 0 0 628 1 0 0 20 0 1 0 109204424 33927168 6146 33554432000 4194304 5796924 140733766861056 140733766858296 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 8283 6146 166 392 0 7882 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33132

[startup+12.7003 s]
/proc/loadavg: 1.93 2.01 2.06 3/177 21347
/proc/meminfo: memFree=31221920/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=35920 CPUtime=12.69 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 8997 0 0 0 1268 1 0 0 20 0 1 0 109204424 36782080 7840 33554432000 4194304 5796924 140733766861056 140733766858344 4592097 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 8980 7840 166 392 0 8579 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35920

[startup+25.5003 s]
/proc/loadavg: 1.95 2.01 2.05 3/177 21347
/proc/meminfo: memFree=31211888/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=67440 CPUtime=25.49 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 9404 0 0 0 2547 2 0 0 20 0 1 0 109204424 69058560 11267 33554432000 4194304 5796924 140733766861056 140733766858296 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 16860 11267 166 392 0 16459 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67440

[startup+51.1004 s]
/proc/loadavg: 1.96 2.00 2.05 3/177 21347
/proc/meminfo: memFree=31164292/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=80128 CPUtime=51.08 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 11957 0 0 0 5103 5 0 0 20 0 1 0 109204424 82051072 15362 33554432000 4194304 5796924 140733766861056 140733766858520 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 20032 15362 166 392 0 19631 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 80128

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.05 3/177 21348
/proc/meminfo: memFree=31212620/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=129448 CPUtime=102.28 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 13299 0 0 0 10220 8 0 0 20 0 1 0 109204424 132554752 25258 33554432000 4194304 5796924 140733766861056 140733766858344 4592073 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 32362 25258 166 392 0 31961 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 129448

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/177 21349
/proc/meminfo: memFree=31163664/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=80128 CPUtime=162.26 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 15460 0 0 0 16213 13 0 0 20 0 1 0 109204424 82051072 15398 33554432000 4194304 5796924 140733766861056 140733766858520 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 20032 15398 166 392 0 19631 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 80128

[startup+222.307 s]
/proc/loadavg: 2.06 2.02 2.04 3/177 21350
/proc/meminfo: memFree=31245776/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=80128 CPUtime=222.25 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 17853 0 0 0 22206 19 0 0 20 0 1 0 109204424 82051072 15398 33554432000 4194304 5796924 140733766861056 140733766858520 4607776 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 20032 15398 166 392 0 19631 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 80128

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.04 3/177 21351
/proc/meminfo: memFree=31087448/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=160268 CPUtime=282.24 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 20247 0 0 0 28201 23 0 0 20 0 1 0 109204424 164114432 35089 33554432000 4194304 5796924 140733766861056 140733766858696 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 40067 35089 166 392 0 39666 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 160268

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/177 21353
/proc/meminfo: memFree=31239196/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=80128 CPUtime=342.22 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 22686 0 0 0 34194 28 0 0 20 0 1 0 109204424 82051072 17446 33554432000 4194304 5796924 140733766861056 140733766858520 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 20032 17446 166 392 0 19631 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 80128

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.03 3/177 21354
/proc/meminfo: memFree=31097052/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=160268 CPUtime=402.21 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 25082 0 0 0 40188 33 0 0 20 0 1 0 109204424 164114432 32017 33554432000 4194304 5796924 140733766861056 140733766858696 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 40067 32017 166 392 0 39666 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 160268

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/177 21401
/proc/meminfo: memFree=31365516/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=160268 CPUtime=462.2 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 26712 0 0 0 46184 36 0 0 20 0 1 0 109204424 164114432 37137 33554432000 4194304 5796924 140733766861056 140733766858696 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 40067 37137 166 392 0 39666 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 160268

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 21405
/proc/meminfo: memFree=31326536/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=160268 CPUtime=522.18 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 28358 0 0 0 52178 40 0 0 20 0 1 0 109204424 164114432 38673 33554432000 4194304 5796924 140733766861056 140733766858696 4607209 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 40067 38673 166 392 0 39666 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 160268

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.02 3/177 21406
/proc/meminfo: memFree=31292316/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=210356 CPUtime=582.18 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 30537 0 0 0 58173 45 0 0 20 0 1 0 109204424 215404544 39737 33554432000 4194304 5796924 140733766861056 140733766858696 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 52589 39737 166 392 0 52188 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 210356


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


[startup+882.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 21412
/proc/meminfo: memFree=31192000/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=230760 CPUtime=882.12 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 39941 0 0 0 88150 62 0 0 20 0 1 0 109204424 236298240 46654 33554432000 4194304 5796924 140733766861056 140733766858696 4592620 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 57690 46654 166 392 0 57289 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 230760

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 21414
/proc/meminfo: memFree=31232928/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=149852 CPUtime=942.1 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 40768 0 0 0 94145 65 0 0 20 0 1 0 109204424 153448448 33576 33554432000 4194304 5796924 140733766861056 140733766858344 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 37463 33576 166 392 0 37062 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 149852

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21415
/proc/meminfo: memFree=31118356/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=312148 CPUtime=1002.1 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 42634 0 0 0 100142 68 0 0 20 0 1 0 109204424 319639552 59454 33554432000 4194304 5796924 140733766861056 140733766858696 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 78037 59454 166 392 0 77636 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 312148

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21416
/proc/meminfo: memFree=31151928/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=230760 CPUtime=1062.07 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 44283 0 0 0 106136 71 0 0 20 0 1 0 109204424 236298240 51262 33554432000 4194304 5796924 140733766861056 140733766858696 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 57690 51262 166 392 0 57289 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 230760

[startup+1122.3 s]
/proc/loadavg: 2.14 2.03 2.01 3/178 21420
/proc/meminfo: memFree=31220284/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=180672 CPUtime=1122.07 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 45601 0 0 0 112132 75 0 0 20 0 1 0 109204424 185008128 35601 33554432000 4194304 5796924 140733766861056 140733766858344 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 45168 35601 166 392 0 44767 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 180672

[startup+1182.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/177 21421
/proc/meminfo: memFree=31133712/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=312148 CPUtime=1182.06 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 46977 0 0 0 118128 78 0 0 20 0 1 0 109204424 319639552 60990 33554432000 4194304 5796924 140733766861056 140733766858696 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 78037 60990 166 392 0 77636 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 312148

[startup+1242.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/176 21422
/proc/meminfo: memFree=31222616/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=230760 CPUtime=1242.04 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 48604 0 0 0 124123 81 0 0 20 0 1 0 109204424 236298240 45630 33554432000 4194304 5796924 140733766861056 140733766858696 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 57690 45630 166 392 0 57289 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 230760

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/177 21424
/proc/meminfo: memFree=31035792/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=312148 CPUtime=1302.02 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 49175 0 0 0 130120 82 0 0 20 0 1 0 109204424 319639552 67646 33554432000 4194304 5796924 140733766861056 140733766858696 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 78037 67646 166 392 0 77636 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 312148

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 21425
/proc/meminfo: memFree=31112360/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=230760 CPUtime=1362 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 50816 0 0 0 136115 85 0 0 20 0 1 0 109204424 236298240 52286 33554432000 4194304 5796924 140733766861056 140733766858696 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 57690 52286 166 392 0 57289 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 230760

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21426
/proc/meminfo: memFree=31063380/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=312148 CPUtime=1422.01 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 51372 0 0 0 142114 87 0 0 20 0 1 0 109204424 319639552 73278 33554432000 4194304 5796924 140733766861056 140733766858696 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 78037 73278 166 392 0 77636 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 312148

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21427
/proc/meminfo: memFree=31174372/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=312148 CPUtime=1481.99 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 53480 0 0 0 148108 91 0 0 20 0 1 0 109204424 319639552 56856 33554432000 4194304 5796924 140733766861056 140733766858696 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 78037 56856 166 392 0 77636 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 312148

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21428
/proc/meminfo: memFree=31169272/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=149852 CPUtime=1541.98 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 53742 0 0 0 154105 93 0 0 20 0 1 0 109204424 153448448 33486 33554432000 4194304 5796924 140733766861056 140733766858344 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 37463 33486 166 392 0 37062 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 149852

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 21430
/proc/meminfo: memFree=31102016/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=312148 CPUtime=1601.96 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 55724 0 0 0 160100 96 0 0 20 0 1 0 109204424 319639552 63038 33554432000 4194304 5796924 140733766861056 140733766858696 4593704 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 78037 63038 166 392 0 77636 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 312148

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21431
/proc/meminfo: memFree=31138692/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=149852 CPUtime=1661.92 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 56431 0 0 0 166092 100 0 0 20 0 1 0 109204424 153448448 33998 33554432000 4194304 5796924 140733766861056 140733766858344 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 37463 33998 166 392 0 37062 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 149852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21435
/proc/meminfo: memFree=31079728/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=312148 CPUtime=1721.91 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 58392 0 0 0 172089 102 0 0 20 0 1 0 109204424 319639552 61502 33554432000 4194304 5796924 140733766861056 140733766858696 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 78037 61502 166 392 0 77636 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 312148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21436
/proc/meminfo: memFree=31122132/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=444408 CPUtime=1781.9 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 58891 0 0 0 178085 105 0 0 20 0 1 0 109204424 455073792 78863 33554432000 4194304 5796924 140733766861056 140733766858696 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 111102 78863 166 392 0 110701 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 444408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 21436
/proc/meminfo: memFree=31215832/32872528 swapFree=10608/190480
[pid=21345] ppid=21342 vsize=200380 CPUtime=1800 cores=1,3,5,7
/proc/21345/stat : 21345 (naps-1.02) R 21342 21345 14475 0 -1 4202496 60079 0 0 0 179892 108 0 0 20 0 1 0 109204424 205189120 39595 33554432000 4194304 5796924 140733766861056 140733766858696 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/21345/statm: 50095 39595 166 392 0 49694 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 200380

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

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.02
CPU user time (s): 1798.93
CPU system time (s): 1.08783
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 444408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.08783
maximum resident set size= 319548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60091
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= 145
involuntary context switches= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6253 second user time and 6.83396 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 06:11:31
IDJOB=4082188
IDBENCH=90118
IDSOLVER=2544
FILE ID=node102/4082188-1465272691
RUNJOBID= node102-1465240311-14492
PBS_JOBID= 19843244
Free space on /tmp= 71736 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K85.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082188-1465272691/watcher-4082188-1465272691 -o /tmp/evaluation-result-4082188-1465272691/solver-4082188-1465272691 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14492 --watchdog 1960  naps-1.02 HOME/instance-4082188-1465272691.opb

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

MD5SUM BENCH= 1487741f4fc087d76a7a64081b5bebd6
RANDOM SEED=1163136599

node102.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.470
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	: 5332.94
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.470
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.470
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.470
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.470
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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.470
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.470
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:        31286692 kB
Buffers:          119440 kB
Cached:           274264 kB
SwapCached:         2720 kB
Active:           334580 kB
Inactive:         310772 kB
Active(anon):     251580 kB
Inactive(anon):     2248 kB
Active(file):      83000 kB
Inactive(file):   308524 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              4260 kB
Writeback:             0 kB
AnonPages:        442624 kB
Mapped:             8840 kB
Shmem:                 0 kB
Slab:             616676 kB
SReclaimable:      60692 kB
SUnreclaim:       555984 kB
KernelStack:        1432 kB
PageTables:         5052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     637872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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 node102 at 2016-06-07 06:41:32