Trace number 4082106

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-137.opb
MD5SUM395b6779bc0f993a1d1357b59c2e4536
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.03/1800.40	c 
1800.03/1800.40	c *** TERMINATED *** by signal 15
1800.03/1800.40	s UNKNOWN
1800.03/1800.40	c _____________________________________________________________________________
1800.03/1800.40	c 
1800.03/1800.40	c std/band forms        : 113793,1
1800.03/1800.40	c 2cl/3cl ITE-codings   : 126240,19
1800.03/1800.40	c BDD/srt/adr Max costs : 30,0,0
1800.03/1800.40	c BDDraw/bin/mul/srt/adr: 113794,0,0,0,0
1800.03/1800.40	c BDD nodes             : 700640
1800.03/1800.40	c Es1/CC detections     : 0,0
1800.03/1800.40	c SAT/UNSAT calls       : 0,0
1800.03/1800.40	c restarts              : 0
1800.03/1800.40	c conflicts             : 0              (0 /sec)
1800.03/1800.40	c decisions             : 0              (0 /sec)
1800.03/1800.40	c propagations          : 0              (0 /sec)
1800.03/1800.40	c inspects              : 0              (0 /sec)
1800.03/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.03/1800.40	c Time for Opt-base     : 0 s
1800.03/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-4082106-1465260871/watcher-4082106-1465260871 -o /tmp/evaluation-result-4082106-1465260871/solver-4082106-1465260871 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465257392-11072 --watchdog 1960 naps-1.02 HOME/instance-4082106-1465260871.opb 

pid=12860
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.12 2.15 2.16 3/176 12863
/proc/meminfo: memFree=29863528/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 301 0 0 0 0 0 0 0 20 0 1 0 108020077 6574080 176 33554432000 4194304 5796924 140737261258560 140736376641432 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 1605 176 127 392 0 1204 0

[startup+0.100162 s]
/proc/loadavg: 2.12 2.15 2.16 3/176 12863
/proc/meminfo: memFree=29863528/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=7668 CPUtime=0.09 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 634 0 0 0 9 0 0 0 20 0 1 0 108020077 7852032 501 33554432000 4194304 5796924 140737261258560 140736376641432 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 1917 501 127 392 0 1516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7668

[startup+0.200285 s]
/proc/loadavg: 2.12 2.15 2.16 3/176 12863
/proc/meminfo: memFree=29863528/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=8672 CPUtime=0.19 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 956 0 0 0 19 0 0 0 20 0 1 0 108020077 8880128 801 33554432000 4194304 5796924 140737261258560 140736376641432 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 2168 801 127 392 0 1767 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8672

[startup+0.300266 s]
/proc/loadavg: 2.12 2.15 2.16 3/176 12863
/proc/meminfo: memFree=29863528/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=9668 CPUtime=0.29 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 1285 0 0 0 29 0 0 0 20 0 1 0 108020077 9900032 1116 33554432000 4194304 5796924 140737261258560 140736376641432 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 2417 1116 127 392 0 2016 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9668

[startup+0.700263 s]
/proc/loadavg: 2.12 2.15 2.16 3/176 12863
/proc/meminfo: memFree=29863528/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=14556 CPUtime=0.69 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 2598 0 0 0 69 0 0 0 20 0 1 0 108020077 14905344 2372 33554432000 4194304 5796924 140737261258560 140736376641432 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 3639 2372 127 392 0 3238 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14556

[startup+1.50024 s]
/proc/loadavg: 2.11 2.14 2.16 4/177 12864
/proc/meminfo: memFree=29849608/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=23164 CPUtime=1.48 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 5188 0 0 0 148 0 0 0 20 0 1 0 108020077 23719936 5266 33554432000 4194304 5796924 140737261258560 140737261257928 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 5791 5266 127 392 0 5390 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23164

[startup+3.10019 s]
/proc/loadavg: 2.11 2.14 2.16 4/177 12864
/proc/meminfo: memFree=29830756/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=44364 CPUtime=3.09 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 10376 0 0 0 307 2 0 0 20 0 1 0 108020077 45428736 10022 33554432000 4194304 5796924 140737261258560 140737261257784 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 11091 10022 127 392 0 10690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44364

[startup+6.30021 s]
/proc/loadavg: 2.10 2.14 2.16 3/177 12864
/proc/meminfo: memFree=29790600/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=86424 CPUtime=6.29 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 20380 0 0 0 625 4 0 0 20 0 1 0 108020077 88498176 20278 33554432000 4194304 5796924 140737261258560 140737261257832 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 21606 20278 127 392 0 21205 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86424

