Trace number 4101107

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.02? (TO) 1800.07 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-sc205.opb
MD5SUM085f6c29f952ff5e0e711950d59893d5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables6090
Total number of constraints204
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints204
Minimum length of a constraint30
Maximum length of a constraint120
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524370
Number of bits of the biggest sum of numbers20
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.04/1800.40	c 
1800.04/1800.40	c *** TERMINATED *** by signal 15
1800.04/1800.40	s UNKNOWN
1800.04/1800.40	c _____________________________________________________________________________
1800.04/1800.40	c 
1800.04/1800.40	c std/band forms        : 113,90
1800.04/1800.40	c 2cl/3cl ITE-codings   : 704535,206382
1800.04/1800.40	c BDD/srt/adr Max costs : 15055,0,0
1800.04/1800.40	c BDDraw/bin/mul/srt/adr: 72,0,131,0,0
1800.04/1800.40	c BDD nodes             : 1003927
1800.04/1800.40	c Es1/CC detections     : 0,0
1800.04/1800.40	c SAT/UNSAT calls       : 0,0
1800.04/1800.40	c restarts              : 0
1800.04/1800.40	c conflicts             : 0              (0 /sec)
1800.04/1800.40	c decisions             : 0              (0 /sec)
1800.04/1800.40	c propagations          : 0              (0 /sec)
1800.04/1800.40	c inspects              : 0              (0 /sec)
1800.04/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.04/1800.40	c Time for Opt-base     : 195.2 s
1800.04/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-4101107-1466224439/watcher-4101107-1466224439 -o /tmp/evaluation-result-4101107-1466224439/solver-4101107-1466224439 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466206099-12165 --watchdog 1960 naps-1.02 HOME/instance-4101107-1466224439.opb 

pid=15305
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.14 2.16 2.17 3/176 15308
/proc/meminfo: memFree=25483340/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=6696 CPUtime=0 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 352 0 0 0 0 0 0 0 20 0 1 0 24493110 6856704 226 33554432000 4194304 5796924 140734172874880 140736983011432 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 1674 226 128 392 0 1273 0

[startup+0.100159 s]
/proc/loadavg: 2.14 2.16 2.17 3/176 15308
/proc/meminfo: memFree=25483340/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=10984 CPUtime=0.09 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 1336 0 0 0 9 0 0 0 20 0 1 0 24493110 11247616 1210 33554432000 4194304 5796924 140734172874880 140736983011432 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 2746 1210 128 392 0 2345 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10984

[startup+0.200293 s]
/proc/loadavg: 2.14 2.16 2.17 3/176 15308
/proc/meminfo: memFree=25483340/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=12720 CPUtime=0.19 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 1824 0 0 0 19 0 0 0 20 0 1 0 24493110 13025280 1650 33554432000 4194304 5796924 140734172874880 140736983011432 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 3180 1651 143 392 0 2779 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12720

[startup+0.300264 s]
/proc/loadavg: 2.14 2.16 2.17 3/176 15308
/proc/meminfo: memFree=25483340/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=13700 CPUtime=0.29 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 2051 0 0 0 29 0 0 0 20 0 1 0 24493110 14028800 1877 33554432000 4194304 5796924 140734172874880 140736983011432 5096591 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 3425 1877 143 392 0 3024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13700

[startup+0.700282 s]
/proc/loadavg: 2.14 2.16 2.17 3/176 15308
/proc/meminfo: memFree=25483340/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=14812 CPUtime=0.69 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 2406 0 0 0 69 0 0 0 20 0 1 0 24493110 15167488 2149 33554432000 4194304 5796924 140734172874880 140734172871096 5087675 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 3703 2149 143 392 0 3302 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14812

[startup+1.50023 s]
/proc/loadavg: 2.14 2.16 2.17 3/177 15309
/proc/meminfo: memFree=25472792/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=18164 CPUtime=1.49 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 3338 0 0 0 149 0 0 0 20 0 1 0 24493110 18599936 2916 33554432000 4194304 5796924 140734172874880 140734172871096 4199805 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 4541 2916 143 392 0 4140 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18164

[startup+3.10023 s]
/proc/loadavg: 2.14 2.16 2.17 3/177 15309
/proc/meminfo: memFree=25470312/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=21804 CPUtime=3.09 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 4563 0 0 0 309 0 0 0 20 0 1 0 24493110 22327296 3811 33554432000 4194304 5796924 140734172874880 140734172871096 5096620 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 5451 3811 144 392 0 5050 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21804

