Trace number 4108969

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.03 1800.43

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-173.opb
MD5SUMb029850fdc398224d6c6edaf54638c01
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 variables268241
Total number of constraints5985144
Number of constraints which are clauses5358445
Number of constraints which are cardinality constraints (but not clauses)21283
Number of constraints which are nor clauses,nor cardinality constraints605416
Minimum length of a constraint2
Maximum length of a constraint2337
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 2338
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.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        : 626698,1
1800.00/1800.40	c 2cl/3cl ITE-codings   : 690743,17
1800.00/1800.40	c BDD/srt/adr Max costs : 27,0,0
1800.00/1800.40	c BDDraw/bin/mul/srt/adr: 626699,0,0,0,0
1800.00/1800.40	c BDD nodes             : 3845743
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) : 1798 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-4108969-1466289573/watcher-4108969-1466289573 -o /tmp/evaluation-result-4108969-1466289573/solver-4108969-1466289573 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466289573-16012 --watchdog 1960 naps-1.02 HOME/instance-4108969-1466289573.opb 

pid=16039
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: 1.38 1.23 1.33 4/176 16042
/proc/meminfo: memFree=29989636/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 301 0 0 0 0 0 0 0 20 0 1 0 31004802 6574080 173 33554432000 4194304 5796924 140735072238384 140735439047384 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 1605 173 127 392 0 1204 0

[startup+0.100207 s]
/proc/loadavg: 1.38 1.23 1.33 4/176 16042
/proc/meminfo: memFree=29989636/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=7612 CPUtime=0.09 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 641 0 0 0 9 0 0 0 20 0 1 0 31004802 7794688 501 33554432000 4194304 5796924 140735072238384 140735439047384 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 1903 501 127 392 0 1502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7612

[startup+0.200281 s]
/proc/loadavg: 1.38 1.23 1.33 4/176 16042
/proc/meminfo: memFree=29989636/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=8656 CPUtime=0.19 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 954 0 0 0 19 0 0 0 20 0 1 0 31004802 8863744 798 33554432000 4194304 5796924 140735072238384 140735439047384 4865184 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 2164 798 127 392 0 1763 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8656

[startup+0.300233 s]
/proc/loadavg: 1.38 1.23 1.33 4/176 16042
/proc/meminfo: memFree=29989636/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=9652 CPUtime=0.29 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 1285 0 0 0 29 0 0 0 20 0 1 0 31004802 9883648 1116 33554432000 4194304 5796924 140735072238384 140735439047384 5087650 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 2413 1117 127 392 0 2012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9652

[startup+0.700233 s]
/proc/loadavg: 1.38 1.23 1.33 4/176 16042
/proc/meminfo: memFree=29989636/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=14156 CPUtime=0.69 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 2467 0 0 0 69 0 0 0 20 0 1 0 31004802 14495744 2764 33554432000 4194304 5796924 140735072238384 140735072237640 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 3539 2764 127 392 0 3138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14156

[startup+1.50024 s]
/proc/loadavg: 1.38 1.23 1.33 4/177 16043
/proc/meminfo: memFree=29959924/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=23196 CPUtime=1.49 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 4883 0 0 0 148 1 0 0 20 0 1 0 31004802 23752704 4996 33554432000 4194304 5796924 140735072238384 140735072237640 5087516 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 5799 4997 127 392 0 5398 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23196

[startup+3.10023 s]
/proc/loadavg: 1.38 1.23 1.33 4/177 16043
/proc/meminfo: memFree=29943060/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=44536 CPUtime=3.09 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 10384 0 0 0 307 2 0 0 20 0 1 0 31004802 45604864 10543 33554432000 4194304 5796924 140735072238384 140735072237608 4325302 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 11134 10543 127 392 0 10733 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44536

[startup+6.30024 s]
/proc/loadavg: 1.51 1.26 1.34 3/177 16043
/proc/meminfo: memFree=29883016/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=86736 CPUtime=6.29 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 20496 0 0 0 624 5 0 0 20 0 1 0 31004802 88817664 20844 33554432000 4194304 5796924 140735072238384 140735072237608 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 21684 20844 127 392 0 21283 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86736

