Trace number 4083189

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 NameAnswerobjective functionCPU timeWall clock time
NaPS 1.02? (TO) 1800.54 1800.94

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-mspp16.opb
MD5SUM141454b66937b2c93528081cb91f0e55
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark131.081
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29280
Total number of constraints561657
Number of constraints which are clauses1695
Number of constraints which are cardinality constraints (but not clauses)559482
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint960
Number of terms in the objective function 4065
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4065
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 4065
Number of bits of the biggest sum of numbers12
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.50	c 
1800.09/1800.50	c *** TERMINATED *** by signal 15
1800.09/1800.50	s UNKNOWN
1800.09/1800.50	c _____________________________________________________________________________
1800.09/1800.50	c 
1800.09/1800.50	c std/band forms        : 505522,1
1800.09/1800.50	c 2cl/3cl ITE-codings   : 0,0
1800.09/1800.50	c BDD/srt/adr Max costs : 13034,0,0
1800.09/1800.50	c BDDraw/bin/mul/srt/adr: 505522,0,0,0,0
1800.09/1800.50	c BDD nodes             : 183033866
1800.09/1800.50	c Es1/CC detections     : 0,0
1800.09/1800.50	c SAT/UNSAT calls       : 0,0
1800.09/1800.50	c restarts              : 0
1800.09/1800.50	c conflicts             : 0              (0 /sec)
1800.09/1800.50	c decisions             : 0              (0 /sec)
1800.09/1800.50	c propagations          : 0              (0 /sec)
1800.09/1800.50	c inspects              : 0              (0 /sec)
1800.09/1800.50	c CPU time (solving tm) : 1795 s        (0 s)
1800.09/1800.50	c Time for Opt-base     : 0 s
1800.09/1800.50	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-4083189-1465264927/watcher-4083189-1465264927 -o /tmp/evaluation-result-4083189-1465264927/solver-4083189-1465264927 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465257392-11071 --watchdog 1960 naps-1.02 HOME/instance-4083189-1465264927.opb 

pid=13544
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.34 2.26 2.19 3/176 13547
/proc/meminfo: memFree=30029700/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=7756 CPUtime=0 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 593 0 0 0 0 0 0 0 20 0 1 0 108426269 7942144 468 33554432000 4194304 5796924 140734441701376 140734441700792 4861426 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 1939 468 116 392 0 1538 0

[startup+0.10015 s]
/proc/loadavg: 2.34 2.26 2.19 3/176 13547
/proc/meminfo: memFree=30029700/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=10340 CPUtime=0.09 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1202 0 0 0 9 0 0 0 20 0 1 0 108426269 10588160 1035 33554432000 4194304 5796924 140734441701376 140734441700792 4659057 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 2585 1035 128 392 0 2184 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10340

[startup+0.200283 s]
/proc/loadavg: 2.34 2.26 2.19 3/176 13547
/proc/meminfo: memFree=30029700/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=12512 CPUtime=0.19 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1881 0 0 0 19 0 0 0 20 0 1 0 108426269 12812288 1631 33554432000 4194304 5796924 140734441701376 140734441700792 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 3128 1631 128 392 0 2727 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12512

[startup+0.300269 s]
/proc/loadavg: 2.34 2.26 2.19 3/176 13547
/proc/meminfo: memFree=30029700/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=15420 CPUtime=0.29 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 2430 0 0 0 29 0 0 0 20 0 1 0 108426269 15790080 2180 33554432000 4194304 5796924 140734441701376 140734441700792 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 3855 2180 129 392 0 3454 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15420

[startup+0.700249 s]
/proc/loadavg: 2.34 2.26 2.19 3/176 13547
/proc/meminfo: memFree=30029700/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=29768 CPUtime=0.69 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 5991 0 0 0 68 1 0 0 20 0 1 0 108426269 30482432 5737 33554432000 4194304 5796924 140734441701376 140734441700792 4404063 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 7442 5737 129 392 0 7041 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29768

[startup+1.50023 s]
/proc/loadavg: 2.34 2.26 2.19 3/177 13548
/proc/meminfo: memFree=29996368/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=64392 CPUtime=1.49 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 14648 0 0 0 147 2 0 0 20 0 1 0 108426269 65937408 14394 33554432000 4194304 5796924 140734441701376 140734441700600 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 16098 14395 129 392 0 15697 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64392

[startup+3.10024 s]
/proc/loadavg: 2.34 2.26 2.19 3/177 13548
/proc/meminfo: memFree=29949620/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=129432 CPUtime=3.09 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 30890 0 0 0 305 4 0 0 20 0 1 0 108426269 132538368 30636 33554432000 4194304 5796924 140734441701376 140734441700536 4404063 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 32358 30637 129 392 0 31957 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129432