[startup+6.30023 s]
/proc/loadavg: 2.13 2.16 2.17 3/177 15309
/proc/meminfo: memFree=25466256/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=24796 CPUtime=6.28 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 5203 0 0 0 628 0 0 0 20 0 1 0 24493110 25391104 4451 33554432000 4194304 5796924 140734172874880 140734172871096 5100122 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 6199 4451 144 392 0 5798 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24796

[startup+12.7002 s]
/proc/loadavg: 2.12 2.16 2.17 3/177 15309
/proc/meminfo: memFree=25461268/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=27400 CPUtime=12.69 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 5943 0 0 0 1268 1 0 0 20 0 1 0 24493110 28057600 5191 33554432000 4194304 5796924 140734172874880 140734172871096 4810027 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 6850 5191 144 392 0 6449 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27400

[startup+25.5003 s]
/proc/loadavg: 2.09 2.15 2.17 3/177 15309
/proc/meminfo: memFree=25457664/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=31516 CPUtime=25.49 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 6460 0 0 0 2548 1 0 0 20 0 1 0 24493110 32272384 6071 33554432000 4194304 5796924 140734172874880 140734172871096 5096658 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 7879 6071 144 392 0 7478 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31516

[startup+51.1003 s]
/proc/loadavg: 2.06 2.14 2.16 3/177 15309
/proc/meminfo: memFree=25449880/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=37620 CPUtime=51.08 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 7813 0 0 0 5107 1 0 0 20 0 1 0 24493110 38522880 7424 33554432000 4194304 5796924 140734172874880 140734172871096 5087724 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 9405 7424 144 392 0 9004 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37620

[startup+102.3 s]
/proc/loadavg: 2.18 2.15 2.16 3/177 15310
/proc/meminfo: memFree=25428916/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=50904 CPUtime=102.28 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 10199 0 0 0 10226 2 0 0 20 0 1 0 24493110 52125696 11047 33554432000 4194304 5796924 140734172874880 140734172871096 4295888 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 12726 11047 144 392 0 12325 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 50904

[startup+162.3 s]
/proc/loadavg: 2.17 2.15 2.16 4/177 15312
/proc/meminfo: memFree=25404076/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=71624 CPUtime=162.26 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 12867 0 0 0 16224 2 0 0 20 0 1 0 24493110 73342976 15678 33554432000 4194304 5796924 140734172874880 140734172871096 4839567 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 17906 15678 144 392 0 17505 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 71624

[startup+222.307 s]
/proc/loadavg: 2.10 2.13 2.15 3/177 15313
/proc/meminfo: memFree=24863000/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=668804 CPUtime=222.26 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 68534 0 0 0 22208 18 0 0 20 0 1 0 24493110 684855296 149237 33554432000 4194304 5796924 140734172874880 140734172871928 4583328 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 167201 149237 171 392 0 166800 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 668804

[startup+282.3 s]
/proc/loadavg: 2.07 2.12 2.15 3/177 15314
/proc/meminfo: memFree=24843088/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=677552 CPUtime=282.25 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 70965 0 0 0 28205 20 0 0 20 0 1 0 24493110 693813248 152042 33554432000 4194304 5796924 140734172874880 140734172872344 4568957 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 169388 152042 171 392 0 168987 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 677552

[startup+342.3 s]
/proc/loadavg: 2.10 2.12 2.15 3/177 15315
/proc/meminfo: memFree=24821084/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=687828 CPUtime=342.24 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 74100 0 0 0 34201 23 0 0 20 0 1 0 24493110 704335872 155333 33554432000 4194304 5796924 140734172874880 140734172872344 4583083 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 171957 155333 171 392 0 171556 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 687828

[startup+402.3 s]
/proc/loadavg: 2.21 2.14 2.15 3/178 15319
/proc/meminfo: memFree=24768068/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=741744 CPUtime=402.22 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 75785 0 0 0 40199 23 0 0 20 0 1 0 24493110 759545856 161596 33554432000 4194304 5796924 140734172874880 140734172871928 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 185436 161596 171 392 0 185035 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 741744

[startup+462.3 s]
/proc/loadavg: 2.11 2.13 2.15 4/177 15321
/proc/meminfo: memFree=24754808/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=744512 CPUtime=462.22 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 77523 0 0 0 46196 26 0 0 20 0 1 0 24493110 762380288 160924 33554432000 4194304 5796924 140734172874880 140734172872520 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 186128 160924 171 392 0 185727 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 744512

[startup+522.3 s]
/proc/loadavg: 2.10 2.12 2.14 3/177 15322
/proc/meminfo: memFree=24749244/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=699372 CPUtime=522.2 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 78645 0 0 0 52192 28 0 0 20 0 1 0 24493110 716156928 160687 33554432000 4194304 5796924 140734172874880 140734172871928 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 174843 160687 171 392 0 174442 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 699372

