Trace number 4108983

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.1 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-60.opb
MD5SUM3a065af206abae16cc2624cb89dfd6ff
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 variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
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.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED *** by signal 15
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c _____________________________________________________________________________
1800.07/1800.40	c 
1800.07/1800.40	c std/band forms        : 28809,3
1800.07/1800.40	c 2cl/3cl ITE-codings   : 32044,57
1800.07/1800.40	c BDD/srt/adr Max costs : 30,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 28812,0,0,0,0
1800.07/1800.40	c BDD nodes             : 177620
1800.07/1800.40	c Es1/CC detections     : 0,0
1800.07/1800.40	c SAT/UNSAT calls       : 0,0
1800.07/1800.40	c restarts              : 0
1800.07/1800.40	c conflicts             : 0              (0 /sec)
1800.07/1800.40	c decisions             : 0              (0 /sec)
1800.07/1800.40	c propagations          : 0              (0 /sec)
1800.07/1800.40	c inspects              : 0              (0 /sec)
1800.07/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.07/1800.40	c Time for Opt-base     : 0 s
1800.07/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-4108983-1466289632/watcher-4108983-1466289632 -o /tmp/evaluation-result-4108983-1466289632/solver-4108983-1466289632 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466289573-16013 --watchdog 1960 naps-1.02 HOME/instance-4108983-1466289632.opb 

pid=16088
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.81 1.37 1.37 4/177 16091
/proc/meminfo: memFree=29435400/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 306 0 0 0 0 0 0 0 20 0 1 0 31009977 6574080 180 33554432000 4194304 5796924 140735233133840 140736707079672 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 1605 180 127 392 0 1204 0

[startup+0.100164 s]
/proc/loadavg: 1.81 1.37 1.37 4/177 16091
/proc/meminfo: memFree=29435400/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=7612 CPUtime=0.09 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 643 0 0 0 9 0 0 0 20 0 1 0 31009977 7794688 509 33554432000 4194304 5796924 140735233133840 140736707079672 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 1903 509 127 392 0 1502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7612

[startup+0.200326 s]
/proc/loadavg: 1.81 1.37 1.37 4/177 16091
/proc/meminfo: memFree=29435400/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 952 0 0 0 19 0 0 0 20 0 1 0 31009977 8908800 804 33554432000 4194304 5796924 140735233133840 140736707079672 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 2175 804 127 392 0 1774 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8700

[startup+0.300307 s]
/proc/loadavg: 1.81 1.37 1.37 4/177 16091
/proc/meminfo: memFree=29435400/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=9640 CPUtime=0.29 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 1286 0 0 0 29 0 0 0 20 0 1 0 31009977 9871360 1117 33554432000 4194304 5796924 140735233133840 140736707079672 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 2410 1117 127 392 0 2009 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9640

[startup+0.700267 s]
/proc/loadavg: 1.81 1.37 1.37 4/177 16091
/proc/meminfo: memFree=29435400/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=14712 CPUtime=0.69 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 2452 0 0 0 69 0 0 0 20 0 1 0 31009977 15065088 2750 33554432000 4194304 5796924 140735233133840 140736707079672 4564234 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 3678 2750 127 392 0 3277 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14712

[startup+1.50025 s]
/proc/loadavg: 1.81 1.37 1.37 4/178 16092
/proc/meminfo: memFree=29400460/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=23160 CPUtime=1.49 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 4861 0 0 0 148 1 0 0 20 0 1 0 31009977 23715840 4975 33554432000 4194304 5796924 140735233133840 140735233133208 4404063 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 5790 4975 127 392 0 5389 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23160

[startup+3.10023 s]
/proc/loadavg: 1.81 1.37 1.37 4/178 16092
/proc/meminfo: memFree=29377956/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=44308 CPUtime=3.09 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 10360 0 0 0 308 1 0 0 20 0 1 0 31009977 45371392 10503 33554432000 4194304 5796924 140735233133840 140735233133000 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 11077 10503 127 392 0 10676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44308

[startup+6.30021 s]
/proc/loadavg: 1.90 1.40 1.38 3/178 16092
/proc/meminfo: memFree=29301064/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=72584 CPUtime=6.29 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 18051 0 0 0 626 3 0 0 20 0 1 0 31009977 74326016 16541 33554432000 4194304 5796924 140735233133840 140735233125464 5092450 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 18146 16541 139 392 0 17745 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72584

