Trace number 4082411

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.02? (TO) 1800.16 1800.59

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z9-s14.opb
MD5SUM0eca8803cfc037d0cffd374298c6d6d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-15963
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4356
Total number of constraints100680
Number of constraints which are clauses100672
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint4355
Number of terms in the objective function 4313
Biggest coefficient in the objective function 428
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 469022
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1562976
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 10650988
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.06/1800.50	c 
1800.06/1800.50	c *** TERMINATED *** by signal 15
1800.06/1800.50	s UNKNOWN
1800.06/1800.50	c _____________________________________________________________________________
1800.06/1800.50	c 
1800.06/1800.50	c std/band forms        : 16,0
1800.06/1800.50	c 2cl/3cl ITE-codings   : 0,0
1800.06/1800.50	c BDD/srt/adr Max costs : 0,0,44668
1800.06/1800.50	c BDDraw/bin/mul/srt/adr: 0,0,8,0,8
1800.06/1800.50	c BDD nodes             : 37638495
1800.06/1800.50	c Es1/CC detections     : 0,0
1800.06/1800.50	c SAT/UNSAT calls       : 0,0
1800.06/1800.50	c restarts              : 0
1800.06/1800.50	c conflicts             : 0              (0 /sec)
1800.06/1800.50	c decisions             : 0              (0 /sec)
1800.06/1800.50	c propagations          : 0              (0 /sec)
1800.06/1800.50	c inspects              : 0              (0 /sec)
1800.06/1800.50	c CPU time (solving tm) : 1799 s        (0 s)
1800.06/1800.50	c Time for Opt-base     : 32.7 s
1800.06/1800.50	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-4082411-1467033802/watcher-4082411-1467033802 -o /tmp/evaluation-result-4082411-1467033802/solver-4082411-1467033802 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467030199-26233 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082411-1467033802.opb 

pid=26602
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.20 2.22 2.19 3/178 26605
/proc/meminfo: memFree=27152408/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=7756 CPUtime=0 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 36418394 7942144 472 33554432000 4194304 5796924 140737385331696 140735210027752 4839552 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 1939 472 116 392 0 1538 0

[startup+0.100158 s]
/proc/loadavg: 2.20 2.22 2.19 3/178 26605
/proc/meminfo: memFree=27152408/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=10464 CPUtime=0.09 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 2231 0 0 0 9 0 0 0 20 0 1 0 36418394 10715136 881 33554432000 4194304 5796924 140737385331696 140735210027752 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 2616 881 124 392 0 2215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10464

[startup+0.200291 s]
/proc/loadavg: 2.20 2.22 2.19 3/178 26605
/proc/meminfo: memFree=27152408/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=14216 CPUtime=0.19 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 4137 0 0 0 19 0 0 0 20 0 1 0 36418394 14557184 1564 33554432000 4194304 5796924 140737385331696 140735210027752 4808145 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 3554 1564 124 392 0 3153 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14216

[startup+0.300261 s]
/proc/loadavg: 2.20 2.22 2.19 3/178 26605
/proc/meminfo: memFree=27152408/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=14060 CPUtime=0.29 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 4791 0 0 0 29 0 0 0 20 0 1 0 36418394 14397440 1398 33554432000 4194304 5796924 140737385331696 140735210027752 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 3515 1398 128 392 0 3114 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14060

[startup+0.700278 s]
/proc/loadavg: 2.20 2.22 2.19 3/178 26605
/proc/meminfo: memFree=27152408/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=16764 CPUtime=0.69 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 5745 0 0 0 69 0 0 0 20 0 1 0 36418394 17166336 2740 33554432000 4194304 5796924 140737385331696 140735210027752 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 4191 2740 128 392 0 3790 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16764

[startup+1.50023 s]
/proc/loadavg: 2.20 2.22 2.19 3/179 26606
/proc/meminfo: memFree=27139184/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=21080 CPUtime=1.49 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 7148 0 0 0 148 1 0 0 20 0 1 0 36418394 21585920 3715 33554432000 4194304 5796924 140737385331696 140737385330952 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 5270 3715 139 392 0 4869 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21080

[startup+3.10023 s]
/proc/loadavg: 2.20 2.22 2.19 3/179 26606
/proc/meminfo: memFree=27137172/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=21080 CPUtime=3.09 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 7148 0 0 0 308 1 0 0 20 0 1 0 36418394 21585920 3715 33554432000 4194304 5796924 140737385331696 140737385325592 4295718 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 5270 3715 139 392 0 4869 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21080

