Trace number 4107160

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? 535.259 535.341

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__256.opb
MD5SUM8b626683195681f98573c11853056c85
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1659203
Best CPU time to get the best result obtained on this benchmark1801.73
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3842998
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 constraint256
Maximum length of a constraint11521
Number of terms in the objective function 3840000
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 130042022144
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 130042022144
Number of bits of the biggest sum of numbers37
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.
534.61/534.73	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
534.61/534.73	c 
534.61/534.73	c *** TERMINATED *** by signal 6
534.61/534.73	s UNKNOWN
534.61/534.73	c _____________________________________________________________________________
534.61/534.73	c 
534.61/534.73	c std/band forms        : 15002,2998
534.61/534.73	c 2cl/3cl ITE-codings   : 5116,15126131
534.61/534.73	c BDD/srt/adr Max costs : 34557,0,0
534.61/534.73	c BDDraw/bin/mul/srt/adr: 18000,0,0,0,0
534.61/534.73	c BDD nodes             : 30681878
534.61/534.73	c Es1/CC detections     : 0,0
534.61/534.73	c SAT/UNSAT calls       : 0,0
534.61/534.73	c restarts              : 0
534.61/534.73	c conflicts             : 0              (0 /sec)
534.61/534.73	c decisions             : 0              (0 /sec)
534.61/534.73	c propagations          : 0              (0 /sec)
534.61/534.73	c inspects              : 0              (0 /sec)
534.61/534.73	c CPU time (solving tm) : 530.4 s        (0 s)
534.61/534.73	c Time for Opt-base     : 0 s
534.61/534.73	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-4107160-1467032855/watcher-4107160-1467032855 -o /tmp/evaluation-result-4107160-1467032855/solver-4107160-1467032855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1467023765-1363 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4107160-1467032855.opb 

pid=2659
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.03 2.02 2.00 3/178 2662
/proc/meminfo: memFree=29723444/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=7764 CPUtime=0 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 580 0 0 0 0 0 0 0 20 0 1 0 36324185 7950336 454 33554432000 4194304 5796924 140734609485760 140733926403496 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 1941 454 114 392 0 1540 0

