Trace number 4100011

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3708.opb
MD5SUMd44ccf8fb2d5e43b368613290c78fd1e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 655014
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 655014
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.03/1800.40	c 
1800.03/1800.40	c *** TERMINATED *** by signal 15
1800.03/1800.40	s UNKNOWN
1800.03/1800.40	c _____________________________________________________________________________
1800.03/1800.40	c 
1800.03/1800.40	c std/band forms        : 5027,123
1800.03/1800.40	c 2cl/3cl ITE-codings   : 758725,966935
1800.03/1800.40	c BDD/srt/adr Max costs : 34503,0,0
1800.03/1800.40	c BDDraw/bin/mul/srt/adr: 300,0,4850,0,0
1800.03/1800.40	c BDD nodes             : 2188874
1800.03/1800.40	c Es1/CC detections     : 0,0
1800.03/1800.40	c SAT/UNSAT calls       : 0,0
1800.03/1800.40	c restarts              : 0
1800.03/1800.40	c conflicts             : 0              (0 /sec)
1800.03/1800.40	c decisions             : 0              (0 /sec)
1800.03/1800.40	c propagations          : 0              (0 /sec)
1800.03/1800.40	c inspects              : 0              (0 /sec)
1800.03/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.03/1800.40	c Time for Opt-base     : 17.91 s
1800.03/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4100011-1466210329/watcher-4100011-1466210329 -o /tmp/evaluation-result-4100011-1466210329/solver-4100011-1466210329 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466206099-12166 --watchdog 1960 naps-1.02 HOME/instance-4100011-1466210329.opb 

pid=13743
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.17 2.09 4/176 13746
/proc/meminfo: memFree=29483460/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=8104 CPUtime=0 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 700 0 0 0 0 0 0 0 20 0 1 0 23082201 8298496 574 33554432000 4194304 5796924 140733306378656 140733306378024 4350334 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 2026 574 114 392 0 1625 0

[startup+0.100177 s]
/proc/loadavg: 2.16 2.17 2.09 4/176 13746
/proc/meminfo: memFree=29483460/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=41336 CPUtime=0.09 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 8877 0 0 0 8 1 0 0 20 0 1 0 23082201 42328064 8078 33554432000 4194304 5796924 140733306378656 140733306378024 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 10334 8081 114 392 0 9933 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41336

[startup+0.200382 s]
/proc/loadavg: 2.16 2.17 2.09 4/176 13746
/proc/meminfo: memFree=29483460/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=55736 CPUtime=0.19 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 11928 0 0 0 17 2 0 0 20 0 1 0 23082201 57073664 11090 33554432000 4194304 5796924 140733306378656 140733306378024 4352892 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 13934 11090 116 392 0 13533 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 55736

[startup+0.300361 s]
/proc/loadavg: 2.16 2.17 2.09 4/176 13746
/proc/meminfo: memFree=29483460/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=65700 CPUtime=0.29 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 14810 0 0 0 27 2 0 0 20 0 1 0 23082201 67276800 13669 33554432000 4194304 5796924 140733306378656 140733306378024 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 16425 13669 118 392 0 16024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65700

[startup+0.700297 s]
/proc/loadavg: 2.16 2.17 2.09 4/176 13746
/proc/meminfo: memFree=29483460/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=70016 CPUtime=0.69 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 15447 0 0 0 67 2 0 0 20 0 1 0 23082201 71696384 14306 33554432000 4194304 5796924 140733306378656 140733306376072 5087724 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 17504 14306 129 392 0 17103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70016

[startup+1.50026 s]
/proc/loadavg: 2.16 2.17 2.09 4/177 13747
/proc/meminfo: memFree=29424204/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=81796 CPUtime=1.49 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 17415 0 0 0 147 2 0 0 20 0 1 0 23082201 83759104 16274 33554432000 4194304 5796924 140733306378656 140733306376072 5092622 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 20449 16274 129 392 0 20048 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81796

[startup+3.10026 s]
/proc/loadavg: 2.16 2.17 2.09 4/177 13747
/proc/meminfo: memFree=29401200/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=118204 CPUtime=3.09 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 26556 0 0 0 305 4 0 0 20 0 1 0 23082201 121040896 25926 33554432000 4194304 5796924 140733306378656 140733306377880 4404063 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 29551 25927 129 392 0 29150 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118204

[startup+6.30031 s]
/proc/loadavg: 2.15 2.16 2.09 3/177 13747
/proc/meminfo: memFree=29346308/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=156640 CPUtime=6.29 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 36296 0 0 0 624 5 0 0 20 0 1 0 23082201 160399360 35477 33554432000 4194304 5796924 140733306378656 140733303633944 5087724 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 39160 35477 140 392 0 38759 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 156640