[startup+12.7002 s]
/proc/loadavg: 1.63 1.29 1.34 3/177 16043
/proc/meminfo: memFree=29760052/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=180848 CPUtime=12.69 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 38392 0 0 0 1261 8 0 0 20 0 1 0 31004802 185188352 40888 33554432000 4194304 5796924 140735072238384 140735072237656 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 45212 40888 127 392 0 44811 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180848

[startup+25.5002 s]
/proc/loadavg: 1.71 1.32 1.35 3/178 16046
/proc/meminfo: memFree=29588224/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=338312 CPUtime=25.49 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 71117 0 0 0 2533 16 0 0 20 0 1 0 31004802 346431488 81378 33554432000 4194304 5796924 140735072238384 140735072237544 4564248 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 84578 81378 127 392 0 84177 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 338312

[startup+51.1003 s]
/proc/loadavg: 1.81 1.37 1.37 4/176 16060
/proc/meminfo: memFree=29435156/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=718696 CPUtime=51.09 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 134372 0 0 0 5075 34 0 0 20 0 1 0 31004802 735944704 162758 33554432000 4194304 5796924 140735072238384 140735072237608 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 179674 162758 127 392 0 179273 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 718696

[startup+102.3 s]
/proc/loadavg: 2.28 1.56 1.43 3/177 16092
/proc/meminfo: memFree=28641672/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=1408052 CPUtime=102.28 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 251811 0 0 0 10160 68 0 0 20 0 1 0 31004802 1441845248 325786 33554432000 4194304 5796924 140735072238384 140735072237656 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 352013 325786 127 392 0 351612 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1408052

[startup+162.3 s]
/proc/loadavg: 2.27 1.68 1.48 3/177 16094
/proc/meminfo: memFree=28003540/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=162.27 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 292568 0 0 0 16141 86 0 0 20 0 1 0 31004802 2086670336 480247 33554432000 4194304 5796924 140735072238384 140735072235704 4574464 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 480247 148 392 0 509040 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2037764

[startup+222.307 s]
/proc/loadavg: 2.18 1.77 1.52 3/177 16095
/proc/meminfo: memFree=28045812/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=222.24 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 293360 0 0 0 22135 89 0 0 20 0 1 0 31004802 2086670336 469576 33554432000 4194304 5796924 140735072238384 140735072236232 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 469576 165 392 0 509040 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2037764

[startup+282.3 s]
/proc/loadavg: 2.18 1.84 1.56 3/177 16096
/proc/meminfo: memFree=28053620/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=282.22 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 294748 0 0 0 28126 96 0 0 20 0 1 0 31004802 2086670336 468260 33554432000 4194304 5796924 140735072238384 140735072236024 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 468260 165 392 0 509040 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2037764

[startup+342.3 s]
/proc/loadavg: 2.25 1.91 1.60 3/177 16097
/proc/meminfo: memFree=28070172/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=342.21 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 295044 0 0 0 34117 104 0 0 20 0 1 0 31004802 2086670336 463619 33554432000 4194304 5796924 140735072238384 140735072235848 4583348 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 463619 165 392 0 509040 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 2037764

[startup+402.3 s]
/proc/loadavg: 2.24 1.97 1.64 4/177 16098
/proc/meminfo: memFree=27995632/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=402.19 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 295090 0 0 0 40114 105 0 0 20 0 1 0 31004802 2086670336 474378 33554432000 4194304 5796924 140735072238384 140735072235848 4606427 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 474378 165 392 0 509040 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 2037764

[startup+462.3 s]
/proc/loadavg: 2.20 2.00 1.67 3/177 16100
/proc/meminfo: memFree=28009232/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=462.16 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 296515 0 0 0 46105 111 0 0 20 0 1 0 31004802 2086670336 473937 33554432000 4194304 5796924 140735072238384 140735072236024 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 473937 165 392 0 509040 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 2037764

[startup+522.3 s]
/proc/loadavg: 2.20 2.03 1.69 4/177 16101
/proc/meminfo: memFree=28005388/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=522.14 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 297917 0 0 0 52097 117 0 0 20 0 1 0 31004802 2086670336 469374 33554432000 4194304 5796924 140735072238384 140735072236024 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 469374 165 392 0 509040 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 2037764

