Trace number 4082302

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? 727.593 727.718

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
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.
726.96/727.13	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
726.96/727.13	c 
726.96/727.13	c *** TERMINATED *** by signal 6
726.96/727.13	s UNKNOWN
726.96/727.13	c _____________________________________________________________________________
726.96/727.13	c 
726.96/727.13	c std/band forms        : 5002,998
726.96/727.13	c 2cl/3cl ITE-codings   : 13308,13977608
726.96/727.13	c BDD/srt/adr Max costs : 125949,0,0
726.96/727.13	c BDDraw/bin/mul/srt/adr: 6000,0,0,0,0
726.96/727.13	c BDD nodes             : 40935686
726.96/727.13	c Es1/CC detections     : 0,0
726.96/727.13	c SAT/UNSAT calls       : 0,0
726.96/727.13	c restarts              : 0
726.96/727.13	c conflicts             : 0              (0 /sec)
726.96/727.13	c decisions             : 0              (0 /sec)
726.96/727.13	c propagations          : 0              (0 /sec)
726.96/727.13	c inspects              : 0              (0 /sec)
726.96/727.13	c CPU time (solving tm) : 722.8 s        (0 s)
726.96/727.13	c Time for Opt-base     : 0 s
726.96/727.13	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-4082302-1467033054/watcher-4082302-1467033054 -o /tmp/evaluation-result-4082302-1467033054/solver-4082302-1467033054 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467033053-25457 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082302-1467033054.opb 

pid=25472
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 Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.17 2.17 4/170 25475
/proc/meminfo: memFree=29594816/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=7764 CPUtime=0 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 578 0 0 0 0 0 0 0 20 0 1 0 36277150 7950336 453 33554432000 4194304 5796924 140736990417952 140736259016616 5092964 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 1941 453 114 392 0 1540 0

[startup+0.100124 s]
/proc/loadavg: 2.04 2.17 2.17 4/170 25475
/proc/meminfo: memFree=29594816/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=28036 CPUtime=0.09 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 5242 0 0 0 9 0 0 0 20 0 1 0 36277150 28708864 4801 33554432000 4194304 5796924 140736990417952 140736259016616 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 7009 4801 114 392 0 6608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28036

[startup+0.200332 s]
/proc/loadavg: 2.04 2.17 2.17 4/170 25475
/proc/meminfo: memFree=29594816/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=48300 CPUtime=0.19 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 10512 0 0 0 18 1 0 0 20 0 1 0 36277150 49459200 9674 33554432000 4194304 5796924 140736990417952 140736990416696 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 12075 9676 114 392 0 11674 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48300

[startup+0.300311 s]
/proc/loadavg: 2.04 2.17 2.17 4/170 25475
/proc/meminfo: memFree=29594816/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=70544 CPUtime=0.29 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 15245 0 0 0 27 2 0 0 20 0 1 0 36277150 72237056 14711 33554432000 4194304 5796924 140736990417952 140736990416696 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 17636 14721 114 392 0 17235 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70544

[startup+0.700256 s]
/proc/loadavg: 2.04 2.17 2.17 4/170 25475
/proc/meminfo: memFree=29594816/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=149344 CPUtime=0.69 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 31764 0 0 0 65 4 0 0 20 0 1 0 36277150 152928256 33266 33554432000 4194304 5796924 140736990417952 140736990416696 4600662 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 37336 33266 114 392 0 36935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 149344

[startup+1.50025 s]
/proc/loadavg: 2.19 2.20 2.18 3/177 25487
/proc/meminfo: memFree=29174352/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=325336 CPUtime=1.49 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 57423 0 0 0 139 10 0 0 20 0 1 0 36277150 333144064 73809 33554432000 4194304 5796924 140736990417952 140736990417256 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 81334 73809 114 392 0 80933 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 325336