[startup+12.7003 s]
/proc/loadavg: 1.99 1.43 1.39 3/178 16092
/proc/meminfo: memFree=29195432/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=116016 CPUtime=12.69 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 25216 0 0 0 1264 5 0 0 20 0 1 0 31009977 118800384 23880 33554432000 4194304 5796924 140735233133840 140735233131480 4606531 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 29004 23880 166 392 0 28603 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 116016

[startup+25.5004 s]
/proc/loadavg: 1.99 1.45 1.40 3/178 16092
/proc/meminfo: memFree=28990404/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=134872 CPUtime=25.49 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 27319 0 0 0 2542 7 0 0 20 0 1 0 31009977 138108928 31048 33554432000 4194304 5796924 140735233133840 140735233131080 4606640 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 33718 31048 166 392 0 33317 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 134872

[startup+51.1004 s]
/proc/loadavg: 2.28 1.56 1.43 3/177 16092
/proc/meminfo: memFree=28641672/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=165220 CPUtime=51.08 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 27853 0 0 0 5101 7 0 0 20 0 1 0 31009977 169185280 37192 33554432000 4194304 5796924 140735233133840 140735233131080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 41305 37192 166 392 0 40904 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 165220

[startup+102.3 s]
/proc/loadavg: 2.29 1.68 1.48 4/177 16094
/proc/meminfo: memFree=28004232/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=173900 CPUtime=102.28 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 28520 0 0 0 10220 8 0 0 20 0 1 0 31009977 178073600 41871 33554432000 4194304 5796924 140735233133840 140735233130904 4606768 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 43475 41871 166 392 0 43074 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 173900

[startup+162.3 s]
/proc/loadavg: 2.21 1.76 1.52 3/177 16095
/proc/meminfo: memFree=28047752/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=173900 CPUtime=162.27 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 28520 0 0 0 16219 8 0 0 20 0 1 0 31009977 178073600 41871 33554432000 4194304 5796924 140735233133840 140735233130904 4607205 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 43475 41871 166 392 0 43074 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 173900

[startup+222.307 s]
/proc/loadavg: 2.12 1.82 1.55 4/177 16096
/proc/meminfo: memFree=28102352/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=154932 CPUtime=222.27 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 31229 0 0 0 22216 11 0 0 20 0 1 0 31009977 158650368 32584 33554432000 4194304 5796924 140735233133840 140735233131304 4606480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 38733 32584 166 392 0 38332 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 154932

[startup+282.3 s]
/proc/loadavg: 2.21 1.89 1.59 3/177 16097
/proc/meminfo: memFree=27948992/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=154932 CPUtime=282.24 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 33391 0 0 0 28210 14 0 0 20 0 1 0 31009977 158650368 33096 33554432000 4194304 5796924 140735233133840 140735233131480 4592195 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 38733 33096 166 392 0 38332 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 154932

[startup+342.3 s]
/proc/loadavg: 2.28 1.97 1.63 3/177 16098
/proc/meminfo: memFree=28012032/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=235072 CPUtime=342.24 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 35550 0 0 0 34206 18 0 0 20 0 1 0 31009977 240713728 46936 33554432000 4194304 5796924 140735233133840 140735233131480 4606514 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 58768 46936 166 392 0 58367 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 235072

[startup+402.3 s]
/proc/loadavg: 2.15 1.99 1.66 3/177 16100
/proc/meminfo: memFree=28020728/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=204252 CPUtime=402.23 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 37121 0 0 0 40202 21 0 0 20 0 1 0 31009977 209154048 44309 33554432000 4194304 5796924 140735233133840 140735233131128 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 51063 44309 166 392 0 50662 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 204252

[startup+462.3 s]
/proc/loadavg: 2.24 2.03 1.69 3/177 16101
/proc/meminfo: memFree=28017940/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=235072 CPUtime=462.22 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 38805 0 0 0 46198 24 0 0 20 0 1 0 31009977 240713728 50520 33554432000 4194304 5796924 140735233133840 140735233131480 4606516 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 58768 50520 166 392 0 58367 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 235072

[startup+522.3 s]
/proc/loadavg: 2.14 2.04 1.71 3/177 16102
/proc/meminfo: memFree=27980816/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=235072 CPUtime=522.21 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 39898 0 0 0 52195 26 0 0 20 0 1 0 31009977 240713728 52568 33554432000 4194304 5796924 140735233133840 140735233131480 4606799 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 58768 52568 166 392 0 58367 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 235072