[startup+582.3 s]
/proc/loadavg: 2.12 2.04 1.72 3/177 16102
/proc/meminfo: memFree=27972484/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=582.12 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 297955 0 0 0 58095 117 0 0 20 0 1 0 31004802 2086670336 476119 33554432000 4194304 5796924 140735072238384 140735072236024 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 476119 165 392 0 509040 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 2037764


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


[startup+882.307 s]
/proc/loadavg: 2.32 2.20 1.87 3/177 16111
/proc/meminfo: memFree=27918856/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=882.05 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 300421 0 0 0 88071 134 0 0 20 0 1 0 31004802 2086670336 487856 33554432000 4194304 5796924 140735072238384 140735072235848 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 487856 165 392 0 509040 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 2037764

[startup+942.3 s]
/proc/loadavg: 2.32 2.21 1.89 3/177 16112
/proc/meminfo: memFree=27943740/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=942.03 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 301080 0 0 0 94064 139 0 0 20 0 1 0 31004802 2086670336 483297 33554432000 4194304 5796924 140735072238384 140735072235848 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 483297 165 392 0 509040 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 2037764

[startup+1002.3 s]
/proc/loadavg: 2.28 2.21 1.91 3/177 16113
/proc/meminfo: memFree=27931076/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=1002.02 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 301091 0 0 0 100063 139 0 0 20 0 1 0 31004802 2086670336 488929 33554432000 4194304 5796924 140735072238384 140735072235848 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 488929 165 392 0 509040 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 2037764

[startup+1062.3 s]
/proc/loadavg: 2.20 2.20 1.92 3/177 16115
/proc/meminfo: memFree=27946220/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=1062.02 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 301788 0 0 0 106059 143 0 0 20 0 1 0 31004802 2086670336 475664 33554432000 4194304 5796924 140735072238384 140735072235848 4607776 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 475664 165 392 0 509040 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 2037764

[startup+1122.3 s]
/proc/loadavg: 2.12 2.18 1.93 3/177 16116
/proc/meminfo: memFree=27924496/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=1122.01 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 301803 0 0 0 112058 143 0 0 20 0 1 0 31004802 2086670336 483344 33554432000 4194304 5796924 140735072238384 140735072235848 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 483344 165 392 0 509040 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 2037764

[startup+1182.3 s]
/proc/loadavg: 2.16 2.17 1.94 4/177 16117
/proc/meminfo: memFree=27990140/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=1182 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 302448 0 0 0 118053 147 0 0 20 0 1 0 31004802 2086670336 471521 33554432000 4194304 5796924 140735072238384 140735072235848 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 471521 165 392 0 509040 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 2037764

[startup+1242.3 s]
/proc/loadavg: 2.20 2.17 1.95 3/178 16121
/proc/meminfo: memFree=27953564/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=1241.99 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 302471 0 0 0 124051 148 0 0 20 0 1 0 31004802 2086670336 483297 33554432000 4194304 5796924 140735072238384 140735072235848 4607773 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 483297 165 392 0 509040 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 2037764

[startup+1302.3 s]
/proc/loadavg: 2.24 2.18 1.96 4/178 16145
/proc/meminfo: memFree=27882656/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=1301.98 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 302482 0 0 0 130050 148 0 0 20 0 1 0 31004802 2086670336 488929 33554432000 4194304 5796924 140735072238384 140735072235848 4583151 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 488929 165 392 0 509040 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 2037764

[startup+1362.3 s]
/proc/loadavg: 2.21 2.18 1.97 4/176 16146
/proc/meminfo: memFree=27967092/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=1361.96 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 303192 0 0 0 136044 152 0 0 20 0 1 0 31004802 2086670336 473616 33554432000 4194304 5796924 140735072238384 140735072235848 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 473616 165 392 0 509040 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 2037764

[startup+1422.3 s]
/proc/loadavg: 2.18 2.17 1.98 3/177 16148
/proc/meminfo: memFree=27892904/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2252688 CPUtime=1421.97 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 304189 0 0 0 142041 156 0 0 20 0 1 0 31004802 2306752512 498084 33554432000 4194304 5796924 140735072238384 140735072236024 4607212 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 563172 498084 165 392 0 562771 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 2252688

[startup+1482.3 s]
/proc/loadavg: 2.23 2.19 2.00 3/177 16149
/proc/meminfo: memFree=27920512/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2037764 CPUtime=1481.95 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 304901 0 0 0 148033 162 0 0 20 0 1 0 31004802 2086670336 479250 33554432000 4194304 5796924 140735072238384 140735072235848 4606526 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 509441 479250 165 392 0 509040 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 2037764