[startup+3.10025 s]
/proc/loadavg: 2.19 2.20 2.18 3/177 25487
/proc/meminfo: memFree=28587488/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=615196 CPUtime=3.09 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 93518 0 0 0 290 19 0 0 20 0 1 0 36277150 629960704 144968 33554432000 4194304 5796924 140736990417952 140736990417256 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 153799 144969 114 392 0 153398 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 615196

[startup+6.30027 s]
/proc/loadavg: 2.19 2.20 2.18 3/177 25487
/proc/meminfo: memFree=27410968/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=1308416 CPUtime=6.29 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 147755 0 0 0 590 39 0 0 20 0 1 0 36277150 1339817984 291757 33554432000 4194304 5796924 140736990417952 140736990417256 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 327104 291758 114 392 0 326703 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308416

[startup+12.7072 s]
/proc/loadavg: 2.16 2.19 2.17 4/177 25487
/proc/meminfo: memFree=26467212/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=1844584 CPUtime=12.7 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 220885 0 0 0 1216 54 0 0 20 0 1 0 36277150 1888854016 429598 33554432000 4194304 5796924 140736990417952 140736990417256 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 461146 429606 117 392 0 460745 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1844584

[startup+25.5002 s]
/proc/loadavg: 2.29 2.22 2.18 3/177 25487
/proc/meminfo: memFree=25848960/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=2090292 CPUtime=25.49 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 256388 0 0 0 2489 60 0 0 20 0 1 0 36277150 2140459008 467334 33554432000 4194304 5796924 140736990417952 140736990415960 4352947 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 522573 467334 128 392 0 522172 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2090292

[startup+51.1003 s]
/proc/loadavg: 2.32 2.23 2.19 3/177 25487
/proc/meminfo: memFree=25384420/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=2482372 CPUtime=51.09 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 309489 0 0 0 5040 69 0 0 20 0 1 0 36277150 2541948928 523501 33554432000 4194304 5796924 140736990417952 140736990415480 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 620593 523503 128 392 0 620192 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2482372

[startup+102.3 s]
/proc/loadavg: 2.31 2.24 2.19 3/177 25488
/proc/meminfo: memFree=22841228/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=3772632 CPUtime=102.27 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 632035 0 0 0 10114 113 0 0 20 0 1 0 36277150 3863175168 846047 33554432000 4194304 5796924 140736990417952 140736990415480 5096680 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 943158 846047 128 392 0 942757 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3772632

[startup+162.307 s]
/proc/loadavg: 2.23 2.22 2.18 3/177 25489
/proc/meminfo: memFree=19682340/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=5339808 CPUtime=162.28 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1023872 0 0 0 16057 171 0 0 20 0 1 0 36277150 5467963392 1237884 33554432000 4194304 5796924 140736990417952 140736990415448 4352735 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 1334952 1237884 128 392 0 1334551 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 5339808

[startup+222.3 s]
/proc/loadavg: 2.12 2.19 2.17 4/177 25491
/proc/meminfo: memFree=18293528/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=6051988 CPUtime=222.26 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1181116 0 0 0 22029 197 0 0 20 0 1 0 36277150 6197235712 1415929 33554432000 4194304 5796924 140736990417952 140736954263048 4806784 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 1512997 1415929 139 392 0 1512596 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 6051988

