Trace number 4109011

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.06 1800.43

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-181.opb
MD5SUM5f261e01a77e00c07db405ec3b956be4
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 variables335161
Total number of constraints7866877
Number of constraints which are clauses7067313
Number of constraints which are cardinality constraints (but not clauses)24643
Number of constraints which are nor clauses,nor cardinality constraints774921
Minimum length of a constraint2
Maximum length of a constraint2580
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 2581
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.02/1800.40	c 
1800.02/1800.40	c *** TERMINATED *** by signal 15
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c _____________________________________________________________________________
1800.02/1800.40	c 
1800.02/1800.40	c std/band forms        : 799563,1
1800.02/1800.40	c 2cl/3cl ITE-codings   : 886040,19
1800.02/1800.40	c BDD/srt/adr Max costs : 30,0,0
1800.02/1800.40	c BDDraw/bin/mul/srt/adr: 799564,0,0,0,0
1800.02/1800.40	c BDD nodes             : 4921080
1800.02/1800.40	c Es1/CC detections     : 0,0
1800.02/1800.40	c SAT/UNSAT calls       : 0,0
1800.02/1800.40	c restarts              : 0
1800.02/1800.40	c conflicts             : 0              (0 /sec)
1800.02/1800.40	c decisions             : 0              (0 /sec)
1800.02/1800.40	c propagations          : 0              (0 /sec)
1800.02/1800.40	c inspects              : 0              (0 /sec)
1800.02/1800.40	c CPU time (solving tm) : 1797 s        (0 s)
1800.02/1800.40	c Time for Opt-base     : 0 s
1800.02/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-4109011-1466290047/watcher-4109011-1466290047 -o /tmp/evaluation-result-4109011-1466290047/solver-4109011-1466290047 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466276517-22625 --watchdog 1960 naps-1.02 HOME/instance-4109011-1466290047.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.44 2.28 2.26 4/176 25218
/proc/meminfo: memFree=29589448/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 300 0 0 0 0 0 0 0 20 0 1 0 31052365 6574080 174 33554432000 4194304 5796924 140737446081152 140733412043272 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 1605 174 127 392 0 1204 0

[startup+0.100119 s]
/proc/loadavg: 2.44 2.28 2.26 4/176 25218
/proc/meminfo: memFree=29589448/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=7668 CPUtime=0.09 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 633 0 0 0 9 0 0 0 20 0 1 0 31052365 7852032 499 33554432000 4194304 5796924 140737446081152 140737446080376 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 1917 500 127 392 0 1516 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7668

[startup+0.20031 s]
/proc/loadavg: 2.44 2.28 2.26 4/176 25218
/proc/meminfo: memFree=29589448/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=8672 CPUtime=0.19 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 954 0 0 0 19 0 0 0 20 0 1 0 31052365 8880128 799 33554432000 4194304 5796924 140737446081152 140737446080376 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 2168 799 127 392 0 1767 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8672

[startup+0.300296 s]
/proc/loadavg: 2.44 2.28 2.26 4/176 25218
/proc/meminfo: memFree=29589448/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=9668 CPUtime=0.29 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 1284 0 0 0 29 0 0 0 20 0 1 0 31052365 9900032 1114 33554432000 4194304 5796924 140737446081152 140737446080376 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 2417 1114 127 392 0 2016 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9668

[startup+0.700187 s]
/proc/loadavg: 2.44 2.28 2.26 4/176 25218
/proc/meminfo: memFree=29589448/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=14556 CPUtime=0.69 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 2598 0 0 0 69 0 0 0 20 0 1 0 31052365 14905344 2371 33554432000 4194304 5796924 140737446081152 140737446080376 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 3639 2371 127 392 0 3238 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14556

[startup+1.50023 s]
/proc/loadavg: 2.44 2.28 2.26 3/177 25219
/proc/meminfo: memFree=29578388/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=23164 CPUtime=1.48 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 5122 0 0 0 148 0 0 0 20 0 1 0 31052365 23719936 5208 33554432000 4194304 5796924 140737446081152 140737446080408 4404063 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 5791 5208 127 392 0 5390 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23164

[startup+3.10029 s]
/proc/loadavg: 2.44 2.28 2.26 4/177 25219
/proc/meminfo: memFree=29560080/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=44536 CPUtime=3.09 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 10376 0 0 0 307 2 0 0 20 0 1 0 31052365 45604864 10024 33554432000 4194304 5796924 140737446081152 140737446080312 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 11134 10024 127 392 0 10733 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44536