[startup+6.30023 s]
/proc/loadavg: 2.55 2.31 2.21 4/177 13548
/proc/meminfo: memFree=29822464/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=256948 CPUtime=6.29 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 62764 0 0 0 620 9 0 0 20 0 1 0 108426269 263114752 62510 33554432000 4194304 5796924 140734441701376 140734441700648 4404063 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 64237 62511 129 392 0 63836 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 256948

[startup+12.7002 s]
/proc/loadavg: 2.58 2.32 2.21 3/177 13548
/proc/meminfo: memFree=29568916/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=502052 CPUtime=12.69 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 123926 0 0 0 1250 19 0 0 20 0 1 0 108426269 514101248 123672 33554432000 4194304 5796924 140734441701376 140734441700600 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 125513 123672 129 392 0 125112 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 502052

[startup+25.5002 s]
/proc/loadavg: 2.53 2.32 2.21 3/177 13548
/proc/meminfo: memFree=29081604/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=979748 CPUtime=25.49 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 241720 0 0 0 2512 37 0 0 20 0 1 0 108426269 1003261952 241466 33554432000 4194304 5796924 140734441701376 140734441700536 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 244937 241466 129 392 0 244536 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 979748

[startup+51.1002 s]
/proc/loadavg: 2.50 2.32 2.22 4/177 13548
/proc/meminfo: memFree=28208440/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=1902476 CPUtime=51.08 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 459016 0 0 0 5037 71 0 0 20 0 1 0 108426269 1948135424 458762 33554432000 4194304 5796924 140734441701376 140734441700600 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 475619 458762 129 392 0 475218 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1902476

[startup+102.307 s]
/proc/loadavg: 2.37 2.30 2.21 3/177 13549
/proc/meminfo: memFree=26588988/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=3665296 CPUtime=102.28 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 858359 0 0 0 10089 139 0 0 20 0 1 0 108426269 3753263104 858105 33554432000 4194304 5796924 140734441701376 140734441698904 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 916324 858105 129 392 0 915923 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3665296

[startup+162.3 s]
/proc/loadavg: 2.23 2.28 2.21 3/177 13550
/proc/meminfo: memFree=25549708/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=4740308 CPUtime=162.26 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1107360 0 0 0 16046 180 0 0 20 0 1 0 108426269 4854075392 1126992 33554432000 4194304 5796924 140734441701376 140734441685848 5087632 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 1185077 1126992 140 392 0 1184676 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 4740308

[startup+222.3 s]
/proc/loadavg: 2.18 2.25 2.20 3/177 13551
/proc/meminfo: memFree=25244832/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=5048848 CPUtime=222.26 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1130772 0 0 0 22037 189 0 0 20 0 1 0 108426269 5170020352 1192677 33554432000 4194304 5796924 140734441701376 140734441670632 4425326 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 1262212 1192677 140 392 0 1261811 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 5048848

[startup+282.3 s]
/proc/loadavg: 2.07 2.20 2.18 3/177 13552
/proc/meminfo: memFree=24890152/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=5412292 CPUtime=282.25 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1163118 0 0 0 28021 204 0 0 20 0 1 0 108426269 5542187008 1281464 33554432000 4194304 5796924 140734441701376 140734441676584 4805616 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 1353073 1281464 140 392 0 1352672 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 5412292

[startup+342.3 s]
/proc/loadavg: 2.02 2.16 2.17 3/177 13554
/proc/meminfo: memFree=24652776/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=5649928 CPUtime=342.24 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1196861 0 0 0 34011 213 0 0 20 0 1 0 108426269 5785526272 1331048 33554432000 4194304 5796924 140734441701376 140734441657208 5092526 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 1412482 1331048 140 392 0 1412081 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5649928

[startup+402.3 s]
/proc/loadavg: 2.19 2.19 2.18 3/177 13555
/proc/meminfo: memFree=24136364/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=6112148 CPUtime=402.23 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1229117 0 0 0 39991 232 0 0 20 0 1 0 108426269 6258839552 1461879 33554432000 4194304 5796924 140734441701376 140734441681048 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 1528037 1461879 140 392 0 1527636 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 6112148

[startup+462.3 s]
/proc/loadavg: 2.19 2.18 2.18 3/177 13556
/proc/meminfo: memFree=23972284/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=6400220 CPUtime=462.22 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1262296 0 0 0 45981 241 0 0 20 0 1 0 108426269 6553825280 1510388 33554432000 4194304 5796924 140734441701376 140734441688488 4863664 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 1600055 1510389 140 392 0 1599654 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 6400220