[startup+6.30026 s]
/proc/loadavg: 2.26 2.23 2.19 3/179 26606
/proc/meminfo: memFree=27101484/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=99228 CPUtime=6.29 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 27153 0 0 0 625 4 0 0 20 0 1 0 36418394 101609472 23225 33554432000 4194304 5796924 140737385331696 140737370267864 5092509 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 24807 23225 143 392 0 24406 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99228

[startup+12.7003 s]
/proc/loadavg: 2.24 2.23 2.19 3/179 26606
/proc/meminfo: memFree=26787308/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=396868 CPUtime=12.69 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 100275 0 0 0 1254 15 0 0 20 0 1 0 36418394 406392832 97436 33554432000 4194304 5796924 140737385331696 140737367558216 4433102 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 99217 97436 143 392 0 98816 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 396868

[startup+25.5004 s]
/proc/loadavg: 2.34 2.25 2.20 3/179 26606
/proc/meminfo: memFree=26185036/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=988920 CPUtime=25.49 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 238007 0 0 0 2512 37 0 0 20 0 1 0 36418394 1012654080 244122 33554432000 4194304 5796924 140737385331696 140737371435944 4805694 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 247230 244122 143 392 0 246829 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 988920

[startup+51.1004 s]
/proc/loadavg: 2.35 2.26 2.20 3/179 26606
/proc/meminfo: memFree=25068264/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2126724 CPUtime=51.08 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 504506 0 0 0 5029 79 0 0 20 0 1 0 36418394 2177765376 525626 33554432000 4194304 5796924 140737385331696 140737378627272 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 531681 525626 143 392 0 531280 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2126724

[startup+102.3 s]
/proc/loadavg: 2.31 2.27 2.20 3/179 26607
/proc/meminfo: memFree=24490612/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2667724 CPUtime=102.28 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 639797 0 0 0 10129 99 0 0 20 0 1 0 36418394 2731749376 663983 33554432000 4194304 5796924 140737385331696 140737385327912 4435852 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 666931 663983 190 392 0 666530 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2667724

[startup+162.3 s]
/proc/loadavg: 2.20 2.24 2.20 3/179 26608
/proc/meminfo: memFree=20281672/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2667724 CPUtime=162.26 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 639835 0 0 0 16127 99 0 0 20 0 1 0 36418394 2731749376 664021 33554432000 4194304 5796924 140737385331696 140737385327912 4805640 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 666931 664021 190 392 0 666530 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2667724

[startup+222.307 s]
/proc/loadavg: 2.29 2.26 2.20 3/179 26609
/proc/meminfo: memFree=20281312/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2667764 CPUtime=222.26 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 639845 0 0 0 22127 99 0 0 20 0 1 0 36418394 2731790336 664031 33554432000 4194304 5796924 140737385331696 140737385327912 4432784 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 666941 664031 190 392 0 666540 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2667764

[startup+282.3 s]
/proc/loadavg: 2.20 2.24 2.19 3/179 26611
/proc/meminfo: memFree=20270476/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2676788 CPUtime=282.25 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 642112 0 0 0 28125 100 0 0 20 0 1 0 36418394 2741030912 666809 33554432000 4194304 5796924 140737385331696 140737385327912 5092509 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 669197 666809 190 392 0 668796 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2676788

[startup+342.3 s]
/proc/loadavg: 2.11 2.21 2.18 3/179 26612
/proc/meminfo: memFree=20270228/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2676788 CPUtime=342.24 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 642112 0 0 0 34124 100 0 0 20 0 1 0 36418394 2741030912 666809 33554432000 4194304 5796924 140737385331696 140737385327912 4455952 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 669197 666809 190 392 0 668796 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2676788

[startup+402.3 s]
/proc/loadavg: 2.19 2.21 2.18 3/180 26616
/proc/meminfo: memFree=20269852/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2676788 CPUtime=402.23 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 642112 0 0 0 40123 100 0 0 20 0 1 0 36418394 2741030912 666809 33554432000 4194304 5796924 140737385331696 140737385327912 4805602 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 669197 666809 190 392 0 668796 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2676788

[startup+462.3 s]
/proc/loadavg: 2.36 2.25 2.19 3/179 26617
/proc/meminfo: memFree=20269868/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2676788 CPUtime=462.22 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 642112 0 0 0 46122 100 0 0 20 0 1 0 36418394 2741030912 666809 33554432000 4194304 5796924 140737385331696 140737385327912 4433072 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 669197 666809 190 392 0 668796 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2676788