[startup+6.30023 s]
/proc/loadavg: 2.48 2.29 2.26 4/177 25219
/proc/meminfo: memFree=29520892/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=86424 CPUtime=6.29 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 21032 0 0 0 624 5 0 0 20 0 1 0 31052365 88498176 20255 33554432000 4194304 5796924 140737446081152 140737446080424 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 21606 20255 127 392 0 21205 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86424

[startup+12.7002 s]
/proc/loadavg: 2.44 2.28 2.26 3/177 25219
/proc/meminfo: memFree=29431984/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=180424 CPUtime=12.69 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 39303 0 0 0 1258 11 0 0 20 0 1 0 31052365 184754176 40679 33554432000 4194304 5796924 140737446081152 140737446080408 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 45106 40679 127 392 0 44705 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180424

[startup+25.5003 s]
/proc/loadavg: 2.34 2.27 2.26 4/177 25219
/proc/meminfo: memFree=29327128/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=337212 CPUtime=25.49 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 72228 0 0 0 2529 20 0 0 20 0 1 0 31052365 345305088 81349 33554432000 4194304 5796924 140737446081152 140737446080376 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 84303 81349 127 392 0 83902 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 337212

[startup+51.1002 s]
/proc/loadavg: 2.30 2.26 2.25 3/177 25219
/proc/meminfo: memFree=28948124/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=713084 CPUtime=51.08 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 134826 0 0 0 5068 40 0 0 20 0 1 0 31052365 730198016 162613 33554432000 4194304 5796924 140737446081152 140737446080520 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 178271 162613 127 392 0 177870 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 713084

[startup+102.3 s]
/proc/loadavg: 2.20 2.23 2.24 3/177 25220
/proc/meminfo: memFree=28313456/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=1401892 CPUtime=102.27 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 251495 0 0 0 10151 76 0 0 20 0 1 0 31052365 1435537408 324939 33554432000 4194304 5796924 140737446081152 140737446080424 4404063 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 350473 324939 127 392 0 350072 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1401892

[startup+162.3 s]
/proc/loadavg: 2.12 2.20 2.23 3/178 25224
/proc/meminfo: memFree=27813984/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=1927920 CPUtime=162.26 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 351238 0 0 0 16121 105 0 0 20 0 1 0 31052365 1974190080 444679 33554432000 4194304 5796924 140737446081152 140737446074552 5087774 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 481980 444679 139 392 0 481579 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1927920

[startup+222.3 s]
/proc/loadavg: 2.08 2.18 2.22 4/177 25225
/proc/meminfo: memFree=27232088/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2583316 CPUtime=222.26 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 369870 0 0 0 22101 125 0 0 20 0 1 0 31052365 2645315584 591428 33554432000 4194304 5796924 140737446081152 140737446079000 4568957 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 645829 591428 163 392 0 645428 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2583316

[startup+282.3 s]
/proc/loadavg: 2.21 2.19 2.22 3/177 25227
/proc/meminfo: memFree=27231460/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2583316 CPUtime=282.24 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 369888 0 0 0 28099 125 0 0 20 0 1 0 31052365 2645315584 594001 33554432000 4194304 5796924 140737446081152 140737446079000 4583301 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 645829 594001 166 392 0 645428 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2583316

[startup+342.3 s]
/proc/loadavg: 2.17 2.18 2.21 3/177 25228
/proc/meminfo: memFree=27164192/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2583316 CPUtime=342.24 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 369896 0 0 0 34099 125 0 0 20 0 1 0 31052365 2645315584 598097 33554432000 4194304 5796924 140737446081152 140737446079000 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 645829 598097 166 392 0 645428 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2583316

[startup+402.3 s]
/proc/loadavg: 2.14 2.18 2.20 4/177 25229
/proc/meminfo: memFree=27138476/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2583316 CPUtime=402.23 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 369912 0 0 0 40097 126 0 0 20 0 1 0 31052365 2645315584 606289 33554432000 4194304 5796924 140737446081152 140737446079000 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 645829 606289 166 392 0 645428 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2583316

[startup+462.307 s]
/proc/loadavg: 2.19 2.18 2.20 3/177 25230
/proc/meminfo: memFree=27190088/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2583316 CPUtime=462.23 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 371039 0 0 0 46088 135 0 0 20 0 1 0 31052365 2645315584 596050 33554432000 4194304 5796924 140737446081152 140737446078616 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 645829 596050 166 392 0 645428 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 2583316