[startup+282.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/177 25492
/proc/meminfo: memFree=17931068/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=6159188 CPUtime=282.25 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1187634 0 0 0 28025 200 0 0 20 0 1 0 36277150 6307008512 1442747 33554432000 4194304 5796924 140736990417952 140736985455976 5092622 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 1539797 1442747 139 392 0 1539396 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 6159188

[startup+342.3 s]
/proc/loadavg: 2.26 2.22 2.18 3/177 25493
/proc/meminfo: memFree=17404616/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=6538124 CPUtime=342.24 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1189228 0 0 0 34016 208 0 0 20 0 1 0 36277150 6695038976 1520711 33554432000 4194304 5796924 140736990417952 140736973674280 4269234 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 1634531 1520711 139 392 0 1634130 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 6538124

[startup+402.3 s]
/proc/loadavg: 2.25 2.22 2.18 4/177 25494
/proc/meminfo: memFree=17151312/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=6624848 CPUtime=402.23 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1210915 0 0 0 40012 211 0 0 20 0 1 0 36277150 6783844352 1555173 33554432000 4194304 5796924 140736990417952 140736984125704 5091201 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 1656212 1555173 139 392 0 1655811 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 6624848

[startup+462.3 s]
/proc/loadavg: 2.24 2.23 2.18 4/177 25495
/proc/meminfo: memFree=16852500/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=6829220 CPUtime=462.22 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1236290 0 0 0 46006 216 0 0 20 0 1 0 36277150 6993121280 1592812 33554432000 4194304 5796924 140736990417952 140736984598888 5092545 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 1707305 1592812 139 392 0 1706904 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 6829220

[startup+522.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 25497
/proc/meminfo: memFree=15885728/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=7265540 CPUtime=522.21 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1261626 0 0 0 51990 231 0 0 20 0 1 0 36277150 7439912960 1714679 33554432000 4194304 5796924 140736990417952 140736987786184 5092604 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 1816385 1714679 139 392 0 1815984 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 7265540

[startup+582.3 s]
/proc/loadavg: 2.17 2.20 2.18 4/178 25501
/proc/meminfo: memFree=15597492/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=7516916 CPUtime=582.2 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1285215 0 0 0 57983 237 0 0 20 0 1 0 36277150 7697321984 1751043 33554432000 4194304 5796924 140736990417952 140736988625416 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 1879229 1751043 139 392 0 1878828 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 7516916

[startup+642.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/177 25502
/proc/meminfo: memFree=15262960/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=7638940 CPUtime=642.18 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1315767 0 0 0 63973 245 0 0 20 0 1 0 36277150 7822274560 1796925 33554432000 4194304 5796924 140736990417952 140736990414088 5092655 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 1909735 1796925 139 392 0 1909334 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 7638940

[startup+702.3 s]
/proc/loadavg: 2.26 2.21 2.18 4/177 25503
/proc/meminfo: memFree=13538788/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=9182644 CPUtime=702.17 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1433525 0 0 0 69929 288 0 0 20 0 1 0 36277150 9403027456 2179389 33554432000 4194304 5796924 140736990417952 140736987334920 4609815 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 2295661 2179389 140 392 0 2295260 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 9182644

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 25475 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+704.5 s]
/proc/loadavg: 2.26 2.21 2.18 3/177 25503
/proc/meminfo: memFree=13150244/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=9667480 CPUtime=704.38 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1436922 0 0 0 70141 297 0 0 20 0 1 0 36277150 9899499520 2274701 33554432000 4194304 5796924 140736990417952 140736987963768 4609461 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 2416870 2274701 140 392 0 2416469 0
Current children cumulated CPU time (s) 704.38
Current children cumulated vsize (KiB) 9667480

[startup+717.3 s]
/proc/loadavg: 2.27 2.22 2.18 3/177 25504
/proc/meminfo: memFree=10726860/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=13259248 CPUtime=717.16 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1456108 0 0 0 71363 353 0 0 20 0 1 0 36277150 13577469952 2902585 33554432000 4194304 5796924 140736990417952 140736990102456 4576884 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 3314812 2902585 140 392 0 3314411 0
Current children cumulated CPU time (s) 717.16
Current children cumulated vsize (KiB) 13259248

[startup+723.7 s]
/proc/loadavg: 2.33 2.23 2.19 3/177 25504
/proc/meminfo: memFree=9098676/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=13760872 CPUtime=723.56 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1564921 0 0 0 71964 392 0 0 20 0 1 0 36277150 14091132928 3305666 33554432000 4194304 5796924 140736990417952 140736990388520 4623706 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 3440218 3305666 140 392 0 3439817 0
Current children cumulated CPU time (s) 723.56
Current children cumulated vsize (KiB) 13760872

[startup+725.3 s]
/proc/loadavg: 2.33 2.23 2.19 3/177 25504
/proc/meminfo: memFree=8705908/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=14647800 CPUtime=725.17 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1574843 0 0 0 72112 405 0 0 20 0 1 0 36277150 14999347200 3418299 33554432000 4194304 5796924 140736990417952 140736989739800 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 3661950 3418301 140 392 0 3661549 0
Current children cumulated CPU time (s) 725.17
Current children cumulated vsize (KiB) 14647800

[startup+726.9 s]
/proc/loadavg: 2.38 2.24 2.19 3/177 25504
/proc/meminfo: memFree=8199376/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=15602288 CPUtime=726.77 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202496 1611375 0 0 0 72256 421 0 0 20 0 1 0 36277150 15976742912 3520543 33554432000 4194304 5796924 140736990417952 140736990163592 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 3900572 3520545 140 392 0 3900171 0
Current children cumulated CPU time (s) 726.77
Current children cumulated vsize (KiB) 15602288

[startup+727.3 s]
/proc/loadavg: 2.38 2.24 2.19 3/177 25504
/proc/meminfo: memFree=8199376/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=0 CPUtime=727.16 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202500 1617428 0 0 0 72278 438 0 0 20 0 1 0 36277150 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 727.16
Current children cumulated vsize (KiB) 0

[startup+727.707 s]
/proc/loadavg: 2.38 2.24 2.19 3/177 25504
/proc/meminfo: memFree=17314400/32872528 swapFree=1582320/1721312
[pid=25475] ppid=25472 vsize=0 CPUtime=727.57 cores=1,3,5,7
/proc/25475/stat : 25475 (naps-1.02) R 25472 25475 24003 0 -1 4202500 1617428 0 0 0 72278 479 0 0 20 0 1 0 36277150 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25475/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 727.57
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 727.718
CPU time (s): 727.593
CPU user time (s): 722.786
CPU system time (s): 4.80727
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 15620636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 722.786
system time used= 4.80727
maximum resident set size= 14149128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1617428
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= 27
involuntary context switches= 747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.77473 second user time and 2.86556 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-27 15:11:01
IDJOB=4082302
IDBENCH=71914
IDSOLVER=2544
FILE ID=node120/4082302-1467033054
RUNJOBID= node120-1467033053-25457
PBS_JOBID= 19976971
Free space on /tmp= 71164 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082302-1467033054/watcher-4082302-1467033054 -o /tmp/evaluation-result-4082302-1467033054/solver-4082302-1467033054 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467033053-25457 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082302-1467033054.opb

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=1849406106

node120.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		: 2667.073
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	: 5334.14
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		: 2667.073
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		: 2667.073
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.57
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		: 2667.073
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		: 2667.073
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		: 2667.073
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		: 2667.073
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		: 2667.073
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:        29595344 kB
Buffers:           89008 kB
Cached:           709316 kB
SwapCached:         2072 kB
Active:           543344 kB
Inactive:         258452 kB
Active(anon):       2744 kB
Inactive(anon):     2896 kB
Active(file):     540600 kB
Inactive(file):   255556 kB
Unevictable:     1721312 kB
Mlocked:         1582320 kB
SwapTotal:      67108856 kB
SwapFree:       67098736 kB
Dirty:            514392 kB
Writeback:             0 kB
AnonPages:       1727812 kB
Mapped:             7172 kB
Shmem:                 0 kB
Slab:             619312 kB
SReclaimable:      62596 kB
SUnreclaim:       556716 kB
KernelStack:        1416 kB
PageTables:         7408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1818232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988036 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 71156 MiB
End job on node120 at 2016-06-27 15:23:09