[startup+522.3 s]
/proc/loadavg: 2.27 2.24 2.19 3/179 26618
/proc/meminfo: memFree=20269768/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2676788 CPUtime=522.21 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 642112 0 0 0 52121 100 0 0 20 0 1 0 36418394 2741030912 666809 33554432000 4194304 5796924 140737385331696 140737385327912 5092558 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 669197 666809 190 392 0 668796 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2676788

[startup+582.3 s]
/proc/loadavg: 2.21 2.23 2.19 4/179 26620
/proc/meminfo: memFree=20045328/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2916132 CPUtime=582.2 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662111 0 0 0 58114 106 0 0 20 0 1 0 36418394 2986119168 722754 33554432000 4194304 5796924 140737385331696 140737385330088 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 729033 722754 217 392 0 728632 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2916132

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


[startup+942.3 s]
/proc/loadavg: 2.36 2.25 2.19 3/179 26627
/proc/meminfo: memFree=20019604/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=942.14 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662430 0 0 0 94107 107 0 0 20 0 1 0 36418394 3037409280 726640 33554432000 4194304 5796924 140737385331696 140737385329336 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 726640 218 392 0 741154 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 2966220

[startup+1002.3 s]
/proc/loadavg: 2.31 2.25 2.19 3/180 26631
/proc/meminfo: memFree=20014776/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1002.13 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662431 0 0 0 100106 107 0 0 20 0 1 0 36418394 3037409280 727152 33554432000 4194304 5796924 140737385331696 140737385329336 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 727152 218 392 0 741154 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 2966220

[startup+1062.3 s]
/proc/loadavg: 2.24 2.23 2.19 4/179 26632
/proc/meminfo: memFree=20011684/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1062.12 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662433 0 0 0 106105 107 0 0 20 0 1 0 36418394 3037409280 728176 33554432000 4194304 5796924 140737385331696 140737385329336 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 728176 218 392 0 741154 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2966220

[startup+1122.3 s]
/proc/loadavg: 2.25 2.23 2.19 4/179 26679
/proc/meminfo: memFree=26896240/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1122.11 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662437 0 0 0 112104 107 0 0 20 0 1 0 36418394 3037409280 728690 33554432000 4194304 5796924 140737385331696 140737385329336 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 728690 218 392 0 741154 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2966220

[startup+1182.3 s]
/proc/loadavg: 2.30 2.25 2.19 4/179 26681
/proc/meminfo: memFree=25284800/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1182.09 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662459 0 0 0 118102 107 0 0 20 0 1 0 36418394 3037409280 729714 33554432000 4194304 5796924 140737385331696 140737385329336 4607261 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 729714 218 392 0 741154 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 2966220

[startup+1242.3 s]
/proc/loadavg: 2.34 2.27 2.19 4/179 26682
/proc/meminfo: memFree=25309964/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2916132 CPUtime=1242.07 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662534 0 0 0 124098 109 0 0 20 0 1 0 36418394 2986119168 723269 33554432000 4194304 5796924 140737385331696 140737385329160 4606495 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 729033 723269 218 392 0 728632 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 2916132

[startup+1302.3 s]
/proc/loadavg: 2.30 2.26 2.19 5/179 26683
/proc/meminfo: memFree=21480772/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1302.05 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662858 0 0 0 130095 110 0 0 20 0 1 0 36418394 3037409280 724082 33554432000 4194304 5796924 140737385331696 140737385329336 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 724082 218 392 0 741154 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 2966220

[startup+1362.3 s]
/proc/loadavg: 2.27 2.26 2.19 4/179 26684
/proc/meminfo: memFree=21528328/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1362.03 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662881 0 0 0 136093 110 0 0 20 0 1 0 36418394 3037409280 725106 33554432000 4194304 5796924 140737385331696 140737385329336 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 725106 218 392 0 741154 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 2966220

[startup+1422.3 s]
/proc/loadavg: 2.22 2.24 2.18 4/179 26685
/proc/meminfo: memFree=21497516/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1422.01 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662908 0 0 0 142091 110 0 0 20 0 1 0 36418394 3037409280 725618 33554432000 4194304 5796924 140737385331696 140737385329336 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 725618 218 392 0 741154 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 2966220

[startup+1482.3 s]
/proc/loadavg: 2.26 2.24 2.19 5/179 26687
/proc/meminfo: memFree=21493324/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1481.98 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662936 0 0 0 148088 110 0 0 20 0 1 0 36418394 3037409280 726642 33554432000 4194304 5796924 140737385331696 140737385329336 4593678 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 726642 218 392 0 741154 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 2966220

