Trace number 4100043

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.04 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3701.opb
MD5SUM43d3150af29b8b449233a9299db57820
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654811
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654811
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.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        : 5030,120
1800.02/1800.40	c 2cl/3cl ITE-codings   : 785064,957548
1800.02/1800.40	c BDD/srt/adr Max costs : 23338,0,0
1800.02/1800.40	c BDDraw/bin/mul/srt/adr: 250,0,4900,0,0
1800.02/1800.40	c BDD nodes             : 2207402
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) : 1799 s        (0 s)
1800.02/1800.40	c Time for Opt-base     : 18.23 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-4100043-1466211078/watcher-4100043-1466211078 -o /tmp/evaluation-result-4100043-1466211078/solver-4100043-1466211078 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466206070-7008 --watchdog 1960 naps-1.02 HOME/instance-4100043-1466211078.opb 

pid=10448
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.19 2.13 2.08 3/176 10451
/proc/meminfo: memFree=30218120/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=8364 CPUtime=0 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 751 0 0 0 0 0 0 0 20 0 1 0 23154462 8564736 626 33554432000 4194304 5796924 140734409498192 140734473290632 4621249 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 2141 629 114 392 0 1740 0

[startup+0.10021 s]
/proc/loadavg: 2.19 2.13 2.08 3/176 10451
/proc/meminfo: memFree=30218120/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=41468 CPUtime=0.09 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 8946 0 0 0 8 1 0 0 20 0 1 0 23154462 42463232 8148 33554432000 4194304 5796924 140734409498192 140734409497560 4602800 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 10367 8159 114 392 0 9966 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41468

[startup+0.200365 s]
/proc/loadavg: 2.19 2.13 2.08 3/176 10451
/proc/meminfo: memFree=30218120/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=55736 CPUtime=0.19 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 11926 0 0 0 18 1 0 0 20 0 1 0 23154462 57073664 11089 33554432000 4194304 5796924 140734409498192 140734409497560 5092526 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 13934 11089 116 392 0 13533 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 55736

[startup+0.300375 s]
/proc/loadavg: 2.19 2.13 2.08 3/176 10451
/proc/meminfo: memFree=30218120/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=65700 CPUtime=0.29 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 14814 0 0 0 28 1 0 0 20 0 1 0 23154462 67276800 13674 33554432000 4194304 5796924 140734409498192 140734409497560 4366368 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 16425 13674 124 392 0 16024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65700

[startup+0.70026 s]
/proc/loadavg: 2.19 2.13 2.08 3/176 10451
/proc/meminfo: memFree=30218120/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=70296 CPUtime=0.69 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 15586 0 0 0 68 1 0 0 20 0 1 0 23154462 71983104 14446 33554432000 4194304 5796924 140734409498192 140734409497560 5087501 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 17574 14446 128 392 0 17173 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70296

[startup+1.50025 s]
/proc/loadavg: 2.19 2.13 2.08 3/177 10452
/proc/meminfo: memFree=30158104/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=82088 CPUtime=1.49 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 17776 0 0 0 147 2 0 0 20 0 1 0 23154462 84058112 16637 33554432000 4194304 5796924 140734409498192 140734409495608 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 20555 16645 128 392 0 20154 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82088

[startup+3.10024 s]
/proc/loadavg: 2.17 2.13 2.08 3/177 10452
/proc/meminfo: memFree=30137644/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=118020 CPUtime=3.09 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 26807 0 0 0 306 3 0 0 20 0 1 0 23154462 120852480 25667 33554432000 4194304 5796924 140734409498192 140734409497416 4349522 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 29505 25668 129 392 0 29104 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118020

[startup+6.30027 s]
/proc/loadavg: 2.17 2.13 2.08 3/177 10452
/proc/meminfo: memFree=30082244/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=155056 CPUtime=6.29 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 36140 0 0 0 625 4 0 0 20 0 1 0 23154462 158777344 34811 33554432000 4194304 5796924 140734409498192 140734407022664 4806991 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 38764 34811 140 392 0 38363 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 155056

[startup+12.7003 s]
/proc/loadavg: 2.15 2.12 2.08 4/176 10452
/proc/meminfo: memFree=30048716/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=179564 CPUtime=12.69 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 38827 0 0 0 1264 5 0 0 20 0 1 0 23154462 183873536 40779 33554432000 4194304 5796924 140734409498192 140734407569048 5087497 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 44891 40779 140 392 0 44490 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 179564