[startup+582.3 s]
/proc/loadavg: 2.20 2.07 1.75 3/178 16106
/proc/meminfo: memFree=27965108/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=235072 CPUtime=582.21 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 40988 0 0 0 58193 28 0 0 20 0 1 0 31009977 240713728 53592 33554432000 4194304 5796924 140735233133840 140735233131480 4594694 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 58768 53592 166 392 0 58367 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 235072


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


[startup+882.307 s]
/proc/loadavg: 2.19 2.18 1.88 3/177 16112
/proc/meminfo: memFree=27951928/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=237224 CPUtime=882.16 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 48508 0 0 0 88176 40 0 0 20 0 1 0 31009977 242917376 53043 33554432000 4194304 5796924 140735233133840 140735233131480 4606491 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 59306 53043 166 392 0 58905 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 237224

[startup+942.3 s]
/proc/loadavg: 2.24 2.20 1.90 3/177 16113
/proc/meminfo: memFree=27944040/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=206404 CPUtime=942.15 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 49314 0 0 0 94173 42 0 0 20 0 1 0 31009977 211357696 48880 33554432000 4194304 5796924 140735233133840 140735233131128 4607802 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 51601 48880 166 392 0 51200 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 206404

[startup+1002.3 s]
/proc/loadavg: 2.24 2.21 1.92 3/176 16114
/proc/meminfo: memFree=27952368/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=287312 CPUtime=1002.14 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 50234 0 0 0 100170 44 0 0 20 0 1 0 31009977 294207488 60000 33554432000 4194304 5796924 140735233133840 140735233131480 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 71828 60000 166 392 0 71427 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 287312

[startup+1062.3 s]
/proc/loadavg: 2.14 2.18 1.93 3/177 16116
/proc/meminfo: memFree=27935600/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=238952 CPUtime=1062.13 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 51768 0 0 0 106166 47 0 0 20 0 1 0 31009977 244686848 57059 33554432000 4194304 5796924 140735233133840 140735233131480 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 59738 57059 166 392 0 59337 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 238952

[startup+1122.3 s]
/proc/loadavg: 2.10 2.16 1.93 3/177 16117
/proc/meminfo: memFree=28021120/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=239476 CPUtime=1122.12 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 53304 0 0 0 112162 50 0 0 20 0 1 0 31009977 245223424 52582 33554432000 4194304 5796924 140735233133840 140735233131480 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 59869 52582 166 392 0 59468 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 239476

[startup+1182.3 s]
/proc/loadavg: 2.14 2.16 1.94 3/178 16121
/proc/meminfo: memFree=27969980/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=210092 CPUtime=1182.11 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 54474 0 0 0 118159 52 0 0 20 0 1 0 31009977 215134208 47754 33554432000 4194304 5796924 140735233133840 140735233131128 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 52523 47754 166 392 0 52122 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 210092

[startup+1242.3 s]
/proc/loadavg: 2.29 2.19 1.96 3/178 16145
/proc/meminfo: memFree=27890020/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=291000 CPUtime=1242.1 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 55398 0 0 0 124156 54 0 0 20 0 1 0 31009977 297984000 61946 33554432000 4194304 5796924 140735233133840 140735233131480 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 72750 61946 166 392 0 72349 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 291000

[startup+1302.3 s]
/proc/loadavg: 2.15 2.17 1.97 3/177 16146
/proc/meminfo: memFree=27985512/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=241252 CPUtime=1302.1 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 56576 0 0 0 130153 57 0 0 20 0 1 0 31009977 247042048 55586 33554432000 4194304 5796924 140735233133840 140735233131480 4606744 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 60313 55586 166 392 0 59912 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 241252

[startup+1362.3 s]
/proc/loadavg: 2.21 2.18 1.98 3/177 16148
/proc/meminfo: memFree=27917860/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=211732 CPUtime=1362.08 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 57711 0 0 0 136149 59 0 0 20 0 1 0 31009977 216813568 48676 33554432000 4194304 5796924 140735233133840 140735233131128 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 52933 48676 166 392 0 52532 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 211732

[startup+1422.3 s]
/proc/loadavg: 2.27 2.19 2.00 3/177 16149
/proc/meminfo: memFree=27943552/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=292640 CPUtime=1422.07 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 58641 0 0 0 142146 61 0 0 20 0 1 0 31009977 299663360 61844 33554432000 4194304 5796924 140735233133840 140735233131480 4606825 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 73160 61844 166 392 0 72759 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 292640