[startup+12.7003 s]
/proc/loadavg: 2.14 2.16 2.09 3/177 13747
/proc/meminfo: memFree=29301008/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=185740 CPUtime=12.69 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 40330 0 0 0 1263 6 0 0 20 0 1 0 23082201 190197760 42792 33554432000 4194304 5796924 140733306378656 140733305802104 5092558 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 46435 42792 140 392 0 46034 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 185740

[startup+25.5003 s]
/proc/loadavg: 2.17 2.17 2.09 3/177 13747
/proc/meminfo: memFree=29248616/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=232116 CPUtime=25.49 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 43886 0 0 0 2541 8 0 0 20 0 1 0 23082201 237686784 54280 33554432000 4194304 5796924 140733306378656 140733306374872 5096709 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 58029 54280 144 392 0 57628 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 232116

[startup+51.1004 s]
/proc/loadavg: 2.24 2.19 2.10 3/177 13747
/proc/meminfo: memFree=28338664/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1300092 CPUtime=51.09 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 117094 0 0 0 5076 33 0 0 20 0 1 0 23082201 1331294208 290760 33554432000 4194304 5796924 140733306378656 140733306375848 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 325023 290761 152 392 0 324622 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1300092

[startup+102.3 s]
/proc/loadavg: 2.22 2.19 2.10 3/178 13751
/proc/meminfo: memFree=28115184/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1459992 CPUtime=102.28 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 136430 0 0 0 10186 42 0 0 20 0 1 0 23082201 1495031808 335928 33554432000 4194304 5796924 140733306378656 140733306375768 4592593 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 364998 335928 169 392 0 364597 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1459992

[startup+162.3 s]
/proc/loadavg: 2.18 2.18 2.10 3/177 13752
/proc/meminfo: memFree=28069196/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1479380 CPUtime=162.27 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 140244 0 0 0 16180 47 0 0 20 0 1 0 23082201 1514885120 338038 33554432000 4194304 5796924 140733306378656 140733306376296 4607720 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 369845 338038 169 392 0 369444 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1479380

[startup+222.307 s]
/proc/loadavg: 2.14 2.17 2.10 3/177 13754
/proc/meminfo: memFree=28051168/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1490428 CPUtime=222.26 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 141293 0 0 0 22179 47 0 0 20 0 1 0 23082201 1526198272 346241 33554432000 4194304 5796924 140733306378656 140733306375704 4606744 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 372607 346241 169 392 0 372206 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1490428

[startup+282.3 s]
/proc/loadavg: 2.21 2.18 2.10 3/177 13755
/proc/meminfo: memFree=28020984/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1504660 CPUtime=282.25 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 142378 0 0 0 28173 52 0 0 20 0 1 0 23082201 1540771840 345660 33554432000 4194304 5796924 140733306378656 140733306376120 4606442 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 376165 345660 169 392 0 375764 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1504660

[startup+342.3 s]
/proc/loadavg: 2.16 2.18 2.10 3/177 13756
/proc/meminfo: memFree=27949536/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1514720 CPUtime=342.24 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 143653 0 0 0 34172 52 0 0 20 0 1 0 23082201 1551073280 355111 33554432000 4194304 5796924 140733306378656 140733306375704 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 378680 355111 169 392 0 378279 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1514720

[startup+402.3 s]
/proc/loadavg: 2.16 2.17 2.10 3/177 13757
/proc/meminfo: memFree=27946528/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1521740 CPUtime=402.22 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 144291 0 0 0 40170 52 0 0 20 0 1 0 23082201 1558261760 361881 33554432000 4194304 5796924 140733306378656 140733306375704 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 380435 361881 169 392 0 380034 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1521740

[startup+462.3 s]
/proc/loadavg: 2.11 2.15 2.09 3/177 13758
/proc/meminfo: memFree=27927720/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1528876 CPUtime=462.22 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 144892 0 0 0 46166 56 0 0 20 0 1 0 23082201 1565569024 357506 33554432000 4194304 5796924 140733306378656 140733306376120 4606427 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 382219 357506 169 392 0 381818 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1528876

[startup+522.3 s]
/proc/loadavg: 2.13 2.15 2.09 3/177 13760
/proc/meminfo: memFree=27922280/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1542616 CPUtime=522.21 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 145419 0 0 0 52164 57 0 0 20 0 1 0 23082201 1579638784 365187 33554432000 4194304 5796924 140733306378656 140733306375704 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 385654 365187 169 392 0 385253 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1542616