[startup+25.5002 s]
/proc/loadavg: 2.12 2.12 2.08 3/177 10453
/proc/meminfo: memFree=29990136/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=231352 CPUtime=25.49 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 43598 0 0 0 2542 7 0 0 20 0 1 0 23154462 236904448 53482 33554432000 4194304 5796924 140734409498192 140734409494408 5096544 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 57838 53482 144 392 0 57437 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 231352

[startup+51.1004 s]
/proc/loadavg: 2.08 2.11 2.08 3/177 10453
/proc/meminfo: memFree=29088004/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1267892 CPUtime=51.08 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 114743 0 0 0 5082 26 0 0 20 0 1 0 23154462 1298321408 277613 33554432000 4194304 5796924 140734409498192 140734409495496 4648126 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 316973 277613 152 392 0 316572 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1267892

[startup+102.3 s]
/proc/loadavg: 2.03 2.09 2.07 3/177 10454
/proc/meminfo: memFree=28810396/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1557680 CPUtime=102.28 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 141793 0 0 0 10190 38 0 0 20 0 1 0 23154462 1595064320 337391 33554432000 4194304 5796924 140734409498192 140734409495304 4606404 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 389420 337391 170 392 0 389019 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1557680

[startup+162.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/177 10455
/proc/meminfo: memFree=28842732/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1569752 CPUtime=162.27 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 145270 0 0 0 16185 42 0 0 20 0 1 0 23154462 1607426048 338545 33554432000 4194304 5796924 140734409498192 140734409495304 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 392438 338545 170 392 0 392037 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1569752

[startup+222.307 s]
/proc/loadavg: 2.00 2.05 2.06 3/177 10456
/proc/meminfo: memFree=28781552/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1580168 CPUtime=222.26 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 147842 0 0 0 22184 42 0 0 20 0 1 0 23154462 1618092032 346738 33554432000 4194304 5796924 140734409498192 140734409495176 4592128 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 395042 346738 170 392 0 394641 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1580168

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/177 10457
/proc/meminfo: memFree=28774036/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1589568 CPUtime=282.24 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 150097 0 0 0 28181 43 0 0 20 0 1 0 23154462 1627717632 354614 33554432000 4194304 5796924 140734409498192 140734409495464 4607232 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 397392 354614 170 392 0 396991 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1589568

[startup+342.3 s]
/proc/loadavg: 2.10 2.06 2.06 3/177 10459
/proc/meminfo: memFree=28763740/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1594748 CPUtime=342.24 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 151733 0 0 0 34178 46 0 0 20 0 1 0 23154462 1633021952 349617 33554432000 4194304 5796924 140734409498192 140734409495176 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 398687 349617 170 392 0 398286 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1594748

[startup+402.3 s]
/proc/loadavg: 2.08 2.06 2.06 3/177 10460
/proc/meminfo: memFree=28740156/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1600860 CPUtime=402.22 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 153368 0 0 0 40175 47 0 0 20 0 1 0 23154462 1639280640 355851 33554432000 4194304 5796924 140734409498192 140734409495304 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 400215 355851 170 392 0 399814 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1600860

[startup+462.3 s]
/proc/loadavg: 2.10 2.07 2.06 3/177 10461
/proc/meminfo: memFree=28681716/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1607980 CPUtime=462.22 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 154607 0 0 0 46174 48 0 0 20 0 1 0 23154462 1646571520 363222 33554432000 4194304 5796924 140734409498192 140734409495176 4583148 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 401995 363222 170 392 0 401594 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1607980

[startup+522.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/177 10462
/proc/meminfo: memFree=28661640/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1613432 CPUtime=522.21 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 156494 0 0 0 52169 52 0 0 20 0 1 0 23154462 1652154368 358171 33554432000 4194304 5796924 140734409498192 140734409495304 4606721 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 403358 358171 170 392 0 402957 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1613432

[startup+582.3 s]
/proc/loadavg: 2.11 2.07 2.06 3/178 10466
/proc/meminfo: memFree=28658764/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1619984 CPUtime=582.21 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 158138 0 0 0 58167 54 0 0 20 0 1 0 23154462 1658863616 364924 33554432000 4194304 5796924 140734409498192 140734409495304 4607258 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 404996 364924 170 392 0 404595 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 1619984


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


[startup+882.307 s]
/proc/loadavg: 2.06 2.07 2.06 3/178 10495
/proc/meminfo: memFree=28574004/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1644380 CPUtime=882.13 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 165338 0 0 0 88145 68 0 0 20 0 1 0 23154462 1683845120 369707 33554432000 4194304 5796924 140734409498192 140734409495304 4583348 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 411095 369707 170 392 0 410694 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 1644380

[startup+942.3 s]
/proc/loadavg: 2.07 2.07 2.06 3/178 10497
/proc/meminfo: memFree=28524008/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1648540 CPUtime=942.12 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 166402 0 0 0 94143 69 0 0 20 0 1 0 23154462 1688104960 375515 33554432000 4194304 5796924 140734409498192 140734409495176 4569699 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 412135 375515 170 392 0 411734 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 1648540

[startup+1002.3 s]
/proc/loadavg: 2.09 2.07 2.06 3/178 10498
/proc/meminfo: memFree=28479536/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1784672 CPUtime=1002.09 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 167887 0 0 0 100138 71 0 0 20 0 1 0 23154462 1827504128 380683 33554432000 4194304 5796924 140734409498192 140734409495304 4583342 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 446168 380683 170 392 0 445767 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 1784672

[startup+1062.3 s]
/proc/loadavg: 2.04 2.06 2.06 3/178 10499
/proc/meminfo: memFree=28526464/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1794168 CPUtime=1062.06 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 168442 0 0 0 106134 72 0 0 20 0 1 0 23154462 1837228032 387336 33554432000 4194304 5796924 140734409498192 140734409495464 4583148 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 448542 387336 170 392 0 448141 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 1794168

[startup+1122.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/178 10500
/proc/meminfo: memFree=28483924/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1794168 CPUtime=1122.04 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 168470 0 0 0 112132 72 0 0 20 0 1 0 23154462 1837228032 391438 33554432000 4194304 5796924 140734409498192 140734409495464 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 448542 391438 170 392 0 448141 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 1794168

[startup+1182.3 s]
/proc/loadavg: 2.07 2.06 2.05 3/179 10504
/proc/meminfo: memFree=28495828/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1665248 CPUtime=1182.02 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 169851 0 0 0 118126 76 0 0 20 0 1 0 23154462 1705213952 380025 33554432000 4194304 5796924 140734409498192 140734409495176 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 416312 380025 170 392 0 415911 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 1665248

[startup+1242.3 s]
/proc/loadavg: 2.06 2.06 2.05 4/178 10506
/proc/meminfo: memFree=28446768/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1813020 CPUtime=1242.02 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 171818 0 0 0 124123 79 0 0 20 0 1 0 23154462 1856532480 387082 33554432000 4194304 5796924 140734409498192 140734409495832 4606500 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 453255 387082 170 392 0 452854 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 1813020

[startup+1302.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/178 10552
/proc/meminfo: memFree=30027224/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1813020 CPUtime=1302 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 172259 0 0 0 130121 79 0 0 20 0 1 0 23154462 1856532480 392122 33554432000 4194304 5796924 140734409498192 140734409495832 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 453255 392122 170 392 0 452854 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 1813020

[startup+1362.3 s]
/proc/loadavg: 2.01 2.04 2.04 3/178 10553
/proc/meminfo: memFree=29250716/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1813020 CPUtime=1361.99 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 172265 0 0 0 136120 79 0 0 20 0 1 0 23154462 1856532480 395325 33554432000 4194304 5796924 140734409498192 140734409495832 4568928 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 453255 395325 170 392 0 452854 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 1813020

[startup+1422.3 s]
/proc/loadavg: 2.03 2.04 2.04 3/178 10554
/proc/meminfo: memFree=29282908/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1680760 CPUtime=1421.99 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 172875 0 0 0 142116 83 0 0 20 0 1 0 23154462 1721098240 384799 33554432000 4194304 5796924 140734409498192 140734409495656 4583116 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 420190 384799 170 392 0 419789 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 1680760

[startup+1482.3 s]
/proc/loadavg: 2.04 2.05 2.04 3/178 10555
/proc/meminfo: memFree=29250384/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1820592 CPUtime=1481.97 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 174382 0 0 0 148112 85 0 0 20 0 1 0 23154462 1864286208 390896 33554432000 4194304 5796924 140734409498192 140734409495240 4606404 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 455148 390896 170 392 0 454747 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 1820592

[startup+1542.31 s]
/proc/loadavg: 2.05 2.05 2.04 3/178 10557
/proc/meminfo: memFree=29229972/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1820592 CPUtime=1541.97 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 174448 0 0 0 154111 86 0 0 20 0 1 0 23154462 1864286208 394033 33554432000 4194304 5796924 140734409498192 140734409495240 4609047 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 455148 394033 170 392 0 454747 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 1820592

[startup+1602.3 s]
/proc/loadavg: 2.07 2.05 2.04 3/178 10558
/proc/meminfo: memFree=29202412/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1828168 CPUtime=1601.95 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 174806 0 0 0 160109 86 0 0 20 0 1 0 23154462 1872044032 398477 33554432000 4194304 5796924 140734409498192 140734409495240 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 457042 398477 170 392 0 456641 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 1828168

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.03 3/178 10559
/proc/meminfo: memFree=29202488/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1828168 CPUtime=1661.94 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 174814 0 0 0 166108 86 0 0 20 0 1 0 23154462 1872044032 402573 33554432000 4194304 5796924 140734409498192 140734409495240 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 457042 402573 170 392 0 456641 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1828168

[startup+1722.3 s]
/proc/loadavg: 2.09 2.06 2.04 3/178 10560
/proc/meminfo: memFree=29184200/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1828168 CPUtime=1721.94 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 174893 0 0 0 172107 87 0 0 20 0 1 0 23154462 1872044032 405718 33554432000 4194304 5796924 140734409498192 140734409495240 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 457042 405718 170 392 0 456641 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 1828168

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.03 3/179 10564
/proc/meminfo: memFree=29221380/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1835276 CPUtime=1781.92 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 175633 0 0 0 178100 92 0 0 20 0 1 0 23154462 1879322624 393673 33554432000 4194304 5796924 140734409498192 140734409495656 4606526 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 458819 393673 170 392 0 458418 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 1835276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.04 2.03 3/178 10565
/proc/meminfo: memFree=29211820/32872528 swapFree=303544/319896
[pid=10451] ppid=10448 vsize=1835276 CPUtime=1800.02 cores=1,3,5,7
/proc/10451/stat : 10451 (naps-1.02) R 10448 10451 6991 0 -1 4202496 175635 0 0 0 179910 92 0 0 20 0 1 0 23154462 1879322624 394697 33554432000 4194304 5796924 140734409498192 140734409495656 4606779 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/10451/statm: 458819 394697 170 392 0 458418 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1835276

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 10451 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.04
CPU user time (s): 1799.1
CPU system time (s): 0.937857
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 2179152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 0.937857
maximum resident set size= 1856608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175647
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= 148
involuntary context switches= 1838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6093 second user time and 6.91195 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-18 02:51:18
IDJOB=4100043
IDBENCH=1566
IDSOLVER=2544
FILE ID=node128/4100043-1466211078
RUNJOBID= node128-1466206070-7008
PBS_JOBID= 19918149
Free space on /tmp= 71692 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3701.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100043-1466211078/watcher-4100043-1466211078 -o /tmp/evaluation-result-4100043-1466211078/solver-4100043-1466211078 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466206070-7008 --watchdog 1960  naps-1.02 HOME/instance-4100043-1466211078.opb

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

MD5SUM BENCH= 43d3150af29b8b449233a9299db57820
RANDOM SEED=186847172

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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.768
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.57
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.768
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.56
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.768
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.768
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30218648 kB
Buffers:           48460 kB
Cached:           102276 kB
SwapCached:         2728 kB
Active:          1529428 kB
Inactive:          88724 kB
Active(anon):    1466700 kB
Inactive(anon):     2644 kB
Active(file):      62728 kB
Inactive(file):    86080 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099120 kB
Dirty:             10480 kB
Writeback:             0 kB
AnonPages:       1859120 kB
Mapped:             9308 kB
Shmem:                 0 kB
Slab:             577708 kB
SReclaimable:      21564 kB
SUnreclaim:       556144 kB
KernelStack:        1472 kB
PageTables:         7656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1983988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1144832 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= 71696 MiB
End job on node128 at 2016-06-18 03:21:19