[startup+522.3 s]
/proc/loadavg: 2.16 2.18 2.20 3/177 25231
/proc/meminfo: memFree=27156440/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2583316 CPUtime=522.21 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 371061 0 0 0 52085 136 0 0 20 0 1 0 31052365 2645315584 607314 33554432000 4194304 5796924 140737446081152 140737446078616 4607740 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 645829 607314 166 392 0 645428 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2583316

[startup+582.3 s]
/proc/loadavg: 2.16 2.17 2.19 4/177 25233
/proc/meminfo: memFree=27151024/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2583316 CPUtime=582.2 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 372205 0 0 0 58074 146 0 0 20 0 1 0 31052365 2645315584 598613 33554432000 4194304 5796924 140737446081152 140737446078616 4608495 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 645829 598613 166 392 0 645428 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2583316


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


[startup+882.3 s]
/proc/loadavg: 2.20 2.21 2.19 3/177 25266
/proc/meminfo: memFree=27168676/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2583316 CPUtime=882.13 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 374609 0 0 0 88045 168 0 0 20 0 1 0 31052365 2645315584 602205 33554432000 4194304 5796924 140737446081152 140737446078616 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 645829 602205 166 392 0 645428 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 2583316

[startup+942.3 s]
/proc/loadavg: 2.23 2.22 2.19 4/177 25267
/proc/meminfo: memFree=27087900/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=942.11 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 375546 0 0 0 94040 171 0 0 20 0 1 0 31052365 2865397760 612321 33554432000 4194304 5796924 140737446081152 140737446078792 4594171 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 612321 166 392 0 699159 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 2798240

[startup+1002.3 s]
/proc/loadavg: 2.22 2.22 2.18 3/177 25268
/proc/meminfo: memFree=27121032/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=1002.1 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 376722 0 0 0 100028 182 0 0 20 0 1 0 31052365 2865397760 611307 33554432000 4194304 5796924 140737446081152 140737446078792 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 611307 166 392 0 699159 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 2798240

[startup+1062.3 s]
/proc/loadavg: 2.23 2.22 2.18 3/177 25269
/proc/meminfo: memFree=26808288/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2583316 CPUtime=1062.07 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 376990 0 0 0 106018 189 0 0 20 0 1 0 31052365 2645315584 593534 33554432000 4194304 5796924 140737446081152 140737446078264 4592059 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 645829 593534 166 392 0 645428 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 2583316

[startup+1122.31 s]
/proc/loadavg: 2.18 2.21 2.18 4/177 25270
/proc/meminfo: memFree=27070484/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=1122.07 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 377964 0 0 0 112013 194 0 0 20 0 1 0 31052365 2865397760 621586 33554432000 4194304 5796924 140737446081152 140737446078792 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 621586 166 392 0 699159 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 2798240