[startup+582.3 s]
/proc/loadavg: 2.16 2.15 2.09 3/177 13761
/proc/meminfo: memFree=27900560/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1547596 CPUtime=582.2 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 146762 0 0 0 58160 60 0 0 20 0 1 0 23082201 1584738304 361784 33554432000 4194304 5796924 140733306378656 140733306375704 4583083 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 386899 361784 169 392 0 386498 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1547596


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


[startup+882.307 s]
/proc/loadavg: 2.34 2.18 2.11 3/177 13770
/proc/meminfo: memFree=27831744/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1564748 CPUtime=882.15 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 149369 0 0 0 88148 67 0 0 20 0 1 0 23082201 1602301952 376676 33554432000 4194304 5796924 140733306378656 140733306376120 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 391187 376676 169 392 0 390786 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 1564748

[startup+942.3 s]
/proc/loadavg: 2.31 2.21 2.12 3/177 13771
/proc/meminfo: memFree=27763608/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1705808 CPUtime=942.13 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 150398 0 0 0 94144 69 0 0 20 0 1 0 23082201 1746747392 384821 33554432000 4194304 5796924 140733306378656 140733306375928 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 426452 384821 169 392 0 426051 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 1705808

[startup+1002.3 s]
/proc/loadavg: 2.20 2.20 2.12 3/177 13772
/proc/meminfo: memFree=27705164/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1716528 CPUtime=1002.11 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 151794 0 0 0 100141 70 0 0 20 0 1 0 23082201 1757724672 392850 33554432000 4194304 5796924 140733306378656 140733306375704 4606740 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 429132 392850 169 392 0 428731 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 1716528

[startup+1062.3 s]
/proc/loadavg: 2.22 2.20 2.12 3/177 13773
/proc/meminfo: memFree=27724388/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1716528 CPUtime=1062.1 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 152701 0 0 0 106134 76 0 0 20 0 1 0 23082201 1757724672 382845 33554432000 4194304 5796924 140733306378656 140733306376296 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 429132 382845 169 392 0 428731 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 1716528

[startup+1122.3 s]
/proc/loadavg: 2.25 2.21 2.13 3/177 13775
/proc/meminfo: memFree=27665232/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1724840 CPUtime=1122.1 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 154253 0 0 0 112133 77 0 0 20 0 1 0 23082201 1766236160 390414 33554432000 4194304 5796924 140733306378656 140733306375704 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 431210 390414 169 392 0 430809 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 1724840

[startup+1182.3 s]
/proc/loadavg: 2.29 2.23 2.14 3/177 13776
/proc/meminfo: memFree=27710568/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1732948 CPUtime=1182.07 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 154716 0 0 0 118130 77 0 0 20 0 1 0 23082201 1774538752 396540 33554432000 4194304 5796924 140733306378656 140733306375704 4606495 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 433237 396540 169 392 0 432836 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 1732948

[startup+1242.3 s]
/proc/loadavg: 2.21 2.22 2.14 3/177 13777
/proc/meminfo: memFree=27714232/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1732948 CPUtime=1242.06 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 155729 0 0 0 124122 84 0 0 20 0 1 0 23082201 1774538752 388978 33554432000 4194304 5796924 140733306378656 140733306376296 4583342 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 433237 388978 169 392 0 432836 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 1732948

[startup+1302.3 s]
/proc/loadavg: 2.29 2.24 2.15 3/178 13781
/proc/meminfo: memFree=27672760/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1732948 CPUtime=1302.04 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 155754 0 0 0 130120 84 0 0 20 0 1 0 23082201 1774538752 392729 33554432000 4194304 5796924 140733306378656 140733306376296 4591871 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 433237 392729 169 392 0 432836 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 1732948

[startup+1362.3 s]
/proc/loadavg: 2.19 2.22 2.14 3/179 13805
/proc/meminfo: memFree=27632276/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1739444 CPUtime=1362.02 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 155961 0 0 0 136118 84 0 0 20 0 1 0 23082201 1781190656 396494 33554432000 4194304 5796924 140733306378656 140733306375704 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 434861 396494 169 392 0 434460 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1739444

[startup+1422.3 s]
/proc/loadavg: 2.11 2.19 2.14 3/178 13807
/proc/meminfo: memFree=27679440/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1739444 CPUtime=1422.01 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 155973 0 0 0 142117 84 0 0 20 0 1 0 23082201 1781190656 399054 33554432000 4194304 5796924 140733306378656 140733306375704 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 434861 399054 169 392 0 434460 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 1739444