[startup+582.3 s]
/proc/loadavg: 2.04 2.09 2.13 4/177 15323
/proc/meminfo: memFree=24719768/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=751536 CPUtime=582.2 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 79932 0 0 0 58191 29 0 0 20 0 1 0 24493110 769572864 165518 33554432000 4194304 5796924 140734172874880 140734172871928 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 187884 165518 171 392 0 187483 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 751536


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


[startup+882.307 s]
/proc/loadavg: 2.11 2.12 2.12 3/177 15329
/proc/meminfo: memFree=24828096/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=764996 CPUtime=882.16 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 85040 0 0 0 88179 37 0 0 20 0 1 0 24493110 783355904 167864 33554432000 4194304 5796924 140734172874880 140734172872344 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 191249 167864 171 392 0 190848 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 764996

[startup+942.3 s]
/proc/loadavg: 2.07 2.11 2.11 3/177 15376
/proc/meminfo: memFree=29974620/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=771092 CPUtime=942.14 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 86560 0 0 0 94177 37 0 0 20 0 1 0 24493110 789598208 173478 33554432000 4194304 5796924 140734172874880 140734172872152 4607802 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 192773 173478 171 392 0 192372 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 771092

[startup+1002.3 s]
/proc/loadavg: 2.02 2.08 2.10 4/178 15380
/proc/meminfo: memFree=29943924/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=775140 CPUtime=1002.12 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 87184 0 0 0 100174 38 0 0 20 0 1 0 24493110 793743360 178858 33554432000 4194304 5796924 140734172874880 140734172871928 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 193785 178858 171 392 0 193384 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 775140

[startup+1062.3 s]
/proc/loadavg: 2.01 2.07 2.09 3/177 15382
/proc/meminfo: memFree=29963084/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=775140 CPUtime=1062.11 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 87732 0 0 0 106171 40 0 0 20 0 1 0 24493110 793743360 172987 33554432000 4194304 5796924 140734172874880 140734172872344 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 193785 172987 171 392 0 193384 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 775140

[startup+1122.3 s]
/proc/loadavg: 2.14 2.08 2.09 4/177 15383
/proc/meminfo: memFree=29932500/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=777288 CPUtime=1122.08 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 88367 0 0 0 112168 40 0 0 20 0 1 0 24493110 795942912 178334 33554432000 4194304 5796924 140734172874880 140734172871928 4569038 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 194322 178334 171 392 0 193921 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 777288

[startup+1182.3 s]
/proc/loadavg: 2.18 2.11 2.10 3/176 15384
/proc/meminfo: memFree=29908056/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=860596 CPUtime=1182.05 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 89691 0 0 0 118164 41 0 0 20 0 1 0 24493110 881250304 183466 33554432000 4194304 5796924 140734172874880 140734172871928 4583129 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 215149 183466 171 392 0 214748 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 860596

[startup+1242.3 s]
/proc/loadavg: 2.23 2.13 2.10 4/177 15386
/proc/meminfo: memFree=29917420/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=779208 CPUtime=1242.04 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 90626 0 0 0 124160 44 0 0 20 0 1 0 24493110 797908992 176466 33554432000 4194304 5796924 140734172874880 140734172872344 4607720 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 194802 176466 171 392 0 194401 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 779208

[startup+1302.3 s]
/proc/loadavg: 2.29 2.17 2.11 3/177 15387
/proc/meminfo: memFree=29894900/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=782452 CPUtime=1302.03 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 91056 0 0 0 130159 44 0 0 20 0 1 0 24493110 801230848 180984 33554432000 4194304 5796924 140734172874880 140734172871928 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 195613 180984 171 392 0 195212 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 782452

[startup+1362.3 s]
/proc/loadavg: 2.25 2.18 2.12 4/177 15389
/proc/meminfo: memFree=29861372/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=863840 CPUtime=1362.01 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 92077 0 0 0 136156 45 0 0 20 0 1 0 24493110 884572160 184531 33554432000 4194304 5796924 140734172874880 140734172872520 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 215960 184531 171 392 0 215559 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 863840

[startup+1422.3 s]
/proc/loadavg: 2.14 2.16 2.11 3/177 15390
/proc/meminfo: memFree=29791052/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=867592 CPUtime=1422.01 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 92683 0 0 0 142155 46 0 0 20 0 1 0 24493110 888414208 190438 33554432000 4194304 5796924 140734172874880 140734172871928 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 216898 190438 171 392 0 216497 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 867592

[startup+1482.3 s]
/proc/loadavg: 2.30 2.20 2.13 4/177 15391
/proc/meminfo: memFree=29815732/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=786204 CPUtime=1482 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 93181 0 0 0 148151 49 0 0 20 0 1 0 24493110 805072896 181474 33554432000 4194304 5796924 140734172874880 140734172872344 4583348 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 196551 181474 171 392 0 196150 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 786204