[startup+522.3 s]
/proc/loadavg: 2.15 2.18 2.18 3/178 13560
/proc/meminfo: memFree=23778476/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=6531032 CPUtime=522.21 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1295059 0 0 0 51973 248 0 0 20 0 1 0 108426269 6687776768 1558992 33554432000 4194304 5796924 140734441701376 140734441652776 4455189 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 1632758 1558992 140 392 0 1632357 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 6531032

[startup+582.3 s]
/proc/loadavg: 2.19 2.17 2.17 3/177 13561
/proc/meminfo: memFree=23533356/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=6901632 CPUtime=582.2 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1329164 0 0 0 57961 259 0 0 20 0 1 0 108426269 7067271168 1609449 33554432000 4194304 5796924 140734441701376 140734441660184 5087579 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 1725408 1609449 140 392 0 1725007 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 6901632


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


[startup+1062.3 s]
/proc/loadavg: 2.13 2.17 2.17 3/177 13571
/proc/meminfo: memFree=21289872/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=8980744 CPUtime=1062.09 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1592955 0 0 0 105858 351 0 0 20 0 1 0 108426269 9196281856 2169147 33554432000 4194304 5796924 140734441701376 140734441675096 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 2245186 2169147 140 392 0 2244785 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 8980744

[startup+1122.3 s]
/proc/loadavg: 2.10 2.15 2.17 3/178 13575
/proc/meminfo: memFree=19830240/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=10428760 CPUtime=1122.08 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1619444 0 0 0 111810 398 0 0 20 0 1 0 108426269 10679050240 2543489 33554432000 4194304 5796924 140734441701376 140734441687000 5087743 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 2607190 2543489 140 392 0 2606789 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 10428760

[startup+1182.3 s]
/proc/loadavg: 2.20 2.17 2.17 4/177 13576
/proc/meminfo: memFree=19590668/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=11093384 CPUtime=1182.06 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1652786 0 0 0 117794 412 0 0 20 0 1 0 108426269 11359625216 2593234 33554432000 4194304 5796924 140734441701376 140734441664680 4261425 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 2773346 2593234 140 392 0 2772945 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 11093384

[startup+1242.3 s]
/proc/loadavg: 2.13 2.15 2.16 3/176 13578
/proc/meminfo: memFree=19434652/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=11225516 CPUtime=1242.04 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1685894 0 0 0 123785 419 0 0 20 0 1 0 108426269 11494928384 2642513 33554432000 4194304 5796924 140734441701376 140734441666168 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 2806379 2642513 140 392 0 2805978 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 11225516

[startup+1302.3 s]
/proc/loadavg: 2.14 2.15 2.16 3/177 13580
/proc/meminfo: memFree=19186444/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=11357780 CPUtime=1302.03 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1719002 0 0 0 129775 428 0 0 20 0 1 0 108426269 11630366720 2692447 33554432000 4194304 5796924 140734441701376 140734441620040 4433856 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 2839445 2692447 140 392 0 2839044 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 11357780

[startup+1362.3 s]
/proc/loadavg: 2.17 2.15 2.16 4/177 13627
/proc/meminfo: memFree=18583444/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=11494400 CPUtime=1362 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1753174 0 0 0 135763 437 0 0 20 0 1 0 108426269 11770265600 2743955 33554432000 4194304 5796924 140734441701376 140734441627480 5087771 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 2873600 2743955 140 392 0 2873199 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 11494400

[startup+1422.31 s]
/proc/loadavg: 2.25 2.18 2.17 3/177 13628
/proc/meminfo: memFree=18371292/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=11632076 CPUtime=1421.99 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1787639 0 0 0 141753 446 0 0 20 0 1 0 108426269 11911245824 2795750 33554432000 4194304 5796924 140734441701376 140734441596232 5092651 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 2908019 2795750 140 392 0 2907618 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 11632076

[startup+1482.3 s]
/proc/loadavg: 2.14 2.16 2.17 3/177 13629
/proc/meminfo: memFree=18157748/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=11770136 CPUtime=1481.98 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1821968 0 0 0 147741 457 0 0 20 0 1 0 108426269 12052619264 2847414 33554432000 4194304 5796924 140734441701376 140734441640872 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 2942534 2847414 140 392 0 2942133 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 11770136

[startup+1542.3 s]
/proc/loadavg: 2.21 2.17 2.17 4/177 13631
/proc/meminfo: memFree=17945232/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=11907020 CPUtime=1541.96 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1856226 0 0 0 153730 466 0 0 20 0 1 0 108426269 12192788480 2899000 33554432000 4194304 5796924 140734441701376 140734441605160 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 2976755 2899000 140 392 0 2976354 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 11907020

