Trace number 4082932

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.1 1800.4

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_4.opb
MD5SUMdc0116cc9dd2d87e5a6934d46be3ef43
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 variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4594
Number of bits of the biggest sum of numbers13
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.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 0,7
1800.09/1800.40	c 2cl/3cl ITE-codings   : 0,41069
1800.09/1800.40	c BDD/srt/adr Max costs : 6799,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 0,0,7,0,0
1800.09/1800.40	c BDD nodes             : 43601
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 0.03799 s
1800.09/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-4082932-1465247519/watcher-4082932-1465247519 -o /tmp/evaluation-result-4082932-1465247519/solver-4082932-1465247519 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14491 --watchdog 1960 naps-1.02 HOME/instance-4082932-1465247519.opb 

pid=15107
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing 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.00 2.01 2.00 3/176 15110
/proc/meminfo: memFree=31852468/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 312 0 0 0 0 0 0 0 20 0 1 0 106687186 6574080 187 33554432000 4194304 5796924 140734150983120 140736704746072 4261418 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/15110/statm: 1605 187 128 392 0 1204 0

[startup+0.100156 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 15110
/proc/meminfo: memFree=31852468/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=11260 CPUtime=0.09 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 1517 0 0 0 9 0 0 0 20 0 1 0 106687186 11530240 1392 33554432000 4194304 5796924 140734150983120 140734150891544 5184407 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 2815 1392 143 392 0 2414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11260

[startup+0.200342 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 15110
/proc/meminfo: memFree=31852468/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=11688 CPUtime=0.19 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 1697 0 0 0 19 0 0 0 20 0 1 0 106687186 11968512 1530 33554432000 4194304 5796924 140734150983120 140734150891544 5092502 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 2922 1530 143 392 0 2521 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11688

[startup+0.300271 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 15110
/proc/meminfo: memFree=31852468/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=12472 CPUtime=0.29 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 1947 0 0 0 29 0 0 0 20 0 1 0 106687186 12771328 1697 33554432000 4194304 5796924 140734150983120 140734150891544 4806784 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 3118 1697 143 392 0 2717 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12472

[startup+0.700234 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 15110
/proc/meminfo: memFree=31852468/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=30676 CPUtime=0.68 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 6747 0 0 0 68 0 0 0 20 0 1 0 106687186 31412224 6536 33554432000 4194304 5796924 140734150983120 140734150891544 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 7669 6536 159 392 0 7268 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30676

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15111
/proc/meminfo: memFree=31825380/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=30812 CPUtime=1.48 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 6787 0 0 0 148 0 0 0 20 0 1 0 106687186 31551488 6576 33554432000 4194304 5796924 140734150983120 140734150979976 4592160 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 7703 6576 159 392 0 7302 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30812

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15111
/proc/meminfo: memFree=31821104/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=33880 CPUtime=3.08 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 6969 0 0 0 308 0 0 0 20 0 1 0 106687186 34693120 6757 33554432000 4194304 5796924 140734150983120 140734150980232 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 8470 6758 159 392 0 8069 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33880

[startup+6.30024 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15111
/proc/meminfo: memFree=31816504/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=34188 CPUtime=6.28 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 7104 0 0 0 628 0 0 0 20 0 1 0 106687186 35008512 7403 33554432000 4194304 5796924 140734150983120 140734150980232 4607760 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 8547 7403 167 392 0 8146 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34188

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15112
/proc/meminfo: memFree=31804432/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=39044 CPUtime=12.68 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 7443 0 0 0 1268 0 0 0 20 0 1 0 106687186 39981056 7736 33554432000 4194304 5796924 140734150983120 140734150980760 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 9761 7736 169 392 0 9360 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39044

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15112
/proc/meminfo: memFree=31794388/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=39792 CPUtime=25.48 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 8186 0 0 0 2547 1 0 0 20 0 1 0 106687186 40747008 8518 33554432000 4194304 5796924 140734150983120 140734150980232 4607747 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 9948 8518 170 392 0 9547 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39792

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15112
/proc/meminfo: memFree=31755772/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=60060 CPUtime=51.08 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 9726 0 0 0 5106 2 0 0 20 0 1 0 106687186 61501440 12773 33554432000 4194304 5796924 140734150983120 140734150980360 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 15015 12773 170 392 0 14614 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 60060

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15113
/proc/meminfo: memFree=31721704/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=91324 CPUtime=102.28 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 10948 0 0 0 10225 3 0 0 20 0 1 0 106687186 93515776 20661 33554432000 4194304 5796924 140734150983120 140734150980360 4569019 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 22831 20661 170 392 0 22430 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 91324

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15114
/proc/meminfo: memFree=31715868/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=91324 CPUtime=162.26 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 11354 0 0 0 16223 3 0 0 20 0 1 0 106687186 93515776 22084 33554432000 4194304 5796924 140734150983120 140734150980360 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 22831 22084 170 392 0 22430 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 91324

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15161
/proc/meminfo: memFree=31757156/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=91324 CPUtime=222.25 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 12275 0 0 0 22221 4 0 0 20 0 1 0 106687186 93515776 22084 33554432000 4194304 5796924 140734150983120 140734150980584 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 22831 22084 170 392 0 22430 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 91324

[startup+282.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 15162
/proc/meminfo: memFree=31717836/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=91324 CPUtime=282.24 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 12738 0 0 0 28219 5 0 0 20 0 1 0 106687186 93515776 22084 33554432000 4194304 5796924 140734150983120 140734150980584 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 22831 22084 170 392 0 22430 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 91324

[startup+342.3 s]
/proc/loadavg: 2.08 2.03 2.00 4/176 15164
/proc/meminfo: memFree=31697624/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=91324 CPUtime=342.22 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 13203 0 0 0 34217 5 0 0 20 0 1 0 106687186 93515776 22084 33554432000 4194304 5796924 140734150983120 140734150980584 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 22831 22084 170 392 0 22430 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 91324

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 15166
/proc/meminfo: memFree=31696904/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=91324 CPUtime=402.21 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 13670 0 0 0 40215 6 0 0 20 0 1 0 106687186 93515776 22084 33554432000 4194304 5796924 140734150983120 140734150980584 4606559 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 22831 22084 170 392 0 22430 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 91324

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15167
/proc/meminfo: memFree=31614060/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=462.21 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 14251 0 0 0 46213 8 0 0 20 0 1 0 106687186 175579136 34417 33554432000 4194304 5796924 140734150983120 140734150980408 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 34417 170 392 0 42465 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 171464

[startup+522.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 15171
/proc/meminfo: memFree=31608000/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=140644 CPUtime=522.2 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 14733 0 0 0 52211 9 0 0 20 0 1 0 106687186 144019456 33793 33554432000 4194304 5796924 140734150983120 140734150980408 4595432 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 35161 33793 170 392 0 34760 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 140644

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 15172
/proc/meminfo: memFree=31622252/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=140644 CPUtime=582.2 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 15787 0 0 0 58209 11 0 0 20 0 1 0 106687186 144019456 32769 33554432000 4194304 5796924 140734150983120 140734150980408 4607168 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 35161 32769 170 392 0 34760 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 140644


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


[startup+882.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 15178
/proc/meminfo: memFree=31593132/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=882.15 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 19457 0 0 0 88199 16 0 0 20 0 1 0 106687186 175579136 34696 33554432000 4194304 5796924 140734150983120 140734150980760 4592014 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 34696 170 392 0 42465 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 171464

[startup+942.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 15180
/proc/meminfo: memFree=31597312/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=140644 CPUtime=942.13 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 20192 0 0 0 94196 17 0 0 20 0 1 0 106687186 144019456 31233 33554432000 4194304 5796924 140734150983120 140734150980584 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 35161 31233 170 392 0 34760 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 140644

[startup+1002.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 15181
/proc/meminfo: memFree=31573956/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=1002.13 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 20791 0 0 0 100195 18 0 0 20 0 1 0 106687186 175579136 36420 33554432000 4194304 5796924 140734150983120 140734150980760 4606523 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 36420 170 392 0 42465 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 171464

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 15182
/proc/meminfo: memFree=31584392/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=140644 CPUtime=1062.11 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 21337 0 0 0 106192 19 0 0 20 0 1 0 106687186 144019456 31745 33554432000 4194304 5796924 140734150983120 140734150980584 4569031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 35161 31745 170 392 0 34760 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 140644

[startup+1122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 15186
/proc/meminfo: memFree=31563752/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=1122.11 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 21936 0 0 0 112190 21 0 0 20 0 1 0 106687186 175579136 36420 33554432000 4194304 5796924 140734150983120 140734150980760 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 36420 170 392 0 42465 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 171464

[startup+1182.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 15187
/proc/meminfo: memFree=31549660/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=1182.1 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 21943 0 0 0 118189 21 0 0 20 0 1 0 106687186 175579136 40004 33554432000 4194304 5796924 140734150983120 140734150980760 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 40004 170 392 0 42465 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 171464

[startup+1242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 15188
/proc/meminfo: memFree=31564988/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=1242.09 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 23082 0 0 0 124187 22 0 0 20 0 1 0 106687186 175579136 35908 33554432000 4194304 5796924 140734150983120 140734150980760 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 35908 170 392 0 42465 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 171464

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 15189
/proc/meminfo: memFree=31554116/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=1302.08 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 23091 0 0 0 130185 23 0 0 20 0 1 0 106687186 175579136 40516 33554432000 4194304 5796924 140734150983120 140734150980760 4593716 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 40516 170 392 0 42465 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 171464

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 15191
/proc/meminfo: memFree=31579496/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=1362.06 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 24236 0 0 0 136181 25 0 0 20 0 1 0 106687186 175579136 35396 33554432000 4194304 5796924 140734150983120 140734150980760 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 35396 170 392 0 42465 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 171464

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 15192
/proc/meminfo: memFree=31569296/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=1422.06 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 24245 0 0 0 142181 25 0 0 20 0 1 0 106687186 175579136 40004 33554432000 4194304 5796924 140734150983120 140734150980760 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 40004 170 392 0 42465 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 171464

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15193
/proc/meminfo: memFree=31610920/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=140644 CPUtime=1482.05 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 25063 0 0 0 148178 27 0 0 20 0 1 0 106687186 144019456 33793 33554432000 4194304 5796924 140734150983120 140734150980584 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 35161 33793 170 392 0 34760 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 140644

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15194
/proc/meminfo: memFree=31526756/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=1542.05 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 25656 0 0 0 154177 28 0 0 20 0 1 0 106687186 175579136 38468 33554432000 4194304 5796924 140734150983120 140734150980760 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 38468 170 392 0 42465 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 171464

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15195
/proc/meminfo: memFree=31528128/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=221552 CPUtime=1602.02 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 25780 0 0 0 160174 28 0 0 20 0 1 0 106687186 226869248 42151 33554432000 4194304 5796924 140734150983120 140734150980760 4606523 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 55388 42151 170 392 0 54987 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 221552

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15197
/proc/meminfo: memFree=31569484/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=1662.01 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 27127 0 0 0 166170 31 0 0 20 0 1 0 106687186 175579136 35908 33554432000 4194304 5796924 140734150983120 140734150980760 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 35908 170 392 0 42465 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 171464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15200
/proc/meminfo: memFree=31576260/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=1722 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 27136 0 0 0 172169 31 0 0 20 0 1 0 106687186 175579136 40516 33554432000 4194304 5796924 140734150983120 140734150980760 4606537 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 40516 170 392 0 42465 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 171464

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15201
/proc/meminfo: memFree=31539484/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=140644 CPUtime=1781.99 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 27990 0 0 0 178166 33 0 0 20 0 1 0 106687186 144019456 33281 33554432000 4194304 5796924 140734150983120 140734150980584 4592031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 35161 33281 170 392 0 34760 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 140644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15202
/proc/meminfo: memFree=31603904/32872528 swapFree=10608/190480
[pid=15110] ppid=15107 vsize=171464 CPUtime=1800.09 cores=0,2,4,6
/proc/15110/stat : 15110 (naps-1.02) R 15107 15110 14475 0 -1 4202496 28219 0 0 0 179975 34 0 0 20 0 1 0 106687186 175579136 34531 33554432000 4194304 5796924 140734150983120 140734150980760 4606514 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/15110/statm: 42866 34531 170 392 0 42465 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 171464

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

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.1
CPU user time (s): 1799.76
CPU system time (s): 0.343947
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 270872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.343947
maximum resident set size= 218296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28231
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= 43
involuntary context switches= 1975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.92925 second user time and 7.9118 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 23:11:59
IDJOB=4082932
IDBENCH=2917
IDSOLVER=2544
FILE ID=node102/4082932-1465247519
RUNJOBID= node102-1465240311-14491
PBS_JOBID= 19843244
Free space on /tmp= 71736 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_4.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082932-1465247519/watcher-4082932-1465247519 -o /tmp/evaluation-result-4082932-1465247519/solver-4082932-1465247519 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14491 --watchdog 1960  naps-1.02 HOME/instance-4082932-1465247519.opb

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

MD5SUM BENCH= dc0116cc9dd2d87e5a6934d46be3ef43
RANDOM SEED=613597641

node102.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.470
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	: 5332.94
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.470
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.470
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.470
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.470
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.56
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.470
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.470
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.470
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:        31853476 kB
Buffers:           35276 kB
Cached:            79080 kB
SwapCached:         2308 kB
Active:            60076 kB
Inactive:          70352 kB
Active(anon):      16724 kB
Inactive(anon):     1568 kB
Active(file):      43352 kB
Inactive(file):    68784 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              8084 kB
Writeback:             0 kB
AnonPages:        205728 kB
Mapped:             7728 kB
Shmem:                 0 kB
Slab:             567584 kB
SReclaimable:      11448 kB
SUnreclaim:       556136 kB
KernelStack:        1424 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     323876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71732 MiB
End job on node102 at 2016-06-06 23:41:59