[startup+1482.3 s]
/proc/loadavg: 2.15 2.18 2.14 3/178 13808
/proc/meminfo: memFree=27635612/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1739444 CPUtime=1482 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 156311 0 0 0 148115 85 0 0 20 0 1 0 23082201 1781190656 403991 33554432000 4194304 5796924 140733306378656 140733306375704 4592040 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 434861 403991 169 392 0 434460 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 1739444

[startup+1542.31 s]
/proc/loadavg: 2.19 2.19 2.14 3/178 13854
/proc/meminfo: memFree=28618816/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1739444 CPUtime=1542 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 156640 0 0 0 154111 89 0 0 20 0 1 0 23082201 1781190656 394216 33554432000 4194304 5796924 140733306378656 140733306376120 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 434861 394216 169 392 0 434460 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 1739444

[startup+1602.3 s]
/proc/loadavg: 2.22 2.20 2.15 3/178 13855
/proc/meminfo: memFree=28593152/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1749956 CPUtime=1601.97 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 157164 0 0 0 160108 89 0 0 20 0 1 0 23082201 1791954944 400871 33554432000 4194304 5796924 140733306378656 140733306375928 4591992 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 437489 400871 169 392 0 437088 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 1749956

[startup+1662.3 s]
/proc/loadavg: 2.22 2.21 2.15 3/178 13856
/proc/meminfo: memFree=28574624/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1749956 CPUtime=1661.96 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 157177 0 0 0 166106 90 0 0 20 0 1 0 23082201 1791954944 405479 33554432000 4194304 5796924 140733306378656 140733306375928 4583042 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 437489 405479 169 392 0 437088 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 1749956

[startup+1722.3 s]
/proc/loadavg: 2.23 2.21 2.15 3/178 13858
/proc/meminfo: memFree=28551660/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1753024 CPUtime=1721.95 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 157973 0 0 0 172104 91 0 0 20 0 1 0 23082201 1795096576 411892 33554432000 4194304 5796924 140733306378656 140733306375768 4606627 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 438256 411892 169 392 0 437855 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 1753024

[startup+1782.3 s]
/proc/loadavg: 2.18 2.20 2.15 3/178 13859
/proc/meminfo: memFree=28595928/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1755592 CPUtime=1781.94 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 158820 0 0 0 178099 95 0 0 20 0 1 0 23082201 1797726208 400138 33554432000 4194304 5796924 140733306378656 140733306375640 4583129 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 438898 400138 169 392 0 438497 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 1755592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.20 2.20 2.16 3/178 13860
/proc/meminfo: memFree=28588040/32872528 swapFree=1074772/1156532
[pid=13746] ppid=13743 vsize=1757060 CPUtime=1800.03 cores=1,3,5,7
/proc/13746/stat : 13746 (naps-1.02) R 13743 13746 12149 0 -1 4202496 159170 0 0 0 179908 95 0 0 20 0 1 0 23082201 1799229440 402020 33554432000 4194304 5796924 140733306378656 140733306375640 4607743 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/13746/statm: 439265 402020 169 392 0 438864 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1757060

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 13746 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1799.09
CPU system time (s): 0.966853
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 2098628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 0.966853
maximum resident set size= 1882984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159182
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= 156
involuntary context switches= 2126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5743 second user time and 6.88495 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-18 02:38:50
IDJOB=4100011
IDBENCH=1562
IDSOLVER=2544
FILE ID=node114/4100011-1466210329
RUNJOBID= node114-1466206099-12166
PBS_JOBID= 19918162
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= d44ccf8fb2d5e43b368613290c78fd1e
RANDOM SEED=1625085468

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29483724 kB
Buffers:           41320 kB
Cached:           108512 kB
SwapCached:          796 kB
Active:          1428024 kB
Inactive:          92840 kB
Active(anon):    1371952 kB
Inactive(anon):     1128 kB
Active(file):      56072 kB
Inactive(file):    91712 kB
Unevictable:     1156532 kB
Mlocked:         1074772 kB
SwapTotal:      67108856 kB
SwapFree:       67100472 kB
Dirty:             10484 kB
Writeback:             0 kB
AnonPages:       2530824 kB
Mapped:             8876 kB
Shmem:                 0 kB
Slab:             571664 kB
SReclaimable:      15732 kB
SUnreclaim:       555932 kB
KernelStack:        1440 kB
PageTables:         8840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2774036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    778240 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= 71688 MiB
End job on node114 at 2016-06-18 03:08:50