[startup+0.100164 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 2662
/proc/meminfo: memFree=29723444/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=28036 CPUtime=0.09 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 5245 0 0 0 9 0 0 0 20 0 1 0 36324185 28708864 4801 33554432000 4194304 5796924 140734609485760 140733926403496 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 7009 4802 114 392 0 6608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28036

[startup+0.200377 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 2662
/proc/meminfo: memFree=29723444/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=48300 CPUtime=0.19 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 10521 0 0 0 18 1 0 0 20 0 1 0 36324185 49459200 9682 33554432000 4194304 5796924 140734609485760 140733926403496 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 12075 9682 114 392 0 11674 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48300

[startup+0.300364 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 2662
/proc/meminfo: memFree=29723444/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=70544 CPUtime=0.29 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 15755 0 0 0 27 2 0 0 20 0 1 0 36324185 72237056 14709 33554432000 4194304 5796924 140734609485760 140733926403496 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 17636 14709 114 392 0 17235 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70544

[startup+0.700204 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 2662
/proc/meminfo: memFree=29723444/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=149344 CPUtime=0.68 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 32118 0 0 0 63 5 0 0 20 0 1 0 36324185 152928256 33108 33554432000 4194304 5796924 140734609485760 140733926403496 4643307 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 37336 33108 114 392 0 36935 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 149344

[startup+1.5003 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 2663
/proc/meminfo: memFree=29513136/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=325336 CPUtime=1.49 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 60244 0 0 0 139 10 0 0 20 0 1 0 36324185 333144064 73696 33554432000 4194304 5796924 140734609485760 140734609485064 4659057 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 81334 73696 114 392 0 80933 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 325336

[startup+3.10031 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 2663
/proc/meminfo: memFree=29287732/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=615196 CPUtime=3.09 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 93348 0 0 0 291 18 0 0 20 0 1 0 36324185 629960704 145359 33554432000 4194304 5796924 140734609485760 140734609485176 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 153799 145360 114 392 0 153398 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 615196

[startup+6.30031 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 2663
/proc/meminfo: memFree=28683116/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=1273572 CPUtime=6.29 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 142005 0 0 0 594 35 0 0 20 0 1 0 36324185 1304137728 279747 33554432000 4194304 5796924 140734609485760 140734609485176 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 318393 279747 116 392 0 317992 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1273572

[startup+12.7003 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 2663
/proc/meminfo: memFree=28229464/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=1536688 CPUtime=12.68 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 204481 0 0 0 1223 45 0 0 20 0 1 0 36324185 1573568512 346415 33554432000 4194304 5796924 140734609485760 140734609483176 4863673 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 384172 346415 128 392 0 383771 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1536688

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 2663
/proc/meminfo: memFree=28106552/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=1735740 CPUtime=25.49 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 226351 0 0 0 2499 50 0 0 20 0 1 0 36324185 1777397760 368285 33554432000 4194304 5796924 140734609485760 140734609483288 4805675 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 433935 368285 128 392 0 433534 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1735740

[startup+51.1003 s]
/proc/loadavg: 2.11 2.05 2.01 3/179 2663
/proc/meminfo: memFree=27482328/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=2343088 CPUtime=51.09 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 365758 0 0 0 5038 71 0 0 20 0 1 0 36324185 2399322112 507692 33554432000 4194304 5796924 140734609485760 140734609483256 4361983 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 585805 507700 128 392 0 585404 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2343088

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 2664
/proc/meminfo: memFree=21394228/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=3788424 CPUtime=102.28 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 727084 0 0 0 10104 124 0 0 20 0 1 0 36324185 3879346176 869018 33554432000 4194304 5796924 140734609485760 140734609484920 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 947106 869018 128 392 0 946705 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3788424

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/180 2669
/proc/meminfo: memFree=20795220/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=4606372 CPUtime=162.26 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 911015 0 0 0 16069 157 0 0 20 0 1 0 36324185 4716924928 1073514 33554432000 4194304 5796924 140734609485760 140734608849416 5092604 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 1151593 1073514 139 392 0 1151192 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 4606372

[startup+222.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2670
/proc/meminfo: memFree=20616012/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=4784164 CPUtime=222.26 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 911679 0 0 0 22065 161 0 0 20 0 1 0 36324185 4898983936 1117473 33554432000 4194304 5796924 140734609485760 140734607577496 4805602 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 1196041 1117473 139 392 0 1195640 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 4784164

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 2671
/proc/meminfo: memFree=20337200/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=5130260 CPUtime=282.24 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 928867 0 0 0 28054 170 0 0 20 0 1 0 36324185 5253386240 1188036 33554432000 4194304 5796924 140734609485760 140734603396024 5101645 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 1282565 1188036 139 392 0 1282164 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5130260

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 2672
/proc/meminfo: memFree=20177704/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=5235008 CPUtime=342.24 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 955056 0 0 0 34048 176 0 0 20 0 1 0 36324185 5360648192 1227511 33554432000 4194304 5796924 140734609485760 140734605618952 5092651 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 1308752 1227511 139 392 0 1308351 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5235008

[startup+402.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/180 2674
/proc/meminfo: memFree=20013124/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=5451068 CPUtime=402.22 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 983005 0 0 0 40038 184 0 0 20 0 1 0 36324185 5581893632 1268235 33554432000 4194304 5796924 140734609485760 140734609002664 4861399 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 1362767 1268235 139 392 0 1362366 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 5451068

[startup+462.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/179 2676
/proc/meminfo: memFree=19498656/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=5906436 CPUtime=462.22 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 1013115 0 0 0 46020 202 0 0 20 0 1 0 36324185 6048190464 1396409 33554432000 4194304 5796924 140734609485760 140734609138072 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 1476609 1396409 139 392 0 1476208 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5906436

[startup+522.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 2677
/proc/meminfo: memFree=15224340/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=11610308 CPUtime=522.21 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 1159272 0 0 0 51904 317 0 0 20 0 1 0 36324185 11888955392 2525088 33554432000 4194304 5796924 140734609485760 140734609229960 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 2902577 2525093 140 392 0 2902176 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 11610308

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

[startup+524.807 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 2677
/proc/meminfo: memFree=14239816/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=12429988 CPUtime=524.72 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 1219690 0 0 0 52134 338 0 0 20 0 1 0 36324185 12728307712 2715743 33554432000 4194304 5796924 140734609485760 140734609426392 5091201 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 3107497 2715745 140 392 0 3107096 0
Current children cumulated CPU time (s) 524.72
Current children cumulated vsize (KiB) 12429988

[startup+531.2 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2677
/proc/meminfo: memFree=12666532/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=14623056 CPUtime=531.11 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 1374001 0 0 0 52718 393 0 0 20 0 1 0 36324185 14974009344 3169202 33554432000 4194304 5796924 140734609485760 140734609403592 4229386 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 3655764 3169202 140 392 0 3655363 0
Current children cumulated CPU time (s) 531.11
Current children cumulated vsize (KiB) 14623056

[startup+532.8 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2677
/proc/meminfo: memFree=12083340/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=15664224 CPUtime=532.71 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 1406582 0 0 0 52863 408 0 0 20 0 1 0 36324185 16040165376 3274775 33554432000 4194304 5796924 140734609485760 140734609406760 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 3916056 3274776 140 392 0 3915655 0
Current children cumulated CPU time (s) 532.71
Current children cumulated vsize (KiB) 15664224

[startup+534.4 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2677
/proc/meminfo: memFree=11771652/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=15810876 CPUtime=534.31 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202496 1443512 0 0 0 53013 418 0 0 20 0 1 0 36324185 16190337024 3387333 33554432000 4194304 5796924 140734609485760 140734609371416 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 3952719 3387334 140 392 0 3952318 0
Current children cumulated CPU time (s) 534.31
Current children cumulated vsize (KiB) 15810876

[startup+534.8 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2677
/proc/meminfo: memFree=11467840/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=0 CPUtime=534.71 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202500 1451412 0 0 0 53044 427 0 0 20 0 1 0 36324185 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 534.71
Current children cumulated vsize (KiB) 0

[startup+535.2 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2677
/proc/meminfo: memFree=11467840/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=0 CPUtime=535.11 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202500 1451412 0 0 0 53044 467 0 0 20 0 1 0 36324185 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 535.11
Current children cumulated vsize (KiB) 0

[startup+535.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2677
/proc/meminfo: memFree=11467840/32872528 swapFree=8028/8028
[pid=2662] ppid=2659 vsize=0 CPUtime=535.21 cores=1,3,5,7
/proc/2662/stat : 2662 (naps-1.02) R 2659 2662 1345 0 -1 4202500 1451412 0 0 0 53044 477 0 0 20 0 1 0 36324185 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2662/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 535.21
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 535.341
CPU time (s): 535.259
CPU user time (s): 530.447
CPU system time (s): 4.81127
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 15839124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 530.447
system time used= 4.81127
maximum resident set size= 13642252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1451412
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= 3
involuntary context switches= 562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.57276 second user time and 2.24066 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-27 15:07:41
IDJOB=4107160
IDBENCH=71901
IDSOLVER=2544
FILE ID=node133/4107160-1467032855
RUNJOBID= node133-1467023765-1363
PBS_JOBID= 19976987
Free space on /tmp= 71336 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__256.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107160-1467032855/watcher-4107160-1467032855 -o /tmp/evaluation-result-4107160-1467032855/solver-4107160-1467032855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1467023765-1363 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4107160-1467032855.opb

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

MD5SUM BENCH= 8b626683195681f98573c11853056c85
RANDOM SEED=741550215

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.951
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.951
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:        29723724 kB
Buffers:           87168 kB
Cached:           706272 kB
SwapCached:         2272 kB
Active:          1934852 kB
Inactive:         457208 kB
Active(anon):    1599268 kB
Inactive(anon):     1660 kB
Active(file):     335584 kB
Inactive(file):   455548 kB
Unevictable:        8028 kB
Mlocked:            8028 kB
SwapTotal:      67108856 kB
SwapFree:       67098560 kB
Dirty:            194336 kB
Writeback:             0 kB
AnonPages:       1605852 kB
Mapped:             8736 kB
Shmem:                 0 kB
Slab:             614848 kB
SReclaimable:      53812 kB
SUnreclaim:       561036 kB
KernelStack:        1448 kB
PageTables:         7300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1802744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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= 71332 MiB
End job on node133 at 2016-06-27 15:16:36