Trace number 4107060

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? 1073.82 1074.04

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__512.opb
MD5SUM0f92d181b92c9b1b2ec7960910124750
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 variables7682998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint512
Maximum length of a constraint23041
Number of terms in the objective function 7680000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 260084044288
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 260084044288
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.
1073.18/1073.40	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
1073.18/1073.40	c 
1073.18/1073.43	c *** TERMINATED *** by signal 6
1073.18/1073.43	s UNKNOWN
1073.18/1073.43	c _____________________________________________________________________________
1073.18/1073.43	c 
1073.18/1073.43	c std/band forms        : 15002,2998
1073.18/1073.43	c 2cl/3cl ITE-codings   : 10236,8596831
1073.18/1073.43	c BDD/srt/adr Max costs : 69117,0,0
1073.18/1073.43	c BDDraw/bin/mul/srt/adr: 18000,0,0,0,0
1073.18/1073.43	c BDD nodes             : 61396758
1073.18/1073.43	c Es1/CC detections     : 0,0
1073.18/1073.43	c SAT/UNSAT calls       : 0,0
1073.18/1073.43	c restarts              : 0
1073.18/1073.43	c conflicts             : 0              (0 /sec)
1073.18/1073.43	c decisions             : 0              (0 /sec)
1073.18/1073.43	c propagations          : 0              (0 /sec)
1073.18/1073.43	c inspects              : 0              (0 /sec)
1073.18/1073.43	c CPU time (solving tm) : 1068 s        (0 s)
1073.18/1073.43	c Time for Opt-base     : 0 s
1073.18/1073.43	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-4107060-1467032026/watcher-4107060-1467032026 -o /tmp/evaluation-result-4107060-1467032026/solver-4107060-1467032026 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467030199-26232 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4107060-1467032026.opb 

pid=26443
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 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.42 2.27 2.16 4/179 26446
/proc/meminfo: memFree=28007232/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=7764 CPUtime=0 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 583 0 0 0 0 0 0 0 20 0 1 0 36241900 7950336 457 33554432000 4194304 5796924 140736095979200 140735962595640 4621249 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 1941 457 114 392 0 1540 0

[startup+0.100156 s]
/proc/loadavg: 2.42 2.27 2.16 4/179 26446
/proc/meminfo: memFree=28007232/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=28036 CPUtime=0.08 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 5203 0 0 0 8 0 0 0 20 0 1 0 36241900 28708864 4759 33554432000 4194304 5796924 140736095979200 140736095978504 4621249 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 7009 4759 114 392 0 6608 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28036

[startup+0.200341 s]
/proc/loadavg: 2.42 2.27 2.16 4/179 26446
/proc/meminfo: memFree=28007232/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=48300 CPUtime=0.19 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 10487 0 0 0 17 2 0 0 20 0 1 0 36241900 49459200 9648 33554432000 4194304 5796924 140736095979200 140736095978504 4621249 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 12075 9648 114 392 0 11674 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48300

[startup+0.300324 s]
/proc/loadavg: 2.42 2.27 2.16 4/179 26446
/proc/meminfo: memFree=28007232/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=70544 CPUtime=0.29 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 15221 0 0 0 27 2 0 0 20 0 1 0 36241900 72237056 14686 33554432000 4194304 5796924 140736095979200 140736095978504 4659057 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 17636 14686 114 392 0 17235 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70544

[startup+0.70028 s]
/proc/loadavg: 2.42 2.27 2.16 4/179 26446
/proc/meminfo: memFree=28007232/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=149344 CPUtime=0.69 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 31745 0 0 0 63 6 0 0 20 0 1 0 36241900 152928256 33246 33554432000 4194304 5796924 140736095979200 140736095978568 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 37336 33246 114 392 0 36935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 149344

[startup+1.50028 s]
/proc/loadavg: 2.42 2.27 2.16 4/180 26447
/proc/meminfo: memFree=27740512/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=325336 CPUtime=1.49 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 58745 0 0 0 137 12 0 0 20 0 1 0 36241900 333144064 73630 33554432000 4194304 5796924 140736095979200 140736095978568 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 81334 73630 114 392 0 80933 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 325336

[startup+3.10028 s]
/proc/loadavg: 2.42 2.27 2.16 3/180 26447
/proc/meminfo: memFree=27476120/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=615064 CPUtime=3.09 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 94979 0 0 0 288 21 0 0 20 0 1 0 36241900 629825536 144746 33554432000 4194304 5796924 140736095979200 140736095978616 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 153766 144747 114 392 0 153365 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 615064