[startup+12.7002 s]
/proc/loadavg: 2.09 2.14 2.16 3/177 12864
/proc/meminfo: memFree=29706044/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=180424 CPUtime=12.68 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 38684 0 0 0 1259 9 0 0 20 0 1 0 108020077 184754176 40732 33554432000 4194304 5796924 140737261258560 140737261257784 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 45106 40732 127 392 0 44705 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 180424

[startup+25.5003 s]
/proc/loadavg: 2.14 2.15 2.16 3/177 12864
/proc/meminfo: memFree=29640632/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=295896 CPUtime=25.49 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 61848 0 0 0 2535 14 0 0 20 0 1 0 108020077 302997504 65725 33554432000 4194304 5796924 140737261258560 140737261253128 5096673 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 73974 65725 139 392 0 73573 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 295896

[startup+51.1003 s]
/proc/loadavg: 2.30 2.18 2.17 4/177 12864
/proc/meminfo: memFree=29542916/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=361304 CPUtime=51.08 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 76375 0 0 0 5087 21 0 0 20 0 1 0 108020077 369975296 87500 33554432000 4194304 5796924 140737261258560 140737261256024 4607258 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 90326 87500 165 392 0 89925 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 361304

[startup+102.3 s]
/proc/loadavg: 2.25 2.18 2.17 3/177 12866
/proc/meminfo: memFree=29520200/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=392124 CPUtime=102.28 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 81279 0 0 0 10199 29 0 0 20 0 1 0 108020077 401534976 88683 33554432000 4194304 5796924 140737261258560 140737261256200 4583148 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 98031 88683 165 392 0 97630 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 392124

[startup+162.3 s]
/proc/loadavg: 2.25 2.19 2.18 3/177 12867
/proc/meminfo: memFree=29499432/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=392124 CPUtime=162.26 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 84835 0 0 0 16191 35 0 0 20 0 1 0 108020077 401534976 89238 33554432000 4194304 5796924 140737261258560 140737261256200 4607261 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 98031 89238 165 392 0 97630 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 392124

[startup+222.308 s]
/proc/loadavg: 2.17 2.18 2.18 3/177 12868
/proc/meminfo: memFree=29512080/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=392124 CPUtime=222.26 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 87596 0 0 0 22186 40 0 0 20 0 1 0 108020077 401534976 92822 33554432000 4194304 5796924 140737261258560 140737261256200 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 98031 92822 165 392 0 97630 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 392124

[startup+282.3 s]
/proc/loadavg: 2.33 2.22 2.19 4/177 12869
/proc/meminfo: memFree=29490892/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=392124 CPUtime=282.25 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 90481 0 0 0 28179 46 0 0 20 0 1 0 108020077 401534976 93335 33554432000 4194304 5796924 140737261258560 140737261256200 4607198 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 98031 93335 165 392 0 97630 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 392124

[startup+342.3 s]
/proc/loadavg: 2.24 2.21 2.18 3/178 12873
/proc/meminfo: memFree=29535276/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=392292 CPUtime=342.24 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 93397 0 0 0 34172 52 0 0 20 0 1 0 108020077 401707008 90310 33554432000 4194304 5796924 140737261258560 140737261256200 4606480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 98073 90310 165 392 0 97672 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 392292

[startup+402.3 s]
/proc/loadavg: 2.23 2.22 2.18 3/179 12898
/proc/meminfo: memFree=29465816/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=449920 CPUtime=402.22 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 96801 0 0 0 40166 56 0 0 20 0 1 0 108020077 460718080 101983 33554432000 4194304 5796924 140737261258560 140737261255672 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 112480 101983 165 392 0 112079 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 449920

[startup+462.3 s]
/proc/loadavg: 2.25 2.22 2.18 3/178 12945
/proc/meminfo: memFree=29703404/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=461932 CPUtime=462.22 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 100957 0 0 0 46160 62 0 0 20 0 1 0 108020077 473018368 105714 33554432000 4194304 5796924 140737261258560 140737261255672 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 115483 105714 165 392 0 115082 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 461932