[startup+1482.3 s]
/proc/loadavg: 2.20 2.18 2.01 3/177 16150
/proc/meminfo: memFree=27872632/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=243152 CPUtime=1482.03 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 59903 0 0 0 148140 63 0 0 20 0 1 0 31009977 248987648 54838 33554432000 4194304 5796924 140735233133840 140735233131480 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 60788 54838 166 392 0 60387 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 243152

[startup+1542.31 s]
/proc/loadavg: 2.24 2.19 2.02 3/177 16151
/proc/meminfo: memFree=27791000/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=293240 CPUtime=1542.02 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 60241 0 0 0 154138 64 0 0 20 0 1 0 31009977 300277760 64355 33554432000 4194304 5796924 140735233133840 140735233131480 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 73310 64355 166 392 0 72909 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 293240

[startup+1602.3 s]
/proc/loadavg: 2.22 2.20 2.03 3/177 16152
/proc/meminfo: memFree=27905196/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=245096 CPUtime=1602.01 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 61841 0 0 0 160135 66 0 0 20 0 1 0 31009977 250978304 55324 33554432000 4194304 5796924 140735233133840 140735233131480 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 61274 55324 166 392 0 60873 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 245096

[startup+1662.3 s]
/proc/loadavg: 2.16 2.19 2.03 3/177 16154
/proc/meminfo: memFree=27760724/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=295184 CPUtime=1662 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 62167 0 0 0 166133 67 0 0 20 0 1 0 31009977 302268416 65865 33554432000 4194304 5796924 140735233133840 140735233131480 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 73796 65865 166 392 0 73395 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 295184

[startup+1722.3 s]
/proc/loadavg: 2.16 2.18 2.04 3/177 16155
/proc/meminfo: memFree=27858440/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=245728 CPUtime=1721.99 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 63423 0 0 0 172129 70 0 0 20 0 1 0 31009977 251625472 58042 33554432000 4194304 5796924 140735233133840 140735233131480 4606565 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 61432 58042 166 392 0 61031 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 245728

[startup+1782.3 s]
/proc/loadavg: 1.86 2.10 2.02 2/171 16190
/proc/meminfo: memFree=30125836/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=295816 CPUtime=1781.98 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 63744 0 0 0 178127 71 0 0 20 0 1 0 31009977 302915584 67047 33554432000 4194304 5796924 140735233133840 140735233131480 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 73954 67047 166 392 0 73553 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 295816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.61 2.03 1.99 2/171 16190
/proc/meminfo: memFree=30117520/32872528 swapFree=1286400/1433568
[pid=16091] ppid=16088 vsize=295816 CPUtime=1800.07 cores=1,3,5,7
/proc/16091/stat : 16091 (naps-1.02) R 16088 16091 3621 0 -1 4202496 63748 0 0 0 179936 71 0 0 20 0 1 0 31009977 302915584 69095 33554432000 4194304 5796924 140735233133840 140735233131480 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/16091/statm: 73954 69095 166 392 0 73553 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 295816

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.37
CPU system time (s): 0.725889
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 295816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.725889
maximum resident set size= 276428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63760
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= 44
involuntary context switches= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.43133 second user time and 7.02893 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 00:40:32
IDJOB=4108983
IDBENCH=89783
IDSOLVER=2544
FILE ID=node130/4108983-1466289632
RUNJOBID= node130-1466289573-16013
PBS_JOBID= 19918227
Free space on /tmp= 71452 MiB

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

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

MD5SUM BENCH= 3a065af206abae16cc2624cb89dfd6ff
RANDOM SEED=1872320282

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:        29435408 kB
Buffers:           69184 kB
Cached:           524600 kB
SwapCached:         1872 kB
Active:          1030744 kB
Inactive:         226072 kB
Active(anon):     663060 kB
Inactive(anon):     2212 kB
Active(file):     367684 kB
Inactive(file):   223860 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:             15664 kB
Writeback:             0 kB
AnonPages:       2098200 kB
Mapped:             7648 kB
Shmem:                 0 kB
Slab:             612772 kB
SReclaimable:      56064 kB
SUnreclaim:       556708 kB
KernelStack:        1440 kB
PageTables:         8160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2275448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node130 at 2016-06-19 01:10:33