[startup+6.30027 s]
/proc/loadavg: 2.62 2.31 2.17 3/180 26447
/proc/meminfo: memFree=26721092/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=1308548 CPUtime=6.29 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 148119 0 0 0 592 37 0 0 20 0 1 0 36241900 1339953152 291097 33554432000 4194304 5796924 140736095979200 140736095978616 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 327137 291098 114 392 0 326736 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308548

[startup+12.7003 s]
/proc/loadavg: 2.57 2.31 2.17 4/180 26447
/proc/meminfo: memFree=25187276/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=2419792 CPUtime=12.68 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 235926 0 0 0 1201 67 0 0 20 0 1 0 36241900 2477867008 554691 33554432000 4194304 5796924 140736095979200 140736095978616 4199797 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 604948 554691 116 392 0 604547 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2419792

[startup+25.5004 s]
/proc/loadavg: 2.44 2.29 2.17 3/180 26447
/proc/meminfo: memFree=23971436/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=2973336 CPUtime=25.48 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 370866 0 0 0 2460 88 0 0 20 0 1 0 36241900 3044696064 688943 33554432000 4194304 5796924 140736095979200 140736095976616 5096658 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 743334 688943 128 392 0 742933 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2973336

[startup+51.1004 s]
/proc/loadavg: 2.43 2.30 2.17 3/179 26448
/proc/meminfo: memFree=22044932/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=3346656 CPUtime=51.09 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 427653 0 0 0 5011 98 0 0 20 0 1 0 36241900 3426975744 745730 33554432000 4194304 5796924 140736095979200 140736095976616 5100122 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 836664 745730 128 392 0 836263 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3346656

[startup+102.3 s]
/proc/loadavg: 2.36 2.30 2.18 4/179 26448
/proc/meminfo: memFree=21069812/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=4461532 CPUtime=102.28 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 669283 0 0 0 10094 134 0 0 20 0 1 0 36241900 4568608768 987360 33554432000 4194304 5796924 140736095979200 140736095976696 4861399 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 1115383 987360 128 392 0 1114982 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4461532

[startup+162.3 s]
/proc/loadavg: 2.26 2.27 2.18 3/179 26449
/proc/meminfo: memFree=19487028/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=6056196 CPUtime=162.26 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1067970 0 0 0 16040 186 0 0 20 0 1 0 36241900 6201544704 1386047 33554432000 4194304 5796924 140736095979200 140736095976696 5092526 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 1514049 1386047 128 392 0 1513648 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 6056196

[startup+222.307 s]
/proc/loadavg: 2.18 2.24 2.17 4/179 26451
/proc/meminfo: memFree=17830804/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=7694388 CPUtime=222.27 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1477513 0 0 0 21977 250 0 0 20 0 1 0 36241900 7879053312 1795590 33554432000 4194304 5796924 140736095979200 140736095976616 4806863 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 1923597 1795590 128 392 0 1923196 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 7694388

[startup+282.3 s]
/proc/loadavg: 2.17 2.22 2.17 3/179 26452
/proc/meminfo: memFree=16579088/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=8938284 CPUtime=282.24 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1789240 0 0 0 27929 295 0 0 20 0 1 0 36241900 9152802816 2106569 33554432000 4194304 5796924 140736095979200 140736095977512 5092418 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2234571 2106569 139 392 0 2234170 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 8938284

[startup+342.3 s]
/proc/loadavg: 2.14 2.21 2.17 4/179 26453
/proc/meminfo: memFree=16409632/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=9107012 CPUtime=342.24 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1790031 0 0 0 33926 298 0 0 20 0 1 0 36241900 9325580288 2148751 33554432000 4194304 5796924 140736095979200 140736094320600 5096658 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2276753 2148751 139 392 0 2276352 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 9107012