[startup+1542.31 s]
/proc/loadavg: 2.22 2.23 2.18 4/179 26688
/proc/meminfo: memFree=21489712/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1541.97 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) D 26602 26605 26216 0 -1 4202496 662957 0 0 0 154087 110 0 0 20 0 1 0 36418394 3037409280 727666 33554432000 4194304 5796924 140737385331696 140737385329336 4607255 0 0 4096 17954 18446744071581355444 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 727666 218 392 0 741154 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 2966220

[startup+1602.3 s]
/proc/loadavg: 2.28 2.24 2.19 4/180 26692
/proc/meminfo: memFree=21484748/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1601.94 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 662982 0 0 0 160084 110 0 0 20 0 1 0 36418394 3037409280 728690 33554432000 4194304 5796924 140737385331696 140737385329336 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 728690 218 392 0 741154 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 2966220

[startup+1662.3 s]
/proc/loadavg: 2.26 2.24 2.19 5/179 26693
/proc/meminfo: memFree=21453076/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1661.92 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 663008 0 0 0 166082 110 0 0 20 0 1 0 36418394 3037409280 729714 33554432000 4194304 5796924 140737385331696 140737385329336 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 729714 218 392 0 741154 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 2966220

[startup+1722.3 s]
/proc/loadavg: 2.21 2.22 2.18 4/179 26694
/proc/meminfo: memFree=21440072/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1721.89 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 663033 0 0 0 172079 110 0 0 20 0 1 0 36418394 3037409280 730226 33554432000 4194304 5796924 140737385331696 140737385329336 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 730226 218 392 0 741154 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 2966220

[startup+1782.3 s]
/proc/loadavg: 2.12 2.20 2.17 4/179 26696
/proc/meminfo: memFree=21462264/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1781.87 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 663420 0 0 0 178074 113 0 0 20 0 1 0 36418394 3037409280 724082 33554432000 4194304 5796924 140737385331696 140737385329336 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 724082 218 392 0 741154 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 2966220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.16 2.20 2.18 4/179 26696
/proc/meminfo: memFree=21463008/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1800.06 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 663426 0 0 0 179893 113 0 0 20 0 1 0 36418394 3037409280 724082 33554432000 4194304 5796924 140737385331696 140737385329336 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 724082 218 392 0 741154 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2966220

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.16 2.20 2.18 4/179 26696
/proc/meminfo: memFree=21463008/32872528 swapFree=1513824/1685520
[pid=26605] ppid=26602 vsize=2966220 CPUtime=1800.06 cores=1,3,5,7
/proc/26605/stat : 26605 (naps-1.02) R 26602 26605 26216 0 -1 4202496 663426 0 0 0 179893 113 0 0 20 0 1 0 36418394 3037409280 724082 33554432000 4194304 5796924 140737385331696 140737385329336 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26605/statm: 741555 724082 218 392 0 741154 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2966220

Child status: 0
Real time (s): 1800.59
CPU time (s): 1800.16
CPU user time (s): 1798.94
CPU system time (s): 1.22281
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 3046360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.22281
maximum resident set size= 3002868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 663437
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= 262
involuntary context switches= 1913

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5863 second user time and 6.86796 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-27 15:23:23
IDJOB=4082411
IDBENCH=89901
IDSOLVER=2544
FILE ID=node135/4082411-1467033802
RUNJOBID= node135-1467030199-26233
PBS_JOBID= 19976990
Free space on /tmp= 71680 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z9-s14.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082411-1467033802/watcher-4082411-1467033802 -o /tmp/evaluation-result-4082411-1467033802/solver-4082411-1467033802 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467030199-26233 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082411-1467033802.opb

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

MD5SUM BENCH= 0eca8803cfc037d0cffd374298c6d6d9
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:        27153316 kB
Buffers:           93392 kB
Cached:           211156 kB
SwapCached:         1504 kB
Active:          3057748 kB
Inactive:         225652 kB
Active(anon):    2977100 kB
Inactive(anon):     4072 kB
Active(file):      80648 kB
Inactive(file):   221580 kB
Unevictable:     1685520 kB
Mlocked:         1513824 kB
SwapTotal:      67108856 kB
SwapFree:       67099488 kB
Dirty:              6616 kB
Writeback:             0 kB
AnonPages:       4663348 kB
Mapped:             8952 kB
Shmem:                 0 kB
Slab:             608532 kB
SReclaimable:      52284 kB
SUnreclaim:       556248 kB
KernelStack:        1448 kB
PageTables:        13588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5056448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1083392 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= 71700 MiB
End job on node135 at 2016-06-27 15:53:23