[startup+522.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/178 12946
/proc/meminfo: memFree=29584588/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=464068 CPUtime=522.21 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 102841 0 0 0 52156 65 0 0 20 0 1 0 108020077 475205632 105644 33554432000 4194304 5796924 140737261258560 140737261255672 4606593 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 116017 105644 165 392 0 115616 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 464068

[startup+582.3 s]
/proc/loadavg: 2.23 2.21 2.18 3/178 12947
/proc/meminfo: memFree=29579860/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=468068 CPUtime=582.2 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 105018 0 0 0 58151 69 0 0 20 0 1 0 108020077 479301632 109441 33554432000 4194304 5796924 140737261258560 140737261256200 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 117017 109441 165 392 0 116616 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 468068


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


[startup+882.308 s]
/proc/loadavg: 2.27 2.23 2.19 3/178 12953
/proc/meminfo: memFree=29552176/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=474012 CPUtime=882.17 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 114189 0 0 0 88129 88 0 0 20 0 1 0 108020077 485388288 106641 33554432000 4194304 5796924 140737261258560 140737261255672 4569014 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 118503 106641 165 392 0 118102 0
Current children cumulated CPU time (s) 882.17
Current children cumulated vsize (KiB) 474012

[startup+942.3 s]
/proc/loadavg: 2.39 2.26 2.20 3/179 12957
/proc/meminfo: memFree=29573180/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=474328 CPUtime=942.12 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 115388 0 0 0 94120 92 0 0 20 0 1 0 108020077 485711872 103731 33554432000 4194304 5796924 140737261258560 140737261256200 4569750 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 118582 103731 165 392 0 118181 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 474328

[startup+1002.3 s]
/proc/loadavg: 2.25 2.24 2.19 3/177 12958
/proc/meminfo: memFree=29633880/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=425212 CPUtime=1002.08 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 116415 0 0 0 100113 95 0 0 20 0 1 0 108020077 435417088 96582 33554432000 4194304 5796924 140737261258560 140737261256024 4607232 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 106303 96582 165 392 0 105902 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 425212

[startup+1062.3 s]
/proc/loadavg: 2.15 2.21 2.18 3/178 12960
/proc/meminfo: memFree=29508244/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=557024 CPUtime=1062.05 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 117053 0 0 0 106107 98 0 0 20 0 1 0 108020077 570392576 119395 33554432000 4194304 5796924 140737261258560 140737261256200 4606567 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 139256 119395 165 392 0 138855 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 557024

[startup+1122.3 s]
/proc/loadavg: 2.10 2.19 2.17 3/178 12961
/proc/meminfo: memFree=29495088/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=557360 CPUtime=1122.03 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 118176 0 0 0 112102 101 0 0 20 0 1 0 108020077 570736640 119727 33554432000 4194304 5796924 140737261258560 140737261255672 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 139340 119727 165 392 0 138939 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 557360

[startup+1182.3 s]
/proc/loadavg: 2.14 2.18 2.17 3/178 12962
/proc/meminfo: memFree=29491540/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=476760 CPUtime=1182.03 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 119244 0 0 0 118098 105 0 0 20 0 1 0 108020077 488202240 116651 33554432000 4194304 5796924 140737261258560 140737261255672 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 119190 116651 165 392 0 118789 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 476760

[startup+1242.3 s]
/proc/loadavg: 2.11 2.16 2.17 3/178 12963
/proc/meminfo: memFree=29505156/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=477448 CPUtime=1242.02 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 120470 0 0 0 124093 109 0 0 20 0 1 0 108020077 488906752 112707 33554432000 4194304 5796924 140737261258560 140737261256200 4607232 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 119362 112707 165 392 0 118961 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 477448

[startup+1302.3 s]
/proc/loadavg: 2.13 2.16 2.16 3/178 12964
/proc/meminfo: memFree=29510460/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=481564 CPUtime=1302.01 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 122246 0 0 0 130088 113 0 0 20 0 1 0 108020077 493121536 111874 33554432000 4194304 5796924 140737261258560 140737261256200 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 120391 111874 165 392 0 119990 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 481564

[startup+1362.3 s]
/proc/loadavg: 2.13 2.16 2.16 3/178 12966
/proc/meminfo: memFree=29553680/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=431476 CPUtime=1362.01 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 123035 0 0 0 136083 118 0 0 20 0 1 0 108020077 441831424 102381 33554432000 4194304 5796924 140737261258560 140737261256024 4606779 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 107869 102381 165 392 0 107468 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 431476

[startup+1422.3 s]
/proc/loadavg: 2.13 2.15 2.16 3/178 12967
/proc/meminfo: memFree=29484284/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=562952 CPUtime=1422 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 123545 0 0 0 142080 120 0 0 20 0 1 0 108020077 576462848 122306 33554432000 4194304 5796924 140737261258560 140737261256200 4606789 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 140738 122306 165 392 0 140337 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 562952

[startup+1482.3 s]
/proc/loadavg: 2.05 2.12 2.15 3/178 12968
/proc/meminfo: memFree=29547956/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=482188 CPUtime=1481.99 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 124574 0 0 0 148075 124 0 0 20 0 1 0 108020077 493760512 110500 33554432000 4194304 5796924 140737261258560 140737261256200 4606480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 120547 110500 165 392 0 120146 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 482188

[startup+1542.31 s]
/proc/loadavg: 2.30 2.17 2.17 4/179 12972
/proc/meminfo: memFree=29434744/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=564060 CPUtime=1541.99 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 124893 0 0 0 154074 125 0 0 20 0 1 0 108020077 577597440 121033 33554432000 4194304 5796924 140737261258560 140737261255672 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 141015 121033 165 392 0 140614 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 564060

[startup+1602.3 s]
/proc/loadavg: 2.17 2.16 2.16 3/178 12973
/proc/meminfo: memFree=29419932/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=567700 CPUtime=1601.96 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 125676 0 0 0 160071 125 0 0 20 0 1 0 108020077 581324800 128970 33554432000 4194304 5796924 140737261258560 140737261255672 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 141925 128970 165 392 0 141524 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 567700

[startup+1662.3 s]
/proc/loadavg: 2.11 2.14 2.15 3/178 12975
/proc/meminfo: memFree=29515760/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=487112 CPUtime=1661.96 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 126724 0 0 0 166067 129 0 0 20 0 1 0 108020077 498802688 117685 33554432000 4194304 5796924 140737261258560 140737261256200 4606534 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 121778 117685 165 392 0 121377 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 487112

[startup+1722.3 s]
/proc/loadavg: 2.20 2.16 2.16 4/178 12976
/proc/meminfo: memFree=29422492/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=569384 CPUtime=1721.95 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 127116 0 0 0 172065 130 0 0 20 0 1 0 108020077 583049216 127783 33554432000 4194304 5796924 140737261258560 140737261255672 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 142346 127783 165 392 0 141945 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 569384

[startup+1782.3 s]
/proc/loadavg: 2.14 2.14 2.15 4/178 12977
/proc/meminfo: memFree=29439564/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=489304 CPUtime=1781.94 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 128289 0 0 0 178061 133 0 0 20 0 1 0 108020077 501047296 114066 33554432000 4194304 5796924 140737261258560 140737261256200 4607776 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 122326 114066 165 392 0 121925 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 489304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.25 2.17 2.16 3/178 12977
/proc/meminfo: memFree=29417104/32872528 swapFree=16204/1518544
[pid=12863] ppid=12860 vsize=489304 CPUtime=1800.03 cores=1,3,5,7
/proc/12863/stat : 12863 (naps-1.02) R 12860 12863 11055 0 -1 4202496 128296 0 0 0 179870 133 0 0 20 0 1 0 108020077 501047296 117650 33554432000 4194304 5796924 140737261258560 140737261256200 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/12863/statm: 122326 117650 165 392 0 121925 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 489304

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 12863 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.05
CPU user time (s): 1798.71
CPU system time (s): 1.3458
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 650832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 1.34579
maximum resident set size= 583748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128308
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= 121
involuntary context switches= 1849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.99209 second user time and 8.84865 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-07 02:54:32
IDJOB=4082106
IDBENCH=89649
IDSOLVER=2544
FILE ID=node129/4082106-1465260871
RUNJOBID= node129-1465257392-11072
PBS_JOBID= 19843286
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 395b6779bc0f993a1d1357b59c2e4536
RANDOM SEED=1313536252

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:        29864048 kB
Buffers:           53980 kB
Cached:           190776 kB
SwapCached:         1820 kB
Active:           671544 kB
Inactive:         112384 kB
Active(anon):     540396 kB
Inactive(anon):     1112 kB
Active(file):     131148 kB
Inactive(file):   111272 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:             53592 kB
Writeback:             0 kB
AnonPages:       2057104 kB
Mapped:             7908 kB
Shmem:                 0 kB
Slab:             571660 kB
SReclaimable:      15476 kB
SUnreclaim:       556184 kB
KernelStack:        1424 kB
PageTables:         8096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2226972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1966080 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= 71640 MiB
End job on node129 at 2016-06-07 03:24:33