[startup+402.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/180 26457
/proc/meminfo: memFree=15943092/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=9584608 CPUtime=402.23 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1791113 0 0 0 39918 305 0 0 20 0 1 0 36241900 9814638592 2264808 33554432000 4194304 5796924 140736095979200 140736091048488 4425796 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2396152 2264808 139 392 0 2395751 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 9584608

[startup+462.3 s]
/proc/loadavg: 2.20 2.21 2.18 3/180 26481
/proc/meminfo: memFree=16055776/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=9485948 CPUtime=462.22 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1791650 0 0 0 45916 306 0 0 20 0 1 0 36241900 9713610752 2235938 33554432000 4194304 5796924 140736095979200 140736086833256 4261418 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2371487 2235938 139 392 0 2371086 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 9485948

[startup+522.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/179 26483
/proc/meminfo: memFree=15992904/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=9602276 CPUtime=522.21 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1795387 0 0 0 51912 309 0 0 20 0 1 0 36241900 9832730624 2251939 33554432000 4194304 5796924 140736095979200 140736091369880 4269359 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2400569 2251939 139 392 0 2400168 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 9602276

[startup+582.3 s]
/proc/loadavg: 2.21 2.21 2.18 4/179 26484
/proc/meminfo: memFree=15505996/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=10036616 CPUtime=582.2 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1820217 0 0 0 57897 323 0 0 20 0 1 0 36241900 10277494784 2372789 33554432000 4194304 5796924 140736095979200 140736094878584 5092502 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2509154 2372789 139 392 0 2508753 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 10036616

[startup+642.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/179 26485
/proc/meminfo: memFree=15353612/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=10293404 CPUtime=642.19 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1845549 0 0 0 63891 328 0 0 20 0 1 0 36241900 10540445696 2410385 33554432000 4194304 5796924 140736095979200 140736094717880 4806807 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2573351 2410385 139 392 0 2572950 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 10293404

[startup+702.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/179 26486
/proc/meminfo: memFree=15196640/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=10396364 CPUtime=702.19 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1871325 0 0 0 69886 333 0 0 20 0 1 0 36241900 10645876736 2448425 33554432000 4194304 5796924 140736095979200 140736088535240 5101558 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2599091 2448425 139 392 0 2598690 0
Current children cumulated CPU time (s) 702.19
Current children cumulated vsize (KiB) 10396364

[startup+762.3 s]
/proc/loadavg: 2.31 2.23 2.19 4/179 26487
/proc/meminfo: memFree=15047696/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=10494572 CPUtime=762.18 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1895899 0 0 0 75880 338 0 0 20 0 1 0 36241900 10746441728 2485263 33554432000 4194304 5796924 140736095979200 140736095025896 5087606 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2623643 2485263 139 392 0 2623242 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 10494572

[startup+822.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/179 26489
/proc/meminfo: memFree=14900168/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=10829800 CPUtime=822.16 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1921121 0 0 0 81873 343 0 0 20 0 1 0 36241900 11089715200 2522238 33554432000 4194304 5796924 140736095979200 140736095414264 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2707450 2522238 139 392 0 2707049 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 10829800

[startup+882.307 s]
/proc/loadavg: 2.30 2.22 2.19 3/179 26490
/proc/meminfo: memFree=14475576/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=11593436 CPUtime=882.16 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1944517 0 0 0 87831 385 0 0 20 0 1 0 36241900 11871678464 2723877 33554432000 4194304 5796924 140736095979200 140736094378616 4261433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2898359 2723877 139 392 0 2897958 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 11593436

[startup+942.3 s]
/proc/loadavg: 2.36 2.25 2.20 4/179 26491
/proc/meminfo: memFree=14293500/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=11714984 CPUtime=942.15 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 1974948 0 0 0 93821 394 0 0 20 0 1 0 36241900 11996143616 2769127 33554432000 4194304 5796924 140736095979200 140736095563064 5100064 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2928746 2769127 139 392 0 2928345 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 11714984

[startup+1002.3 s]
/proc/loadavg: 2.31 2.25 2.19 3/180 26495
/proc/meminfo: memFree=14092352/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=11846720 CPUtime=1002.13 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 2007909 0 0 0 99811 402 0 0 20 0 1 0 36241900 12131041280 2818440 33554432000 4194304 5796924 140736095979200 140736095875512 4266485 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/26446/statm: 2961680 2818440 139 392 0 2961279 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 11846720

[startup+1062.3 s]
/proc/loadavg: 2.28 2.26 2.20 4/179 26496
/proc/meminfo: memFree=12380968/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=13719836 CPUtime=1062.12 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 2130941 0 1 0 105751 461 0 0 20 0 1 0 36241900 14049112064 3276594 33554432000 4194304 5796924 140736095979200 140736095348488 4639479 0 0 4096 17954 0 0 0 17 2 0 0 1 0 0
/proc/26446/statm: 3429959 3276594 140 392 0 3429558 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 13719836

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

[startup+1062.4 s]
/proc/loadavg: 2.28 2.26 2.20 4/179 26496
/proc/meminfo: memFree=12380968/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=13719836 CPUtime=1062.21 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 2130982 0 1 0 105760 461 0 0 20 0 1 0 36241900 14049112064 3279701 33554432000 4194304 5796924 140736095979200 140736095348488 4642307 0 0 4096 17954 0 0 0 17 2 0 0 1 0 0
/proc/26446/statm: 3429959 3279701 140 392 0 3429558 0
Current children cumulated CPU time (s) 1062.21
Current children cumulated vsize (KiB) 13719836

[startup+1068.8 s]
/proc/loadavg: 2.26 2.26 2.20 3/179 26496
/proc/meminfo: memFree=11083672/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=15322556 CPUtime=1068.61 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 2140013 0 1 0 106370 491 0 0 20 0 1 0 36241900 15690297344 3599094 33554432000 4194304 5796924 140736095979200 140736094728280 4600717 0 0 4096 17954 0 0 0 17 2 0 0 1 0 0
/proc/26446/statm: 3830639 3599094 140 392 0 3830238 0
Current children cumulated CPU time (s) 1068.61
Current children cumulated vsize (KiB) 15322556

[startup+1072 s]
/proc/loadavg: 2.24 2.25 2.19 4/179 26497
/proc/meminfo: memFree=10488460/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=15865592 CPUtime=1071.81 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 2143436 0 1 0 106676 505 0 0 20 0 1 0 36241900 16246366208 3741804 33554432000 4194304 5796924 140736095979200 140736095183688 4642307 0 0 4096 17954 0 0 0 17 2 0 0 1 0 0
/proc/26446/statm: 3966398 3741804 140 392 0 3965997 0
Current children cumulated CPU time (s) 1071.81
Current children cumulated vsize (KiB) 15865592

[startup+1072.8 s]
/proc/loadavg: 2.24 2.25 2.19 4/179 26497
/proc/meminfo: memFree=10293148/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=15865592 CPUtime=1072.61 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202496 2143587 0 1 0 106754 507 0 0 20 0 1 0 36241900 16246366208 3776192 33554432000 4194304 5796924 140736095979200 140736095183688 4639447 0 0 4096 17954 0 0 0 17 2 0 0 1 0 0
/proc/26446/statm: 3966398 3776192 140 392 0 3965997 0
Current children cumulated CPU time (s) 1072.61
Current children cumulated vsize (KiB) 15865592

[startup+1073.6 s]
/proc/loadavg: 2.24 2.25 2.19 4/179 26497
/proc/meminfo: memFree=13698876/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=0 CPUtime=1073.38 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202500 2143767 0 9 0 106811 527 0 0 20 0 1 0 36241900 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 2 0 0 5 0 0
/proc/26446/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1073.38
Current children cumulated vsize (KiB) 0

[startup+1074 s]
/proc/loadavg: 2.24 2.25 2.19 4/179 26497
/proc/meminfo: memFree=13698876/32872528 swapFree=1513824/1685520
[pid=26446] ppid=26443 vsize=0 CPUtime=1073.78 cores=0,2,4,6
/proc/26446/stat : 26446 (naps-1.02) R 26443 26446 26216 0 -1 4202500 2143767 0 9 0 106811 567 0 0 20 0 1 0 36241900 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 2 0 0 5 0 0
/proc/26446/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1073.78
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1074.04
CPU time (s): 1073.82
CPU user time (s): 1068.11
CPU system time (s): 5.70813
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 15865592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1068.11
system time used= 5.70813
maximum resident set size= 15207712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2143767
page faults= 9
swaps= 0
block input operations= 1040
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 1120

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.24151 second user time and 4.95625 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-27 14:53:58
IDJOB=4107060
IDBENCH=71857
IDSOLVER=2544
FILE ID=node135/4107060-1467032026
RUNJOBID= node135-1467030199-26232
PBS_JOBID= 19976990
Free space on /tmp= 71328 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__512.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107060-1467032026/watcher-4107060-1467032026 -o /tmp/evaluation-result-4107060-1467032026/solver-4107060-1467032026 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467030199-26232 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4107060-1467032026.opb

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

MD5SUM BENCH= 0f92d181b92c9b1b2ec7960910124750
RANDOM SEED=121131429

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.661
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.56
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.661
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.54
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.661
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.661
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.661
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:        28008876 kB
Buffers:          126864 kB
Cached:           657732 kB
SwapCached:         1716 kB
Active:          2074652 kB
Inactive:         337988 kB
Active(anon):    1628420 kB
Inactive(anon):     1968 kB
Active(file):     446232 kB
Inactive(file):   336020 kB
Unevictable:     1685520 kB
Mlocked:         1513824 kB
SwapTotal:      67108856 kB
SwapFree:       67099488 kB
Dirty:            390204 kB
Writeback:             0 kB
AnonPages:       3314804 kB
Mapped:             8824 kB
Shmem:                 0 kB
Slab:             624640 kB
SReclaimable:      67956 kB
SUnreclaim:       556684 kB
KernelStack:        1456 kB
PageTables:        10476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3432712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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= 71324 MiB
End job on node135 at 2016-06-27 15:11:52