[startup+1542.31 s]
/proc/loadavg: 2.25 2.19 2.01 4/177 16150
/proc/meminfo: memFree=27859416/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2254512 CPUtime=1541.94 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 306264 0 0 0 154028 166 0 0 20 0 1 0 31004802 2308620288 501048 33554432000 4194304 5796924 140735072238384 140735072235496 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 563628 501048 165 392 0 563227 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 2254512

[startup+1602.3 s]
/proc/loadavg: 2.28 2.20 2.02 3/177 16151
/proc/meminfo: memFree=27785076/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2257536 CPUtime=1601.92 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 306930 0 0 0 160026 166 0 0 20 0 1 0 31004802 2311716864 510912 33554432000 4194304 5796924 140735072238384 140735072235496 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 564384 510912 165 392 0 563983 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 2257536

[startup+1662.3 s]
/proc/loadavg: 2.26 2.21 2.03 3/176 16152
/proc/meminfo: memFree=27874104/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2043632 CPUtime=1661.92 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 307871 0 0 0 166019 173 0 0 20 0 1 0 31004802 2092679168 496860 33554432000 4194304 5796924 140735072238384 140735072235496 4607209 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 510908 496860 165 392 0 510507 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 2043632

[startup+1722.3 s]
/proc/loadavg: 2.21 2.20 2.04 4/177 16154
/proc/meminfo: memFree=27928696/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2047420 CPUtime=1721.91 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 310364 0 0 0 172008 183 0 0 20 0 1 0 31004802 2096558080 474119 33554432000 4194304 5796924 140735072238384 140735072235848 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 511855 474119 165 392 0 511454 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 2047420

[startup+1782.3 s]
/proc/loadavg: 2.14 2.18 2.04 3/177 16155
/proc/meminfo: memFree=27845040/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2264980 CPUtime=1781.9 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 311920 0 0 0 178002 188 0 0 20 0 1 0 31004802 2319339520 502243 33554432000 4194304 5796924 140735072238384 140735072235496 4606708 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 566245 502243 165 392 0 565844 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 2264980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.10 2.16 2.03 3/177 16156
/proc/meminfo: memFree=27823880/32872528 swapFree=1286400/1433568
[pid=16042] ppid=16039 vsize=2266968 CPUtime=1800 cores=0,2,4,6
/proc/16042/stat : 16042 (naps-1.02) R 16039 16042 3621 0 -1 4202496 312326 0 0 0 179812 188 0 0 20 0 1 0 31004802 2321375232 505204 33554432000 4194304 5796924 140735072238384 140735072235496 4606523 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/16042/statm: 566742 505204 165 392 0 566341 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2266968

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

Child status: 0
Real time (s): 1800.43
CPU time (s): 1800.03
CPU user time (s): 1798.12
CPU system time (s): 1.90671
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 2606220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.12
system time used= 1.90671
maximum resident set size= 2295456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312338
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= 280
involuntary context switches= 1840

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.67329 second user time and 6.80797 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 00:39:40
IDJOB=4108969
IDBENCH=89769
IDSOLVER=2544
FILE ID=node130/4108969-1466289573
RUNJOBID= node130-1466289573-16012
PBS_JOBID= 19918227
Free space on /tmp= 71440 MiB

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

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

MD5SUM BENCH= b029850fdc398224d6c6edaf54638c01
RANDOM SEED=475741297

node130.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.365
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.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        29990544 kB
Buffers:           69096 kB
Cached:           538112 kB
SwapCached:         1872 kB
Active:           464932 kB
Inactive:         225272 kB
Active(anon):      83120 kB
Inactive(anon):     2212 kB
Active(file):     381812 kB
Inactive(file):   223060 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:            320564 kB
Writeback:             0 kB
AnonPages:       1516116 kB
Mapped:             7540 kB
Shmem:                 0 kB
Slab:             625776 kB
SReclaimable:      65156 kB
SUnreclaim:       560620 kB
KernelStack:        1424 kB
PageTables:         6868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1635088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 71448 MiB
End job on node130 at 2016-06-19 01:09:41