[startup+1182.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/177 25272
/proc/meminfo: memFree=27079192/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=1182.05 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 379132 0 0 0 118001 204 0 0 20 0 1 0 31052365 2865397760 611372 33554432000 4194304 5796924 140737446081152 140737446078792 4606514 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 611372 166 392 0 699159 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 2798240

[startup+1242.3 s]
/proc/loadavg: 2.26 2.23 2.19 3/177 25273
/proc/meminfo: memFree=27027948/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=3142116 CPUtime=1242.03 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 379183 0 0 0 123998 205 0 0 20 0 1 0 31052365 3217526784 631394 33554432000 4194304 5796924 140737446081152 140737446078792 4627015 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 785529 631394 166 392 0 785128 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 3142116

[startup+1302.3 s]
/proc/loadavg: 2.24 2.23 2.18 3/177 25319
/proc/meminfo: memFree=27220104/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=1302.03 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 380361 0 0 0 129985 218 0 0 20 0 1 0 31052365 2865397760 622999 33554432000 4194304 5796924 140737446081152 140737446078792 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 622999 166 392 0 699159 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 2798240

[startup+1362.3 s]
/proc/loadavg: 2.34 2.26 2.19 3/178 25323
/proc/meminfo: memFree=27281888/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2583316 CPUtime=1362 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 380650 0 0 0 135975 225 0 0 20 0 1 0 31052365 2645315584 605637 33554432000 4194304 5796924 140737446081152 140737446078616 4568957 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 645829 605637 166 392 0 645428 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 2583316

[startup+1422.3 s]
/proc/loadavg: 2.25 2.25 2.19 3/177 25324
/proc/meminfo: memFree=27169808/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=1421.99 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 381620 0 0 0 141969 230 0 0 20 0 1 0 31052365 2865397760 633102 33554432000 4194304 5796924 140737446081152 140737446078792 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 633102 166 392 0 699159 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 2798240

[startup+1482.3 s]
/proc/loadavg: 2.21 2.24 2.19 3/177 25326
/proc/meminfo: memFree=27212840/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=1481.96 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 382798 0 0 0 147956 240 0 0 20 0 1 0 31052365 2865397760 615494 33554432000 4194304 5796924 140737446081152 140737446078792 4606529 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 615494 166 392 0 699159 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 2798240

[startup+1542.3 s]
/proc/loadavg: 2.22 2.23 2.18 3/177 25327
/proc/meminfo: memFree=27136512/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=1541.96 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 382841 0 0 0 153954 242 0 0 20 0 1 0 31052365 2865397760 635044 33554432000 4194304 5796924 140737446081152 140737446078792 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 635044 166 392 0 699159 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 2798240

[startup+1602.3 s]
/proc/loadavg: 2.18 2.22 2.18 3/177 25328
/proc/meminfo: memFree=27224148/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=1601.95 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 384006 0 0 0 159943 252 0 0 20 0 1 0 31052365 2865397760 612004 33554432000 4194304 5796924 140737446081152 140737446078792 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 612004 166 392 0 699159 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 2798240

[startup+1662.3 s]
/proc/loadavg: 2.25 2.24 2.18 3/177 25329
/proc/meminfo: memFree=27131112/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=1661.94 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 384050 0 0 0 165941 253 0 0 20 0 1 0 31052365 2865397760 634818 33554432000 4194304 5796924 140737446081152 140737446078792 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 634818 166 392 0 699159 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 2798240

[startup+1722.3 s]
/proc/loadavg: 2.40 2.28 2.20 3/177 25330
/proc/meminfo: memFree=26762132/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2583316 CPUtime=1721.93 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 384314 0 0 0 171931 262 0 0 20 0 1 0 31052365 2645315584 604619 33554432000 4194304 5796924 140737446081152 140737446078616 4607198 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 645829 604619 166 392 0 645428 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 2583316

[startup+1782.31 s]
/proc/loadavg: 2.36 2.29 2.20 3/177 25332
/proc/meminfo: memFree=27153684/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=1781.92 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 385256 0 0 0 177926 266 0 0 20 0 1 0 31052365 2865397760 628552 33554432000 4194304 5796924 140737446081152 140737446078792 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 628552 166 392 0 699159 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 2798240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.34 2.29 2.20 4/177 25333
/proc/meminfo: memFree=27133040/32872528 swapFree=1497824/1644992
[pid=25218] ppid=25215 vsize=2798240 CPUtime=1800.02 cores=1,3,5,7
/proc/25218/stat : 25218 (naps-1.02) R 25215 25218 22608 0 -1 4202496 385267 0 0 0 179735 267 0 0 20 0 1 0 31052365 2865397760 634184 33554432000 4194304 5796924 140737446081152 140737446078792 4606777 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25218/statm: 699560 634184 166 392 0 699159 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2798240

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 25218 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.06
CPU user time (s): 1797.35
CPU system time (s): 2.70759
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 3142116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.35
system time used= 2.70759
maximum resident set size= 2919988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 385279
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= 2001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6013 second user time and 6.86596 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-19 00:47:35
IDJOB=4109011
IDBENCH=89817
IDSOLVER=2544
FILE ID=node124/4109011-1466290047
RUNJOBID= node124-1466276517-22625
PBS_JOBID= 19918264
Free space on /tmp= 71352 MiB

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

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

MD5SUM BENCH= 5f261e01a77e00c07db405ec3b956be4
RANDOM SEED=95624956

node124.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.791
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.58
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.791
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.791
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.791
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.791
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.791
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.791
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.54
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.791
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29589736 kB
Buffers:          102536 kB
Cached:           563196 kB
SwapCached:         2804 kB
Active:           679568 kB
Inactive:         164660 kB
Active(anon):     176320 kB
Inactive(anon):     4488 kB
Active(file):     503248 kB
Inactive(file):   160172 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099796 kB
Dirty:            378780 kB
Writeback:             0 kB
AnonPages:       1828404 kB
Mapped:             9532 kB
Shmem:                 0 kB
Slab:             654664 kB
SReclaimable:      97672 kB
SUnreclaim:       556992 kB
KernelStack:        1440 kB
PageTables:         7764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1976908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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= 71356 MiB
End job on node124 at 2016-06-19 01:17:36