[startup+1602.3 s]
/proc/loadavg: 2.07 2.14 2.16 3/177 13632
/proc/meminfo: memFree=17738364/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=12043508 CPUtime=1601.94 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1890391 0 0 0 159718 476 0 0 20 0 1 0 108426269 12332552192 2949982 33554432000 4194304 5796924 140734441701376 140734441688488 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 3010877 2949982 140 392 0 3010476 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 12043508

[startup+1662.3 s]
/proc/loadavg: 2.27 2.17 2.17 3/177 13633
/proc/meminfo: memFree=17531428/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=12977744 CPUtime=1661.93 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1925305 0 0 0 165701 492 0 0 20 0 1 0 108426269 13289209856 3002193 33554432000 4194304 5796924 140734441701376 140734441621496 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 3244436 3002193 140 392 0 3244035 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 12977744

[startup+1722.3 s]
/proc/loadavg: 2.21 2.17 2.17 4/178 13637
/proc/meminfo: memFree=17302980/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=13116872 CPUtime=1721.91 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1960110 0 0 0 171690 501 0 0 20 0 1 0 108426269 13431676928 3055961 33554432000 4194304 5796924 140734441701376 140734441640872 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 3279218 3055961 140 392 0 3278817 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 13116872

[startup+1782.3 s]
/proc/loadavg: 2.23 2.18 2.17 3/177 13638
/proc/meminfo: memFree=17086488/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=13255868 CPUtime=1781.89 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 1994894 0 0 0 177680 509 0 0 20 0 1 0 108426269 13574008832 3109744 33554432000 4194304 5796924 140734441701376 140734441691464 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 3313967 3109744 140 392 0 3313566 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 13255868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.16 2.17 2.17 3/177 13638
/proc/meminfo: memFree=17021784/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=13297844 CPUtime=1800.09 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202496 2005404 0 0 0 179497 512 0 0 20 0 1 0 108426269 13616992256 3126080 33554432000 4194304 5796924 140734441701376 140734441582808 5087632 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 3324461 3126080 140 392 0 3324060 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13297844

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

[startup+1800.6 s]
/proc/loadavg: 2.16 2.17 2.17 3/177 13638
/proc/meminfo: memFree=20402600/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=0 CPUtime=1800.19 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202500 2005418 0 0 0 179497 522 0 0 20 0 1 0 108426269 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

[startup+1800.8 s]
/proc/loadavg: 2.16 2.17 2.17 3/177 13638
/proc/meminfo: memFree=20402600/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=0 CPUtime=1800.39 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202500 2005418 0 0 0 179497 542 0 0 20 0 1 0 108426269 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.16 2.17 2.17 3/177 13638
/proc/meminfo: memFree=20402600/32872528 swapFree=16204/1518544
[pid=13547] ppid=13544 vsize=0 CPUtime=1800.49 cores=0,2,4,6
/proc/13547/stat : 13547 (naps-1.02) R 13544 13547 11055 0 -1 4202500 2005418 0 0 0 179497 552 0 0 20 0 1 0 108426269 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13547/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.94
CPU time (s): 1800.54
CPU user time (s): 1794.98
CPU system time (s): 5.56615
CPU usage (%): 99.9778
Max. virtual memory (cumulated for all children) (KiB): 13297844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.98
system time used= 5.56615
maximum resident set size= 12504376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2005418
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= 261
involuntary context switches= 1848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.71128 second user time and 6.74797 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-07 04:02:14
IDJOB=4083189
IDBENCH=89824
IDSOLVER=2544
FILE ID=node129/4083189-1465264927
RUNJOBID= node129-1465257392-11071
PBS_JOBID= 19843286
Free space on /tmp= 71500 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-mspp16.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4083189-1465264927/watcher-4083189-1465264927 -o /tmp/evaluation-result-4083189-1465264927/solver-4083189-1465264927 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465257392-11071 --watchdog 1960  naps-1.02 HOME/instance-4083189-1465264927.opb

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

MD5SUM BENCH= 141454b66937b2c93528081cb91f0e55
RANDOM SEED=519099441

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:        30030112 kB
Buffers:          105368 kB
Cached:           395676 kB
SwapCached:         1788 kB
Active:           403444 kB
Inactive:         172304 kB
Active(anon):      76216 kB
Inactive(anon):     1160 kB
Active(file):     327228 kB
Inactive(file):   171144 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098692 kB
Dirty:            243724 kB
Writeback:             0 kB
AnonPages:       1594724 kB
Mapped:             7836 kB
Shmem:                 0 kB
Slab:             614960 kB
SReclaimable:      56348 kB
SUnreclaim:       558612 kB
KernelStack:        1440 kB
PageTables:         7212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1707956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1574912 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= 71496 MiB
End job on node129 at 2016-06-07 04:32:15