[startup+1542.31 s]
/proc/loadavg: 2.20 2.19 2.12 3/177 15392
/proc/meminfo: memFree=29618684/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=869440 CPUtime=1541.99 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 93855 0 0 0 154149 50 0 0 20 0 1 0 24493110 890306560 185196 33554432000 4194304 5796924 140734172874880 140734172872520 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 217360 185196 171 392 0 216959 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 869440

[startup+1602.3 s]
/proc/loadavg: 2.12 2.17 2.12 3/178 15396
/proc/meminfo: memFree=29566068/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=790040 CPUtime=1601.98 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 95023 0 0 0 160145 53 0 0 20 0 1 0 24493110 809000960 183036 33554432000 4194304 5796924 140734172874880 140734172871928 4606433 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 197510 183036 171 392 0 197109 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 790040

[startup+1662.3 s]
/proc/loadavg: 2.23 2.20 2.13 3/178 15421
/proc/meminfo: memFree=29370492/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=877088 CPUtime=1661.96 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 96324 0 0 0 166142 54 0 0 20 0 1 0 24493110 898138112 188390 33554432000 4194304 5796924 140734172874880 140734172872520 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 219272 188390 171 392 0 218871 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 877088

[startup+1722.3 s]
/proc/loadavg: 2.15 2.17 2.12 3/177 15422
/proc/meminfo: memFree=29099292/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=795700 CPUtime=1721.96 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 96824 0 0 0 172139 57 0 0 20 0 1 0 24493110 814796800 184546 33554432000 4194304 5796924 140734172874880 140734172872344 4607760 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 198925 184546 171 392 0 198524 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 795700

[startup+1782.3 s]
/proc/loadavg: 2.13 2.17 2.12 4/177 15423
/proc/meminfo: memFree=28962396/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=877088 CPUtime=1781.94 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 97635 0 0 0 178136 58 0 0 20 0 1 0 24493110 898138112 188390 33554432000 4194304 5796924 140734172874880 140734172872520 4569010 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 219272 188390 171 392 0 218871 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 877088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.23 2.19 2.13 3/177 15423
/proc/meminfo: memFree=28932064/32872528 swapFree=1074772/1156532
[pid=15308] ppid=15305 vsize=877088 CPUtime=1800.04 cores=0,2,4,6
/proc/15308/stat : 15308 (naps-1.02) R 15305 15308 12149 0 -1 4202496 97637 0 0 0 179946 58 0 0 20 0 1 0 24493110 898138112 189414 33554432000 4194304 5796924 140734172874880 140734172872520 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/15308/statm: 219272 189414 171 392 0 218871 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 877088

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 15308 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.07
CPU user time (s): 1799.47
CPU system time (s): 0.600908
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 1007316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.600908
maximum resident set size= 863620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97649
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= 119
involuntary context switches= 1847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.14237 second user time and 7.32389 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-18 06:33:59
IDJOB=4101107
IDBENCH=1701
IDSOLVER=2544
FILE ID=node114/4101107-1466224439
RUNJOBID= node114-1466206099-12165
PBS_JOBID= 19918162
Free space on /tmp= 71728 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-sc205.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101107-1466224439/watcher-4101107-1466224439 -o /tmp/evaluation-result-4101107-1466224439/solver-4101107-1466224439 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466206099-12165 --watchdog 1960  naps-1.02 HOME/instance-4101107-1466224439.opb

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

MD5SUM BENCH= 085f6c29f952ff5e0e711950d59893d5
RANDOM SEED=1543858649

node114.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.761
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.52
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.761
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.56
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.761
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.54
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.761
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.761
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.761
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.761
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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:        25483496 kB
Buffers:           99900 kB
Cached:           116280 kB
SwapCached:          808 kB
Active:          5320560 kB
Inactive:         151576 kB
Active(anon):    5256624 kB
Inactive(anon):     1176 kB
Active(file):      63936 kB
Inactive(file):   150400 kB
Unevictable:     1156532 kB
Mlocked:         1074772 kB
SwapTotal:      67108856 kB
SwapFree:       67100508 kB
Dirty:              3888 kB
Writeback:             4 kB
AnonPages:       6384444 kB
Mapped:             8800 kB
Shmem:                 0 kB
Slab:             603344 kB
SReclaimable:      47544 kB
SUnreclaim:       555800 kB
KernelStack:        1480 kB
PageTables:        17020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    7244940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2768896 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= 71720 MiB
End job on node114 at 2016-06-18 07:03:59